.viewTable .sortedColumn {
	background: #f8f8f8;
}

.viewTable .hideTR {
	display: none;
}
.viewTable .hidePageSelector {
	display: none;
}
.viewTable .hilightRow {
	background: #eee;
	cursor: pointer;
}
.viewTable tfoot .selectPerPage .perPageSelector {
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
}
.viewTable tfoot .selectPerPage .perPageSelected {
	border-bottom: 2px solid #069;
	background: #fff;
}
.viewTable tfoot .selectPerPage .perPageHilight {
	border-bottom: 2px solid #f90;
	background: #fff;
}
.viewTable tfoot .pagination, tfoot .paginationTitle, tfoot .selectPerPage {
	float: right;
	white-space: nowrap;
	line-height: 25px;
	vertical-align: middle;
}
.viewTable tfoot .status {
	white-space: nowrap;
	line-height: 25px;
	vertical-align: middle;
}
.viewTable tfoot .paginationTitle {
	padding-left:20px;
}
.sortableHeader:hover {
	cursor: pointer;
	color: #808080;
}
.viewTable .sortAsc {
	border-bottom: 1px solid #e3e3e3;
	background: #eee url(/engine/images/tablesort/bullet_arrow_up.png) center -4px no-repeat;
}
.viewTable .sortDesc {
	border-bottom: 1px solid #e3e3e3;
	background: #eee url(/engine/images/tablesort/bullet_arrow_down.png) center -4px no-repeat;
}

.viewTable thead th {
	color: #000;
	background: #f0f2f5 url(/engine/images/tablesort/f0f2f5grad.gif) bottom repeat-x;
	border-bottom: 1px solid #ccc;
	padding-top: 6px !important;
}
.viewTable tbody td {
	border-bottom: 1px solid #e3e3e3;
}
