<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);
@import url(menu_esquerdo.css);


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

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




/*************************************************************** TOPO ***************************************************************/
#topo {
  height: 85px;
  padding-top: 15px;
  font-weight: bold;
  font-family: Georgia;
}

#topo #logo_cs {
  position: absolute;
  left: 15px;
  width: 70px;
  height: 65px;
}

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

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

#sub_topo {
  height: 20px;
  padding-top: 8px;
  padding-bottom: 4px;
  font-size: 10pt;
  text-align: justify;
  font-weight: bold;
  font-family: Georgia;
  background: #99B130;
}

#sub_topo .dados{
  display: inline-block;
  text-align: justify;
  text-indent: 20px;
}

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

#divisao {
  border: solid 1px #99B130;
}
/*************************************************************** 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: 950px;
  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 10px;
}

#principal .situacao{
  font-size: 14pt;
}

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

#principal .subtitulo{
  margin-top: 30px;
  font-size: 14pt;
  font-weight: bold;
  background: #D1DBE3 url(imagens/marcador_azul.png) no-repeat 3px center;
  width: 700px;
}

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

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

#principal #tabela_notas{
  width: 700px;
  font-size: 10pt;
}

#principal #tabela_notas td{
  width: 350px;
  padding: 5px;
  border: solid 1px #99B130;
}

#principal #tabela_notas tr:hover{
  background: #003333;
  color: #fff;
  cursor: pointer;
}

#principal #tabela_notas .pontuacao_final{
  font-size: 15pt;
  font-style: italic;
  color: #fff;
  background: #336633;
}
/*************************************************************** FIM PRINCIPAL ***************************************************************/





/*************************************************************** 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: absolute;
  top: 50px;
  left: 50%;
  margin-left: -350px;
  width: 700px;
  border: dotted 1px #99B130;
  font-family: Georgia;
  font-weight: bold;
  color: #FF0000;
}

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

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

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

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

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

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







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