﻿.pages
{
    cursor: default;
    font-size: 13px;
    font-family: 微软雅黑, Arial, 宋体, Tahoma, Verdana;
    height:26px;
	line-height:26px;
	color: #555;
}

.pages .count
{
    padding-right: 8px;
}
/* Mode 0,1,2 Style (Number) */
.pages .number
{
    font-weight: normal;
}
.pages .number a
{
    display: inline-block;
    height: 26px;
    padding: 0 10px;
    margin-left: 6px;
    border: #ddd solid 1px;
    line-height: 26px;
    text-decoration:none;
    color: #555;
}
.pages .number a.selected
{
	border: #03b8cc solid 1px;
    background: #03b8cc;
    color: #fff;
    text-decoration: none;
}
/*.pages .number span > a
{
    color: #000000;
    text-decoration: none;
    padding: 0 10px;
	display: block;
}*/
.pages .number a:hover
{
    color: #03b8cc;
}
/* Mode 3 Style (Arrow) */
.pages .arrow
{
    font-weight: normal;
    padding: 0px 5px 0px 5px;
}
.pages .arrow a, .pages .arrow span
{
    font-family: Webdings;
}
.pages .arrow span
{
    margin: 0px 5px 0px 5px;
}
.pages .arrow a
{
    color: #000000;
    text-decoration: none;
}
.pages .arrow a:hover
{
    color: #0000ff;
}
/* Mode 4 Style (Select) */
.pages select, .pages input
{
    color: #000000;
    font-size: 10px;
    font-family: Tahoma, Verdana;
}
/* Mode 5 Style (Input) */
.pages .input input.ititle, .pages .input input.itext, .pages .input input.icount
{
    color: #666666;
    font-weight: bold;
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
}
.pages .input input.ititle
{
    width: 70px;
    text-align: right;
    border-right: none;
}
.pages .input input.itext
{
    width: 25px;
    color: #000000;
    text-align: right;
    border-left: none;
    border-right: none;
}
.pages .input input.icount
{
    width: 35px;
    text-align: left;
    border-left: none;
}
.pages .input input.ibutton
{
    height: 17px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Verdana;
    background-color: #999999;
    border: 1px solid #666666;
    padding: 0px 0px 2px 1px;
    margin-left: 2px;
    cursor: hand;
}
