.TabbedPanels {
	margin: 0px; padding: 0px; width: 100%; text-align: center; overflow: hidden; clear: none;
}
.TabbedPanelsTabGroup {
	margin: 0px; padding: 0px; width: 100%; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; float: left;
}
.TabbedPanelsTab {
	list-style: none; margin: 0px 1px 0px 0px; padding: 4px 10px; top: 1px; color: rgb(5, 47, 79); font-size: 125%; font-weight: normal; float: left; position: relative; cursor: pointer; -moz-user-select: none; -khtml-user-select: none;
}
.TabbedPanelsTabHover {
	
}
.TabbedPanelsTabSelected {
	color: rgb(43, 160, 228); border-bottom-color: rgb(5, 47, 79); border-bottom-width: 2px; border-bottom-style: solid;
}
.TabbedPanelsTabHover {
	color: rgb(43, 160, 228); border-bottom-color: rgb(5, 47, 79); border-bottom-width: 2px; border-bottom-style: solid;
}
.TabbedPanelsTab a {
	color: black; text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
}
.TabbedPanelsContent {
	padding: 4px; text-align: center; overflow: hidden;
}
.TabbedPanelsContentVisible {
	
}
.VTabbedPanels {
	overflow: hidden; -ms-zoom: 1;
}
.VTabbedPanels .TabbedPanelsTabGroup {
	border-width: 1px; border-style: solid; border-color: rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204) rgb(204, 204, 204); 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: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	border-bottom-color: rgb(153, 153, 153); 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;
}
}
