<style type="text/css">

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

*{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

#todo{background-image:url(../imagens/topo2.jpg); background-repeat:repeat-x; background-color:#F2F5F9;}

#topo .identificacao .nome_sistema{text-align:right; padding:10px 25px 0px 0px; color:#286186; font-size:25px;}

#topo{width:900px; margin:0 auto;  }
	#topo .marca{width:164px; height:164px; float:left; z-index:2px; margin:15px 20px 20px 20px;}
	#topo .identificacao{height:40px; background-image:url(../imagens/linha_cinza.jpg); background-repeat:repeat-x;}
		
	
	#topo .usuario{height:30px; background-image:url(../imagens/linha_branca.jpg); background-repeat:repeat-x;}
		#topo .usuario .icone{ float:left; margin:5px 0px 0px 0px;}
		#topo .usuario .nome_usuario_normal{text-align:left; color:#286186; margin:15px 0px 0px 0px;  *margin-top:0px;  font-size:11px; font-weight:normal;}
		#topo .usuario .nome_usuario{width:650px; margin:8px 0px 0px 6px; text-align:left; float:left; color:#286186; font-size:11px; font-weight:bold;}
		#topo .usuario .iconesair{ float:right;  margin:-17px 0px 0px -45px; width :60px; color:#286186; font-size:11px; font-weight:bold; vertical-align:top;}
		#topo .usuario .botao_sair{  margin:-15px 0px 0px 0px;   float:right; color:#286186; font-size:11px; font-weight:bold;}
	
	#topo .menu{height:48px; background-image:url(../imagens/linha_azul.jpg); background-repeat:repeat-x;}
		#topo .menu .submenu{height:20px; float:left; color:white; font-size:13px; padding:15px 10px 10px 10px; font-weight:bold;}

#conteudo{ width:900px; margin:0 auto;  margin-top:0; *margin-top:-16px; min-height:675px;  *min-height:675px;  border:1px solid #F2F5F9; background-color:#F2F5F9; }
		#conteudo .titulo_conteudo{margin-top:0px; margin-left:40px; *margin-left:0px; position:absolute;}
		#conteudo .icone_titulo{float:left; width:17px; height:17px; margin-top:5px; padding:0px;  background-image:url(../imagens/icone_titulo.jpg); background-repeat:no-repeat; }
		#conteudo .texto_titulo{float:left;  height:28px; line-height:28px; margin-left:5px; width:600px;}
		#conteudo .texto_titulo .rastro{font-size:16px; font-weight:bold; color:#3B83B1;}
		#conteudo .texto_titulo .titulo{font-size:16px; font-weight:bold;}
		#conteudo .conteudo_miolo{
		margin: 50px 100px 180px 90px;
*margin: 50px 100px 10px 90px;
                  

}
#rodape{margin:0 auto;bottom:0;width:100%;}
	#rodape .copyright{height:34px; line-height:34px; padding-bottom:0px; text-align:center;  background-image:url(../imagens/linha_copyright.jpg); background-repeat:repeat-x; margin:0 auto; font-weight:bold; color:#286186; font-size:11px;}
	#rodape .endereco{height:40px; line-height:40px; text-align:center; color:#DFEDF4; font-size:9px; background-image:url(../imagens/linha_endereco.jpg); background-repeat:repeat-x; margin:0 auto;}

/* formatação */
#input{
	border:1.5px solid #DBE5F1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
	width:370px;
	height:25px;
	font-size:11px;
	margin-left:15px;
	vertical-align:middle;
	color:#666;
	padding:0px 0px 0px 5px;
}

#label{
	border:1.5px solid #DBE5F1;
	border-radius:5px;	-moz-border-radius:5px;	-webkit-border-radius:5px;	-khtml-border-radius: 5px;
	width:140px;	height:25px; line-height:25px;
	font-size:11px;
	margin-left:15px;
	vertical-align:middle;
	color:#666;	
	padding:0px 0px 0px 5px;
}

.labelInput{
	border:1.5px solid #DBE5F1;
	border-radius:5px;	-moz-border-radius:5px;	-webkit-border-radius:5px;	-khtml-border-radius: 5px;
	width:140px;	height:25px; line-height:25px;
	font-size:11px;
	margin-left:15px;
	vertical-align:middle;
	color:#666;	
	padding:0px 0px 0px 5px;
}

