#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 300px; /*Default width of hint.*/
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
/*font-weight: bold;*/
font-style: oblique;
color: Olive; /*navy;
text-decoration: underline;
text-underline-position:below;*/
/*margin: 3px 8px; disabled by xxq*/
}


TD{font-size: 10pt;}
TH{font-size: 10pt;}
BODY{background: white;}

.mytb {
}
.mytb th {
 background-color: #9db3b3;
}
.mytb tr {
 background-color: expression((this.rowIndex %% 2 == 0) ? '#d2dbe7' : '#fff');
}

