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

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 3px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

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

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 3px;
	color: #0059a4;
	/*color: #000000;*/	
	/*background-image: url(../images/tab-2.gif);*/
	background-color: #E3E3E3;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.shadetabs li a:visited{
	color: #0059a4;
	/*color: #000000;*/	
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #FF5A00;
	/*color: #000000;*/	
}

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

.shadetabs li a.selected{ /*selected main tab style */
	color: #FF5A00;
	/*color: #000000;*/	
	/*border-bottom-color: #FFFFFF;*/
	background-color: #FFFFFF;
	/*background-image: url(../images/tab-1.gif);*/
	background-repeat: no-repeat;
}

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

.tabcontent{
display:none;
}


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