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

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 1em Verdana;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs  span{
	display: inline;
	margin: 0;
}
.shadetabs  span  a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 9px 5px 0px;
	margin: 0 auto;
	text-align: center;
	color: #2d2b2b;
	background: white url(../images/shade.jpg) top left no-repeat;
	width: 90px;
	height:20px;
	float: left;
}
.shadetabs  span  a:visited{
color: #2d2b2b;
}
.shadetabs  span  a:hover{
	text-decoration: none;
	color: #2d2b2b;
}
.shadetabs  span  a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}
.shadetabs  span  a.selected{ /*selected main tab style */
	background-image: url(../images/shadeactive.jpg);
	border-bottom-color: white;
	background-repeat: no-repeat;
}

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

.tabcontent{
	display:none;
	min-height:150px;
}

@media print {
.tabcontent {
	display:block !important;
	min-height:150px;
}
}
