﻿body { background-color:#ffffff; margin-left: 0px;	margin-top: 0px;margin-right: 0px;margin-bottom: 0px;scrollbar-face-color:#1e5483}
img{border:0px}
A:link      { color: #FFFFFF; text-decoration:none; }
A:active 	{ color: #FFFFFD;  cursor:hand; text-decoration:none; }
A:visited 	{ color: #FFFFFD; text-decoration:none; }
A:hover 	{ color: #000000; text-decoration:none; }


/* Div Freez*/

/* Div container to wrap the datagrid */
div#div-datagrid {
width: 750px;
height: 400px;
overflow: auto;
}

/* Locks the left column */
 th.locked 
 {
	background-color:#1e5483;
	color:#FFFFFD;
	line-height:24px;
	font-family:Arial,Verdana;
	font-size: 11px;
	text-align:left;
	font-weight:bold;
	padding-left:10px;
	border-bottom:solid 1px #FFFFFF;
	border-top:solid 1px #FFFFFF;
	border-top-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	border-right:solid 1px #FFFFFF;
	border-left-style:none;
	position:relative;
	cursor: default;
	/*IE5+ only*/
	left: expression(document.getElementById("div-datagrid").scrollLeft-0);
}

td.locked
{
	font-size: 11px;
	border:none; 
	COLOR: #000000;
	line-height:24px;
	font-family:Arial,Verdana;
	text-align:left;
	border-top:solid 1px #FFFFFF;
	padding-left:10px;
	border-bottom:solid 1px #c1c7e1;
	border-left:solid 1px #FFFFFF;
	background-color:#FFFFFF;
	position:relative;
	cursor: default;	
	/*IE5+ only*/
	left: expression(document.getElementById("div-datagrid").scrollLeft+0);
}

/* Locks table header */
th {
	background-color:#1e5483;
	color:#FFFFFD;
	line-height:24px;
	font-family:Arial,Verdana;
	font-size: 11px;
	text-align:left;
	font-weight:bold;
	padding-left:25px;
	border-bottom:solid 1px #FFFFFF;
	border-top:solid 1px #FFFFFF;
	border-top-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	border-right:solid 1px #FFFFFF;
	border-left-style:none;
	position:relative;
	cursor: default;
	/*IE5+ only*/
	top: expression(document.getElementById("div-datagrid").scrollTop-2);
	z-index: 10;
}

/* Keeps the header as the top most item. Important for top left item*/
th.locked {z-index: 99;}




