.shadetabs {
	padding:0 0 10px 0;
	margin:0;
	list-style-type:none;
	}
.shadetabs li {
	margin:0;
	padding:5px 0 0 0;
	}
.shadetabs li a {
	}
.shadetabs li a.selected { /*selected main tab style */
	color:#333;
	}
.shadetabs li a.selected { /*selected main tab style */
	border-bottom-color: white;
	}
.tabcontent {
	display:none;
	}
@media print {
	.tabcontent {
		display:block !important;
		}
	}