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

.shadetabs{
	font-family: Helvetica, Arial;
	line-height: 24px;
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	height: 30px;
	width: 40px;
	position: relative;
	left: -40px;
	text-align: center;
	top: -22px;
	padding-top: 0px;
}

.shadetabs li{
	display: block;
	margin: 0;
	height: 30px;
	width: 40px;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
width: 40px;
height: 28px;
display: block;
	padding-top: 2px;
	background: url(images/part0.gif);
	color: #666666;
	}

.shadetabs li a:visited{
}

.shadetabs li a:hover{

}

.shadetabs li a.selected{ /*selected main tab style */

background: url(images/part1.gif);
}



.shadetabs li a.selected:hover{ /*selected main tab style */
}

.tabcontent{
	position: relative;
	top: 0px;
	padding-left: 8px;
	padding-top: 4px;
	font-size: 11px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

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