.jTPS .sortedColumn {
        background: #f8f8f8;
}

.jTPS tfoot .pagination {
	margin: 12px 33px 0px 6px;
}

.jTPS tfoot .pagination .pageSelector {
        cursor: pointer;
        border: 1px solid #808080;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 5px;
        text-align: center;
        float: left;
        background: #fff;
}

.jTPS tfoot .pagination .pageSelectorSeperator {
        text-align: center;
        margin-left: 7px;
        color: #808080;
        float: left;
        padding-left: 5px;
        padding-right: 5px;
        border-width: 1px;
        cursor: default;
}

.jTPS tfoot .pagination .pageSelector:hover {
        border: 1px solid #D2001C;
}

.jTPS tfoot .pagination .hilightPageSelector {
        border: 1px solid #D2001C !important;
        background: #D2001C !important;
        color: #fff !important;
        cursor: default !important;
}

.jTPS .hideTR {
        display: none;
}

.jTPS .hidePageSelector {
        display: none;
}

.jTPS tfoot .selectPerPage .perPageSelector {
        cursor: pointer;
        padding-left: 5px;
        padding-right: 5px;
}

.jTPS tfoot .selectPerPage .perPageSelected {
        border-bottom: 2px solid #069;
        background: #fff;
}

.jTPS tfoot .selectPerPage .perPageHilight {
        border-bottom: 2px solid #f90;
        background: #fff;
}

.jTPS tfoot .pagination, tfoot .paginationTitle, tfoot .selectPerPage {
        float: right;
        white-space: nowrap;
        line-height: 25px;
        vertical-align: middle;
}

.jTPS tfoot .paginationTitle {
	margin-top: 12px;
}

