/* styles copied from skin of AdvGrid module */
.AdvGridTable {
}
.AdvGridSearch {
  font-weight: bold;
  color: #161615;
  width: 1%;
}
.AdvGridHeader td, .AdvGridHeader td a {
  /*background-color: #749250;*/
  background-color: #336600;
  font-weight: bold;
  /*color: #efefef;*/
  color: #ffffff;
}
.AdvGridFooter {
  font-weight: bold;
}
.AdvGridItem {
  /*background-color: #efefef;*/
  font-weight: normal;
}
.AdvGridAlternatingItem td {
  background-color: #f4f5f7;
  font-weight: normal;
}
.AdvGridPagerStyle {
  font-weight: normal;
}
.AdvGridPagerStyle a {
  font-weight: bold;
  font-weight: bold;
  text-decoration: none;
}
.AdvGridPagerStyle a:hover {
  font-weight: bold;
  color: red;
  text-decoration: underline;
}
.AdvGridSelectedItemStyle {
  font-weight: bold;
  font-weight: bold;
}
.groupHeader {
border-bottom: 1px solid #ecebeb;
}