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

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

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 5px 10px;
	margin: 0px 1px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	background-color: #9CAEAE;
	list-style: none;
	border: solid 1px #CCC;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
}

.TabbedPanelsTabHover {
	background-color: #789090;
	color: #fff;
}

.TabbedPanelsTabSelected {
	color: #455F6C;
	background: #eee;
	border-bottom: 1px solid #eee;
}

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

.TabbedPanelsContentGroup {
	clear: both;
	border: solid 1px #CCC;
	background-color: #eee;
	margin: 0 0 35px 0;
	min-height: 275px;
}

.TabbedPanelsContent {
	padding: 20px;
	
}
.TabbedPanelsContentVisible {
}
