.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;
	background: #fff;
}
.jTPS tfoot{
	
	margin:5px 5px 5px 20px;
	padding-bottom:5px;
	width:93%;
}
.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 #6A6D73;
}
.jTPS tfoot .pagination .hilightPageSelector {
	border: 1px solid #92959A !important;
	background: #92959A !important;
	color: #1D1F23 !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 {
	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;
}
.selectPerPage {
	display:none;
}
.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 {
	border-bottom: 1px solid #e3e3e3;
	background: #D0DC6A ;
}
.jTPS .sortDesc {
	border-bottom: 1px solid #e3e3e3;
	background: #D0DC6A ;
}
.jTPS tfoot td {
	padding: 5px;
	background: #C2C4C7;
	
}
.jTPS thead th {
	color: #000;
	background: #D0DC6A ;
	border-bottom: 1px solid #ccc;
	padding-top: 6px !important;
}
.jTPS tbody td {
	border-bottom: 1px solid #e3e3e3;
}
