.clear{	clear:both;}

.ficha_tabPane{
	height:21px;	/* alto de tabs */
	border-bottom:1px solid #919b9c;
}
.ficha_aTab{
	border-left:1px solid #919b9c;
	border-right:2px solid #919b9c;
	border-bottom:2px solid #919b9c;
	FONT-SIZE: 11px;
	COLOR: #333333;
	text-align:justify;
	font-family: Arial,Helvetica,sans-serif;
	padding:5px;
	min-height:200px;
	background: -moz-linear-gradient(#fff, #eec);background: -webkit-linear-gradient(#fff, #eec);background: -o-linear-gradient(#fff, #eec);
	background-image: -ms-linear-gradient(top left, #FFF 0%, #eec 100%);
}
.ficha_aTab tr:hover{background-color:#ffb}
.ficha_tabPane DIV{
	float:left;
	height:100%;	/* alto de tabs */
	padding-left:3px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor:pointer;
	position:relative;
	bottom:-1px;
	margin-left:0px;
	margin-right:0px;
}
.ficha_tabPane .tabActive{
	background-image:url('/simpletabs/images/tab_left_active.gif');
	margin-left:0px;
	margin-right:0px;	
	z-index:0;	
	font-weight: bold;
	color: #00457c;
}
.ficha_tabPane .tabInactive{
	background-image:url('/simpletabs/images/tab_left_inactive.gif');
	margin-left:0px;
	margin-right:0px;
	z-index:0;
}

.ficha_tabPane .inactiveTabOver{
	background-image:url('/simpletabs/images/tab_left_over.gif');
	margin-left:0px;
	margin-right:0px;
	color: #00457c;
}
.ficha_tabPane span{
	font-family:arial;
	vertical-align:top;
	font-size:11px;
	padding-left:3px;
	padding-right:3px;		
	line-height:21px;
	float:left;
}
.ficha_tabPane .tabActive span{
	padding-bottom:1px;
	line-height:20px;
}

.ficha_tabPane img{
	float:left;
}