.jTPS .sortedColumn {
/*	background: #fbede3;*/
}
.jTPS tfoot .pagination .pageSelector {
	cursor: pointer;
	/*border: 1px solid #808080;*/
	padding-left: 1px;
	padding-right: 3px;
	margin-left: 3px;
	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 #f90;*/
	text-decoration: underline !important;
}
.jTPS tfoot .pagination .hilightPageSelector {
	/*border: 1px solid #069 !important;*/
	/*background: #069 !important;*/
	color: #fff !important;
	cursor: default !important;
	font-weight: bold;	
}
.jTPS .hideTR {
	display: none;
}
.jTPS .hidePageSelector {
	display: none;
}
.jTPS .hilightRow {
	background: #fbede3;
	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;*/
	font-weight: bold;
}
.jTPS tfoot .selectPerPage .perPageHilight {
	/*border-bottom: 2px solid #f90;
	background: #fff;*/
	text-decoration: underline !important;
}
.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 {
	border-bottom: 1px solid #000000;
/*	background: #f6dcc8 url(../images/bullet_arrow_up.png) right -4px no-repeat;*/
	background: #01141c;
}
.jTPS .sortDesc {
	border-bottom: 1px solid #000000;
	/*background: #f6dcc8 url(../images/bullet_arrow_down.png) right -4px no-repeat;*/
	background: #01141c;
}
.jTPS tfoot td {
	padding: 5px;
	background: #031927;
	width: 440px !important;

}
.jTPS thead th {
	/*width: 100%;*/

	color: #fff;
	background: #031927;
	border-bottom: 1px solid #000000;
	padding-top: 6px !important;
	/*text-align: left;*/
}

.jTPS tbody td {
/*	border-bottom: 1px solid #e3e3e3; */
}

.jTPS .active td {
	background: #000000;
}

.stubCell {
	display: none;
}