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

.shadetabs {
	padding: 3px 0;
	margin-left: 8px;
	margin-top: 1px;
	margin-bottom: -3px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	list-style-type: none;
	float:left;
	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;
	z-index: 1;
	padding-right:0px;
	padding-top:3px;
	margin-right: 3px;
	color: #1aa3fe;
	}
	
.shadetabs li a:visited {
	color: #1aa3fe;
	}
	
.shadetabs li a:hover {
	text-decoration: none;
	color: #d42c2c;
	}
	
.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	top: 1px;
	color:#d42c2c;
	}
	
.shadetabs li a.selected { /*selected main tab style */
	border-bottom-color:#ffffff;
	}
	
.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
	}
	
.tabcontent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:left;
	padding:12px;
	line-height:16px;
	height:123px;
	width:591px;
	}
	
.tabcontent{
display:none;
}

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