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

.shadetabs{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	display: table;
}

.shadetabs li a{
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	background-repeat: repeat-x;
	background-position: left top;
	left: 0;
	border: 1px none Gray;
}
.shadetabs li a:active {
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.shadetabs li a:hover{
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: gray;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: gray;
}

.shadetabs li a.selected{ /*selected main tab style */
	border-bottom-color: white;
	color: #FF0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	color: #000000;
}
.shadetabs li a.selected:active {
	color: #0041c2;
	border: 1px none gray;
	text-decoration: underline;
}


.tabcontent{
	display:inline;
	border: 1px none gray;
}

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

.tabcontent{
display:inline;
}

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

.tabcontent{
display:block;
}

@media print {
.tabcontent {
display:block !important;
}
}
.overview {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background-repeat: repeat-x;
	background-image: url(shade.gif);
}
.overview a:link {
	color: #000000;
	width: 304px;
	background-image: none;
}
.overview a:visited {
	color: #FFFFFF;
	background-repeat: no-repeat;
}
.overview a:active {
	color: #000000;
	width: 304px;
	background-repeat: repeat-x;
}
.feature {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(shade.gif);
	background-repeat: repeat-x;
}
.feature a:link {
	color: #FFFFFF;
	background-image: url(shade.gif);
	background-repeat: repeat-x;
}
.feature a:visited {
	color: #FFFFFF;
}
.feature a:active {
	color: #000000;
	width: 304px;
	background-repeat: no-repeat;
	background-image: none;
}

