@charset "utf-8";

body {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;	
	background-image:url(../../images/fundoPagina.jpg);
	border:1px solid;
}

table {
	border-collapse:collapse;
	border-style:solid;
}

.conteudo td {
	background-color:#d9cab3;
	padding:5px;
	text-align:left;
}

.conteudo th {
	background-color:#bccc8e;
	height:20px;	
}

a {
	text-decoration:none;
	color:black;	
}

.topo {
	height:150px;
	background-color:#FFFFFF;
	background-image:url(../../images/topo.jpg);
	border-bottom:1px solid #000000;
	text-align:center;
	vertical-align:middle;
}	

.corpo {
	background-image:url(../../images/fundoCorpo.jpg);	
	height:100%;	
}

.corpo:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}	
		
.menuEsquerdo {
	width:150px;
	float:left;
	background-image:url(../../images/menuEsquerdo.jpg);
	height:inherit;			
			
	border-right:1px solid;	
	text-transform:uppercase;		
}

.menuDireito {
	width:150px;
	float:left;
	background-image:url(../../images/menuDireito.jpg);
	height:inherit;	
		
	border-left:1px solid;				
}

.conteudo {
	width:458px; /* + 10px padding + 2 das bordas*/ 
	float:left;	
	height:inherit;		
	padding:5px;
	
	background-image:url(../../images/fundoConteudo.jpg);
	min-height:410px;
	height:auto !important;
	height:410px;	
}

.conteudo:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

.menutitle {
	cursor:pointer;
	margin-bottom:0px;
	color:#000000;
	padding:3px;
	padding-left:5px;
	border-bottom:1px solid #94a74e;
}
		
.menutitle { color: expression( (function(who){ if(!who.SANDER){
	who.SANDER = '1';
	if(who.nodeName != 'A'){
		who.onmouseenter=function(){ who.className += ' hover'};
		who.onmouseleave=function(){ who.className = who.className.replace(' hover','')}; 
	}
	(who==who.parentNode.firstChild) ? who.className += ' first-child' : '' ;} } )(this) , 'auto')	
}	
	
.menutitle:hover, .menutitle.hover {
	cursor:pointer;
	margin-bottom:0px;
	background-color:#ecffa9;
	color:#000000;
	padding:3px;
	padding-left:5px;
}	

.menutitle:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}		
	
.submenu{
	background-color:#ecffa9;
	border-bottom:1px solid #94a74e;
}	

fieldset {

	border:none;

}