#maintab {margin:1px 0px 0px 0px;}

.shadetabs{
padding: 3px 0;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 0px;
font: bold 11px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}


.shadetabs li{
display: inline;
margin: 0px;
padding:0px
}

.shadetabs li a{
text-decoration: none;
padding: 3px 5px;
border:1px solid #cccccc;
color: #333333;
background: white url(/image/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background: #e2e2e3;
border-bottom-color:#e2e2e3;
}

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

.tabcontentstyle{
border:1px solid #cccccc!IMPORTANT;
margin:0px;
padding:0px;
background:url(/image/stats_table_header.gif) repeat-x; BACKGROUND-COLOR:#fff;
margin-bottom:5px;
}

.tabcontent{display:none; padding:0 5px 0 5px; margin:0px; MIN-HEIGHT:153PX}
.tabcontent table {width:358px;}
.tabcontent table.eved {width:660px; border:0px!important}

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