.shadetabs{
padding: 3px 0px;
margin-left: 50px;
margin-top: 5px;
margin-bottom: 0px;
font-size: 11pt;
font-weight:bold;
list-style-type: none;
white-space:nowrap;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin:0px -4px 0px 0px;
}

.shadetabs li a{
color: #7E879D;
text-decoration: none;
padding: 5px 8px;
margin-right: 0px;
margin-bottom: -2px;
border: 1px solid #C3C8CD;
background: #F7F7F8 url(shade.gif) bottom left repeat-x;
}
.shadetabs li a img{
padding-right:5px;
vertical-align:top;
}

.shadetabs li a:visited{
color: #7E879D;
}

.shadetabs li a:hover{
color: #990000;
text-decoration: none;
background: #FAFAFB url(shade-hover.gif) bottom left repeat-x;
}

.shadetabs li.selected{
position: relative;
top: -2px;
}

.shadetabs li.selected a{ /*selected main tab style */
background: #F7F7F8 url(shadeactive.gif) bottom left repeat-x;
background-position:center;
border-top-color: #999999;
border-left-color: #999999;
border-right-color: #999999;
border-bottom-width: 5px;
border-bottom-style: solid;
border-bottom-color: #F8F8F8;
color:#003399;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
background: #F7F7F8 url(shadeactive.gif) bottom left repeat-x;
background-position:center;
}
.shadetabs li.selected a:visited{ /*selected main tab style */
color:#003399;
}

.tabcontentstyle{ /*style of tab content oontainer*/
margin: 5px;
white-space:nowrap;
}

.tabcontent{
display:none;
}

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