.shadetabs{
padding: 0px 0px 0px 0px;
margin-left: 0px;
margin-right:0px;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom:0px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #71a4c1;
}

.shadetabs li{
display: inline;
margin: 0px;

}

.shadetabs li a{
height:21px;
text-decoration: none;
padding: 5px 6px 1px 6px;
width:21px;
margin-right: 0px;
margin-left:0px;
margin-bottom:0px;
vertical-align:middle;
text-align:center;
color: #ffffff;
background-image:url(tab_bg.gif); background-repeat:no-repeat;
}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #ffffff;
}

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

.shadetabs li.selected a{ /*selected main tab style */
background-image:url(tab_bg_active.gif); background-repeat:no-repeat;
border-bottom-color: white;
color: #24145f;
}

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

.shadetabs li.selected a:visited {
  color: #2386e1;
}

.tabcontentstyle{ /*style of tab content oontainer*/
margin-bottom: 1em;
padding: 2px;
}

.tabcontent{
display:none;
}

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