/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
}
/*
td {
 padding: 2px 5px 2px 5px;
}*/
td.limpo { padding:0; }
td.traco { border-bottom:1px solid #E3CFB9; }

a:link { color:#242424; text-decoration: none; font-family: Arial, Helvetica, sans-serif;}
a:visited {	color:#242424; text-decoration: none;}
a:hover { color:#242424; text-decoration: none;}
a:active {color:#242424; text-decoration: none;}

 
a.normal:link, a.normal:active, a.normal:visited  {background: #F5F2EB; color: #333; font-size: 10px tahoma; text-decoration: none; cursor: default; display:block; padding:3px; margin-bottom:3px;}
a.normal:hover {background: #EEE9DD; text-decoration: none; cursor: hand;}

a.verde:link, a.verde:active, a.verde:visited  {color: #47A549; font-size: 12px tahoma; text-decoration: none; cursor: default; font-weight:bold}
a.verde:hover {text-decoration: none; cursor: hand; }

a.verde_light:link, a.verde_light:active, a.verde_light:visited  {color: #47A549; font-size: 11px tahoma; text-decoration: none; cursor: default;}
a.verde_light:hover {text-decoration: none; cursor: hand; }

/*input{ font-family:tahoma; font-size:12px; color: #333; border:1px solid #E3CFB9; background-color: #FFF; }*/
.campo{ font-family:tahoma; font-size:12px; color: #47A549; background-color: #FFF; height:20px; border:none; padding-left:45px; }
.campo_cinza{ font-family:tahoma; font-size:12px; color: #47A549; background-color: #F1F5F5; height:17px; border:none; }
.botao_branco{ font-family:tahoma; font-size:12px; color: #47A549; background-color: #FFF; height:17px; border:none; font-weight:bold; }
.botao{ font:Tahoma; color:#8D6148; font-size:12px; border:1px solid #E3CFB9; background-color: #EEE1D2; font-weight:bold; }
.vermelho { color:#DD0000; font-weight:bold; }
.marrom { color: #8D6048; }
.branco { color: #FFF; }
.grande { font:Tahoma; font-size:12px; color:#666; font-weight:bold; }
.pinkeno { font:Tahoma; font-size:10px; color:#666; font-weight:normal; }
.legenda { font-size:10px; }
.gigante { font-size: 20px; font-weight:bold }
.forte { font:Arial; size:15px; color:#737271; font-weight:bold; }
.fraco { font:Arial; size:15px; color:#C1BFBD; font-weight:bold; }
.laranja { font-size:12px; font-weight:bold; color:#FF9900; }
.texto_cinza { font:Tahoma; font-size:10px; color:#999999; text-decoration:underline; }
.erro {
 text-align:center;
 background-color:#FFE6E6; color:#FF0000;
 padding:3px;
}

table.menu {
 background-color: #FBFAF7;
 border: 1px solid #E3CFB9;
 padding: 5px;
}
td.titulo {
 background-color:#DFF0E0;
 color:#009966;
 font-size:12px; font-weight:bold;
 font:Arial;
 padding:5px;
}
td.negrito {
 color:#333;
 font-size:12px;
 font-weight:bold;
}

ul { margin-left:14px}
li.green {
 margin:0;
 padding:0;
 list-style-image:url(../imagens/bolinha.jpg);
 list-style-type:none;
 text-align:left;
}
li.orange {
 margin:0;
 padding:0;
 list-style-image:url(../imagens/bolinha2.jpg);
 list-style-type:none;
 text-align:left;
}

#paginas {
	width: 285px; height: auto;
	background-color:#DBECB6;
	border: 1px solid #C7E18E;
	color: #598B30; text-align: center;
	position: relative;
	padding:5px;
}	
a.borda {
	font-family: Arial;
	font-size: 10px;
	background-color: #CEE69D;
	border: solid 1px #BDDD7B; 	
	text-decoration: none;
	color:#37571E;
	padding: 3px;
}
a.borda:link,visited,active {
    text-decoration: none;
}
a.borda:hover {
	background-color:#DDEEBB;
	border:1px solid #BDDD7B;
}

a.borda_ativo {
	font-family: Arial;
	font-size: 10px;
	color: #FFF;
	background-color: #659E36;
	text-decoration: none;
	border: 1px solid #659E36;
	padding: 3px;
}

