.TabbedPanels {
	margin: 0px auto; padding: 0px; width: 100%; overflow: hidden; clear: none; float: left;
}
.TabbedPanelsTabGroup {
	margin: 0px; padding: 0px;
}
.TabbedPanelsTab {
	background: url("../images/tab_title.jpg") repeat-x; list-style: none; margin: 0px 1px 0px 0px; padding: 10px 10px 0px; border: 1px solid rgb(216, 216, 216); top: 1px; height: 20px; font-size: 12px; float: left; position: relative; cursor: pointer; -moz-user-select: none; -khtml-user-select: none;
}
.TabbedPanelsTabHover {
	background: rgb(255, 0, 0);
}
.TabbedPanelsTabSelected {
	background: url("../images/Tab_Title_Hover.jpg") repeat-x; border-bottom-color: rgb(242, 242, 242); border-bottom-width: 1px; border-bottom-style: solid;
}
.TabbedPanelsTab a {
	color: black; text-decoration: none;
}
.TabTitleText {
	color: rgb(102, 102, 102); font-family: Arial, Helvetica, sans-serif; font-size: 10px;
}
.TabbedPanelsContentGroup {
	border: 1px solid rgb(216, 216, 216); clear: both; background-color: rgb(242, 242, 242);
}
.TabbedPanelsContent {
	padding: 4px; overflow: hidden;
}
.TabbedPanelsContentVisible {
	
}
.VTabbedPanels {
	overflow: hidden; -ms-zoom: 1;
}
.VTabbedPanels .TabbedPanelsTabGroup {
	border: 1px solid rgb(216, 216, 216); width: 10em; height: 20em; float: left; position: relative; background-color: rgb(242, 242, 242);
}
.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: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	border-bottom-color: rgb(242, 242, 242); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(238, 238, 238);
}
.VTabbedPanels .TabbedPanelsContentGroup {
	padding: 0px; width: 30em; height: 20em; clear: none; float: left;
}
@media print
{
.TabbedPanels {
	overflow: visible !important;
}
.TabbedPanelsContentGroup {
	height: auto !important; overflow: visible !important; display: block !important;
}
.TabbedPanelsContent {
	overflow: visible !important; clear: both !important; display: block !important;
}
.TabbedPanelsTab {
	overflow: visible !important; clear: both !important; display: block !important;
}
}
