.pagerHdr {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 1px;
	line-height: 20px;
}

table.pager td {
  padding: 2px 6px;
  white-space: nowrap;
}

table.pager tr.pagerTopRow td {
  background-color: #039;
  color: #fff;
  font-weight: bold;
}

table.pager tr.pagerTopRow td a, table.pager tr.pagerTopRow td a:hover {
  border: 1px solid #584;
  background-color: #fff7c8;
  padding: 0 1px;
  margin-right: 2px;
  text-decoration: none;
}

.pgRow1 {
  background-color: #cbdfe8; 
}

.pgRow2 {
  background-color: #f2f6fa;
}

.pgRowOn {
  background-color: #fff7c8;
}

#noRecords {
  text-align: center;
  padding: 8px 0;
}

table.pager td.lastRow {
  border-top: 1px solid #cbdfe8;
  padding-top: 6px;
  text-align: right;
}