.TabbedPanels {
	margin-top: 15px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin-left: 12px;
	padding: 0px;
}

.TabbedPanelsTab {
	float: left;
	padding:7px 11px 7px 11px;
	margin: 0px 2px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #fff;
	list-style: none;
	border-left: solid 1px #e7e7e7;
	border-top: solid 1px #e7e7e7;
	border-right: solid 1px #e7e7e7;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family:Tahoma;
	font-size:13px;
	color:#2f92cf;
	font-weight:bold;
}

.TabbedPanelsTabHover {
	background-color: #fff;
}

.TabbedPanelsTabSelected {
	background-color: #efefef;
	color:#000;
	
}

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

.TabbedPanelsContentGroup {
	clear: both;

	background-color: #efefef;
	float:left;
	width:638px;
	padding:10px 0 35px 12px;
}

.TabbedPanelsContent {
	padding: 4px;
}