
.shadetabs {
	padding: 4px;
	margin: 0 0 0 5px;
	list-style-type: none;
	text-align: left;
	
	font-size: 12px;
	font-weight: bold;
}

.shadetabs li {
	display: inline;
}

.shadetabs li a {
	background: #999;
	color: #fff;
	padding: 4px 6px 5px 6px;
	margin-right: 3px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	
	text-decoration: none;
}

.shadetabs li a:hover {
	text-decoration: none;
	background: #888;
}

.shadetabs li a.selected {
	background: #1275b3;
	color: #fff;
	border-bottom-color: #81A2C4;
	margin: 0 3px 0 0;
	padding: 6px;
	text-shadow: 0 0 3px #000;
}

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

.tabcontent {
display:none;
}

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


}


		
		