﻿
.pageCustom
{
    font-size: 12px;
}

.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 10px;
    height: 22px;
    line-height: 22px;
}

.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: 0 5px;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
    vertical-align: top;
    width: 30px;
    height: 22px;
    line-height: 22px;
}

.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_Last_Disable, .pageCustom_Num, .pageCustom_Num_On,.pageCustom_Ellipsis
{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    color: #333;
    display: block;
    float: left;
    margin: 2px 0 0 -1px;
    padding: 0px 10px;
    text-decoration: none;
    height: 22px;
    line-height: 22px;
}

.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: #488fcd none repeat scroll 0 0;
    border-color: #488fcd;
    color: #fff;
    height: 21px;
    line-height: 21px;
}
