.pagination {
  text-align: center;
  font-weight: bold;
}

.pagination a,
.pagination em {
  display: inline-block;
  width: 32px;
  height: 36px;
  margin: 15px 3px 0 3px;
  background: url(../../images/paging-button.png) left top no-repeat;
  text-align: center;
  font-size: 14px;
  color: white;
  text-decoration: none;
  line-height: 36px;
}

.pagination span {
  display: inline-block;
  width: 12px;
  height: 36px;
  margin: 0 3px;
  text-align: center;
  font-size: 14px;
  color: white;
  font-weight: normal;
  line-height: 36px;
}

.pagination span.gap {
  color: #2EB0DE;
}

.pagination .disabled {
  display: none;
}

.pagination em,
.pagination a.active {
  background-position: left center !important;
  cursor: default;
  color: white !important;
  text-shadow: none;
  font-style: normal;
}

.pagination a:hover,
.pagination a:focus {
  background-position: left bottom;
  color: white !important;
  text-shadow: 0 1px 1px #1b487d;
}

div.paging-footer {
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
  height: 57px;
  background: #e8f6ff url(../../images/sidebar-hr.png) left top repeat-x;
}

.activity-list .paging-footer,
.claims-list .paging-footer {
  width: 100%;
  position: static;
  bottom: auto;
  left: auto;
  height: auto;
  background: none;
}

div#centerCol div.paging-footer {
  bottom: 0px;
}

div#centerCol div.tall-content div.paging-footer {
  bottom: 0px;
}

.media-photos div.pagination {
  background-color: #f6feeb;
}

.media-photos div.pagination a {
  color: #6ca665;
  background-image: url(../../images/paging-item-green.png);
}

.media-photos div.pagination a:hover {
  background-position: left bottom;
  text-shadow: 0 1px 1px #205f1b;
}

.media-video div.pagination,
.faq div.pagination {
  background-color: #fff;
  position: relative;
  margin: 30px 0 0 0;
}

.media-video div.pagination a,
.faq div.pagination a {
  color: #fff;
  background-image: url(../../images/paging-item-yellow.png);
}

.media-video div.pagination a:hover,
.faq div.pagination a:hover {
  background-position: left bottom;
  text-shadow: none;
}
