﻿
.number
{
    max-width: 775px;
    display: block;
    margin:0px auto;
    border: 1px dotted #f2f2f2;
    min-height: 35px;
    line-height: 35px;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    background-color: #FFFFFF;
      border-radius: 3px;
  /*  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);*/
    border: 1px solid #DDDDDD;
}
.number span
{
    min-height: 35px;
    line-height: 35px;
    display: inline-block;
    width: 100%;
}
.number span span
{
    color: #1a1a1a;
    padding: 0px;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border: 1px solid #E8E8E8;
    background-color: #E8E8E8;
    width: 30px;
    border-bottom: 0px;
    border-top: 0px;
      margin: 0px -2px;
    }

.number span a, .number span a:visited
{
    color: #9b9b9b;
    padding: 0px;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    border: 1px solid #DDDDDD;
    border-bottom: 0px;
    border-top: 0px;
    width: 30px;
    display: inline-block;
    margin: 0px -2px;
}
.number a:hover
{
    background-color: #EEEEEE;
    text-decoration: underline;
}

.number span a.btn_next
{
    float: right;
    margin-right: 15px;
     /*background: url(../images/paging_right.png) no-repeat center top ;    height:35px;    width:35px;*/
    border: 0px;
    cursor: pointer;
    background: none;
    text-decoration: none;
}
.number span a.btn_Prev
{
    float: left;
    margin-left: 15px; /*  background: url(../images/paging_left.png) no-repeat center top ;         height:35px;    width:35px;*/
    border: 0px;
    cursor: pointer;
    background: none;
    text-decoration: none;
    white-space:normal;
}
.number span a.aspNetDisabled
{
    color: #FFFFFF;
    background-image: none;
    cursor: default;
}
