
/* Css Screen */
body {
	font-family: verdana, Arial, sans-serif;
	font-size: 10px;
	background: #BEBEBE repeat-x;
	color: #636E9F;
	padding: 0px;
	margin: 0;
	text-align: center;
}

#geral {
	width: 705px;
	margin: 0 auto;	
	text-align: center;
	background-color: #FFF;
	margin-top: 30px;
	margin-bottom: 30px;
}

#topo{
	display: block;
	width: 685px;
	height: 230px;
	padding: 10px;
	background-color:#FFF;
	margin-bottom: 20px;
}
#menu {	
	background:#cccccc;
	float:left;
	height:30px;
	width:685px;
	_margin-top: -5px;
}
#menu ul {
	float: left;
	margin-left: 35px;
	_margin-left: 15px;
}
#menu ul li {
	float: left;	
}
#menu ul li a { 
	float: left;
	padding: 0pt 10px;
	height: 30px;
	color: #385F8D;
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	text-decoration: none;
	/*border-right: 1px solid #666;	*/
}
#menu ul li a.borderLeft {
	/*border-left: 1px solid #666; */
}
#menu ul li a:hover { 
	float: left;
	background: #4395D1;
	padding: 0pt 10px;
	height: 30px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	text-decoration: none;
}
#menu ul li span {
	margin-left: 6px;
	font-size: 13px;
	color: #E8E71B;
	line-height: 25px;
	display: none;
}
#topo h1{
	text-indent: -10000px;
	display: block;
	width: 685px;
	height: 225px;
	background-image: url(../img/bannerPrincipal.jpg);
	background-repeat: no-repeat;
}

#main {
	display: block;
	width: 625px;
	position: relative;
	text-align: left;
	padding: 0 40px 40px 40px;
	background-color: #FFF;
}

#main .inscrevase {
	display: block;
	width: 115px;
	height: 20px;
	background: #FFF url(../img/inscreva-se.gif) no-repeat;
	text-indent: -10000px;
	margin-bottom: 20px;
}

h3 {9C9C9C
	display: block;
	color: #9C9C9C;
	font: 11px Verdana, Arial, Helvetica, sans-serif ;
	font-weight: bold;
	position: absolute;
	right: 40px;
	margin-top: 8px;
}

h4{
	display: block;
	color: #4395D1;
	font: 14px Verdana, Arial, Helvetica, sans-serif ;
	font-weight: bold;
	border-bottom: 2px solid #E4D3E5;
	padding: 5px;
	margin-botton: 20px;
	
}

h5{
	font: 10px Tahoma, Arial, sans-serif;
	font-weight: bold;
	padding: 5px 0 5px 0;
	color:#4395D1;
}

form{
	margin-top: 15px;
}








input{
	text-transform: uppercase;
}



th {
	font-size: 11px;
	font-weight: bold;
	background: #069;
	padding: 4px;
	color: #fff;
	
}
a:link {color:#7a7a7a; font-weight:bold; text-decoration:none;}
a:visited {color:#636E9F; font-weight:bold; text-decoration:none;}
a:hover {text-decoration:underline;}
a:actived {}

.esconde {
	display: none;
}
.mostra { display: block; }
.larguraGeral {
	width: 618px;
}
.bold {
	font-weight: bold;
}

.campoMax {width:565px;}
.campoMed {width:250px;}
.campoPeq {width:150px;}
.campoMini {width:100px;}
.campoMicro {width:50px;}
.doisDigitos {width:30px;}

.campo_opc {width:50px;}

.botaoFecharLB {
	float: right; background-color: #ff8a2a; color: #fff !important; text-decoration: underline; border-left: 3px solid #ff8a2a; border-bottom: 3px solid #ff8a2a;padding:3px;
}


#main #consultaAp {
	width: 196px;
	height: 15px;
	padding-right: 2px; 
	display: block;
	background: #fff url(../img/consulta_aprovados.gif) no-repeat;
}
#main #consultaIns {
	width: 188px;
	height: 15px;
	padding-right: 2px; 
	display: block;
	background: #fff url(../img/consulta_inscricao.gif) no-repeat;
}
#main td.listras {
	background: url(../img/listras.gif) center repeat-x;
	
}
#main #botao {
	display: block;
	position: relative;
	background-image: url(../img/barra_inferior.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 16px;
	margin: 20px 0 0 0;
	
}
#main #botao input {
	position: absolute;
	right: 0px;
	margin: -5px;
}

.fundoCinza td {
	background: #EFEFEF;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 30px;
	vertical-align: middle;
	padding: 0 2px;
}
* html #lightbox { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#lightbox {
  position: fixed;
  z-index:9998;
  top: 0px;
  left: 0px;
  background-color:#000;
  opacity:0.5;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.75;
  height:100%;
  width:100%;
}
#formularioConsulta {
  width: 350px;
  height: 150px;
  margin-left: -175px;
  margin-top: -75px;
  border: 3px solid #ff8a2a; 
  position: fixed;
  background: #fff;
  z-index: 9999;
  top:50%;
  left:50%;
}
* html #formularioConsulta { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#titResultCadastLB {
	background: url(../img/resultcad.gif) no-repeat left !important;
	display:block;
	height: 15px;
	margin: 10px;
	text-align:left;
}
#textoLB {
	text-align:left;padding:10px 10px;color:#1267B0;
}

