<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------------------
Folha de Estilos para páginas web

version:   1.0
author:    david sue
email:     diniz.david@gmail.com
website:   
-----------------------------------------------------------------------------*/

@import url(menu_horizontal.css);


/*************************************************************** GERAL ***************************************************************/
html, body {
  text-align: center;
  background: #003333;
	margin: 0 auto;
	height: 100%;
	overflow: auto;
}

#pagina {
  background: #FBF5E6;
  width: 960px;
  min-height: 100%;
  position: relative;
  margin: 0 auto;
}
/*************************************************************** FIM GERAL ***************************************************************/




/*************************************************************** TOPO ***************************************************************/
#topo {
  height: 200px;
  font-weight: bold;
  font-family: Georgia;
  margin-bottom: -7px;
}

#topo #banner {
  width: 100%;
  height: 200px;
}

#topo .nome_superior{
  font-size: 18pt;
  color: #435034;
  text-align: justify;
  text-indent: 90px;
}

#topo .nome_inferior{
  font-size: 12pt;
  color: #2D3885;
  text-align: justify;
  text-indent: 100px;
}

#sub_topo {
  height: 20px;
  padding-top: 15px;
  padding-bottom: 4px;
  font-family: Georgia;
  font-size: 11pt;
  text-align: justify;
  text-indent: 20px;
  background: #003366;
  color: #fff;
  font-weight: bold;  
}

#sub_topo .sair {
  width: 70px;
  height: 20px;
  background: url("imagens/sair.png") no-repeat center center;
  padding-right: 50px;
  float: right;
}

/*************************************************************** FIM TOPO ***************************************************************/





/*************************************************************** LOGIN ***************************************************************/
#login{
  position: absolute;
  left: 50%;
  margin: 60px 0 0 -200px;
  background: #EBECE4;
  border: dotted 1px #99B130;
  color: #000;
  width: 400px;
  height: 250px;
  font-family: Georgia;
  font-weight: bold;
  text-align: justify;
}

#login fieldset{
  padding: 0;
  margin: 10px 0 0 10px;
  border: solid 0 transparent;
}

#login legend{
  text-indent: 20px;
  background: url(imagens/marcador.png) no-repeat left center;
	font-size: 18pt;
	margin: 5px 0 30px 0;
}

#login .cadeado{
  position: absolute;
  left: 20px;
  top: 57px;
}

#login .dados{
  position: absolute;
  left: 70px;
  top: 40px;
}

#login .alinhar{
  display: inline-block;
  margin-left: 40px;
  width: 115px;
  text-align: justify;
  text-indent: 40px;
}

#login .button{  
  width: 75px;
  height: 25px;
  font-size: 12pt;
  font-weight: bold;
  font-family: Georgia;
	cursor: pointer;
	border: outset 2px #1971b3;
	background: #1971b3;
	color: #fff;
}

#login .button:hover{
	border: outset 2px #1b539d;
  background: #006699;
  color: #fff;
}

#login .button:active{
	border: inset 3px #1b539d;
  background: #006699;
  color: #fff;
}


#sublogin{
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 150px;
  margin-left: -75px;
  font-size: 11pt;
}


#sublogin a{
  text-decoration: none;
  color: #000;
}

#sublogin a:hover{
  background: #13113E;
  color: #fff;
}
/*************************************************************** FIM LOGIN ***************************************************************/








/*************************************************************** PRINCIPAL ***************************************************************/
#principal{
  float: left;
  width: 960px;
  font-family: Georgia;
  font-weight: bold;
  text-align: justify;
}

#principal fieldset{
  padding: 0;
  margin: 10px 0 0 10px;
  border: solid 0 transparent;
}

#principal legend{
  text-indent: 20px;
  background: url(imagens/marcador.png) no-repeat left center;
	font-size: 18pt;
	border-bottom: solid 2px #f39200;
	margin: 0 0 10px 0;
}

#principal p{
  text-indent: 10px;
  font-size: 11pt;
  padding: 0 5px 0 5px;
}

#principal .subtitulo{
  font-size: 14pt;
  font-weight: bold;
  background: #D1DBE3 url(imagens/marcador_azul.png) no-repeat 2px center;
  width: 900px;
  padding: 2px 0 2px 5px;
}

