/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{ list-style-type: none; text-align:center; font-size: 12px; margin-top: 8px; margin-right: 0; margin-bottom: 8px; float: left; padding: 0; }
.shadetabs img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.shadetabs li{
	position: relative;
	top: 3px;
	float: left;
	margin: 0px 1px;
	background-color: #e3e3e3;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 7px;
background: #e3e3e3;
}

.shadetabs li a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #C00;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	color: #fff;
	background-color: #C00;
}
.shadetabs2{ list-style-type: none; text-align:center; font-size: 12px; margin-top: 5px; margin-right: 0; margin-bottom: 10px; float: left; padding: 0; }
.shadetabs2 img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.shadetabs2 li{
	position: relative;
	top: 3px;
	float: left;
	margin: 0px 1px;
	background-color: #e3e3e3;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.shadetabs2 li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 7px;
background: #e3e3e3;
}

.shadetabs2 li a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #C00;
}

.shadetabs2 li a.selected{ /*selected main tab style */
	position: relative;
	color: #fff;
	background-color: #C00;
}

.TabbedPanelsContentGroup2 {
	clear: both;
	text-align:center;
 
}
.tabcontent{display:none;padding: 4px;}

@media print {
.tabcontent {
display:block !important;
}
}
/* ######### CSS for Shade Tabs. Remove if not using ######### */

.onetab{ padding: 0; list-style-type: none; font-size: 12px; margin-top: 5px; margin-right: 0; margin-bottom: 2px; margin-left: 0; }
.onetab img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.onetab li{
	position: relative;
	top: 3px;
	float: left;
	margin: 0px 1px;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}

.onetab li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 5px 7px;
	color: #000;
}

.onetab li a:hover{
	color: #C00;
	text-decoration: underline;
}

.onetab li a.selected{ /*selected main tab style */
	position: relative;
	color: #C00;
}

.TabbedPanelsContentGroup {
	clear: both;
	text-align:center;
	 
}
.tabcontent{
	display:none;padding-top: 0px;padding-right: 4px;padding-bottom: 4px;padding-left: 4px;
}

@media print {
.tabcontent {
display:block !important;
}
}