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

.shadetabs{
	font-family: Verdana;
	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-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 1px;
	margin-right: 0px;
	padding-left: 0px;
	left: 0px;
}
.shadetabs li{
	font-family: Verdana;
	font-size: 11px;
	display: inline;
	margin: 0;
	text-decoration: none;
}

.shadetabs li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 1px;
	margin-left: 0px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #333333;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 8px;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-left: 7px;
}

.shadetabs li a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

.shadetabs li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #111111;
	font-weight: normal;
}

.shadetabs li a.selected{ /*selected main tab style */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #FF0000;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	background-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.tabcontent{
display:none;
}



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

