@charset "utf-8";
/* CSS Document */
BODY, HTML{margin:0; padding:0; width:100%; height:100%; font-family:Verdana, Arial, Helvetica, sans-serif}
#tabBase{width:100%; height:100%;}
	#tdEsquerda{ height:100%; background:url(imagens/fd_left.jpg) repeat-y top right}
	#tdCentro{ width:770px; vertical-align:top; height:100%;}
		#tabCentral{height:100%;}
			#trTopo{ height:100px;}
				#tdTopo{}
			#trMigalha{ height:20px;}
				#tdMigalha{ font-size:10px; padding-left:5px; padding-bottom:5px;}
				#tdLogin{ font-size:10px; padding-right:5px}	
			#trCentroConteudo{ height:auto}
				#tdMenuV{width:150px; vertical-align:top; text-align:left;}
				#tdConteudo{width:500px;vertical-align:top; text-align:left; padding:0 15px 15px 15px}
				#tdDestaques{width:120px; vertical-align:top; text-align:left;}
			#trRodape{height:30px;}
				#tdRodape{ text-align:center; background-color:#CCCCCC; font-size:10px; font-weight:bold; color:#666666}
	#tdDireita{ height:100%; background:url(imagens/fd_right.jpg) repeat-y top left}


.MainMenu_MenuBar, .MainMenu_MenuContainer{ width:150px;}
.MainMenu_MenuItem, .MainMenu_MenuItemSel, .MainMenu_SubMenu{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:bold;
	height:20px;
	background-color:#D1D1D1; 
	color:#666; 
	border:none;
	white-space:normal;
}
.MainMenu_MenuItem{ background:url(imagens/border_menuItem.gif) repeat-x bottom left;background-color:#D1D1D1; }
.MainMenu_SubMenu .MainMenu_MenuItem{ background-image:none}

.MainMenu_MenuItemSel {
	background:url(imagens/border_menuItem.gif) repeat-x bottom left;
	background-color:#F7BABA; 
	color:#333; 
}

.MainMenu_MenuIcon {
display:none;
}

.MainMenu_MenuArrow, .MainMenu_RootMenuArrow {
border:none;
}




