/* Tab Style Starts */

.shadetabs {
	height:23px;
	line-height:23px;
	font-size:12px;
	background:url(images/tab-bg.gif) 0 100% repeat-x;
	height:27px;
}
.shadetabs li {
	float:left;
	padding-right:6px;
}
.shadetabs li a, ul.shadetabs li a.selected {
	display:block;
	padding:0 16px;
	background:#2b2b2b;
	float:left;
	height:23px;
	line-height:23px;
	border-top:#3b3b3b 2px solid;
	border-right:#3b3b3b 2px solid;
	border-left:#3b3b3b 2px solid;
	color:#747474;
}
.shadetabs li a:hover, ul.shadetabs li a.selected {
	height:25px;
	background:#1e1e1e;
	color:#747474;
}


.tabcontent{
display:none;
}

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

/* Tab Style Ends */
