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

.shadetabs {
	padding: 0;
	margin: 0;
	font-family: Tahoma;
	font-size: 11px;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	background: transparent !important;
}

.shadetabs li {
	display: inline;
	margin: 0;
	padding: 0 !important;
	background: transparent !important;
}

.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 0;
	color: #716959;
	font-size: 12px;
	font-family: Arial;
	background: #F1F1F1;
	-moz-border-radius: 5px;
	font-weight:bold;
}

.shadetabs li a:hover {
	text-decoration: none;
	color: #000;
	background: #f2efef;
}

.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	top: 0px;
}

.shadetabs li a.selected { /*selected main tab style */
	color: #000;
	background: #f1d4d4;
	border: 0;
}

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

.tabcontent{
	display:none;
}

@media print {

.tabcontent {

	display:block !important;

}

}
