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

.shadetabs{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}




.shadetabs a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 1px 1px;
margin-right: 3px;
color: #FFFFFF;
}

.shadetabs a:visited{
color: #FFFFFF;
}

.shadetabs a:hover{
text-decoration: underline;
color: #FFFFFF;
}

.shadetabs a.selected{ /*selected main tab style */
font: bold 10px Verdana;
color: #FFFFFF;
background-color:#686D71;
text-decoration: underline;
position: relative;
height:18px;
top: 1px;
}

.shadetabs a.selected{ /*selected main tab style */
}

.shadetabs a.selected:hover{ /*selected main tab style */
text-decoration: underline;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

