﻿/* This css file is a wrapper around the other css files to get rid of the H1 bottom margins */

H1
{
	margin-bottom: 0px;
}

/* Div container to wrap the datagrid */
div#divGridView {
width: 576px;
height: 314px;
overflow: auto;
}

/* Locks table header */
th#divGridView {
position:relative;
cursor: default; 
top: expression(document.getElementById("divGridView").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;
}
