.jTPS .sortedColumn {
        background: #f8f8f8;
		
}

.jTPS tbody  tr{
  height: 20px !important;
}

.jTPS tfoot .pagination .pageSelector {
        cursor: pointer;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 5px;
        text-align: center;
        float: left;
		color: #048dbc;
		font-weight:bold;
		height: 20px;
}

	
.jTPS tfoot .pagination .pageSelectorSeperator {
        text-align: center;
        margin-left: 7px;
        
        float: left;
        padding-left: 5px;
        padding-right: 5px;
        border-width: 1px;
        cursor: default;
}


	
.jTPS thead,tfoot .pagination .pageSelector:hover {
        color: #fff;
		background:#77a217;
		
}
.jTPS thead,tfoot .pagination .hilightPageSelector {
        background: none !important;
        color: #000 !important;
        cursor: default !important;
}
.jTPS .hideTR {
        display: none;
}
.jTPS .hidePageSelector {
        display: none;
}
.jTPS .hilightRow {
        background: #eee;
        cursor: pointer;
}
.jTPS tfoot .selectPerPage .perPageSelector {
        cursor: pointer;
        padding-left: 5px;
        padding-right: 5px;
		
}
.jTPS tfoot .selectPerPage .perPageSelected {
        background: #fff;
}
.jTPS tfoot .selectPerPage .perPageHilight {
        background: #fff;
}
.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 !important;
        color: #808080;
}
.jTPS .sortAsc {
        border-bottom: 1px solid #e3e3e3;
        background: #eee url(../img/bullet_arrow_up.png) center -4px no-repeat;
}
.jTPS .sortDesc {
        border-bottom: 1px solid #e3e3e3;
        background: #eee url(../img/bullet_arrow_down.png) center -4px no-repeat;
}
.jTPS tfoot td {
        padding: 1px;
        
}
.jTPS thead th {
        color: #000;
/*      background: #f0f2f5 url(f0f2f5grad.gif) bottom repeat-x;*/
        background: #eee url(eeGrad2.gif) bottom repeat-x;
        border-bottom: 1px solid #ccc;
        padding-top: 6px !important;
		cursor: pointer;
}
.jTPS tbody td {
		font-size: 12px;
}



