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

.shadetabsb li{
display: inline;
margin: 0;
}

.shadetabsb li a{
text-decoration: none;
padding: 3px 35px;
margin-right: -5px;
border-left: 1px solid #53b7e8;
border-right: 1px solid #53b7e8;
border-top: 1px solid #53b7e8;
border-bottom: 1px solid #53b7e8;
color: #2d2b2b;
background:url(../images/shade1.gif) top left repeat-x;
background-repeat:repeat-x;
}


.shadetabsb li a:visited{
color: #2d2b2b;
}

.shadetabsb li a:hover{
text-decoration: none;
background-image: url(../images/shadeactive1.gif);
background-repeat:repeat-x;
color: #2d2b2b;
border-bottom-color: #fff;
}

.shadetabsb li.selected{
position: relative;
top: 0px;
border-bottom-color: #fff;

}

.shadetabsb li.selected a{ /*selected main tab style */
text-decoration: none;
background-image: url(../images/shadeactive1.gif);
background-repeat:repeat-x;
border-bottom-color: #fff;

}

.shadetabsb li.selected a:hover{ /*selected main tab style */
text-decoration: none;
background-image: url(../images/shade1.gif);
background-repeat:repeat-x;
border-bottom-color: #fff;
}

.tabcontentstyleb{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 240px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontentstyle2b{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 96%;
height: 100%;
margin-bottom: 0em;
padding: 3px;
text-align: left;
}

.tabcontentb{
display:none;
}

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