.shadetabs{
padding: 4px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Helvetica;
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;
background-image:url();
}

.shadetabs li a {
text-decoration: none;
padding: 4px 8px;
margin-right: 0px;
border: 1px solid #d0d0d0; /*A565AE*/
background: transparent url(../templates/img/shade.png) top left repeat-x;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../templates/img/shadeactive.png);
border-bottom-color: #ffffff;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #d0d0d0;
/*width: 100%;*/
margin-bottom: 0px;
padding: 8px;
 background-color: #ffffff;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}