.Grid 
{ 
  cursor: pointer;
  border-bottom:none;
}
.HeadingRow 
{
  line-height:normal;
}
.HeadingCell 
{ 
  background-color: #FFFFFF; 
  border-bottom: solid 2px #8DB56B;
  line-height:normal;
}
.HeadingCellNull 
{ 
  color:#FFFFFF; 
  line-height:normal;
}
.HeadingCellText
{
  font-family: Trebuchet MS; 
  font-size: 11px; 
  font-weight: bold; 
  text-align: center;
  color: #676767;
  line-height:normal;
}
.HeadingCellTextNull
{
  color:#FFFFFF; 
  line-height:normal;
}

.DataRow 
{ 
}

.DataCell 
{ 
  cursor: default;
  padding: 3px; 
  font-family: Trebuchet MS; 
  font-size: 11px;
}
.DataCell a
{ 
	text-decoration:none;
	color: #000000;
}
.DataCell2
{ 
  cursor: default;
  padding: 3px; 
  font-family: Trebuchet MS; 
  font-size: 11px;
  background-color: #e7e7e7;
}
.DataCell2 a
{ 
	text-decoration:none;
	color: #000000;
}

.DataRow td.FirstDataCell 
{ 
  padding-left: 3px; 
} 

.SelectedRow 
{ 
}

.SelectedRow td.DataCell 
{ 
}

.SelectorCell 
{ 
}

.GridFooter
{
  cursor: default;
  vertical-align: bottom;
  border-top: solid 2px #8DB56B;
}

.GridFooter a 
{
  color: #8db56c;
  font-weight: bold;
}


.PagerText
{ 
  font-family: Trebuchet MS; 
  font-size: 12px; 
} 
