body {
	font-family: verdana;
	font-size:10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
}
.branco {
	size:10px;
	color:#FFFFFF;
}

.branco a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.branco a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.branco a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.branco a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

table{
	size:10px;
	empty-cells: show; /* Mostra celulas sem a necessidade do espaço em branco...*/
	font-family:verdana;
}

#conteudoPag{
	font-family: verdana;
}

form { margin:0; }

#linha_branca{
	background-color:#FFFFFF;
	text-align:center;
	color:#000000;
}

#linha_colorida{
	background-color:#F0FEFF;
	text-align:center;
	color:#000000;
}

#rodape {
	height: 26px;
	font: Arial;
	size: 8px;
	text-align:right;
	vertical-align:middle;
	background:url(../img/rodape.jpg);
	background-repeat:repeat-x;
}

#rodape a{
	font: Arial;
	size: 8px;
	vertical-align:middle;
	color:#FFFFFF;
}

#tudo {
	width: 770px;
	margin:0 auto;			
	text-align:left; /* "remédio" para o hack do IE */	
}

.divErro {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
}

.label {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
	text-align:right;
}

.labelMaior {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	text-align:right;
}

#menuRoot {
	position: absolute;
	cursor:pointer;
	width:120px;
}

#menuRoot a, #menuRoot h2 {
	position:absolute;
	color:#ffffff;
	height:1px;
	font-family:Verdana, verdana;
	line-height:8pt;
	text-decoration:none;
	padding: 2px 2px;
	width:100%;
	height:18px;
}

#menuRoot .dropLink{
	visibility: hidden;
	position:absolute;
}

#menuRoot ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-width:0px;
}

#menuRoot .link, #menuRoot li {
	background: #006699;
	border-width: 1px;
	border-style: solid;
	border-right-color: #eeeeee;
	border-top-color: #749EC6;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;
}

#menuRoot li:hover {
	background: #0066CC;
}

#menuRoot .link {
	width: 100%;/**/
	height: 18px;
}

#menuRoot li {
	width: 100%;
	height: 18px;
	padding:0;
	margin:0;
}

/* --- CONFIGURACAO DAS TABELAS DE PESQUISA ---- */

#headerPesquisa {
/*	width:97%;*/
	width: 100%;
}

#headerPesquisa th {
	font-size:10px;
	text-align: left;
	font-weight: normal;
	background-color: #749EC6;
	color:#FFFFFF;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;	
	padding-right: 0px;	
	border-right-style:solid;
	border-right-width:1px;	
	border-color:#cccccc;	
}

#tblPesquisa {
/*	width:97%;*/
	width: 100%;
	/* Fix IE. Hide from IE Mac \*/
	behavior: url(csshover.htc);
}

#tblPesquisa td {
	font-size:10px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 5px;	
	padding-right: 0px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-style:solid;
	border-right-width:1px;	
	border-color:#cccccc;
	background-color:#E1E1E1;
	cursor:pointer;
}

div#tblPesquisa tr:hover td {
	background-color: #eeeeee;
	cursor:pointer;
}

/* --- CONFIGURACAO DAS TABELAS DE PORTAS ---- */
#tblImagem {
/*	width:97%;*/
	width: 100%;
	background:#FFFFF4;
	/* Fix IE. Hide from IE Mac \*/
	behavior: url(csshover.htc);
}

#tblImagem th {
	text-align: center;
	font-weight: normal;
	background-color: #000000;
	color:#FFFFFF;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;	
	padding-right: 0px;	
	border-right-style:solid;
	border-right-width:1px;	
	border-color:#cccccc;	
	font-family: verdana;
	font-size:10px;
}

#tblImagem td {
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 5px;	
	padding-right: 0px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-style:solid;
	border-right-width:1px;	
	border-color:#cccccc;
	background-color:#EAE9D9;
	font-family: verdana;
	font-size:10px;
	
}

div#tblImagem tr:hover td {
	background-color: #eeeeee;
	cursor:pointer;
}