#principal .dados{
  padding-left: 10px;
  color: #2D3885;
}

#principal a{
  color: #000;
	text-decoration: none;
}

#principal a:hover{
  background: #000033;
  color: #FFF;
}


#principal .enviar {
  float: right;
  margin-right: 10px;
  font-family: Georgia;
  font-weight: bold;
  font-size: 12pt;
  background: #000;
  color: #fff;
  height: 30px;
}

#principal .botao {
  font-family: Georgia;
  font-weight: bold;
  font-size: 12pt;
  background: #000;
  color: #fff;
  width: 250px;
  height: 30px;
}


#principal .button_formulario{
  text-indent: 20px;
  width: 240px;
  height: 60px;
  background: url(imagens/formulario.png) no-repeat center;
	cursor: pointer;
	border: none;
}

#principal .button_sim{
  width: 62px;
  height: 39px;
  background: url(imagens/sim.png) no-repeat center;
	cursor: pointer;
	border: none;
}

#principal .button_nao{
  width: 88px;
  height: 56px;
  background: url(imagens/nao.png) no-repeat center;
	cursor: pointer;
	border: none;
}

#principal .button_caixa{
  width: 140px;
  height: 90px;
  background: url(imagens/caixa.png) no-repeat center;
	cursor: pointer;
	border: none;
}

#principal .button_bb{
  width: 140px;
  height: 90px;
  background: url(imagens/bb.png) no-repeat center;
	cursor: pointer;
	border: none;
}

#principal .button_caixa_disabled{
  width: 140px;
  height: 90px;
  background: url(imagens/caixa_disabled.png) no-repeat center;
	cursor: pointer;
	border: none;
}

#principal .button_bb_disabled{
  width: 140px;
  height: 90px;
  background: url(imagens/bb_disabled.png) no-repeat center;
	cursor: pointer;
	border: none;
}

#principal .button_guia{
  width: 140px;
  height: 90px;
  background: url(imagens/guia.png) no-repeat center;
	cursor: pointer;
	border: none;
}

#principal .button_guia_disabled{
  width: 140px;
  height: 90px;
  background: url(imagens/guia_disabled.png) no-repeat center;
	cursor: pointer;
	border: none;
}


#principal .voltar, #principal .submit {
  float: left;
  font-family: Georgia;
  font-weight: bold;
  font-size: 12pt;
  background: #000;
  margin-bottom: 20px;
  color: #fff;
  height: 30px;
}

#principal .enviar:hover, #principal .botao:hover, #principal .voltar:hover, #principal .submit:hover, #principal .botao_boleto:hover {
  background: #99B130;
  color: #000;
  cursor: pointer;
}

#principal .par{
  background: #FEE0C6;
  padding: 1px 0 1px 0;
}

#principal .obs{
  font-size: 15pt;
  color: #CC3333;
  padding-left: 10px;
}

#principal .obs2{
  font-size: 20pt;
  color: #CC3333;
  padding-left: 10px;
}

#principal .alinhar {
  display: inline-block;
  width: 350px;
}

#principal .alinhar2 {
  display: inline-block;
  width: 60px;
}

#principal .alinhar3 {
  display: inline-block;
  width: 100px;
}

#principal .button_guia{
  width: 140px;
  height: 90px;
  background: url(imagens/guia.png) no-repeat center;
	cursor: pointer;
	border: none;
}

#principal .button_guia_disabled{
  width: 140px;
  height: 90px;
  background: url(imagens/guia_disabled.png) no-repeat center;
	cursor: pointer;
	border: none;
}

#principal #tabela{
  width: 100%;
}

#principal #tabela td{
  border: solid 2px #000066;
  text-align: center;
  padding: 5px;
}

#principal #tabela .homologado{
  color: #339900;
  font-size: 14pt;
}

#principal #tabela .indeferida{
  color: #CC0000;
  font-size: 14pt;
}

#principal #notas1aEtapa{
  width: 600px;
}


