.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
	background: url(../images/tabmenuback.gif) repeat-x;
	bottom: 0;

}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0 0 0 10px;
	height: 31px;
}
.TabbedPanelsTab {
	position: relative;
	top: 2px;
	float: left;
	padding: 8px 15px 0;
	margin: 0px 1px 0px 0px;
	font: bold 12px sans-serif;
	color: #fff;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height: 20px;
}
.TabbedPanelsTabHover {
	background-color: #333333;
	border-bottom: solid 1px #222222;
}
.TabbedPanelsTabSelected {
	background-color: #fff;
	border-top: solid 1px #3b5f1a;
	border-right: solid 1px #3b5f1a;
	border-left: solid 1px #3b5f1a;
	border-bottom: solid 1px #fff;
	color: black;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #0f0f0f;
	border-bottom: solid 1px #0f0f0f;
	border-top: solid 1px #0f0f0f;
	border-right: solid 1px #0f0f0f;
	
}
.TabbedPanelsContent {
	padding: 10px;
	font-size: 11px;
	color: white;
	line-height: 14px;
}
.TabbedPanelsContentVisible {
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	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;
}
