/* paging orchestra */

DIV.pagebar {
  width: 627px;
  height: 20px;
  margin: 10px 0px 0px 3px;
  padding: 0px;
  text-align: center;
  font-size: 11px;
  color: #000000;
  float: left;
}

DIV.pagebar .pagebarcentercontent {
  width: 95%;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
  float: left;
}

DIV.pagebar a.leftarrow {
  width: 5px;
  margin: 5px 0px 0px 0px;
  background-image: url('../images/paging/pageleftactive.gif');
  background-position: top left;
  background-repeat: no-repeat;
  height: 10px;
  float: left;
}

DIV.pagebar a.leftarrow:hover {
  width: 5px;
  background-image: url('../images/paging/pagelefton.gif');
  background-position: top left;
  background-repeat: no-repeat;
  height: 10px;
  float: left;
}

DIV.pagebar a.leftarrowdisabled {
  width: 5px;
  margin: 5px 0px 0px 0px;
  background-image: url('../images/paging/pageleftdisabled.gif');
  background-position: top left;
  background-repeat: no-repeat;
  height: 10px;
  cursor: default;
  float: left;
}

DIV.pagebar a.rightarrow {
  width: 5px;
  margin: 5px 0px 0px 0px;
  background-image: url('../images/paging/pagerightactive.gif');
  background-position: top left;
  background-repeat: no-repeat;
  height: 10px;
  float: right;
}

DIV.pagebar a.rightarrow:hover {
  width: 5px;
  background-image: url('../images/paging/pagerighton.gif');
  background-position: top left;
  background-repeat: no-repeat;
  height: 10px;
  float: right;
}

DIV.pagebar a.rightarrowdisabled {
  width: 5px;
  margin: 5px 0px 0px 0px;
  background-image: url('../images/paging/pagerightdisabled.gif');
  background-position: top left;
  background-repeat: no-repeat;
  height: 10px;
  cursor: default;
  float: right;
}

DIV.pagebar a {
  color: #1167b0;
  font-size: 11px;
  padding: 0px 2px 0px 2px;
  font-weight: bold;
  text-decoration: none;
}

DIV.pagebar a:hover {
  text-decoration: underline;
}

DIV.pagebar a.active {
  color: #1167b0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

DIV.pagebar a span {
  display: none;
} 