#label1{
	border:1.5px solid #DBE5F1;
	border-radius:5px; 	-moz-border-radius:5px;	-webkit-border-radius:5px;	-khtml-border-radius: 5px;
	width:147px;	height:25px;
	line-height:25px;
	font-size:11px;
	margin-left:15px;
	vertical-align:middle;
	color:#666;
	padding:2px 0px 0px 5px;
}

#textfield{
	border:1.5px solid #DBE5F1;
	border-radius:5px;	-moz-border-radius:5px;	-webkit-border-radius:5px;	-khtml-border-radius: 5px;
	width:30px;
	font-size:11px;
	vertical-align:middle;
	color:#666;
	padding:2px;

}
#select{
	border:1.5px solid #DBE5F1;
	border-radius:5px; 	-moz-border-radius:5px;	-webkit-border-radius:5px;	-khtml-border-radius: 5px;
	height:25px;	line-height:25px;
	font-size:11px;
	margin-left:15px;
	vertical-align:middle;
	color:#666;
	padding:2px 0px 0px 5px;
}


#label_desativado{
	border:1.5px solid #9B9B9B;
	background-color:#D1D1D1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
	width:140px;
	height:25px;
	font-size:11px;
	vertical-align:middle;
	color:#999;	
	padding:0px 0px 0px 5px;
}

#textarea{
	border:1.5px solid #DBE5F1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
	font-size:11px;
	width:370px;
	margin-left:15px;
	vertical-align:middle;
	color:#666;
	padding:5px 0px 0px 5px;
}

/* botao */
#bt_voltar{background-image:url(../imagens/botao/bt_voltar.jpg); background-repeat:repeat-x; width:90px; height:29px; cursor:pointer; border:0px; margin-top:20px;}
#bt_adicionar{background-image:url(../imagens/botao/bt_adicionar.jpg); background-repeat:repeat-x; width:89px; height:29px; cursor:pointer; border:0px; margin-top:20px;}
#bt_buscar{background-image:url(../imagens/botao/bt_buscar.jpg); background-repeat:repeat-x; width:73px; height:29px; cursor:pointer; border:0px; margin-top:20px;}
#bt_cancelar{background-image:url(../imagens/botao/bt_cancelar.jpg); background-repeat:repeat-x; width:85px; height:29px; cursor:pointer; border:0px; margin-top:20px;}
#bt_excluir{background-image:url(../imagens/botao/bt_excluir.jpg); background-repeat:repeat-x; width:81px; height:29px; cursor:pointer; border:0px; margin-top:20px;}
#bt_entrar{background-image:url(../imagens/botao/bt_entrar.jpg); width:73px; height:29px; cursor:pointer; border:0px; margin-top:20px;}
#bt_limpar{background-image:url(../imagens/botao/bt_limpar.jpg); background-repeat:repeat-x; width:73px; height:29px; cursor:pointer; border:0px; margin-top:20px;}
#bt_novo{background-image:url(../imagens/botao/bt_novo.jpg); background-repeat:repeat-x; width:73px; height:29px; cursor:pointer; border:0px; margin-top:20px;}
#bt_imprimir{background-image:url(../imagens/botao/bt_imprimir.jpg); background-repeat:repeat-x; width:90px; height:29px; cursor:pointer; border:0px; margin-top:20px;}
#bt_salvar{background-image:url(../imagens/botao/bt_salvar.jpg); background-repeat:repeat-x; width:85px; height:29px; cursor:pointer; border:0px; margin-top:20px;}
#bt_pesquisa_avancada{background-image:url(../imagens/botao/bt_pesquisa_avancada.jpg); background-repeat:repeat-x; width:28px; height:25px; cursor:pointer; border:0px; }
#bt_enviar{background-image:url(../imagens/botao/bt_enviar.jpg); background-repeat:repeat-x; width:75px; height:29px; cursor:pointer; border:0px; }
/*fim botao */

/*modal*/
#bt_ok{background-image:url(../imagens/botao/bt_ok_msg.jpg); background-repeat:no-repeat; width:27px; height:21px; cursor:pointer; border:0px; margin-top:20px;}
#bt_cancelar_msg{background-image:url(../imagens/botao/bt_cancelar_msg.jpg); background-repeat:no-repeat; width:61px; height:21px; cursor:pointer; border:0px; margin-left:20px; margin-top:20px;}
/* fim modal */

