.css {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10pt;
}

div#div-datagrid {
overflow: auto;
scrollbar-base-color:#ffeaff;
}
/* Locks table header */
th.locked {
font-size: 14px;
font-weight: bold;
text-align: center;
background-color: navy;
color: white;
border-right: 1px solid silver;
position:relative;
cursor: default; 
top: expression(document.getElementById("div-datagrid").scrollTop-2); /*IE5+ only*/
}

/* Keeps the header as the top most item. Important for top left item*/
th.locked {z-index: 108;}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #3300CC;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #3300CC;
	text-decoration: none;
}
