﻿/*body { scrollbar-face-color:#c65c65}
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: 586px;
height: 400px;
overflow: auto;
}

.Grid{font-family:Arial,Verdana;font-size:11px;font-weight:normal;color:#e0111b;text-align:center}
/* Locks the left column */
 th.locked 
 {
	background-color:#58A145;
	color:#FFFFFD;
	line-height:24px;
	font-family:Arial,Verdana;
	font-size: 11px;
	text-align:center;
	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;
	background-color:#ffffff;
	color:#6C6B69;
	font-family:Arial,Verdana;
	text-align:left;
	border-top:solid 1px #FFFFFF;
	border-bottom:solid 1px #E1E8EE;
	padding-left:10px;
	line-height: 22px; 
	position:relative;
	cursor: default;	
	/*IE5+ only*/
	left: expression(document.getElementById("div-datagrid").scrollLeft+0);
}
td.locked1
{
	font-size: 11px;
	background-color:#E8F3F9;
	color:#6C6B69;
	font-family:Arial,Verdana;
	text-align:left;
	border-top:solid 1px #FFFFFF;
	border-bottom:solid 1px #E1E8EE;
	padding-left:10px;
	line-height: 22px; 
	position:relative;
	cursor: default;	
	/*IE5+ only*/
	left: expression(document.getElementById("div-datagrid").scrollLeft+0);
}

/* Locks table header */
th {
	background-color:#ffffff;
	color:#FFFFFD;
	line-height:24px;
	font-family:Arial,Verdana;
	font-size: 11px;
	text-align:left;
	font-weight:bold;
	padding-left:25px;
	border-top:solid 1px #FFFFFF;
	border-top-color:#FFFFFF;
	border-bottom-color:#E1E8EE;
	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;}

/* DataGrid Item and AlternatingItem Style*/
.GridRow {font-size: 10pt; color: black; font-family: Arial; 
             background-color:#ffffff; height:35px;}
.GridAltRow {font-size: 10pt; color: black; font-family: Arial; 
             background-color:#eeeeee; height:35px;}

/*End*/


