/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	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;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.shadetabs li{
display: inline;
margin: 0px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #dcdcdc;
color: #394067;
background: white url(../tabs/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #dcdcdc;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #000000;
}

.shadetabs li a.selected{ /*selected main tab style */
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../tabs/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
text-decoration: underline;
}

.tabcontent{
display:none;
float:left;
clear:both;
}

@media print {
.tabcontent {
display:block !important;
}
}
