@charset "utf-8";
/* ######### CSS for Shade Tabs. Remove if not using ######### */
*{outline:none}
.shadetabs{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs li a{
	text-decoration: none;
	position: relative;
	color: #000000;
	font-size: 12px;
	padding:10px;
	background: url(images/bgTab.gif) center repeat-x;
}

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

.shadetabs li a:hover{
	color: #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	color: #000000;
	background: url(images/bgTabSelect.gif) center repeat-x;
}



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

.tabcontent{
display:none;
}

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


