﻿
.IE8Fix 
{ 
    z-index: 1000; 
}

.DataGridSpacing
{
	font-size: 10pt;
}

 .WrapperDiv
 {
	width:800px;height:400px;border: 1px solid black;
 }
         
 .WrapperDiv TH
 {
	position:relative;
 }
 
 .WrapperDiv TR 
 {
	/* Needed for IE */
    height:0px;
 } 


.Grid { border: solid 1px #EFEEF6; }

.Grid td
{
	font-family: Arial;
	text-align: left;
}

.GridHeader
{
	font-family: Arial;
	font-weight: bold;
	font-size: small;
	background-color: #8FBC8F;
	vertical-align:  top;
}


.GridFooter
{
	font-family: Arial;
	font-size: small;
	vertical-align:  bottom;
	background-color: #8FBC8F;
	
}

.GridItem
{
	font-family: Arial;
	font-size: xx-small;
}

.GridAltItem
{
	font-family: Arial;
	font-size: xx-small;
	background-color: #8FBC8F;
}

