@charset "iso-8859-1";
html {margin: 0; padding: 0; border: 0;}

body {
background-color: #ffffff; 
background-image:url("../imagens/logo_background.gif");
margin: 0 0 0 0;
padding: 0 0 0 0;
border: 0;
}

.clear { clear: both; }

.wrapper {
margin: 0 0 0 0;
width: 777px;
text-align: left;
background: #ffffff;
}

/*** Below is the Tan hack, needed because the decorative side borders (thin black) on 
.wrapper. It fixes the box model of IE5.x/win, making it display the same as other browsers. ***/

* html .wrapper {
width: 780px; 
}

.outer {
border-left: 125px solid #fff;  
border-right: 125px solid #fff;
}

.outerInterno {
border-left: 125px solid #fff;  
}
/*** These are the visible side col BG's. The image BG is needed to replace a side border
on div.inner, which can't be used because of problems in Mozilla. The image substitutes 
for the thin black divider between the right green col and the center col. If the black divider
is not wanted, the BG image may be removed. The Tan hack below feeds a IE a different 
BG location, due to a BG placement variation. 
***/

* html .outer {
}

.inner {
margin-left: -2px; /*** This fixes a small overlap problem in IE6. ***/
width: 548px; /*** This width is for non-IE browsers. Mozilla makes this necessary. ***/
}

.innerInterno {
margin-left: -2px; /*** This fixes a small overlap problem in IE6. ***/
width: 673px; /*** This width is for non-IE browsers. Mozilla makes this necessary. ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/

* html .inner {
width: 100%;
}

.float-wrap {
float: left;
width: 660px;
margin-left: -125px;       /*** Same length as left column width ***/
}

.float-wrapInterno {
float: left;
width: 785px;
margin-left: -125px;       /*** Same length as left column width ***/
}

/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/

.left {
float: left;
width: 125px;
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

.right {
text-align: right;
float: right; 
width: 123px;
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

* html .right {
margin: 0 -125px 0 0; /*** IE gets this margin. ***/
}

.center {
padding-top: 4px;
padding-bottom: 4px;
padding-left: 4px;
padding-right: 4px;
float: right;
width: 535px;
}

.centerInterno {
padding-top: 4px;
padding-bottom: 4px;
padding-left: 4px;
padding-right: 4px;
float: right;
width: 660px;
}

.wide {
background-color: #ffc;    /* header and footer colours */
width: 100%; 
}




.wide p {padding: 5px;}

.top {
	border-width: 0 0 2px;
	height: 68px;
}

.bottom {
	border-width: 2px 0 0;
	background: #BD3737;
	height: 28px;
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 7pt;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}

.bottom a { 
	color: white; 
	font-size : 7pt; 
	font-family : verdana, tahoma;
	text-decoration : none;
}

.bottom a:link{ 
	color: white; 
	font-size : 7pt; 
	font-family : verdana,tahoma;
	text-decoration : none;
}

.bottom a:visited { 
	color: white; 
	font-size : 7pt; 
	font-family : verdana,Tahoma;
	text-decoration : none;
}

.bottom a:hover { 
	color: white; 
	font-size : 7pt; 
	font-family : verdana,Tahoma;
	text-decoration : underline;
}

.logomarca {
	background: url(images/cabecalho_logotipo.gif) no-repeat top left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 272px;
	height: 68px;
}

#cabecalho_topo_direita { 
	background: url(images/topo_fino.gif) repeat-y top right;
	position: absolute;
	top: 0px;
	left: 272px;
	width: 508px;
	height: 33px;
	padding-right: 5px;
	padding-top: 4px;
	}

#cabecalho_meio_direita { 
	background: #BD3737;
	position: absolute;
	top: 33px;
	left: 272px;
	width: 508px;
	max-height: 10px; 
	}

#cabecalho_baixo_direita { 
	background: #D7D6D4;
	position: absolute;
	top: 49px;
	left: 272px;
	width: 508px;
	height: 19px; 
	}

#caixa_usuario_masculino { 
	background: #FFFFFF url(images/usuario_masculino.gif) no-repeat middle left;
	border-width: 2px;
	border-color: #CC6767;
	border-style: solid;
	float: right;
	width: 120px;
	height: 25px; 
	color: #BD3737;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	padding-left: 40%;
	padding-top: 4px;
	}

