@charset "UTF-8";
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
	background-position: right top;
	height: 36px;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	height: 36px;
}
.TabbedPanelsTab {
	position: relative;
	top: 10px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: -1px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #45939D;
	font-weight: bold;
	height: 27px;
	width: 85px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.TabbedPanelsTaa {
	position: relative;
	top: 10px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: -1px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #45939D;
	font-weight: bold;
	height: 27px;
	width: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.TabbedPanelsTabq {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(bg.gif);
	margin-top: -1px;
	margin-right: -1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #8cd287;
	border-left-color: #8cd287;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8cd287;
}
.TabbedPanelsTabHover {
	background-color: #CCC;
}
.TabbedPanelsTabSelected {
	background-image: url(../images/green_line2_4.gif);
	font-weight: bold;
	color: #FFFFFF;
	height: 27px;
	font-size: 12px;
	top: 9px;
	margin: -1px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.TabbedPanelsTabSelected1 {
	background-image: url(../images/green_line2_15.gif);
	font-weight: bold;
	color: #FFFFFF;
	height: 27px;
	width: 50px;
	font-size: 12px;
	top: 9px;
	margin: -1px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	font-size: 12px;
}
.TabbedPanelsContent {
	padding: 4px;
	font-size: 12px;
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	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;
	height: 20em;
}
