﻿/* Div container to wrap the datagrid */
div#divProductsGrid {
width: 576px;
height: 304px;
/*overflow: auto;*/
}

/* Locks table header */
tr#grdProducts {
position:relative;
cursor: default; 
top: expression(document.getElementById("grdProducts").scrollTop-2); /*IE5+ only*/
z-index: 10;
color:White;
background-color:#507CD1;
font-family:Arial;               
font-size:Larger;
font-weight:bold;
font-style:normal;
text-decoration:none;
}
