.shadetabs{
padding: 3px 0px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0px;
font: normal 11px Verdana;
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: 3px 7px;
margin-right: -2px;
border-top: 1px solid #808080;
border-left: 1px solid #808080;
border-right: 1px solid #808080;
border-bottom: none;
color: #2d2b2b;
background: white url(images/grayshade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
color: #737777;
text-decoration:none;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/grayshadeactive.gif);
border-bottom-color: white;
text-decoration:none;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
float:left;
border: 1px solid gray;
width: 100%;
height: 100%;
overflow:auto;
-moz-box-sizing:border-box;box-sizing:border-box;
padding: 10px;
padding-bottom:10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}