.Grid {
  border: 1px solid #7C7C94;
  background-color: #FFFFFF;
  font-size: 11px;
  cursor: default;
}

.RowClass {
  background-color: #ffffff;
}

.RigheRowClass {
  background-color: #DDECFE;
}

.RedRow {
  background-color: #DDECFE;
  color: Red;
  font-style: italic;
}

.DataCell {
  border-right: 1px solid #DDECFE;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 11px;
}

.HeaderClass {
  font-weight: bold;
  font-size: 11px;
}

.HeadingCellClass {
  padding-right: 10px;
  padding-left: 4px;
  height: 20px;
  border-left: 1px solid #DDECFE;
  border-right: 1px solid #DDECFE;
}

.HeadingTextClass {
  padding-left: 5px;
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
}

.HeadingRowClass {
  background: url(images/blue_bg.gif);
  height: 20px;
}

.SelectorCell {
  border-right: 0px;
  border-top: 0px;
  background: url(images/blue_bg.gif);
  border-left: 0px;
  border-bottom: 0px;
  height: 20px;
}

.SelectedRowClass {
  border-right: #040484 1px solid;
  border-top: #040484 1px solid;
  border-left: #040484 1px solid;
  border-bottom: #040484 1px solid;
  background-color: #90a8d0;
}

.SelectedRedRowClass {
  border-right: #040484 1px solid;
  border-top: #040484 1px solid;
  border-left: #040484 1px solid;
  border-bottom: #040484 1px solid;
  background-color: #90a8d0;
  color: Red;
  font-style: italic;
}

.SelectedRowClass TD.DataCell {
  border-right: #90a8d0 1px solid;
}

.SelectedRedRowClass TD.DataCell {
  border-right: #90a8d0 1px solid;
  font-style: italic;
  color: Red;
}

.IndentCell {
  border-right: 0px;
  background: #a9c7f4;
  height: 20px;
}

.DataRowHover {
  background-color: #B2B4BF;
  background-image: url('images/comboItemBg.gif');
  border: 1px solid #DBCE99;
}

.GridFooter {
  cursor: default;
  padding: 5px;
  vertical-align: bottom;
}

.GridFooter a {
  color: Black;
  font-weight: bold;
}

.PagerText {
}

