/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 20px 0;
margin-left: 0;
margin-top: 10px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background: #FFFFFF url(../interface/tab_bg.jpg) repeat-x;
width: 780px;
}

.shadetabs li{
display: inline;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 19px 25px;
color: #2d2b2b;
}


.shadetabs li a:hover{
text-decoration: none;
color: #000000;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../interface/activ_tab_bg.jpg);
color: #FFFFFF;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #FFFFFF;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
