.shadetabs{
padding: 5px 5px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
font: bold 10px tahoma;
list-style-type: none;
text-align: left;
}

.shadetabs li{
display: inline;
margin: 0px;
}

.shadetabs li a{
position: relative;
top: 2px;
text-decoration: none;
padding: 2px 10px;
margin-right: 0px;
border: 1px solid #C0C0C0;
border-bottom-color: #4E616C;
color: #53D7FE;
background: #4E616C url(../images/tab_ina.png) top left repeat-x;
}

.shadetabs li a:visited{
color: #FFD700;
}

.shadetabs li a:hover{
text-decoration: none;
color: #ffffff;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/tab_act.png);
border-bottom-color: #4E616C;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #C0C0C0;
width: 748px;
margin-bottom: 0px;
padding: 0px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}