/*| []________Configuração aba - SubTopo |*/
.aba-SubTopo-out
{
	z-index:0;
	float:left;
	position:relative;
	margin-right:3px;
	text-align:center;
	height:40px;
	line-height:40px;
	width:120px;
	border-top:#EDEDED 1px solid;
	border-right:#EDEDED 1px solid;
	border-left:#EDEDED 1px solid;
	border-bottom:#fff 1px solid;
	filter: alpha(opacity=75,style=0); 
	-moz-opacity:0.75; 
	opacity: 0.75;		
}
div.aba-SubTopo-out a:visited, div.aba-SubTopo-out a:link, div.aba-SubTopo-out a:active
{
	color:#BD6F70; font-weight:normal; text-decoration:none; font-size:10px;
}
.aba-SubTopo-on
{
	z-index:1;float:left;position:relative;margin-right:3px;text-align:center;height:30px;line-height:30px;width:120px; margin-top:10px;
	border-top:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-left:#ccc 1px solid;
	border-bottom:#fff 1px solid;
}
div.aba-SubTopo-on a:visited, div.aba-SubTopo-on a:link, div.aba-SubTopo-on a:active
{
	color:#BD0206; font-weight:bolder; text-decoration:none; font-size:14px; font-family:Georgia, "Times New Roman", Times, serif
}
.aba-SubTopo-conteudo
{
	z-index:0;
	float:left;
	position:relative;
	margin-top:-4px;
	margin-right:3px;
	text-align:center;
	height:250px;
	width:100%;

	border-top:#ccc 1px solid;

	background:#FDFDFB;
	overflow:hidden;
	overflow-y:auto;
}
.aba-SubTopo-conteudo p
{
	text-align:left;
}