#caixa_usuario_feminino { 
	background: #FFFFFF url(images/usuario_feminino.gif) no-repeat middle left;
	border-width: 2px;
	border-color: #CC6767;
	border-style: solid;
	float: right;
	width: 120px;
	height: 25px; 
	color: #BD3737;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	padding-left: 40%;
	padding-top: 4px;
	}

/* Mozilla bug fixes */
html>body .inner, html>body .float-wrap {
border-bottom: 1px solid transparent;
}


/* Estilos Padronizados */


.itemMenu {
	font-size : 9pt;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
}

.tituloMenu {
	color: #FFFFFF;
	font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}

.divisaoMenu { 
	border : 1px solid #ffffff; 
}

.tituloPagina {
	color: #000000;
	font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style : italic;
	font-size: 11pt; /* Willian */
}

.tabelaPadrao {
	border : 1px solid #989795;
	background-color : #F1F2F0;
	margin:0px auto;
}

.tabelaPadraoSemTopo {
	border : 1px solid #989795;
	background-color : #F1F2F0;
	margin:0px auto;
	border-top:none;
}

.tituloSecao {
	border-bottom : 1px solid #989795;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #BD3737;   
	font-weight: bold;
	height:20px;
}

.tituloSecao a { 
	color: #BD3737; 
	text-decoration : underline;
}

.rotulo {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #434241;
	text-align: right;
	vertical-align: middle;
}

.rotuloEsquerdo {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #434241;
	text-align: left;
	vertical-align: middle;
}

.rotuloEsquerdo a:link{ 
	color: black; 
	text-decoration : none;
}

.rotuloEsquerdo a:visited { 
	color: black; 
	text-decoration : none;
}

.rotuloEsquerdo a:hover { 
	color: red; 
	text-decoration : underline;
}

.rotuloEsquerdo a:active { 
	color: red; 
	text-decoration : underline;
}

.rotuloCentro {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #434241;
	text-align: center;
	vertical-align: middle;
}

.erro {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : red;
	text-align: center;
	vertical-align: middle;
}

.hint {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #434241;
	vertical-align: middle;
}

.hintPePagina {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	color : #434241;
	vertical-align: middle;
    text-align: center; 
	padding-top: 8px; 
	padding-bottom: 13px;
}

.rotuloMemo {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #434241;
	text-align: right;
	vertical-align: top;
}

.rotuloMemoEsquerdo {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #434241;
	text-align: left;
	vertical-align: top;
}

.campo {
	text-align: left;
	vertical-align: middle;
	font-size : 9pt;
}

.loginOff {
	border : 1px solid #000000;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	height :17px;
	font-size : 7.5pt;
	color : #000000; 
	background: #FFFFFF;
	vertical-align: top;
}

.loginOn {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	height :17px;
	font-size : 7.5pt;
	color : #BD3737; 
	background: #FFFFFF;
	vertical-align: top;
	border: #BD3737 solid 1px;

}

.texto {
	border : 1px solid Black;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	height :18px;
	font-size : 9pt;
	color : #000000;
    vertical-align:middle;
}

.textoReadOnly {
	border : 1px solid Black;
	font-family :  Tahoma, sans-serif, Helvetica, Geneva, Verdana, Tahoma, Arial;
	height : 18px; 
	background-color: #D6D1D1;
	color : #000000;
	font-size : 9pt;
    vertical-align:middle;
}
.textoReadOnly2{
	border : 1px solid Black;
	background-color: #D6D1D1;
	color : #000000;
}

.textoEnabled {
	background-color: #FFFFFF; 
}
.textoDisabled {
	background-color: #D6D1D1;
}
.radio {
	font-family :  Tahoma, sans-serif, Helvetica, Geneva, Verdana, Tahoma, Arial;
	height : 18px; 
    color : #000000;
	font-size : 9pt;
    vertical-align:middle;
}
.selecao { 
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	border : 1px solid Black;
	color : #000000; 
	font-weight: normal; 
	background: #FFFFFF; 
  vertical-align:middle;
} 

.selecaoReadOnly { 
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	border : 1px solid Black;
	color : #000000; 
	font-weight: normal; 
	background-color: #D6D1D1; 
  vertical-align:middle;
} 

.memo {
	border : 1px solid Black;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9pt; 
  color : #000000; 
  font-weight: normal;
}

