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

.shadetabs{
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
}

.shadetabs ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

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

.shadetabs li a {
	float:left;
	margin:0;
	padding: 1px 8px 1px 8px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.shadetabs li a:hover{
	background: #FFFFFF;
	color: #000000;
}

.shadetabs li a.selected{ /*selected main tab style */
/*position: relative;*/

}

.shadetabs li a.selected{ /*selected main tab style */
	background: #FFFFFF;
	color: #000000;
}

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

.tabcontent{
	display:none;
/*	background: orange;*/
}

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






