﻿
.pageCustom
{
    font-size: 12px;
    margin: auto;
}


.pageCustom .pageCustom_Prompt, .pageCustom .pageCustom_Go
{
    background-color: #fff;
    border: 1px solid #dbdbdb;
    display: block;
    float: left;
    margin: 2px 5px 0 -1px;
    overflow: hidden;
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
}

.pageCustom .pageCustom_Go
{
    margin-left: 6px;
}

.pageCustom .pageCustom_Prompt input, .pageCustom .pageCustom_Go input
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: 1px solid #dbdbdb;
    border-color: -moz-use-text-color #dbdbdb;
    border-image: none;
    border-style: none solid;
    border-width: 0 1px;
    color: #333;
    display: inline-block;
    margin: 2px 5px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    vertical-align: top;
    width: 30px;
    height: 32px;
    line-height: 32px;
}

.pageCustom .pageCustom_Prompt span, .pageCustom .pageCustom_Prompt strong
{
    margin: 0px 2px;
    color: #333;
}

.pageCustom_First, .pageCustom_First_Disable, .pageCustom_Pre, .pageCustom_Pre_Disable, .pageCustom_Next, .pageCustom_Next_Disable, .pageCustom_Last, .pageCustom .pageCustom_Last_Disable, .pageCustom .pageCustom_Num, .pageCustom .pageCustom_Num_On, .pageCustom .pageCustom_Ellipsis
{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    color: #333;
    display: block;
    float: left;
    margin: 3px 5px;
    padding: 0px 16px;
    text-decoration: none;
    height: 32px;
    line-height: 32px;
}

.pageCustom .pageCustom_First_Disable, .pageCustom .pageCustom_Pre_Disable, .pageCustom .pageCustom_Next_Disable, .pageCustom .pageCustom_Last_Disable
{
    background: #fff none repeat scroll 0 0;
    color: #999;
}

.pageCustom .pageCustom_Num_On
{
    background: #4091ae none repeat scroll 0 0;
    border-color: #4091ae;
    color: #fff;
    height: 32px;
    line-height: 32px;
}
