<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
div#tbl-container 
{
	overflow: auto;
}

div#tbl-container table th 
{

}

thead th 
{
	top: expression(document.all("tbl-container").scrollTop-2);
	z-index: 20;
}

thead th.locked 
{
	z-index: 30;
}

thead th, thead th.locked
{
	color: #ffffff;
	background-color: #06377c;
	font-weight: bold;
	border-right: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
}

td.locked,  th.locked /* Locked first column */
{	
	left: expression(parentNode.parentNode.parentNode.parentNode.scrollLeft);
	position: relative;
	z-index: 10;
}
</pre></body></html>