html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





body {
	background-image: url("images/parasites.jpg");
	background-repeat: repeat;
	overflow: scroll;
}
h1 {
	font-size: 25;
	color: #600000;
	text-align: center;
}
#super_frame {
	text-align: center; 
}
#main_frame {
	position: relative;
	height: 550px;
	width: 820px;
	padding: 20px;
	border-top: 2px solid #303030;
	border-left: 2px solid #303030;
	border-bottom: 1px solid #303030;
	border-right: 1px solid #303030;
	background: #ffc;
	margin: auto;
	background-size: 100%;
	text-align: left;
	font-family: Cambria, Serif;
}
#simple_text {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 7px;
}

#new_left{
	border-right: 1px solid #dfdf9f;
	width: 280px;
	height: 400px;
	float: left;
	margin-left: 15px;
}
#new_right{
	text-align: left;
	margin-left: 15px;
	width: 267px;
	height: 400px;
	float:left;
	margin-right: -200px;
}
#new_filesHandle {
	background: #dfdf9f;
	text-align: left;
	width: 220px;
	height: 400px;
	overflow: auto;
	float:left;
}

#showFileBox {
	border: 1px solid #dfdf9f;
	background: #f0f0c0;
	margin-left: 17px;
	margin-right: -200px;
	text-align: left;
	width: 580px;
	height: 370px;
	overflow: scroll;
	float:left;
}

#msg_result{
	width:820px;
	height: 20px;
	float: left;
	font-weight:bold;
	#use when fileUpload correct:;
	color: #600000;
	background: #dfdf9f;
}

#hibauzenet{
	width:460px;
	height: 20px;
	float: right;
  padding-top: 3px;
	font-weight:bold;
	color: #000000;
	background: #F00000;
}



#navigate{
	margin-left: 30px;
	margin-right: 20px;
	padding: 7px;
	padding-top: 35px;
}
#info{
	height: 410px;
}


.drag {
	position: absolute;
	cursor: move;
	background: #999;
	border: 1px solid #fff;
	top: 15px;
	left: 20px;
}

.image_lister {
	float: left;
	width: 106px;
}

.image_list_element:hover {
	background-color: #0ff;
}

.image_list_element_odd {
	background-color: #ffc;
}

.image_list_element_even { 
	background-color: #ddc;
}


.input {
    border: 1px solid #006;
    background: #ffc;
}
.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}

.main_button {
	color: #00f0f0;
    border: none;
	width: 100px;
	height: 30px;
    background: url(images/button_link.jpg) no-repeat;
}

.main_button:hover {
    border: none;
	color: white;
	width: 100px;
	height: 30px;
    background: url(images/button_visited.jpg) no-repeat;
}

.new_button {
    border: none;
	color: white;
	width: 150px;
	height: 30px;
    background: url(images/button_link.jpg) no-repeat;
	background-size:100% 100%;
	margin-left: -10px;
}
.new_button:hover {
    border: none;
	color: #00f0f0;
	width: 150px;
	height: 30px;
    background: url(images/button_visited.jpg) no-repeat;
	background-size:100% 100%;
	margin-left: -10px;
}

.analyse_button {
	border: none; 	
	color: #00f0f0;
	width: 130px;
	height: 30px;
    background: url(images/analyse_button_link.jpg) no-repeat;
	margin-left: 30px;
	background-size:100% 100%;
}
.analyse_button:hover {
	border: none;
	color: white;
	width: 130px;
	height: 30px;
	background: url(images/analyse_button_visited.jpg) no-repeat;
	margin-left: 30px;
	background-size:100% 100%;
}

.analyse_close_button {
	border: none;
	color: #90f090;
	width: 60px;
	height: 30px;
	background: url(images/analyse_button_link.jpg) no-repeat;
	background-size:100% 100%;
}
.analyse_close_button:hover {
    border: none;
	color: #00f0f0;
	width: 60px;
	height: 30px;
    background: url(images/button_visited.jpg) no-repeat;
	background-size:100% 100%;
}

.browse_button {
	font-weight: bold;
	color: white;
    border: none;
	width: 70px;
	height: 23px;
    background: url(images/button_link.jpg) no-repeat;
	background-size: 100% 100%;
}

.browse_button:hover {
	color: #00f0f0;
    border: none;
	width: 70px;
	height: 23px;
    background: url(images/button_visited.jpg) no-repeat;
	background-size: 100% 100%;
}

#analyse_frame {
	width: 820px;
}

#analise_top_left{
	width: 333px;
	border-top: 2px solid #303030;
	border-left: 2px solid #303030;
	border-bottom: 1px solid #303030;
	border-right: 1px solid #303030;
	float: left;
}
#analise_top_right{
	margin-left: 9px;
	width: 455px;
	border-top: 2px solid #303030;
	border-left: 2px solid #303030;
	border-bottom: 1px solid #303030;
	border-right: 1px solid #303030;
	float: right;
}

#analise_bottom_left{
	margin-top: 10px;
	width: 332px;
	height: 364px;
	float: left;
}

.analise_bottom_right{
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 10px;
	width: 455px;
	height: 290px;
	border-top: 2px solid #303030;
	border-left: 2px solid #303030;
	border-bottom: 1px solid #303030;
	border-right: 1px solid #303030;
	float: left;
	background: #dfdf9f;
	color: black;
	overflow: auto;
	float: right;
}

#analise_buttons_frame{
	margin-left: 95px;
	padding-left: 70px;
	margin-top: 17px;
	width: 285px;
	float: left;
}
.select_box {
	font-weight: bold;
	width: 335px;
	height: 90%;
	background: #dfdf9f;
	color: black;
	border-top: 2px solid #303030;
	border-left: 2px solid #303030;
	border-bottom: 1px solid #303030;
	border-right: 1px solid #303030;
}


div.fileinputs {
	position: relative;
}

div.fakefile {
	#position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: absolute;
	text-align: right;
	top: 0px;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

