/* Bloco CSS tabs centrais*/

.TabbedPanels {

	margin: 0px;
	margin-left:0px;
	margin-top:0px;
	padding: 0px;
	clear: none;
	width:678px;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial;
	list-style: none;
	cursor: hand;
	padding-left:1px;
	padding-right:1px;
    height:21px;
}


.TabbedPanelsTab strong{ padding-left:12px; padding-right:11px; display:block; float:left; height:21px; padding-top:3px;  background:url(/images/bg_tab_center_unselect.gif) repeat-x left top;}
.TabbedPanelsTab span{ float:left; padding-left:0px; height:21px; width:5px; background:url(/images/bg_tab_begin_unselect.gif) no-repeat left top; }
.TabbedPanelsTab .end{background:url(/images/bg_tab_end_unselect.gif) no-repeat left top; display:block; height:21px; width:5px;}

.TabbedPanelsTabSelected strong{padding-left:12px; padding-right:11px; display:block; float:left; margin-top:0px; height:22px; padding-top:3px;   background:url(/images/bg_tab_center_select.gif) repeat-x left top;  border:none;}
.TabbedPanelsTabSelected span{ float:left; background:url(/images/bg_tab_begin_select.gif) no-repeat left top;  height:22px;  width:5px; }
.TabbedPanelsTabSelected .end{background:url(/images/bg_tab_end_select.gif) no-repeat left top; display:block; height:22px; width:5px; float:left; padding-left:0px;}

.TabbedPanelsTabSelected { border:none;}

.TabbedPanelsTab a {
	color: #ffffff;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-top:1px solid #DCDCDC;
	margin-top: 0px;
	_margin-top: -4px;
	
	
	

}

.TabbedPanelsContent {
	padding-top:12px;
	margin-left:5px;
border-bottom:1px solid #DCDCDC; padding-bottom:20px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
/*FIM  Bloco CSS tabs centrais*/