.memoReadOnly {
	border : 1px solid Black;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9pt; 
  color : #000000;
	background-color: #D6D1D1;
}

.file {
	border : 1px solid Black;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	height :18px;
	font-size : 9pt;
	color : #000000;
  vertical-align:middle;
}

.noticiasPrinc {
	background: url(images/titulo_noticias.gif) no-repeat top left;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	font-size : 9pt;
}

.cadaNoticia {
	text-align: justify;
}

.cadaNoticia p {
	color: #000000;
}

.cadaNoticia a{
	color: #BD3737;
	font-size : 9pt;
	text-decoration : none;
}

.cadaNoticia a:link{ 
	color: #BD3737;
	font-size : 9pt;
	text-decoration : none;
}

.cadaNoticia a:visited { 
	color: #BD3737;
	font-size : 9pt;
	text-decoration : none;
}

.cadaNoticia a:hover { 
	color: #BD3737;
	font-size : 9pt;
	text-decoration : underline;
}

.noticiasSec {
	background: url(images/traco_noticias.gif) no-repeat top left;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	font-size : 8pt;
}

.cadaNoticiaSec {
	text-align: justify;
	border-left: 60px solid #ffffff;  
	width: 526px;
}

.dataNoticiaSec {
	color: #BD3737;
	float: left;
	width: 60px;
	position: relative; 
}

.conteudoNoticiaSec {
	padding-left: 4px;
	color: #000000;
	float: right;
	width: 466px;
}

.conteudoNoticiaSec a{
	color: #000000;
	text-decoration : none;
}

.conteudoNoticiaSec a:link{
	color: #000000;
	text-decoration : none;
}

.conteudoNoticiaSec a:visited { 
	color: #000000;
	text-decoration : none;
}

.conteudoNoticiaSec a:hover { 
	color: #BD3737;
	text-decoration : underline;
}

.float-noticia {
	float: left;
	width: 526px;
	margin-left: -60px;       /*** Same length as left column width ***/
}

.enqueteTitulo {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
	text-align: justify;
	vertical-align: middle;
}

.enqueteOpcoes {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	color : #000000;
	text-align: left;
	vertical-align: middle;
}

.botao {
	text-align: center;
	vertical-align: bottom;
}

.botaoCentro {
	text-align: center;
	vertical-align: middle;
}

.botaoEsquerdo {
	text-align: left;
	vertical-align: bottom;
}

.botaoSeparador {
	text-align: center;
	vertical-align: middle;
	border-top : 1px solid #989795;
	font-size : 6pt;
}

.botaoSubmit {
	border : 1px solid Black;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #bd3737;
	color : #FFFFFF;
	font-size : 9px;
	padding:1px 1px 1px 1px;
	margin:1px 1px 1px 1px;
	vertical-align:middle;
	height :20px;
	cursor:hand;
}

.botaoNormal {
	border : 1px solid Black;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #bd3737;
	color : #FFFFFF;
	font-size : 9px;
	padding:1px 1px 1px 1px;
	margin:1px 1px 1px 1px;
	vertical-align:middle;
	height :20px;
	cursor:hand;
}

.botaoGif {
	border : 1px solid Black;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #bd3737;
	color : #FFFFFF;
	font-size : 9px;
	padding:1px 1px 1px 1px;
	margin:1px 1px 1px 1px;
	vertical-align:middle;
	height :18px;
	cursor:hand;
}

.tabelaResultado {
	border : 1px solid #989795;
	background-color : #F1F2F0;
    border-collapse: collapse;
    margin:0px auto;

}

.tituloResultado {
  border:1px solid #989795;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #434241;
  vertical-align:middle;
	text-align: center;
	font-weight: bold;
  height:20px;
}

.tituloResultadoEsquerdo {
  border:1px solid #989795;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #434241;
  vertical-align:middle;
	text-align: left;
	font-weight: bold;
  height:20px;
}

.listaResultado {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : black;
  background-color: white;
  border:1px solid #989795;
	text-align: left;
	vertical-align: middle;
  height:14px;
}

.listaresultado a:link{ 
	color: black; 
	text-decoration : underline;
}

.listaresultado a:visited { 
	color: blue; 
	text-decoration : underline;
}

.listaresultado a:hover { 
	color: red; 
	text-decoration : underline;
}

