/* CSS Document */
body{
	text-align: center; /* hack para o IE */
	background-color: #ffffff;
	margin: 10px;
	margin-top: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #145086;
	font-size: 10px;
}
h3{
	margin-left: -2000px;
}
table, p, ul, li, dd, dt, dl, h1, h2, h3, h4, h5, h6, div, span, input, textarea, select { /* Retirado o BODY daqui*/
	font-family: Arial, Helvetica, sans-serif;
	color: #145086;
	font-size: 12px;
}
a:link, a:visited {
	color: #145086;
	text-decoration: none;
}
a:hover{
	color: #E5843D;
	/*color: #0099CC;*/
	text-decoration: none;
}
a.menu{
	color:#164f84;
	text-decoration: none;
}
hr{
	color: gray;
	width: 100%;
	height: 1px;
}

/*DIVS DA PÁGINA PRINCIPAL*/
#bordaf {
	background-color: #F1F1F3;
}
#bordaf .vazio {
	border-bottom: 0px solid;
	font-size: 5px;
}

#bordag {
	background-color: #F2F5FA;
	border-bottom: 1px #145086;
	font-size: 12px;
}
#bordag td{
	border-bottom: 1px solid #145086;
}
#bordag td.vazio {
	border-bottom: 0px solid;
	font-size: 5px;
}
#menu a:link {
	text-decoration: none;
	font-size: 12px;
	color: #336699;
	font-weight: bold;
}
#menu a:link, ul#menu a:visited {
	border-left: 0 solid #6666CC; /* uma barrinha a esquerda dos links */
	padding-left: 0; /* espaçamento entre a barrinha e o texto do link */
}
#menu a:hover {
	background-color: #FF6600; 
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	display: block; 
}
#menu a:visited {
	color: #ffffff; /* cor da fonte */
	font-style: italic;
	font-size: 12px;
}
#busca{
	background-image: url(../imagens/corte_detalhe_busca.jpg);
	text-align: center;
	padding-top: 35px;
	float: right;
	height: 74px;
	width: 155px;
	vertical-align: top;
}
#botao_busca {
	padding-left: 15px;
	height: 55px;
}
#img_busca{
	padding-left: 16px;
	height: 19px;
}
#busca1{
	float: left;
	padding-left: 20px;
}
#busca2{
	float: right;
	padding-right: 17px;
	*padding-right: 16px;
}
#rodape{
	clear: both;
	width: 744px;
	height: 130px;
}
#label{
	width: 80px;
	float: left;
}
#input{
	width: 150px;
	float: left;
}
#input input, select{
	margin-top: 7px;
}
#botoes{
	clear: both;
}
#conteudo_meio {
	padding-top: 10px;
	text-align:justify;
}#geral{
	margin: 0px auto;
	width: 744px;
}
#topo{
	width: 744px;
}
#conteudo{
	width: 580px;
	text-align: left;
	float: left;
	border-left: 1px solid #CCCCCC;
	background-color: #ffffff;
}
#esquerda{
	padding-top: 15px;
	clear: both;
	padding-left: 12px;
	width: 565px;
}
#esquerda ol{
	margin: 10px 5px 5px 0;
	text-align:center;
	padding:0;
}
#esquerda ol li{
	list-style-type: none;
	margin: 0px 40px 0px 20px;;
	display: inline;
	padding:0;
}
#meio{
	padding-top: 12px;
	padding-left: 12px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	width: 565px;
}
#avisos {
	font-size: 10px;
	float:right;
	color: gray;
}
#celula_int{
	float: left;
	padding-top: 10px;
	width: 555px;
	padding-top: 10px;
}
#direita{
	width: 158px;
	float: right;
	background-image: url(../imagens/bg_dir.jpg);
	background-repeat: repeat-y;
}
#menulat a:link, a:visited {
	text-decoration: none;/* retira o sublinhado dos links */ 
	color: #145086;
}
#menulat a:hover {
	text-decoration: none;
	color: #D5750B;
}
#pub_esq{
	width: 250px;
	float: left;
}
#pub_dir{
	width: 270px;
	float: right;
}
#pub_dir ul li{
	list-style-image:url(../imagens/vela_p.gif);
}

