@charset "UTF-8";


.TabbedPanels {
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(../images/active-tab-out.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 190px;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	height: 40px;
	text-align: center;
	font-family: sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #de8a4c;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.fullTabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(../images/active-round-tab-over.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 164px;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	height: 40px;
	text-align: center;
}

.fullTabbedPanelsContent {
	padding: 4px;
	min-height: 970px;
}

.TabbedPanelsTabHover {
}

.fullTabbedPanelsTabHover {
	background-image: url(../images/active-tab.png);
	background-repeat: no-repeat;
	background-position: center center;
}




.TabbedPanelsTabSelected {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(../images/active-tab.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 190px;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	height: 40px;
	text-align: center;
	font-family: sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fullTabbedPanelsTabSelected {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(../images/active-round-tab.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 164px;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	height: 40px;
	text-align: center;
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	background-color: #fff;
}


.TabbedPanelsContent {
	padding: 4px;
}


.TabbedPanelsContentVisible {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #FFF;
	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: #FFF;
	border-bottom: solid 1px #999;
}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
