/* ######### CSS for Shade Tabs. Remove if not using ######### */

#shadetabs{
	z-index : 20;
}
.shadetabs{
padding: 3px 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;

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 : 12px;
 font-style : normal;
 font-weight : normal;
 
}

.shadetabs li{
display: inline;
margin: 0px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
padding: 3px 7px;
margin-right: 3px;
color: White;

background-image : url(images/navibg1.jpg);
background-repeat : repeat;
	
	border-bottom-color : #778;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left-color : #777788;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #777788;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color : #777788;
	border-top-style : solid;
	border-top-width : 1px;
}

.shadetabs li a:visited{
color: White;
}

.shadetabs li a:hover{
text-decoration: underline;
color: White;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;

background-color : #EEE7E5;
 color : Black;
 font-weight : bold;
 
 border-bottom-color : #778;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left-color : #777788;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #777788;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color : #777788;
	border-top-style : solid;
	border-top-width : 1px;
}



.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
 padding-top : 1px;
}

@media print {
.tabcontent {
display:block !important;
}
}



