.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 3px;
margin-bottom: -3px;
list-style-type: none;
text-align: left; 
font: bold 11px Arial;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 1px 3px;
margin-right: 10px;
border-bottom: 0px solid white;
color: #ffffff;
background: #0584a9;
font:  10px arial;
}

.shadetabs li a:visited{
color: #047799;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #ffffff;
background: #0584a9;
}

.shadetabs li.selected{
position: relative;
top: 3px;
}

.shadetabs li.selected a{ /*selected main tab style */
background:#FFFFFF;
height: 21px;
border-bottom: 2px #0584a9;
color: #067291;
margin-right: 170px;
font: bold 11px Arial;
padding-top: 1px;
background-image: url(imgs/shade.gif);
}


.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border-top: 4px solid #0584a9;
margin-top: -4px;
width: 478px;
_width: 500px;
border-top: 4px solid #0584a9;
border-bottom: 1px solid #0584a9;
padding: 5px;
background: #f1f8da;
}

.tabcontent{
display:none;
background: #fbfdf2;
padding: 5px 0 5px 5px;
height: 290px;

}

@media print {
.tabcontent {
display:block!important;
}
}
