/************************************** ZERA CSS, para evitar problemas com Firefox e IE ********************************/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	padding: 0;
	min-height: 100%;
	margin: 0;
	line-height: 1;
	color: black;
	background-color: #bebebe; color: #333; font: 14px Calibri,Tahoma,Arial,Helvetica,sans-serif;
	}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*************************************** Geral **********************************************/
body{
	/*background: #BEBEBE; */
	margin: 0;
	padding:0;
	text-align:center; /* hack para o IE */
/*	margin-right: auto;
	margin-left: auto; */
	min-width: 980px;
	min-height: 100%;
}

#main{
	background: #fff;
/*	margin: 0px 10px 0px 10px; */
}

#centerBody{
	background: #e6e6da;
/*	border: solid thin #efefef; */
	border-width: 2px;
	min-height: auto;
	text-align:left; /* "remédio" para o hack do IE */
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
}

/*************************************** Cabeçalho ******************************************/
/*#header p{
	margin-bottom: 15px;
}
*/

#header{
	background: #06001d; /* Old browsers */
	background: -moz-linear-gradient(top, #06001d 0%, #2e3954 150%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0,#06001d), color-stop(1.0,#2e3954)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #06001d 0%,#2e3954 150%); /* Chrome10+,Safari5.1+ */
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #06001d), color-stop(0.5, #2e3954)) /* Safari*/
	background: -o-linear-gradient(top, #06001d 0%,#2e3954 150%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #06001d 0%,#2e3954 150%); /* IE10+ */	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06001D', endColorstr='#2E3954',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #06001d 0%,#2e3954 150%); /* W3C */
	height: 100px;
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	}

#header_logo_lapix{
	max-width: 590px; 
	float: left; 
	font-weight: 700; 
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif; 
	text-transform: uppercase; 
	padding-top: 20px;

}

#logo_incod {
float: right; padding-top: 10px; }

#title_sms{
color: #fff;
font-weight: 700;
font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
text-align: center;
font-size: 11px;
font-weight: bold;
padding-top: 80px;
position: relative;
}

/************************************** Menu Lateral Esquerdo *******************************/
#leftBlock{
	/*background: #000000;
	color: #95cacc;*/
	width: 204px;
	float:left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
/*	margin-top: 5px;
	margin-left: 5px; */
	padding-bottom: 5px;
	padding-top: 50px;
	list-style-type: none;
	position: absolute; top: 50px;
	display: block;
}

#logoLapix{ display: none;}
	border: solid thin #000;
	margin-top: 25px;
}

#logoLapix:hover{
	border: solid thin #a0b6d9;
	/*padding: 5px;*/
}

#leftMenu{
	background: #e2e6e8;
background: -moz-linear-gradient(left, #c5c9c9 0%, #e2e6e8 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c5c9c9), color-stop(50%,#e2e6e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #c5c9c9 0%,#e2e6e8 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #c5c9c9 0%,#e2e6e8 50%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #c5c9c9 0%,#e2e6e8 50%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c9c9', endColorstr='#e2e6e8',GradientType=1 ); /* IE6-9 */
background: linear-gradient(left, #c5c9c9 0%,#e2e6e8 50%); /* W3C */
	color: #333333;
	padding-bottom: 5px;
	padding-top: 5px;
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px; */
	-moz-box-shadow: 1px 3px 3px #999;
	-webkit-box-shadow: 1px 3px 3px #999;
	box-shadow: 1px 3px 3px #999;

}

#leftMenu a{
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	float: center;
	text-decoration: none;
}

#leftMenu a:hover{
	color: #fff;
	text-decoration: underline;
}

#leftMenu ul:hover{
	background: #4172c1;
}

#subMenu {
	margin-left: 25px;
}

/************************************** Centro da página ************************************/
/***************************** Para Todas *****************************/
#mainBlock{
	background-color: #eeeeee;
	color: #333333;
	/*float: right;*/
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 0px 0px 5px 205px;
	min-height: 680px;
	padding: 10px;
	padding-top: 30px;
	position: relative;
	display: block;
		-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	
}

#mainBlock #mainBlock_title{
	font-size: 15px;
	font-weight: bolder;
}

#mainBlock p{
/*	background: #efefef;
	border: solid thin #a0b6d9; */
	font-size: 10pt;
	margin: 10px 10px 10px 0px;
	padding: 8px 8px 8px 8px;
	text-align: justify;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;


} 

/***************************** Main page *****************************/
#mainblock_images{
	/* background: #efefef;
	border: solid thin #a0b6d9; */
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
}

#imagemain1{
	float: center;
	margin: 5px 5px 5px 0px;
	padding-left: 10px;
	display: table;
}

img { max-width: 700px; height: auto; }

#imagemain2{
	float: center;
	margin: 5px 5px 5px 5px;
	padding-right: 5px;
}

#title1{
	font-size: 15px;
	font-weight: bolder;
}

#title2{
	font-size: 12px;
	font-weight: bolder;
}

#title3{
	color: #3232B4;
	font-size: 15px;
	font-weight: bolder;
}

#main_list{
	list-style-type: circle;
}

#block_text p{ /*Aqui bloco de texto para as imagens na MAIN */
	border: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: thin;
	margin: 0px 0px 0px 0px;
}

#block_text b{
	color: #3232B4;
}

#linkInMain{
	color: #4172c1;
	font-weight: bolder;
	text-decoration: underline;
}

#linkInMain:hover{
	color: #DAA520/*#00BFFF*/;
}

