div#innerDiv {
width: 100%;
height: 100%;
overflow: auto;
scrollbar-base-color:#ffeaff;
}

thead th, thead th.locked	{
font-size: 14px;
font-weight: bold;
text-align: center;
color: white;
border-right: 1px solid silver;
position:relative;
padding:0px; 
cursor: default; 
}
	
thead th {
top: expression(document.getElementById("innerDiv").scrollTop-2); /* IE5+ only */
z-index: 20;
}

thead th.locked {z-index: 30;}

td.locked,  th.locked{
background-color: #ffeaff;
font-weight: bold;
border-right: 1px solid silver;
left: expression(parentNode.parentNode.parentNode.parentNode.scrollLeft); /* IE5+ only */
position: relative;
z-index: 10;
}







