.shadetabs
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 2px;
    font: bold 12px Verdana;
    padding-top: 8px;
    list-style-type: none;
    text-align: left;
    margin: 1px 0px 0px;
}
.shadetabs LI
{
    display: inline;
    margin: 0px;
  
}
.shadetabs LI A
{
    padding-right: 30px;
    padding-left: 37px;
    background: url(Shade.gif) white no-repeat center top;
    padding-bottom: 3px;
    color: #2d2b2b;
    padding-top: 10px;
    text-decoration: none;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-bottom-color: #6699ff;
    margin: 0px;
}
.shadetabs LI A:visited {
	COLOR: #2d2b2b
}
.shadetabs LI A:hover
{
    color: #6699ff;
}
.shadetabs LI.selected {
	POSITION: relative; TOP: 1px
}
.shadetabs LI.selected A
{
    background-image: url(Shade.gif);
    border-bottom-color: white;
}
.shadetabs LI.selected A:hover
{
    text-decoration: none;
    }


.tabcontentstyle
{
    padding-right: 7px;
    border-top: #d8e4f8 2px solid;
    padding-left: 7px;
    margin-bottom: 1em;
    padding-bottom: 7px;
    width: 405px; /*width of the new table*/
    padding-top: 20px;
    border-bottom: #d8e4f8 2px solid;
    display: block;
    border-right: #d8e4f8 2px solid;
    border-left: #d8e4f8 2px solid;
    background: url(../images/taboriented_back.gif) fixed;
}
.tabcontent {
	DISPLAY:   none 
}

@media Print    
{
.tabcontent {
	DISPLAY: block! important
}

}
