/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 6px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; 

}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 6px 7px;
margin-right: 1px;
border: 1px solid #c0c0c0;
border-bottom:none;
color: #373737;
background: #e2e2e2;
}

.shadetabs li a:visited{
color: #373737;
}

.shadetabs li a:hover{
background: #f5f5f5;
color: #373737;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
padding-top:7px;
}

.shadetabs li a.selected{ /*selected main tab style */
background: #f5f5f5;
color: #373737;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
height:248px;
overflow:hidden;
font-size:12px
}

@media print {
.tabcontent {
display:block !important;
}
}
