﻿.PagerStyle
{
  color: #fff;
  cursor: default;
  width:auto;
  float:left;
  direction:ltr;
  margin-bottom:30px;
}
.PagerStyle table
{    text-align:center;    
     margin:auto;
     direction:rtl;
}
.PagerStyle table td
{    border:0px;
     padding:5px;
}
.PagerStyle td
{    
	border-top: #1d1d1d 3px solid;
}
.PagerStyle a
{
  color: #666;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #bbb;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  background: #efefef;
  background: -moz-linear-gradient(top,#fff 0%,#efefef 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#efefef));
  background: -webkit-linear-gradient(top,#fff 0%,#efefef 100%);
  background: -o-linear-gradient(top,#fff 0%,#efefef 100%);
  background: -ms-linear-gradient(top,#fff 0%,#efefef 100%);
  background: linear-gradient(top,#fff 0%,#efefef 100%);
}
.PagerStyle a:hover{
  text-decoration: none;
  background: #fcfcfc;
}
.PagerStyle span
{    font-weight:bold;    
     color:Black;
     font-weight:bold;    
     text-decoration:none;    
     padding:2px 10px 2px 10px;
     direction:rtl;
}