﻿/**分页 begin**/
.pagination
{
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background-image: url('imagesdatagrid_header_bg.gif');
    background-repeat: repeat-x;
    height: 30px;letter-spacing:normal;
    width: auto;
}
.pagination a{text-decoration:none;}
.pagination-btn-separator
{
    float: left;
    height: 24px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    margin: 1px;
}
.first
{
    background: url('imagesfirst.gif') no-repeat 0px 2px;margin:0px 3px;
    cursor: pointer;width:20px;overflow:hidden;display:block;height:14px;
}
.prev
{
    background: url('imagesprev.gif') no-repeat 0px 2px;margin:0px 3px;
    cursor: pointer;width:20px;overflow:hidden;display:block;height:14px;
}
.next
{
    background: url('imagesnext.gif') no-repeat 0px 2px;margin:0px 3px;
    cursor: pointer;width:20px;overflow:hidden;display:block;height:14px;
}
.last
{
    background: url('imageslast.gif') no-repeat 0px 2px;margin:0px 3px;
    cursor: pointer;width:20px;overflow:hidden;display:block;height:14px;
}
.pageno{width:50px}
/**分页 end**/