@charset "utf-8";
/* Tabbed panels */

.TabbedPanelsTab {
	display: block;
	display: inline-block;
	margin: 0.1em;
	padding: 5px 8px;
	color: #12526D; /* Old browsers */
	cursor: pointer;
	border: 2px solid #12526D;
}
.TabbedPanelsTabFake {
	top: 0.1em;
	float: left;
	width: 40%;
	padding: 0.2em 0.2em;
	cursor: pointer;
}
.TabbedPanelsTab:hover:hover {
	background-color: #8aa0c6;
}
.TabbedPanelsTabSelected {
	background: #12526D;
	color: #fff;
	font-style: italic;
}
.TabbedPanelsTab a a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0.2em 0.4em;
}
.TabbedPanelsContentGroup {
	clear: both;
	position: relative;
}
.TabbedPanels .TabbedPanelsContent {
	margin-top: 1.5em;
	width: 100%;
	padding: 0.2em;
	background-color: #fff;
	position: absolute;
	left: 0;
	overflow: auto;
	display: block;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	margin-right: 1em;
	clear: both;
	position: absolute;
	width: 48% !important;
	display: block;
	border-right: solid 0.1em #e2e3e4;
	top: 0;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #013171;
	border-bottom: solid 0.1em #e2e3e4;
	color: #fff;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	width: 98%;
	position: relative;
	background: #fff;
	padding-bottom: 0.8em;
}
.VTabbedPanels.jQueryTabs, .TabbedPanels.jQueryTabs {
	position: relative;
}
.sectionBox .sectionBody .VTabbedPanels h3 {
	color: #013171;
}
.sectionBox .sectionBody .VTabbedPanels.jQueryTabs .TabbedPanelsTabSelected h3 {
	color: #fff;
}
.VTabbedPanels .TabbedPanelsContent {
	background: #e2e3e4;
	border: solid 0.1em #ccc;
}
.VTabbedPanels .jQueryTabbedContent {
	float: right;
	width: 48%;
}
