﻿.cypaging{

    margin:0px;
    padding:0px;
    font-size:12px;
}
.cypaging a{
    text-decoration:none;
}
.cypaging a:hover{

    background-color:#efefef;
    color:#3d87e2;
}
.cypaging .paging-buttons,.cypaging .custominfo{
    display:block;
    float:left;
    margin:0px;
    padding:0px;
    width:40px;
    height:28px;
    color:#333;
    cursor:pointer;
    line-height:28px;
    background-color:#fcfcfc;
    border:1px solid #eee;
    text-align:center;
}
.cypaging .paging-buttons.first-last-button{
    width:60px;
}

.cypaging .paging-buttons.provious-next-button{
    width:60px;
}

.cypaging .paging-buttons.current-button{
    background-color:#3d87e2;
    border:1px solid #3d87e2;
    color:white;
}
.cypaging .custominfo{
    width:auto;
    white-space:nowrap;
    border-right:0px;
    padding:0px 10px;
}
.cypaging input[type=text]{
    background-color:white;
    border:1px solid #eee;
    height:28px;
    text-align:left;
    width:auto;
    padding:0px 5px;
    line-height:28px;
    margin:0px;
}
.cypaging input[type=submit]{
    background-color:#3d87e2;
    border:1px solid #3d87e2;
    color:white;
    padding:0px 5px;
    cursor:pointer;
    height:28px;
}

