/******************************************************************************/
.pagination-container{
    position: relative;
    overflow: hidden;
}

.pagination-target{
    float: left;
}

.page-selector{
    width: 30px;
}

.pagination-table{
    border: 0px;
    border-spacing: 0;
    border-collapse: collapse;
}

.pagination-table tr td{
    padding: 0px;
    overflow: hidden;
}

.pagination-container .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
    border-radius: 0px;
}


.pagination-list{
    margin: auto;
}

.page-item{
    float: left;
    display: block;
    font-size: 15px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border: 1px #e6e6e6 solid;
    margin-left: 5px;
    color: #828282;
    text-align: center;
    background-color: #e6e6e6;
}

.page-item-selected{
    background-color: #01488a;
    border: 1px #01488a solid;
    color: #fff!important;
}

.page-item-first{
    background-color: transparent;
    border: 0px #ededed solid;
    background-image: url(img/page/pager_left.png);
    background-repeat: no-repeat;
    background-position: center;
}

.page-item-last{
    background-color: transparent;
    border: 0px #ededed solid;
    background-image: url(img/page/pager_right.png);
    background-repeat: no-repeat;
    background-position: center;
}

.page-item-first1{
    width: 40px;
    margin-left: 0px;
}

.page-item-last2{
    width: 40px;
}

#gotopage{
    width: 28px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 0px #e6e6e6 solid;
    background-color: #e6e6e6;
    margin-top: -1px;
    margin-left: -1px;
}

.pagination-container .ui-widget{
    font-size: 13px;
} 