/*CLASSES DA PÁGINA PRINCIPAL*/
.celula_meio{
	width: 440px;
	margin-left: auto;			
	margin-right: auto;			
	padding: 10px;
	text-align: left; /* "remédio" para o hack do IE */
}
.comp{
	border: 1px solid #145086;
	padding: 5px;
}
.bordag td.vazio2 {
	border-bottom: 0px solid;
}
.del{
	border: 0;
	font-size: 10pt;
}
.flutuar{
	float: left;
}
.dia {
	font-weight: bold;
	font-size: 11pt;
	border: 0px;
}
.input {
	font-size: 9px;
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.center{
	text-align: center;
	vertical-align: middle;
}
.destaque{
	font-size: 12px;
    font-weight: bold;
	text-align: justify;
}
.direita{
	text-align: right;
}
.espacamento10 {
	padding: 10px;
}
.esquerda{
	text-align: left;
}
.imgpeq{
	width: 100px; /* largura da div = largura thumbnail */
	height: 80px; /* altura da div = altura thumbnail */
	margin: 0;
	padding: 0;
	border: 0;
}
.imgpeq2{
	width: 300px; /* largura da div = largura thumbnail */
	height: 240px; /* altura da div = altura thumbnail */
	margin: 0;
	padding: 0;
	border: 0;
}
.justificado{
	text-align: justify;
}
.mostrar{
   display: block;
}
.msg_red{
	color: red;
}
.msg_red_bold{
	font-weight: bold;
	color: red;
}
.noticia{
	width: 100%;
	border-bottom: 1px dashed gray;
	border-color: gray;
	padding-left: 0;
	margin-left: 0;
}
.ocultar{
	display: none;
}
.porem{
	font-size: 10px;
	color: gray;
	text-align: right;
}
.porem2{
	font-size: 10px;
	color: gray;
	text-align: left;
}
.special {
	left: 0px;
	border-bottom: 100px;
	border-bottom: 0.05mm solid #77AECA;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
}
.subtitulo{
	 font-size: 12px;
	 text-align: justify;
	 font-weight: lighter;
}
.titulo{
	font-weight: bold;
	font-size: 15px;
	background-image: url(../imagens/barra.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 22px;
}
.tabulacao{
	margin: 0px 10px;
}
.avisos{
	font-size: 10px;
	color: gray;
}
.menu{
	text-align: left;
	background-image: url(../imagens/bg_dir.jpg);
	float: left;
	font-size: 9px;
	color: #336699;
	font-family: Verdana, Arial, Helvetica; 
}
.menu img{
	text-align: left;
}

.inputText{ 
	background-color: #145086; 
	border: 1px solid gray;
	color: #FFFFFF;
}
.velinha{
	list-style-image:url(../imagens/vela_p.gif);
}
.separalinha{
	line-height: 17px;
}


/* ====================================== ESTILO DA ÁREA RESTRITA =============================================== */
#tudo{
	margin: 0px auto;
	width: 744px;
}
#restrita{
	margin: 10px;
	margin-top: 0;
	padding:0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #145086;
	font-size: 10px;
}
#mensagem_rest{
	width: 743px;
	text-align: right;
	margin: 5px 0px;
	border: 1px solid #145086; 
}
#conteudo_rest{
	width: 744px;
	text-align: left;
}
#menu_rest{
	width: 148px;
	padding: 0;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
}
#menu_rest ol{
	padding: 1px;
	margin: 0px;
	width: 148px;
}
#menu_rest ol li{
	list-style-type: none;
	background-color: #145086; /* cor do fundo */
}
#menu_rest ol li.dest a, #menu_rest ol li.dest a:hover{
	color: #FFFFFF;
	padding: 2px;
	display: table-cell;
	width: 144px;
}
#menu_rest ol ol{
	padding: 0px;
	margin: 0px;
	width: 144px;
}
#menu_rest ol ol li{
	background-color: #ffffff;
	list-style-type: none;
}
#menu_rest ol ol li.dest2 a{
	color: #145086;
	padding: 2px;
	display: table-cell;
}
#menu_rest ol ol li.dest2 a:hover{
	color: #E5843D;
	padding: 2px;
	display: table-cell;
}
#bordaex{
	border: 1px solid #145086;
	background-color: #f2f5fa;
	width: 588px;
	*width: 570px;
	_width: 570px;
	float: right;
	_float: left;
	margin-left: 0px;
	_margin-left: 5px;
}
#bordaex input{ 
	background-color: #F9F9FF; 
	border: 1px solid #145086;
	color: #145086;
}
#bordaex input.radiobutton{ 
	background-color: #F9F9FF; 
	border: 0px;
	color: #145086;
}
#bordaex select, #bordaex textarea{ 
	background-color: #F9F9FF; 
	border: 1px solid #145086;
	color: #145086;
}
#rodape_rest{
	clear: both;
	border-top: 1px solid #145086;
	text-align: center;
	width: 744px;
}
a.menures {
	color:#164f84;
	text-decoration: none;
}
.cont1_rest, .cont2_rest{
	margin: 10px;
}
.inputres {
	font-size: 9px;
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.specialres {
	left: 0px;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
}
.vela{
	margin-right: 2px;
}

