@charset "UTF-8";
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
	background-position: right top;
	height: 25px;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	height: 25px;
}
.TabbedPanelsTab {
	position: relative;
	top: 3px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #626262;
	font-weight: bold;
	height: 27px;
	width: 80px;
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTaba {
	position: relative;
	top: 3px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #626262;
	font-weight: bold;
	height: 27px;
	width: 70px;
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTabHover {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTabSelected {
	font-weight: bold;
	color: #1A62C0;
	height: 20px;
	font-size: 13px;
	top: 3px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTaba a {
	color: black;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsContentGroup {
	clear: both;
	font-size: 12px;
	height: 100%;
}
.TabbedPanelsContent {
	font-size: 12px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 15em;
	background-color: #FFFFFF;
	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: #FFFFFF;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
}

