.shadetabs{
padding: 4px 0;
margin-left: 10px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs span{
        display: inline;
        margin: 0;
        color: #d0f0f0;
}

.shadetabs span a{
        text-decoration: none;
        padding: 3px 15px 5px 15px;
        margin-right: 0px;
        color: #2d2b2b;
        background: url(shade.gif) repeat-x left top;
}

.shadetabs span a:visited{
color: #2d2b2b;
}

.shadetabs span a:hover{
        text-decoration: underline;
        color: #0000FF;
}

.shadetabs span.selected{
position: relative;
top: 1px;
}

.shadetabs span.selected a{
        /*selected main tab style */
        border-left-style: solid;
        border-left-width: 3px;
        border-right-style: solid;
        border-right-width: 2px;
        border-top-style: solid;
        border-top-width: 3px;
        border-right-color: #666666;
        border-left-color: #D8EDEF;
        border-top-color: #D8EDEF;
        border-bottom-style: solid;
        border-bottom-color: #666666;
        border-bottom-width: 1px;
        background-image: url(shadeactive.gif);
        color: #0000A0;
}

.shadetabs span.selected a:hover{ /*selected main tab style */
text-decoration: none;
        color: #0000A0;
}

.tabcontentstyle{
        /*style of tab content oontainer*/
        width: auto;
        margin-bottom: 1em;
        padding: 10px;
        background-color: #151515;
        border-left-style: solid;
        border-left-width: 3px;
        border-right-style: solid;
        border-right-width: 2px;
        border-top-style: solid;
        border-top-width: 3px;
        border-right-color: #666666;
        border-left-color: #D8EDEF;
        border-top-color: #D8EDEF;
        border-bottom-style: solid;
        border-bottom-color: #666666;
        border-bottom-width: 2px;
}

.tabcontent{
display:none;
}

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