@charset "UTF-8";




.TabbedPanelsTabGroup {
	padding: 0px;
	margin-left: -10px;
	width: 180px;
	margin: 0px;
	float: left;


}


.TabbedPanelsTab {
	cursor: pointer;
	width: 90px;
	float: left;
}



.TabbedPanelsTabSelected {
	background-image: url(../images2010/c_jb1_27.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	font-weight: bold;/*	background-color: #EEE;
	border-bottom: 1px solid #EEE;*/
	color: #FFFFFF;
	float: left;
	width: 90px;
}




.TabbedPanelsContentGroup {
	width: 180px;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
}
