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

.shadetabs{
padding: 12px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px;
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;
	font-size: 15px;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	display: block;
	float:left;
	z-index: 1;
	margin-right: 2px;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	background-color: #E8D7EA;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../images/bg_login_off.jpg);
	font-weight: bold;
	color: #333333;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: underline;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-color: #FFFFFF;
	color: #8F486A;
	background-image: none;
}

.shadetabs li a.selected{ /*selected main tab style */
	border-bottom-color: white;
	font-weight: bold;
}

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

.tabcontent{
display:none;
height:300px;
}

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