﻿.gridFrame
{
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: #000000 1px solid;
	vertical-align: top;
	overflow: scroll;
	
}
.GridContainer
{
	vertical-align: top;
	overflow: auto;
	background-color: #cccccc;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	height: expression(this.offsetParent.height);

}
.Freezing
{
	position: relative;
	top: expression(this.offsetParent.scrollTop);
	z-index: 10;
	background-color: #333366;
	border-bottom: #ffffff 1px solid;
	font-weight: normal;
}
.Freezing A
{
	text-decoration:none;
	color: #ffffff;
	font-weight: normal;
}
.Freezing A:visited
{
	text-decoration:none;
	color: #ffffff;
	font-weight: normal;
}
.FreezingCol 
{ 
   LEFT: expression(document.getElementById("GridContainer").scrollLeft);
   /*freezingDiv is the name of the div to make your datagrid scrollable */  
   POSITION: relative; 
   z-index: 1; 
} 
.RowMouseOver
{
	background-color: #ececef;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	color: #000000;
	text-decoration: 'underline';
}
.RowMouseOn
{
	background-color: oldlace;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	color: #ff9966;
	text-decoration: 'underline';
}
.RowMouseIn
{
	background-color: cornsilk;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	color: #990033;
	text-decoration: 'underline';
}
.VerticalSplit
{
	cursor: w-resize;
	background-image:url(verticalLine.png);
}

.VerticalSplitTop
{
	cursor: w-resize;
	background-image:url(verticalLine.png);
	/*border-top: solid 1px;	
	border-color:Black;	*/
}

.VerticalSplitBottom
{
	cursor: w-resize;
	background-image:url(verticalLine.png);
	border-bottom: #ACAFC9 1px solid;	
}


.HorizontalSplit
{
	cursor: n-resize;
	background-color: lavender;
}


