.painelAbas{
	clear:both;
}
.painelAbas>DIV{
	clear:both;	
	overflow: auto;
	width: 100%
}
.painelAbas .abas{
	clear:both;
}
.painelAbas .abas SPAN{
	background-color: #6081d5;
	padding:4px 12px;
	float:left;
	margin:0 5px;
	color:#dae2f9;
	border-bottom:none;
	border-top:1px solid #99a8d1;
	border-left:1px solid #5b74b5;
	border-right:1px solid #1b2e5f;
	cursor:pointer;
}

.painelAbas .abas SPAN:HOVER{
	background-color: #335abe;
	color:white;
}
.painelAbas .abas SPAN.current:HOVER{
	background-color: #ee3333;
	border-bottom:none;
	border-top:1px solid #ff8f8f;
	border-left:1px solid #ff6060;
	border-right:1px solid #981e1e;
	color:white;
}
.painelAbas .abas SPAN.current{
	background-color: #ee3333;
	border-bottom:none;
	border-top:1px solid #ff8f8f;
	border-left:1px solid #ff6060;
	border-right:1px solid #981e1e;
	color:white;
}
.painelAbas .conteudos{
	border:3px solid #FF1A00;
	padding:15px;
	min-height:250px;
	width:auto;
	clear:both;
}
* HTML .painelAbas .conteudos{height:250px;}

.painelAbas .conteudo{display:none;}

