@charset "UTF-8";
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
	background-position: center;
}
.TabbedPanelsTabGroup {
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 50px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 17px;
	width: 80px;
	margin-top: 4px;
	margin-right: -1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	color: #273D31;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #64997C;
	border-right-color: #64997C;
	border-left-color: #64997C;
	background-position: -3px -13px;
	background-color: #D9E6DF;
}
.TabbedPanelsTabHover {
	background-color: #BAC9E9;
	color: #283146;
	height: 19px;
	margin-top: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #6A7DAA;
	border-right-color: #6A7DAA;
	border-left-color: #6A7DAA;
	z-index: 98;
}
.TabbedPanelsTabSelected {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 21px;
	margin-top: 0px;
	color: #000000;
	z-index: 99;
	background-image: none;
	font-weight: bold;
}
.TabbedPanelsTab a {
	color: #000000;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	background-color: #FFFFFF;
}
.TabbedPanelsContent {
	padding: 4px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.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;
}
