/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 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: 3px 7px;
margin-right: 3px;
border: 1px solid #682b0c;
color: #682b0c;
background: #fef5cf url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #682b0c;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #000000;
}

.shadetabs li a.selected{
position: relative;
top: 0px;
}

.shadetabs li a.selected{
background-image:url(../images/shadeactive.gif);
border-bottom-color: #fef5cf;
}

.shadetabs li a.selected:hover{
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
