.pagebar {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 12px;
    text-align:center;
    direction: rtl;
    line-height: 27px;
    text-decoration: none;
    margin: 10px;
    background: #F0F0F0;
    border: 1px solid #d2d2d2;
}

.pagebar a, .pageList .this-page {
   border: 1px solid #2298c7;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

.pagebar a:visited{
   border: 1px solid #d2d2d2;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

.pagebar .break {
   padding: 2px 6px;
   border: none;
   background: #ccc;
   text-decoration: none;
}

.pagebar .this-page {
   font-weight: bold;
   border-color: #000;
   background: #3ab8e9;
   color: #FFF;
   padding: 0.2em 0.5em;
}

.pagebar a:hover {
   border-color: #2298c7;
   background: #3ab8e9;
   color: #FFF;
} 