/* #### classe para gerenciamento das abas #### */
.aba, .abaSel {
	height: 18px;
	width: 160px;
	cursor: pointer;
	
	border-width: 1px;
	border-style: solid;
	
}
/* classe para as abas nao selecionadas */
.aba {
	color:#000000;
	background-color: #4882E1;
	border-top-color: #999999;
	border-bottom-color: #7172A0;
	border-left-color: #7172A0;
	border-right-color: #999999;
	
	
}
/* classe para as abas selecionadas */
.abaSel {
	color:#000000;
	background-color: #A3C6FA;	
	border-top-color: #dddddd;
	border-bottom-color: #9FA0C7;
	border-left-color: #9FA0C7;
	border-right-color: #dddddd;
}
/* div com o conteudo das abas */
.divAbaConteudo {
	width: 100%; 
}

#divAbas {
	width:100%;
}

.titulo_usuario {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.botao, .botaoPequeno {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	border-style:solid;
	border-color:#003366;
	border-width:1px;
	
	padding: 0;
	margin: 0;
	
	background: #003366;
	color: #FFFFFF;
	height: 17px;
	text-align: center;
	vertical-align: bottom;
	cursor: pointer;

}

.botao {
	width: 60px;
}

.textfield {
	font-family: verdana;
	font-size: 9px;
	background-color:#e2f0fc;
	border: 1px solid #999999;
}

h1 {
	font-family: verdana;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	color: #F6F3EA;
}

h2 {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	padding-bottom:0px;
	padding-left:3px;
	padding-top:0px;
	height:1px;
}

h3 {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
}

.tituloEnquete {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #003366;
}

/*  MENU SITE */

ul#menutt {
	margin: 0; /* retira o recuo para alguns browsers */
	padding:0; /* retira o recuo para outros browsers */
	list-style-type: none; /* retira o marcador de listas*/ 
	width: 180px; 
	list-style:none;
	font: bold 10px Verdana;
}
ul#menutt li{
	position:relative;
}
ul#menutt a {
	width: 170px;
	display: block;
	text-align:left;
	margin-bottom:1px;
	text-decoration: none;
	color: #000000;
	background: #006699;
	border-left: 6px solid #003399;
	border-right: 2px solid #003399;
	voice-family: "\"}\"";
	voice-family:inherit;

}

/* Fix IE. Hide from IE Mac \*/
* html ul#menutt li { float: left; height: 1%; }
* html ul#menutt li a { height: 1%; }
/* End */
ul#menutt a:hover {
	color: #000000;
	background: #0099CC;
	border-right: 2px solid #00CCCC;
	border-left: 6px solid #00CCCC;
}
ul#menutt a span {
	display: none;
}
ul#menutt a:hover span {
	display: block;
	position: absolute;
	top:0;
	left: 180px;
	width: 130px;
	padding: 5px;
	margin-left:2px;
	color: #fff;
	background:#006699;
	text-align:left;
	border:1px solid #000;
}

.titulo{
	font-family: verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #888888;
}

.titulo2{
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #000099;
}

.titulo3{
	font-family: verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #444444;
}

.titulo_noticia {
	font-family: verdana;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

#loadding {
	font-family: verdana;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
}
.branco {
	font-size: 10px;
	color: #FFFFFF;
}

.titulo_help {
	font-family: verdana;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #003399;
}

#tblNotas {
	background-color: #E2DFD0;
}
#tblNotas th{
	background-color: #E35F14;
	color:#FFFFFF;
}
#tblNotas td{
	border-color:#cccccc;
	background-color:#E2DFD0;
}

#divBusca {
	position: relative;
	left: 15px;
	top: 70px;
	vertical-align:middle;
}
#busca {
	background-color:#FCFCFC;
	font-family:verdana;
	font-size:10px;
	width: 120px;
	border: 1px solid #000000;	
}

.barra {
	border: 1px solid #000000;
}

.grande {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.erro {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
