.jTPS .sortedColumn {
    background: #f8f8f8;
}
.jTPS tfoot .pagination .pageSelector {
    cursor: pointer;
    border: 1px solid #808080;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    text-align: center;
    float: left;
}
.jTPS tfoot .pagination .pageSelectorSeperator {
    text-align: center;
    margin-left: 7px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    border-width: 1px;
    cursor: default;
}
.jTPS tfoot .pagination .pageSelector:hover {
    border: 1px solid #f90;
}
.jTPS tfoot .pagination .hilightPageSelector {
	border: 1px solid #f90 !important;
	cursor: default !important;
}
.jTPS .hideTR {
    display: none;
}
.jTPS .hidePageSelector {
    display: none;
}
.jTPS .hilightRow {
    background: #eee;
}
.jTPS tfoot .selectPerPage .perPageSelector {
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
}
.jTPS tfoot .selectPerPage .perPageSelected {
	color: #f90;
}
.jTPS tfoot .selectPerPage .perPageHilight {
    color: #f90;
}
.jTPS tfoot .pagination, tfoot .paginationTitle, tfoot .selectPerPage {
    float: right;
    white-space: nowrap;
    line-height: 25px;
    vertical-align: middle;
}
.jTPS tfoot .status {
    white-space: nowrap;
    line-height: 25px;
    vertical-align: middle;
}
.jTPS tfoot .paginationTitle {
    padding-left:20px;
}
.jTPS .sortableHeader:hover {
    cursor: pointer;
    color: #808080;
}
.jTPS .sortAsc {
    background: #eee url(jTPS-sortU.png) center -4px no-repeat;
}
.jTPS .sortDesc {
    background: #eee url(jTPS-sortD.png) center -4px no-repeat;
}
.jTPS tfoot td {
    padding: 5px;
}
.jTPS thead th {
    padding-top: 6px !important;
}

