.shadetabs{
	padding: 11px 0 5px;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	font: bold 14px Arial;
	list-style-type: none;
	text-align: center;
	margin-right: 0px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 13px 17px;
	color: #6699CC;
	background: url(images/tab_inactive.gif) no-repeat center center;
	outline: 0; /* prevent dotted border in Firefox */
}

.shadetabs li a:visited{
color: #6699CC;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FFFFFF;
}

.shadetabs li a.selected{
	position: relative;
	top: -1px;
	bottom: 0px;
}

.shadetabs li a.selected{
	background: url(images/tab_active.gif) no-repeat center center;
	color: #0066CC;
	text-decoration: none;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
}

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

.tabcontent{
display:none;
}

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