/* PAGER -----------------------------------------------*/
ul.yiiPager {
  display: block;
  text-align: center; }

ul.yiiPager li.active {
  background-color: #e74c3c; }
  ul.yiiPager li.active a {
    color: white; }

ul.yiiPager li {
  display: inline;
  background-color: #eeeeee;
  background-repeat: repeat-x;
  border: thin solid #dddddd;
  text-align: center !important;
  font-size: 14px !important;
  text-decoration: none; }

ul.yiiPager li:hover {
  background-color: #e74c3c; }
  ul.yiiPager li:hover a {
    color: white; }

ul.yiiPager li a {
  padding: 0px 5px !important; }

ul.yiiPager a:link,
ul.yiiPager a:visited {
  padding: 0px 6px;
  text-decoration: none;
  border: 0;
  color: black; }

ul.yiiPager .page a {
  font-weight: normal; }

ul.yiiPager .active a {
  font-weight: bold; }

ul.yiiPager .hidden a {
  border: 0; }

ul.yiiPager .selected a {
  background: #e74c3c;
  color: white;
  height: 100%; }

/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first,
ul.yiiPager .last {
  display: none; }