﻿.pgrPager
{
  background-repeat: no-repeat;
  background-image: url('PagerBkg.jpg');
  background-color: #CAE4FF;
  height: 30px;
}
.pgrNumericPager
{
  background-repeat: no-repeat;
  background-image: url('NumericPagerBkg.jpg');
}
.pgrButtonPager
{
  padding-left: 7px;
}
.pgrCurrentPage
{
  border-width: 1px;
  padding: 2px 4px 2px 4px;
  font-weight: bold;
  border-right-color: #FF0000;
  border-left-color: #FF0000;
  border-right-style: solid;
  border-left-style: solid;
  color: #FF0000;
}
.pgrNumericButton
{
  padding: 2px;
  font-weight: bold;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #FF0000;
  border-bottom-color: #FF0000;
}

