.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
}


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


.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	background-color: #494949;
	list-style: none;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #494949;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.TabbedPanelsTabHover {
	background-color: #494949;
}

.TabbedPanelsTabSelected {
	background-color: #0A0A0A;
	border-bottom-style: solid;
	border-bottom-color: #0A0A0A;
}


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

.TabbedPanelsContentGroup {
	clear: both;
	background-color: #0a0a0a;
}


.TabbedPanelsContent {
	padding: 4px;
	height: auto;
	width: auto;
	float: left;
	overflow: auto;
	visibility: inherit;
}


.TabbedPanelsContentVisible {
	float: left;
	visibility: inherit;
	overflow: auto;
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #333333;
	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: #0A0A0A;


}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
