﻿ div.divPage
        {
            padding: 10px;
            background-color: #fff;
            float:right ;
            
        }
        .divPage a, .divPage span span
        {
            display: block;
            float: left;
            width: 30px;
            height: 30px;
            padding: 5px 8px 5px 8px;
            margin-left: 4px;
            color: #000;
            background-color: #fff;
            border: 1px solid #ccc;
            border-radius:5px;      
            text-decoration: none;
            text-align :center ;
        }
        .divPage a.np, .divPage span.np
        {
            width: 60px;
            height: 30px;
        }
        .divPage a:hover
        {
            border: 1px solid #116ba7;
        }
        .divPage span.pageNow
        {
            background-color: #116ba7;
            color: White;
            font-weight: bold;
            border: 1px solid #116ba7;
        }
        .divPage a.aspNetDisabled
        {
            display: none;
        }


        /*下一个datapager*/
 div.center 
        {
            width :50%; 
            margin:auto;
        }
        div.divPage1
        { padding :10px;
                  
        }
        .divPage1 span span, .divPage1 a
        { 
          padding: 6px 8px 5px 8px;
          display :block ; 
          float :left ;
          width :30px;
          height :30px;
          text-decoration :none;
          color :Black ;
          text-align :center ;
          border :1px solid #ccc;
          border-radius: 5px;
          margin-left :4px;
        } 
        .divPage1 span a.np
        {
            width :80px;
            border :1px solid #ccc;
            }
        .divPage1 a:hover
        { background-color :#454545 ;
          color:White ;
          border :1px solid #454545;
        }
        .divPage1 span.pageNow
         { 
             color:White ;
             background-color :#454545;
             border :1px solid #454545;
             font-weight :bold ;
         }
         .divPage1 span a.aspNetDisabled{ display :none ;}
         td a:hover 
         {
             text-decoration :none;
             color :Red;
         }