.shadetabs{
padding: 0px 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom:font-size: 90%;dana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 0px 51px 17px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: url(../Includes/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
background-image: url(../Includes/shadeactive.gif);
}

.shadetabs li.selected{
position: relative;
top: 1px;

}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../Includes/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;

}

.tabcontentstyle{ /*style of tab content oontainer*/                  
border: 0px solid gray;
width: 97%;
margin-bottom: 1em;
padding: 0px;
}
.tabcontentstyle1{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 100%;
margin-bottom: 1em;
padding: 0px;
}

.tabcontentstyle2{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 95%;
margin-bottom: 1em;
padding: 10px;
}
.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