/* icone */
#icone_buscar{background-image:url(../imagens/botao/icone_buscar.jpg); background-repeat:repeat-x; width:21px; height:18px;cursor:pointer; border:0px; margin-top:20px;}
#icone_remover{background-image:url(../imagens/botao/icone_remover.jpg); background-repeat:repeat-x; width:21px; height:20px; cursor:pointer; border:0px; }
#icone_adicionar{background-image:url(../imagens/botao/icone_adicionar.jpg); background-repeat:repeat-x; width:21px; height:20px; cursor:pointer; border:0px; }
/* fim icone */

.texto{	font-size:11px;	vertical-align:top; *margin-top:5px;}
.texto_obrigatoriedade{color:#990000; padding-left:75px; font-size:9px;}
.obrigatoriedade{color:#990000;	font-size:13px;}
.resultado_mensagem{color:#990000; font-weight:bold;	font-size:12px;}


/* tela login */
.login{width:580px; / * height:500px; */ margin:0 auto;}
.titulo_login{text-align:center;} 
.campo_login{width:230px;  text-align:center; margin:0 auto;}
.texto_pequeno{font-size:9px; color:#626367;}
.texto_pequeno a:link{font-size:9px; color:#626367; text-decoration:none;}
.texto_pequeno a:hover{  color:#333; text-decoration:underline;}
.texto_pequeno a:visited{  color:#999; text-decoration:underline;}
/* fim tela login*/

/*grid*/
.barra_superior{background-color:#B7D1E2;}
.barra_superior img{margin-right:20px; background-color:#B7D1E2;}
.titulo_grid{color:#01456A; background-image:url(../imagens/bg_tit_grid.jpg); text-align:center; font-size:11px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; height:30px;}
.titulo_grid2{color:#01456A;text-align:center; font-size:11px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.rodape_grid{background-color:#DBDCE0; font-size:11px; height:35px; color:#333; padding-left:15px;}
.linha_impar{color:#626262; background-color:#F5F5F5; text-align:center; font-size:11px; font-family:Arial, Helvetica, sans-serif; height:25px;}
.linha_impar td{font-size:11px;font-family:Arial, Helvetica, sans-serif; height:25px;} 
.linha_par{color:#626262; background-color:#EBEBEB; text-align:center; font-size:11px;font-family:Arial, Helvetica, sans-serif; height:25px;}
.linha_par td{font-size:11px;font-family:Arial, Helvetica, sans-serif; height:25px;} 
/* fim grid*/

/* tooltip */
a:hover {background:none; text-decoration:none;} /* background-color e necessario para o IE6 */
a.tooltip span {display:none; padding:3px 4px; margin-left:8px;  font-size:9px;  margin-bottom:50px;}
a.tooltip:hover span{display:inline; position:absolute; background:#FFFFCC; border:1px solid #cccccc;  font-size:9px;  color:#666;}
/* fim tooltip*/



#linkmais p {
			color: #809823;
			text-decoration: underline;
			display:inline;
			
		}
#linkmais p:hover {
			cursor: pointer;
			color:#000;
			text-decoration: none;
		}




/*modal mensagem*/
.full{	position:fixed;	z-index:999;	top:0px;	left:0px;	width:100%;	height:100%;	background-color:#0C253A;	opacity:0.7;}
.modal{	position:absolute;	top:25%;	width:300px;	height:80px;	margin-top:50px;	margin-left:-250px;	padding:10px;	z-index:9999;
	color:#B56E1F;	font-size:12px;	border:2px solid #FDE4E0;	background-color:#FEF7F5;	-moz-box-shadow:0px 0px 10px #000;	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;}

span.close{
	background:#000 url(../imagens/close.png) no-repeat center center;
	cursor:pointer;	
	height:25px;	
	width:25px;	
	position:absolute;	right:12px;	top:12px;	
	cursor:pointer;
	-moz-border-radius:5px;	
	-webkit-border-radius:5px;	
	border-radius:5px;		
	opacity:0.5;}
span.close:hover{	opacity:1.0;}
ul.friendsList{	
list-style:none;	
margin:10px 0 0 0;}
ul.friendsList li a{	
	display:block;	
	padding:15px 15px 15px 55px;	
	text-decoration:none;	
	color:#ddd;	
	font-size:26px;	text-shadow:1px 1px 1px #000;	
	margin:5px 10px;	
	background-color:#1f1f1f;	
	border:1px solid #222;	
	-moz-box-shadow:0px 0px 10px #000;	
	-webkit-box-shadow:0px 0px 10px #000;	
	box-shadow:0px 0px 10px #000;
	background-repeat:no-repeat;	
	background-position:5px 50%;	
	opacity:0.9;	
	outline:none;
}


.destaque{background:#DDE5EC;color:#025A8D;}
