/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: 3px 0;
	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*/
	font-family: Verdana;
	font-size: 0.7em;
}

.shadetabs li{
	display: inline;
	margin: 0;
	padding-right: 3px;
	float: left;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #747d8e;
	background-image: url(../images/tab_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.shadetabs li a:hover{
text-decoration: none;
color: #374562;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	background-image: url(../images/tab_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	font-weight: bold;
	color: #374562;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.shadetabs a.selected strong {
	background-image: url(../images/tab_on.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
}
.shadetabs a strong {
	font-weight: normal;
	background-image: url(../images/tab_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 0px;
	display: block;
}
.shadetabs a:hover strong {
}
.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
