.shadetabs{
height: 32px;
width: 882px;
list-style: none;
padding: 0 0 0 10px;
margin: 0;
background: transparent url('images/bg_tabcontent_header.gif') no-repeat left bottom;
}

.shadetabs li{
float: left;
width: 165px;
height: 24px;
background: transparent url('images/bg_tab.gif') no-repeat left top;
margin: 0;
}

.shadetabs li a{
display: block;
text-decoration: none;
padding: 5px 3px 3px 10px;
margin-right: 3px;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: underline;
}

.shadetabs li.selected{
background: transparent url('images/bg_tab_selected.gif') no-repeat left top;
}

.shadetabs li.selected a{ /*selected main tab style */
color: #666666;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
clear: both;
background: transparent url('images/bg_tabcontent.gif') repeat-y left top;
width: 892px;
padding: 10px 20px;
margin: 0;
}
.tabcontentfooter{
width: 892px;
height: 10px;
background: transparent url('images/bg_tabcontent_footer.gif') no-repeat left top;
}

.tabcontent{
display:none;
}

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