
.painel {
	margin: 0px;
	padding: 0px;
	float:left;
}

.box_aba {
	margin: 0px;
	padding: 0px;
}

.aba {
	position: relative;
	top: 1px;
	float: left;
	font: bold 16px arial;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-color:#FF9900;
	margin:0;
    text-decoration:none;
	display:block;
	border-top: solid #FFCC00 1px;
	border-left: solid #FFCC00 1px;
	border-right: solid #FFCC00 1px;
	margin-left:5px;
    padding:5px 15px 4px 6px;
    color:#fff;
}

.abaHover,.abaSelected {
	 
	 color:#003366;
	 background-color:#fadf7a;
	 
}





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

.box_cont {
	clear: both;	
	background-color: #fce9a3;
	background:url(../imagens/lupa.png);
	background-repeat:no-repeat;
	height:150px;
	border-top:1px solid #FFCC00;

}

.b_cont {
	padding: 4px;
}

.b_contVisible {
}

.Vpainel .box_aba {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.Vpainel .aba {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.Vpainel .abaSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.Vpainel .box_cont {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}


