
/* Button */
.outer-button a:hover {
    text-decoration:none;
}

.red-button {
    display: block;
    cursor: pointer;
    width:151px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 12px;
    background: url(../images/button.png) no-repeat;
}

/* Pagination */
#paginationControl {border:0; margin:0; padding:0;}

#paginationControl li{
  border:0; margin:0;
  list-style:none;
  display:block;
  float:left;
  padding:3px 1px;
}

#paginationControl li,
#paginationControl a{
  margin-right:2px;
}

#paginationControl .next a,
#paginationControl .previous a {
  font-weight:bold;
}

#paginationControl .active{
  color:#00000;
  font-weight:bold;
  padding: 3px 4px;
}

#paginationControl a:link,
#paginationControl a:visited {
  color: #000000;
  display:block;
  float:left;
  text-decoration:underline;
}

#paginationControl a:hover{
  text-decoration:none;
}

