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

.shadetabs{
	margin-left: 1px;
	margin-top: 5px;
	margin-bottom: 7px;
	margin-right:1px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	
}

.shadetabs li{
display: inline;
margin-left: 3px;
margin-right:0px;
padding-left: 0px;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-left: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right:0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	background-repeat: repeat-x;
	background-position: left top;
	color: #000000;		
}

.shadetabs li a:visited{
color: #2d2b2b;

}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(shade1.gif);
	background-repeat: repeat-x;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;

 
}

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

}
}
