    div.tabcontent h2 {
font-size:80%;
padding:5px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000099;
}
    div.tabcontent th {
    background-color: #000099;
    color: #ffffff;
}
    div.tabcontent tr.even {
background-color: #FFFF66;
}
    div.modheader {
padding:5px;
text-align:center;
font-size:120%;
background:#FFFF99;
border-width: 1px;
border-style: solid;
border-color: #000099;
}
    div.tabcontent {
display:block;
float:none;
margin-left: 1px;
background:#FFFF99;
padding:20px 7px 7px 7px;
border-width: 1px;
border-style: solid;
border-color: #000099;
}
    div.tabs {
width:100%;
background:#FBF1D1;
font-size:93%;
line-height:normal;
}
    div.tabs ul {
//margin:0;
padding:10px 10px 0 0px;
list-style:none;
}
    div.tabs li {
display:inline;
margin:0;
padding:0;
}
    div.tabs a {
float:left;
background:url("/g/tab/tableft.gif") no-repeat left top;
margin:0;
padding:0 0 0 5px;
text-decoration:none;
}
    div.tabs a.used {
background:url("/g/tab/usedtableft.gif") no-repeat left top;
border-bottom-color: #FFFF99;
}
    div.tabs a span {
float:left;
display:block;
background:url("/g/tab/tabright.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#555555;
}
    div.tabs a.used span {
background:url("/g/tab/usedtabright.gif") no-repeat right top;
color:#000;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    div.tabs a span {float:none;}
    /* End IE5-Mac hack */
    div.tabs a:hover span {
color:#000;
}
    div.tabs a:hover {
background-position:0% -42px;
}
    div.tabs a:hover span {
background-position:100% -42px;
}
    div.tabs a.used:hover span {
color:#555555;
}