.listaresultado a:active { 
	color: red; 
	text-decoration : underline;
}
.listaResultadoPrio {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : black;
  background-color: yellow;
  border:1px solid #989795;
	text-align: left;
	vertical-align: middle;
  height:14px;
}

.listaResultadoPrio a:link{ 
	color: black; 
	text-decoration : underline;
}

.listaResultadoPrio a:visited { 
	color: black; 
	text-decoration : underline;
}

.listaResultadoPrio a:hover { 
	color: red; 
	text-decoration : underline;
}

.listaResultadoPrio a:active { 
	color: red; 
	text-decoration : underline;
}

.listaResultadoCentro {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : black;
  background-color: white;
  border:1px solid #989795;
	text-align: center;
	vertical-align: middle;
  height:14px;
}

.listaresultadoCentro a:link{ 
	color: black; 
	text-decoration : underline;
}

.listaresultadoCentro a:visited { 
	color: black; 
	text-decoration : underline;
}

.listaresultadoCentro a:hover { 
	color: red; 
	text-decoration : underline;
}

.listaresultadoCentro a:active { 
	color: red; 
	text-decoration : underline;
}

.imgBotao {
  cursor: pointer;
  vertical-align:middle;
}

.tituloSubSecao {
	border-bottom : 1px solid #989795;
	border-top : 1px solid #989795;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #434241;
	font-weight: bold;
  height:20px;
}

.tituloSubSecao a { 
	color : #666666;   
	text-decoration : underline;
}

.tituloSubSecaoSemTopo {
	border-bottom : 1px solid #989795;
	border-top: none;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #434241;   /* --- MODIFICADO Willian ---*/
	font-weight: bold;
  	height:20px;
}

.tituloSubSecaoSemTopo a { 
	color : #666666;   
	text-decoration : underline;
}

.tituloSubSecaoDestaque {
	border-bottom : 1px solid #989795;
	border-top : 1px solid #989795;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #BD3737;   
	font-weight: bold;
  height:20px;
}
.rotuloDestaque {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #BD3737; 
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}	
.textoDestaque {
	border : 0px;
	font-family :  Tahoma, sans-serif, Helvetica, Geneva, Verdana, Tahoma, Arial;
	height : 18px; 
	background-color : #F1F2F0;
	font-weight: bold;
	color : #BD3737; 
	font-size : 9pt;
  vertical-align:middle;
}
.tabelaRelatorio {
	border : 1px solid #989795;
	background-color : #F1F2F0;
    border-collapse: collapse;
}

.tituloRelatorio {
  	border:1px solid #989795;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #434241;
  	vertical-align:middle;
	text-align: center;
	font-weight: bold;
  	height:14px;
}

.tituloRelatorioEsquerdo {
  	border:1px solid #989795;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #434241;
  	vertical-align:middle;
	text-align: left;
	font-weight: bold;
  	height:14px;
}

.tituloSecaoRelatorio {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom : 1px solid #989795;
	font-size : 9pt;
	color : #BD3737;  
	font-weight: bold;
  	height:16px;
}

.tituloSubSecaoRelatorioDestaque {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom : 1px solid #989795;
	font-size : 9pt;
	color : #BD3737;   
	font-weight: bold;
  	height:16px;
	text-align: center;
}
.tituloSubSecaoRelatorio {
	border-bottom : 1px solid #989795;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #434241;  
	font-weight: bold;
  height:16px;
}

.listaRelatorio {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : black;
  	background-color: white;
  	border:1px solid #989795;
	text-align: left;
	vertical-align: middle;
  	height:12px;
}
.listaRelatorioTitulo {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : black;
  	background-color: white;
	text-align: left;
	vertical-align: middle;
  	height:12px;
	font-weight: bold;	
  	border:1px solid #989795;
}
.listaRelatorioCenter {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : black;
  	background-color: white;
  	border:1px solid #989795;
	text-align: center;
	vertical-align: middle;
  	height:12px;
}
.comentario {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #434241;
	text-align: left;
	vertical-align: middle;
}
.tituloSeparador {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	color : #BD3737;   
	text-align: center;
	font-weight: bold;
  height:20px;
}

.visitado {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : red;
    background-color: white;
  border:1px solid #989795;
	text-align: left;
	vertical-align: middle;
  height:14px;
	
}
