/* ######### CSS for Shade Tabs. Remove if not using ######### */

#tabC {
	border-top: 1px solid #999;
	padding-top: 5px;
	margin-top: 2px;
	width: 870px;
}

#staff {
	margin-top: 5px;
}

#media {
	margin-top: 5px;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 10px!important;
margin-bottom: 0;
font: bold 12px helvetica, verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 6px 14px;
margin-right: 3px;
border: 1px solid #999;
color: #ad0e00;
background: #fff;
}

.shadetabs li a:visited{
color: #ad0e00;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #ad0e00;
}

.shadetabs li a.selected{ /*selected main tab style */
background: transparent;
border-bottom-color: #fdfaf2;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}