﻿.RAH-Grid .Grid 
{ 
  border: 1px solid #7C7C94; 
  background-color: #FFFFFF; 
  cursor: pointer; 
}

.RAH-Grid .HeadingRow 
{ 
  background-color: #E2E2E2; 
}

.RAH-Grid .HeadingCell 
{ 
  background-color: #E2E2E2; 
  border: 1px solid #FFFFFF; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
  padding: 3px;
}

.RAH-Grid .HeadingCellText
{
  font-family: verdana; 
  font-size: 10px; 
  font-weight: bold; 
  text-align: left;
}

.RAH-Grid .DataRow 
{ 
  background-color: #FFFFFF; 
}

.RAH-Grid .DataCell 
{ 
  cursor: default;
  padding: 3px; 
  border-right: 1px solid #EAE9E1; 
  border-bottom: 1px solid #EAE9E1; 
  font-family: verdana; 
  font-size: 10px; 
} 

.RAH-Grid .DataRow td.FirstDataCell 
{ 
  padding-left: 3px; 
} 

.RAH-Grid .SelectedRow 
{ 
  background-color: #FFEEC2; 
}

.RAH-Grid .SelectedRow td.DataCell 
{ 
  cursor: default; 
  padding: 2px; 
  padding-left: 3px; 
  padding-bottom: 3px; 
  font-family: verdana; 
  font-size: 10px; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
}

.RAH-Grid .GridFooter
{
  cursor: default;
  padding: 5px;
}

.RAH-Grid .GridFooter a 
{
  color: Black;
  font-weight: bold;
}

.RAH-Grid .PagerText
{ 
  font-family: verdana; 
  font-size: 11px; 
}