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

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

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;

z-index: 1;
padding: 7px 9px;
margin-right: 0px;
border: 1px solid #dcdcdc;
color: #444444;
background: white url(../images/shade.jpg) top left repeat-x;
font-weight:normal;

}

.shadetabs li a:visited{
color: #444444;
}

.shadetabs li a:hover{
color: #444444;
font-weight:normal;
}

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

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

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

.tabcontent{
display:none;
}

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

