﻿.SelectorCell 
{ 
  background-color: #E2E2E2; 
  border: 1px solid #FFFFFF; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
}

.HeadingCellText
{  
  font-weight: bold; 
  text-align: center;
}

.HeadingRow 
{ 
  background-color: #E2E2E2;     
}

.HeadingCell 
{ 
  background-color: #E2E2E2; 
  border: 1px solid #FFFFFF; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
  padding: 3px;  
}

.EditDataCell
{ 
  padding: 0px!important; 
  background-color: #E2E2E2; 
  border-width:0px!important;         
} 

.EditDataField
{ 
  padding: 0px; 
  padding-left: 1px;     
  height: 13px;  
  width: 99%!important;
} 

.SelectedRow 
{ 
  background-color: #FFEEC2; 
}

.DataCell 
{ 
  cursor: default;
  padding: 3px; 
  border-right: 1px solid #EAE9E1; 
  border-bottom: 1px solid #EAE9E1;    
} 

.ScrollBar
{
  background-image: url(images/gird/scroller_bg.gif); 
}

.ScrollGrip
{
  background-image: url(images/grid/scroll_gripBg.gif); 
}