.Grid 
{ 
  background-color: #FFFFFF; 
  cursor: pointer; 
  text-align:center;
}

.HeadingRow 
{ 
}

.HeadingCell 
{ 
}

.HeadingCellText
{
    background-color:#e3b807;
    color:#FFFFFF;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align:center;
}

.DataRow 
{ 
  background-color: #FFFFFF; 
}

.DataCell 
{ 
  cursor: default;
  padding: 3px; 
  border-bottom: 1px solid #505050; 
  font-family: verdana; 
  font-size: 10px; 
} 
.DataCell a
{ 
    font-size:0.9em;
    font-weight:bold;
    color:rgb(42,90,138);
    padding-left:0px;
} 
.DataCell p
{ 
    font-size:0.9em;
    color:#000000;
} 

.EditDataField
{
    width:30px;
}

.DataRow td.FirstDataCell 
{ 
  padding-left: 3px; 
} 

.SelectedRow 
{ 
}

.SelectedRow td.DataCell 
{ 
  cursor: default;
  padding: 3px; 
  border-bottom: 1px solid #e3b807; 
  font-family: verdana; 
  font-size: 10px; 
}

.SelectorCell 
{ 
  border: 1px solid #FFFFFF; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
}

.GridFooter
{
  cursor: default;
  padding:5px;
  vertical-align: bottom;
}

.GridFooter a 
{
  color: Black;
  font-weight: bold;
}


.PagerText
{ 
  font-family: verdana regular; 
  font-size: 11px; 
} 
