.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 .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 #910000;
}
.jTPS tfoot .pagination .hilightPageSelector {
	border: 1px solid #fff !important;
	background: #333 !important;
	color: #fff !important;
	cursor: default !important;
}
.jTPS .hideTR {
	display: none;
}
.jTPS .hidePageSelector {
	display: none;
}
.jTPS .hilightRow {
	background: #e6e6e6;
	cursor: pointer;
	color:#9a0000;
}
.jTPS tfoot .selectPerPage .perPageSelector {
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
}
.jTPS tfoot .selectPerPage .perPageSelected {
	border-bottom: 2px solid #910000;
	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;
}
.jTPS tfoot .status {
	white-space: nowrap;
	line-height: 25px;
	vertical-align: middle;
	float:left;
}
.jTPS tfoot .paginationTitle {
	padding-left:20px;
}
.jTPS .sortableHeader:hover {
	cursor: pointer;
	color: #910000;
}
.jTPS .sortAsc {
	border-bottom: 1px solid #e3e3e3;
	color:#333;
	background: #eee url(../images/grid/bullet_arrow_up.png) center -4px no-repeat;
}
.jTPS .sortDesc {
	color:#333;
	border-bottom: 1px solid #e3e3e3;
	background: #eee url(../images/grid/bullet_arrow_down.png) center -4px no-repeat;
}
.jTPS tfoot td {
	padding: 5px;
	background: #eee ;
}
.jTPS thead th {
	color: #fff;
	background: #868686 ;
	border-bottom: 1px solid #dad3d3;
	padding-top: 6px !important;
	line-height:25px;
	font-size:10px;
        text-align: left;
	
}
.jTPS tbody td {
	border-bottom: 1px solid #dad3d7;
	line-height:18px;
	background:#fff;
	font-size:10px;
}

.GridTable
{
	margin-right:2px;
	border:1px solid silver;
}

.icons	
{
	font-weight:bold; 
	padding:0px 10px;
	width:650px;
}

.icons div
{
	display:inline;
	margin-left:2px;
	line-height:20px;
}

.icons img
{
	margin-top:8px;
}

.sep
{
	width:1px;
	border-left:1px solid #ccc;
}
 
