/*
** Pager Elements - these are styled by system.css by placing these css calls in our theme we can override system.css
*/

.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image:none;
  display:inline;
  list-style-type:none;
  padding: 0.5em;
  color:#000;
}

.item-list .pager li .active{
  background-image:none;
  display:inline;
  list-style-type:none;
  padding: 0.5em;
  color:#09529f;
}

.pager-current {
  font-weight:bold;
  color:#000;
}