/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs {
	padding: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left;
	margin: 10px 0 0 8px;
	background: url(../images/tab1.jpg) no-repeat;
	height: 39px;
}

.shadetabs ul {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.shadetabs li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	background-color: transparent;
	height: 39px;
}

.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #2d2b2b;
	background: transparent;
	margin: 0;
	padding: 3px 0 0;
}

.shadetabs li a img {
	margin: 0;
	padding: 0;
	display: block;
}

.shadetabs li a:visited {
	color: #2d2b2b;
}

.shadetabs li a:hover {
	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs li a.selected {
	/*selected main tab style */
	position: relative;
}

.shadetabs li a.selected {
	/*selected main tab style */
	background-image: url(shadeactive.gif);
	border-bottom-color: white;
}

.shadetabs li a.selected:hover {
	/*selected main tab style */
	text-decoration: none;
}

.tabcontent {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	height: auto;
	background-position: 0 0;
}

.tabcontent .tabcontentbody {
	padding: 70px 16px 8px;
}


@media print {
.tabcontent {
	display: block !important;
}
}