.GridClass
{
  CURSOR: default;
  
}

.RowClass
{
  BACKGROUND-COLOR: #90a8d0
}
.GreyRow
{
	color: #aeaeae;
}
.RowClass2
{
  BACKGROUND-COLOR: #ffffff;
}

.DataCell 
{
  BORDER-RIGHT: #ddecfe 1px solid;
  PADDING-RIGHT: 4px;
  FONT-SIZE: 10px;
  CURSOR: default;
  FONT-FAMILY: verdana;
}

.AlternatingRowClass
{
	background-color: #9cb7d7;
}
.AlternatingRowClass2
{
	background-color: whitesmoke;
}


.HeaderClass 
{
  FONT-WEIGHT: bold;
  FONT-SIZE: 10px;
  FONT-FAMILY: verdana
}

.HeadingCellClass 
{
  PADDING-RIGHT: 10px;
  PADDING-LEFT: 4px;
  HEIGHT: 20px;
    border-right: 1px solid #FFFFFF; 
    border-left: 1px solid #ffffff;
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
}

.HeadingTextClass 
{
  PADDING-LEFT: 5px;
  FONT-WEIGHT: bold;
  FONT-SIZE: 10px;
  FONT-FAMILY: verdana;
  WHITE-SPACE: nowrap
}

.HeadingRowClass
{	
	background-color: #d5e3f1;
}

.SelectorCell
{
	height: 21px;
	background: url(/App_Themes/Default/Images/CAGrid/selectorCell_bg.gif);
}

.SelectedRowClass 
{
  BORDER-RIGHT: #040484 1px solid;
  BORDER-TOP: #040484 1px solid;
  BORDER-LEFT: #040484 1px solid;
  BORDER-BOTTOM: #040484 1px solid;   
  BACKGROUND-COLOR: #90a8d0
}

.SelectedRowClass TD.DataCell 
{
  BORDER-RIGHT: #90a8d0 1px solid
}

.IndentCell
{
	border-right: 0px;
	background: #d5e3f1;
	height: 20px;
}
.GridFooterText
{
  color: #000000;  
  font-family: verdana; 
  font-size: 11px;
}