.jTPS .sortedColumn {
	background: #f8f8f8;
	color: #069;
}

.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: #000;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-width: 1px;
	cursor: default;
}
.jTPS tfoot .pagination .pageSelector:hover {
	border: 1px solid #009;
}
.jTPS tfoot .pagination .hilightPageSelector {
	border: 1px solid #5082d2 !important;
	background: #069 !important;
	color: #fff !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;
	color: #fff;
}
.jTPS tfoot .selectPerPage .perPageSelected {
	border-bottom: 2px solid #069;
	background: #5082d2;
}
.jTPS tfoot .selectPerPage .perPageHilight {
	border-bottom: 2px solid #143386;
	background: #069;
}
.jTPS tfoot .selectPerPage {
	color: #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;
	color: #fff;
	vertical-align: middle;
}
.jTPS tfoot .paginationTitle {
	padding-left:20px;
}
.jTPS .sortableHeader:hover {
	cursor: pointer;
	color: #069;
}
.jTPS .sortAsc {
	border-bottom: 1px solid #e3e3e3;
	color: #069;
	background: #eee url(../img/bullet_arrow_up.png) center -4px no-repeat;
}
.jTPS .sortDesc {
	border-bottom: 1px solid #e3e3e3;
	color: #069;
	background: #eee url(../img/bullet_arrow_down.png) center -4px no-repeat;
}
.jTPS tfoot td {
	padding: 5px;
	background: #628ed6 url(../img/datagrid_grad2.png) bottom repeat-x;
}
.jTPS thead th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	color: #fff;
	background: #6e97da url(../img/datagrid_grad.png) bottom repeat-x;
	border-bottom: 1px solid #ccc;
	padding-top: 6px !important;
}
.jTPS tbody td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #e3e3e3;
}
.jTPS thead th {
	padding-right: 0;
}
.jTPS tbody tr.alt {
	background-color: #f1f9ff;
}

