﻿.divPageList
{
    text-align: center;
    margin-top: 20px;
    margin-right: 10px;  
    height:30px;  
}

.divPageList span
{
    padding: 8px 10px 8px 10px;
    font-family: 宋体;
    font-size: 12px;
    margin: 3px; /* Gecko browsers */
    -moz-border-radius: 3px; /* Webkit browsers */
    -webkit-border-radius: 3px; /* W3C syntax - likely to be standard so use for future proofing */
    border-radius: 3px;
}

.divPageList .FPage, .EPage
{
    padding: 8px 10px 8px 10px;
    font-family: 宋体;
    font-size: 12px;
    border: #cccccc 1px solid; /* Gecko browsers */
    -moz-border-radius: 3px; /* Webkit browsers */
    -webkit-border-radius: 3px; /* W3C syntax - likely to be standard so use for future proofing */
    border-radius: 3px;
}

.spPageDigital
{
    padding: 2px;
}

.spPageUp, .spPageNext
{
    padding: 2px;
    border: #cccccc 1px solid; /* Gecko browsers */
    -moz-border-radius: 3px; /* Webkit browsers */
    -webkit-border-radius: 3px; /* W3C syntax - likely to be standard so use for future proofing */
    border-radius: 3px;
}
.spPageNormal
{
    border: #cccccc 1px solid;
}
.spPageFocus
{
    border: orange 1px solid;
    color: #ffffff;
    font-weight: bold;
    background-color: orange;
}
.FPage, .spPageUp, .spPageNext, .spPageNormal, .spPageFocus, .EPage
{
    cursor: pointer;
}
.FPageNo
{
    padding: 8px 10px 8px 10px;
    font-family: 宋体;
    font-size: 12px;
    border: #eeeeee 1px solid;
    color: #eeeeee; /* Gecko browsers */
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 3px; /* Webkit browsers */
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 3px; /* W3C syntax */
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    cursor: not-allowed;
}
.spPageUpNo
{
    padding: 8px 10px 8px 10px;
    font-family: 宋体;
    font-size: 12px;
    border: #eeeeee 1px solid;
    color: #eeeeee;
    cursor: not-allowed; 
    /* Gecko browsers */
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 3px; 
    /* Webkit browsers */
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 3px; 
    /* W3C syntax */
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}
.spPageNextNo
{
    padding: 8px 10px 8px 10px;
    font-family: 宋体;
    font-size: 12px;
    border: #eeeeee 1px solid;
    color: #eeeeee; /* Gecko browsers */
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 3px; /* Webkit browsers */
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 3px; /* W3C syntax */
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    cursor: not-allowed;
}
.EPageNo
{
    padding: 8px 10px 8px 10px;
    font-family: 宋体;
    font-size: 12px;
    border: #eeeeee 1px solid;
    color: #eeeeee; /* Gecko browsers */
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 3px; /* Webkit browsers */
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 3px; /* W3C syntax */
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    cursor: not-allowed;
}
.spPageNormal:hover
{
    background-color: orange;
    border: orange 1px solid;
    color: #ffffff;
}
.spPageFocus:hover
{
    background-color: orange;
    border: orange 1px solid;
    color: #ffffff;
}
.FPage:hover
{
    background-color: orange;
    border: orange 1px solid;
    color: #ffffff;
}
.spPageUp:hover
{
    background-color: orange;
    border: orange 1px solid;
    color: #ffffff;
}
.spPageNext:hover
{
    background-color: orange;
    border: orange 1px solid;
    color: #ffffff;
}
.EPage:hover
{
    background-color: orange;
    border: orange 1px solid;
    color: #ffffff;
}