#principal #notas1aEtapa thead{
  background: url(imagens/bar.gif) repeat-x left center;
  padding: 5px;
  color: #003300;
}

#principal #notas1aEtapa thead th{
  padding: 5px;
  border-right: solid 1px #000066;
  border-bottom: solid 1px #000066;
  font-style: italic;
  text-align: center;
  font-size: 17pt;
}

#principal #notas1aEtapa thead .first{
  border-left: solid 1px #000066;
}

#principal #notas1aEtapa thead .titulo{
  border-top: solid 1px #000066;
  border-left: solid 1px #000066;
}

#principal #notas1aEtapa tbody .first{
  border-left: solid 1px #000066;
}

#principal #notas1aEtapa td{
  text-align: left;
  font-style: italic;
  border-right: solid 1px #000066;
  border-bottom: solid 1px #000066;
  padding: 5px 5px 5px 10px;
  width: 300px;
}

#principal #notas1aEtapa tbody .odd{
  background: #EBECE4;
}


#principal #notas1aEtapa tbody .even{
  background: #ECF1EF;
}
/*************************************************************** FIM PRINCIPAL ***************************************************************/





/*************************************************************** PRINCIPAL QSEC ***************************************************************/
#principal_qsec{
  width: 99%;
  font-family: Georgia;
  font-weight: bold;
  text-align: justify;
}

#principal_qsec fieldset{
  padding: 0;
  margin: 15px 0 0 10px;
  border: solid 0 transparent;
}

#principal_qsec legend{
  text-indent: 20px;
  background: url(imagens/marcador.png) no-repeat left center;
	font-size: 18pt;
	border-bottom: solid 2px #f39200;
	margin: 0 0 10px 0;
}

#principal_qsec .enviar {
  float: right;
  font-family: Georgia;
  font-weight: bold;
  font-size: 12pt;
  background: #000;
  color: #fff;
  width: 80px;
  height: 30px;
}

#principal_qsec .voltar, #principal_qsec .submit {
  float: left;
  font-family: Georgia;
  font-weight: bold;
  font-size: 12pt;
  background: #000;
  margin-bottom: 20px;
  color: #fff;
  width: 80px;
  height: 30px;
}

#principal_qsec .enviar:hover, #principal_qsec .voltar:hover, #principal_qsec .submit:hover, #principal_qsec .botao:hover {
  background: #99B130;
  color: #000;
  cursor: pointer;
}

#principal_qsec #tabela_qsec{
  font-size: 11pt;
  width: 100%;
}

#principal_qsec #tabela_qsec td{
  padding: 10px 0 10px 0;
  width: 375px;
}

#principal_qsec #tabela_qsec .par{
  background: #FEE0C6;
}

/*************************************************************** FIM PRINCIPAL QSEC ***************************************************************/




/*************************************************************** RODAPE ***************************************************************/
#footer {
  clear: both;
}

#rodape {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 9.5pt;
  font-weight: 300;
  font-family: Calibri;
  background: #333333;
  color: #fff;
  width: 100%;
}
/*************************************************************** FIM RODAPE ***************************************************************/





/*************************************************************** ERROR ***************************************************************/
#erro {
  position: relative;
  left: 20%;
  top: 80px;
  margin-left: -500px;
  margin-top: 30px;
  width: 700px;
  border: dotted 1px #99B130;
  font-family: Georgia;
  font-weight: bold;
  background: #fff;
  color: #FF0000;
}

#erro p {
  text-align: justify;
  text-indent: 65px;
  padding: 0 10px 0 10px;
}

#erro .atencao {
  position: absolute;
  left: 10px;
  top: 3px;
}

#erro .button{
  float: left;
  margin: 0 0 10px 10px;
  float: left;
  font-family: Georgia;
  font-weight: bold;
  font-size: 12pt;
  background: #000;
  margin-bottom: 20px;
  color: #fff;
  width: 80px;
  height: 30px;
}

#erro .button:hover{
  background: #99B130;
  color: #000;
  cursor: pointer;
}

#erro .button:active{
	border: inset 3px #1b539d;
  background: #006699;
  color: #fff;
}

/*************************************************************** FIM ERROR ***************************************************************/









</pre></body></html>