div#tbl-container {
width: 525px;
height: 400px;
overflow:auto ;
SCROLLBAR-FACE-COLOR:#843f4c;
SCROLLBAR-HIGHLIGHT-COLOR:#91535e;
SCROLLBAR-SHADOW-COLOR:#91535e;
SCROLLBAR-3DLIGHT-COLOR:#843f4c;
SCROLLBAR-ARROW-COLOR:#999999;
SCROLLBAR-TRACK-COLOR:#91535e;
SCROLLBAR-DARKSHADOW-COLOR:#843f4c;
SCROLLBAR-BASE-COLOR:#91535e;
FONT-FAMILY: Arial;
}

div#tbl-container table th {
}

thead th, thead th.locked	{
font-size: 14px;
font-weight: bold;
text-align: center;
position:relative;
cursor: default; 
}


thead th {
top: expression(document.getElementById("tbl-container").scrollTop-2); /*IE5+ only*/
z-index: 20;
}

thead th.locked {z-index: 30;}

td.locked,  th.locked{
font-size: 14px;
text-align: left;
font-weight: bold;
left: expression(document.getElementById("tbl-container").scrollLeft); /*IE5+ only*/
position: relative;
z-index: 10;
scrollbar-base-color:#cccccc;
}




