.shadetabs{
width:518px;
padding: 4px;
margin-left: 10px;
margin-top: 0px;
margin-bottom: 0px;
font: bold 12px Verdana;
/*background-color:#990000;*/
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
width: 126px;
height: 24px;
padding-top:2px;
display: inline;
margin-left:0px;
text-align:center;
/*background-image:url(images/searchtab.gif);*/
}
.shadetabs li a  { color: #000; font-size:100%; background-color: #d4d8bd; padding: 4px; border: solid 1px #757c4b; position:relative; top:5px; }


.shadetabs li a:visited{
color:#000000;
}
.shadetabs li a:hover  { color: #000; font-size:100%; background-color: #bec693; padding: 4px; border: solid 1px #757c4b; position:relative; top:5px;  }

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
/*background-color:#CC3300;
border-bottom-color: white;
padding-top:10px;*/
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

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