﻿/* Locks the header */
.GridHeaderSroll
{
	position: relative;
	top: expression(this.offsetParent.scrollTop);
	z-index: 100;
	background-color: #0061CA; 
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.GridHeaderSroll a:link
{
	color: #FFFFFF;
	background-color: #0061CA;
	text-decoration: none;
}
.GridHeaderSroll a:visited
{
	color: #FFFFFF;
	background-color: #0061CA;
	text-decoration: none;
}
.GridHeaderSroll a:hover
{
	color: #FFFFFF;
	background-color: #0061CA;
	text-decoration: underline;
}

/* Locks the left column */
.Headerlocked
{
	position: relative; 
	/*top: expression(document.getElementById("div-Freeze").scrollLeft);*/
	top: expression(this.offsetParent.scrollTop);
}
td.Columnlocked
{
	position: relative; 
	/*left: expression(document.getElementById("div-Freeze").scrollLeft);*/
	left: expression(this.offsetParent.scrollTop);
	color: #333333;
}
/*---------------------------*/
