@charset "ISO-8859-1";
/* CSS Document */
html,body{
   margin:0;
   padding:0;
   height:100%;
   border:none;
   background:#f1f1f1;
   /*background-image: url(/imagens/bgr.png);*/
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


a:link {	color: #666666; text-decoration: none;}
a:visited {	color: #666666; text-decoration: none;}
a:hover {	color: #999999; text-decoration: none;}
a:active {	color: #999999; }
.textoPadrao{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px; color: #000000;}
.textoLogin{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	color: #ffffff;}
.textoMenu{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px; font-weight:bold; color: #666666;}
.botao{font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px; color: #000000;}

td img {display: block;}



#principal{
	width:100%;
	height:100%;
}

#tabelaPrincipal {
	width:100%;
	height: 100%;
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
	background-color: #f1f1f1;
	} 

.tblCabecalho  {
	border-bottom: 1px solid #000000;
	} 

#acompanhamento{
	width:90%;
}

#acompanhamento ul li{
	margin: 0em 0em 0em -2em ;
}
#acompanhamento table{
	width: 90%;
	height: 450px;
	border:#666666 1px solid;
	background: #e6e9f3;
	padding: 5px;
}

#acompanhamento th{
	background: #000066;
	font-size:12px;
	font-weight: bold;
	color:#FFFFFF;
	height: 35px;
}

#linx{
	width:90%;
}
#linx ul li{
	margin: 0em 0em 0em -2em ;
}
#linx table{
	width: 90%;
	height: 450px;
	border:#666666 1px solid;
	background: #e0f0df;
	padding: 5px;
}

#linx th{
	background: #058701;
	font-size:12px;
	font-weight: bold;
	color:#FFFFFF;
	height: 35px;
}

#servicos{
	width:90%;
}
#servicos ul li{
	margin: 0em 0em 0em -2em ;
}
#servicos table{
	width: 90%;
	height: 450px;	
	border:#666666 1px solid;
	background: #f9e7e3;
	padding: 5px;
}

#servicos th{
	background: #F24922;
	font-size:12px;
	font-weight: bold;
	color:#FFFFFF;
	height: 35px;
}
#rodape{
	width:100%;
}

#rodape table{
	width: 100%;
	border-top::#666666 1px solid;
	background: #CCCCCC;
	padding: 2px;
}

#rodape td{
	background: #A90707;
	font-size:10px;
	font-weight: normal;
	color:#f1f1f1;
	height: 35px;
}
#miolo{
	width:100%;
	margin-top: -5px;
}

#miolo ul li{
	margin: .5em 0em 0em -2em ;
}
#miolo table{
	width:100%;
	height: 100%;
	border:#666666 0px solid;
	padding: 2px;
}

#miolo th{
	background: #f1f1f1;
	font-size:12px;
	font-weight: bold;
	color:#333333;
	height: 35px;
	padding: 6px;
}

#formulario{
	width:100%;
	margin-top: -5px;
}

#formulario ul li{
	margin: .5em 0em 0em -2em ;
}
#formulario table{
	width:100%;
	height: 100%;
	border:#666666 0px solid;
	padding: 2px;
}

#formulario th{
	font-size:14px;
	font-weight: bold;
	color:#333333;
	height: 35px;
	padding: 6px;
}

#formulario td{
	background: #f1f1f1;
	font-size:11px;
	font-weight: normal;
	color:#333333;
	height: 20px;
	padding: 2px;
}

#anuncio{
	width:100%;
}
#anuncio ul li{
	margin: 0em 0em 0em -2em ;
}
#anuncio table{
	width: 100%;
	height: 450px;	
	border-left:#cccccc 1px solid;
	background: #f1f1f1;
	padding: 5px;
}

#anuncio th{
	background: #F1F1F1;
	font-size:12px;
	font-weight: bold;
	color:#666666;
	height: 35px;
}

