/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-top:0px;
font: bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.left {

float: left;

width: 50%; 

}

.shadetabs li{
display: inline;
margin: 0;
}

/*Tab section */
.shadetabs li a{
text-decoration: none;
background-color:#252525;
position: relative;

padding: 3px 7px;
margin-right: 3px;
color: #fff;

}

.shadetabs li a:visited{
color: #202020;

}

.shadetabs li a:hover{
text-decoration: underline;
color: #fff;
}

.shadetabs li a.selected{ /*selected main tab style */

background-color:#202020;

}

.shadetabs li a.selected{ /*selected main tab style */


}


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}


@media print {
.tabcontent {
display:block !important;
}
}
