.TabbedPanels {
	background: url("../img/tabmenuback.gif") repeat-x; margin: 0px; padding: 0px; width: 100%; bottom: 0px; clear: none; float: left;
}
.TabbedPanelsTabGroup {
	margin: 0px; padding: 5px 0px 0px 10px; height: 32px;
}
.TabbedPanelsTab {
	font: bold 12px/normal sans-serif; list-style: none; margin: 0px 1px 0px 0px; padding: 8px 15px 0px; top: 2px; height: 21px; color: rgb(2, 32, 55); float: left; position: relative; cursor: pointer; font-size-adjust: none; font-stretch: normal; -moz-user-select: none; -khtml-user-select: none;
}
.TabbedPanelsTabHover {
	background-color: rgb(224, 224, 224);
}
.TabbedPanelsTabSelected {
	color: white; background-color: rgb(2, 32, 55);
}
.TabbedPanelsTab a {
	color: black; text-decoration: none;
}
.TabbedPanelsContentGroup {
	background: url("../img/contentBg.gif") repeat-x top white; padding: 5px 0px 0px; clear: both;
}
.TabbedPanelsContent {
	padding: 5px 0px 0px 18px; color: red; line-height: 14px; font-size: 19px;
}
.TabbedPanelsContentVisible {
	
}
.VTabbedPanels .TabbedPanelsTabGroup {
	width: 10em; height: 20em; float: left; position: relative; background-color: rgb(238, 238, 238);
}
.VTabbedPanels .TabbedPanelsTab {
	margin: 0px; border-top-color: currentColor; border-right-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-right-width: medium; border-left-width: medium; border-top-style: none; border-right-style: none; border-left-style: none; float: left;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: rgb(238, 238, 238);
}
.VTabbedPanels .TabbedPanelsContentGroup {
	padding: 0px; width: 30em; height: 20em; clear: none; float: left;
}
