/* ######### 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: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.shadetabs li{
	display: inline;
	margin: 0;
	color: #FFFFFF;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 3px;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}

.shadetabs li a:visited{
color: #333333;
}

.shadetabs li a:hover{
	color: #333333;
	background-color: #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
	border-bottom-color: white;
	background-color: #FFFFFF;
	color: #333333;
	top: 1px;
	position: relative;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
