
div#tbl-container {
width: 100%;
height: 325px;
overflow: auto;
scrollbar-base-color:#e78cc6;
}

table {
table-layout: fixed;


}

div#tbl-container table th {
width: 100px;
}

thead th, thead th.locked	{
font-size: 14px;
font-weight: normal;
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-weight: normal;
text-align: center;
left: expression(document.getElementById("tbl-container").scrollLeft); /* IE5+ only */
position: relative;
z-index: 10;
}











