/* shadetabs */
.shadetabs ul
{
	position: relative;
	top: 1px;
	list-style-type: none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0;
	margin: 4px 0 0;
}
.shadetabs ul li
{
	display: inline-block;
	background: #FFF url("/images/tabs.gif") no-repeat right top;
	padding: 0;
	margin: 0;
}
.shadetabs ul li.selected
{
	background-position: right -100px;
}
.shadetabs ul li a
{
	display: inline-block;
	z-index: 1;
	color: #000 !important;
	text-decoration: none;
	text-indent: 1px;
	background: url("/images/tabs.gif") no-repeat left top;
	padding: 3px 10px;
	outline: none;
	margin: 0;
}
.shadetabs ul li:first-child a,
.shadetabs ul li.firstTab a
{
	background-position: left -100px;
	border-bottom-color: #FFF;
}

/* Other styles */
.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

