/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
/* font: normal 1.3em "Helvetica Neue",Arial,Verdana; */
font-size: 1.3em; 
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
color: #207B93;
text-transform: uppercase;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 0 0 3px 20px;
margin-right: 3px;
/* border: 1px solid #778; */
color: #2579AF;
/* background: white url(http://www.bgtime.org/mt-static/images/bgtime/star.png) top left repeat-no-repeat; */
background-image: url(http://www.bgtime.org/mt-static/images/bgtime/star.png);
background-repeat: no-repeat;
text-decoration: underline;
}

.shadetabs li a:visited{
color: #2579AF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2579AF ;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(http://www.bgtime.org/mt-static/images/bgtime/star_accent.png);
background-repeat: no-repeat;
border-bottom-color: white;
text-decoration: none;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
