.Grid 
{ 
  background-color: #f4f4e8; 
  cursor:pointer;cursor:hand; 
  font-family: Trebuchet MS;
  color: #555555;
}

.HeadingRow 
{ 
  background-color: #478DB1; 
}

.HeadingRowDetail
{ 
  background-color: #d2e3eb; 
}

.HeadingCellDetail
{ 
  background-color: #d2e3eb; 
  border: 1px solid #d2e3eb; 
  border-right-color: #d2e3eb; 
  border-bottom-color: #d2e3eb; 
  padding: 3px;
}

.HeadingCell 
{ 
  background-color: #478DB1; 
  border: 1px solid #478DB1; 
  border-right-color: #478DB1; 
  border-bottom-color: #478DB1; 
  padding: 3px;
}

.HeadingCellText
{
  font-family: Trebuchet MS;
  font-size: 9pt; 
  font-weight: bold; 
  text-align: left;
  color: #d2e3eb;
}

.HeadingCellTextDetail
{
  font-size: 9pt; 
  font-weight: bold; 
  text-align: left;
  color: #478DB1;
}

.DataRow 
{ 
  background-color: #ffffff; 
}

.DataCell 
{ 
  cursor:pointer;cursor:hand;
  padding: 3px; 
  border-bottom: 1px solid #EAE9E1; 
  font-size: 9pt; 
  vertical-align: top;
}

.DataCellAlternating
{ 
  cursor:pointer;cursor:hand;
  padding: 3px; 
  border-bottom: 1px solid #EAE9E1; 
  font-size: 9pt; 
  background-color: #fbfbef;  
  vertical-align: top;
} 

.DataRow td.FirstDataCell 
{ 
  padding-left: 3px; 
} 

.SelectedRow 
{ 
  background-color: #FFEEC2; 
}

.SelectedRow td.DataCell 
{ 
  cursor: default; 
  padding: 2px; 
  padding-left: 3px; 
  padding-bottom: 3px; 
  font-size: 12px; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
}

.GridFooter
{
  cursor: default;
  padding: 5px;
}

.GridFooter a 
{
  color: Black;
  font-weight: bold;
}

.PagerText
{ 
  font-size: 8pt; 
} 

.ScrollPopup
{
  background-color: #FFFFFF; 
  border: 1px solid #666666;
  border-right-width: 2px;
  border-bottom-width: 2px;
  height: 23px;
}

.ScrollBar
{
  background-image: url(images/scroller/scroller_bg.gif); 
}

.ScrollGrip
{
  background-image: url(images/scroller/scroll_gripBg.gif); 
}