/********************* Segmentation Results Page *********************/
#segresults_block{
	/* background: #efefef; 
	border: solid thin #a0b6d9; */
	color: #333333;
	font-size: 10pt;
	list-style-type: none;
	margin: 10px 10px 10px 0px;
	padding: 8px 8px 8px 8px;
	text-align: justify;
	text-decoration: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#segresults_link{
	color: #203550;
	font-weight: bolder;
	text-decoration: underline;
}

#segresults_link:hover{
	color: #DAA520/*#00BFFF*/;
}

#segresults_block li ul{
	margin-top: 10px;
	margin-bottom: 10px;
}

#blockForImage p{ /*Aqui fica o bloco de texto para a imagem grande na SegResults (página inicial) */
	border: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: thin;
	margin: 0px 0px 0px 0px;
}



/********************* Thumbs na by Merging *********************/
#img_originals{
	 /* background: #efefef; 
	border: solid thin #a0b6d9; */
	margin-right: 10px;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
}

#thumbLink{
	color: #000;
	clear: both;
	height: 20px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: thin;
	text-align: center;
	text-decoration: none;
	margin: 0px 20px 0px 20px;
}

#thumbLink:hover{
	color: #a0b6d9;
}

#img_i{
	border: solid thin #000;
	margin: 10px 0px 10px 0px;
}

#img_i:hover{
	border: solid thin #fff;
	opacity: 0.6;
}

#img_result{
	margin: 10px 5px 10px 5px;
}

/***** Original e Ground Truth das escolhidas na By Merging e outras páginas****/
#img_originals_results{
	/* background: #efefef; */
	border: solid thin #a0b6d9;
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#block_img_1 p, #block_img_2 p{
	border: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: thin;
	margin: -15px 0px 0px 0px;
}

#block_img_1{
	float: left;
	margin: auto;
}

#block_img_2{
	float: right;
	margin: auto;
}

#img_regions_results{
	 /*  background: #efefef; 
	border: solid thin #a0b6d9; */
	display: inline-table;
	margin: 15px 10px 15px 0px;
	position: relative;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#block_img_3{
	float: left;
	margin: 5px;
}

#block_img_3 p{
	border: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: thin;
	margin: -15px 0px 0px 55px;
}

#img_results_link{
	border: solid thin #000;
	margin: 15px 25px 10px 55px;
}

#img_results_link:hover{
	border: solid thin #fff;
	margin: 15px 25px 10px 55px;
	opacity: 0.6;
}

/************************ SMS x MS *************************/
#sms_x_ms{
	/* background: #efefef; 
	border: solid thin #a0b6d9; */
	margin-bottom: 15px;
	margin-right: 10px;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#img_sms_results{
	/* background: #efefef; 
	border: solid thin #a0b6d9; */
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#block_smsxms_1, #block_smsxms_3, #block_smsxms_5{
	float: left;
	margin: auto;
}

#block_smsxms_2, #block_smsxms_4, #block_smsxms_6{
	float: right;
	margin: auto;
}

#block_smsxms_1 p, #block_smsxms_2 p, #block_smsxms_3 p, #block_smsxms_4 p, #block_smsxms_5 p, #block_smsxms_6 p{
	border: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: thin;
	margin: -15px 0px 0px 0px;
}

/************************ By Algorithm *************************/
#byalgorithm {
	/* background: #efefef; 
	border: solid thin #a0b6d9; */
	margin-bottom: 15px;
	margin-right: 10px;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}


#img_graphic_results{
	/* background: #efefef; */
	border: solid thin #a0b6d9;
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#block_graphic_1 p, #block_graphic_2 p{
	border: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: thin;
	margin: -15px 0px 0px 0px;
}

#block_graphic_1{
	float: left;
	margin: auto;
}

#graphic_image{
	/* background: #efefef; */
	border: solid thin #a0b6d9;
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#graphic_thumbs{
	/* background: #efefef; */
	border: solid thin #a0b6d9;
	display: table;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#graphic_thumbs2{
	/* background: #efefef; */
	border: solid thin #a0b6d9;
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}



/********************* Download Blocks ********************/
#download_block{
	/* background: #efefef;
	border: solid thin #a0b6d9; */
	color: #333333;
	font-size: 12pt;
	list-style-type: none;
	margin: 10px 10px 10px 0px;
	padding: 8px 8px 8px 8px;
	text-align: left;
	text-decoration: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#downloadLink{
	color: #203550;
	font-weight: bolder;
	text-decoration: underline;
}

#downloadLink:hover{
	color: #DAA520/*#00BFFF*/;
}

#download_block li ul{
	margin-top: 10px;
	margin-bottom: 10px;
}

/*********************** Contacts ***********************/
#contacts{
	/*background: #efefef;
	border: solid thin #a0b6d9; */
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 10px 10px 10px 0px;
	padding: 8px 8px 8px 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#contact_title{
	font-size: 12px;
	font-weight: bolder;
	margin: 10px 10px 0px 10px;	
}

#contact_text{
	font-size: 11px;
	font-weight: thin;
	line-height: 7px;
	margin: 0px 10px 0px 10px;
}

#contacts_phone{
	font-size: 10px;
	font-weight: thin;
	margin: 5px 10px 0px 10px;
	text-decoration: underline;
}

#contacts_direct{
	font-size: 11px;
	font-weight: bolder;
	margin: 5px 10px 5px 10px;
}

/************************************** Rodapé **********************************************/
#footer{ display: none;}
	background: #000;
	color: #fff;
	clear: both;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	font-weight: thin;
	height: 20px;
	/*margin: 0px 10px 10px 10px;*/
	position: relative;
	text-align: center;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

#footer p{
	padding-top: 5px;
}
