.shadetabs{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 5px 5px 2px;
	margin-right: 3px;
	border-right: 1px solid #D9D9D9;
	text-transform: uppercase;
}

.shadetabs li a#last {
	border: none;
}


.shadetabs li a:hover{
color: #A00114;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
color: #A00114;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
