.pagebar
{
padding-top: 1px;
padding-bottom: 1px;
font-size:12px;
text-align:center;
direction:rtl;
line-height:27px;
margin-left:0px;
margin-right:0px;
border: 1px solid #ffffff;
background: #ffffff;
text-decoration: none;
-moz-border-radius: 11px;-khtml-border-radius: 11px;-webkit-border-radius: 11px;border-radius: 11px;
}

.pagebar a, .pageList .this-page
{
   border: 1px solid #D5D5D5;
   text-decoration: none;
   padding: 0.2em 0.5em;
   -moz-border-radius: 11px;-khtml-border-radius: 11px;-webkit-border-radius: 11px;border-radius: 11px;
}

.pagebar a:visited
{
   border: 1px solid #D5D5D5;
   text-decoration: none;
   padding: 0.2em 0.5em;
   -moz-border-radius: 11px;-khtml-border-radius: 11px;-webkit-border-radius: 11px;border-radius: 11px;
   }

.pagebar .break
{
   padding: 2px 6px;
   border: none;
   background: #333333;
   text-decoration: none;
}

.pagebar .this-page
{
   border: 1px solid #D5D5D5;
   padding: 0.2em 0.5em;
   font-weight: bold;
   background: #EEEEEE;
   color: #000;
   border-top : 2px solid #D1D1D1 ;
}

.pagebar a:hover
{
   border-color: #D5D5D5;
   background: #B80000;
   color: #F8A505;
	
   }