@charset "utf-8";
/* Tags */
body {
	background-color: #EEE;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
input {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	border: 1px solid #949599;
}
a{
	border:0px;
	color:#00923f;
	text-decoration:none;
}
a:visited{
	color:#00923f;
}
a:hover{
	text-decoration:underline;
}
ul{
	margin:2px 2px 8px 2px;
}
li{
	list-style-image: url(../img/bullet.png);	
}
ol{
	list-style-type: lower-alpha;	
}

/* Elementos da página */
#tabPrincipal{
	background:#FFF;
	width:900px;
	border:1px #666 solid;
}
#tdAnteCabecalho{
	height:20px;
	background:url(../img/anteCabecalhoBG.png) repeat;
}
#tdCabecalhoFoto{
	padding:0px;
	width:492px;
	height:218px;
	background:url(../img/cabecalhoFotoBG.png) repeat;
}
#tdCabecalhoMenu{
	width:132px;
	height:218px;
	background:url(../img/cabecalhoMenuBG.png);
}
#tdPesquisarNoSite{
	width:276px;
	height:71px;
	background:url(../img/pesquisarNoSiteBG.png);
}
#tdIPB{
	width:276px;
	height:147px;
	background:url(../img/ipbBG.png);
}
#tdRodape1{
	height:24px;
	background:url(../img/tdRodape1BG.png) repeat;
	font-size:14px;
	color:#fff;
}
#tdRodape2{
	height:42px;
	background:url(../img/tdRodape2BG.png) repeat;
	color:#fff;
	font-size:12px;
	padding-top:18px;
}

/* Classes */
input.botao {
	font-size: 12px;
	border: 1px solid #00923f;
	background-color:#8eca8c;
}
.tabela{
	margin-bottom:4px;
}
.tdTituloSeta{
	width:22px;
	height:28px;
	background:url(../img/tituloSeta.png);
}
.tdTituloBG{
	height:26px;
	background:url(../img/tituloBG.png) repeat;
	font-size:14px;
	color:#00923f;
	text-transform:lowercase;
	font-weight:bold;
	vertical-align:top;
	padding:2px 4px 0px 4px;
}
.tdTextoBG{
	width:22px;
	background-color:#eee;
}
.tdTexto{
	padding:4px;
	font-size:12px;
}
.tdTituloSeta2{
	width:22px;
	height:22px;
	background:url(../img/tituloSeta2.png);
}
.tdTituloBG2{
	height:22px;
	background:url(../img/tituloBG2.png) repeat;
	font-size:14px;
	color:#fff;
	text-transform:lowercase;
	vertical-align:top;
	padding:2px 4px 0px 4px;
}
.tdTextoBG2{
	width:22px;
	background-color:#949599;
}
.tdTexto2{
	padding:4px;
	font-size:12px;
	background-color:#eee;
}
.tdSeparador{
	height:6px;
	background:url(../img/separadorBG.png) repeat;
}