
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	* height: 302px;
	clear: both;
}

.dataTables_processing {
	position: absolute;
	top: 39px;
	left: 50%;
	width: 500px;
	margin-left: -260px;
	padding: 20px;
	background-color: #EFFFBD;
	border: 1px solid #E3FE57;
	text-align: center;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../images/forward_enabled.jpg');
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width:755px;
}

table.display thead th {
	padding: 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}

table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	
}

table.display td.center {
	text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../images/sort_asc.jpg') no-repeat center right;
}

.sorting_desc {
	background: url('../images/sort_desc.jpg') no-repeat center right;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display table.oddN {
	background:url(../images/listing-dlr-ps-ftd.jpg) no-repeat;
	height:194px;
	width:755px;
}

table.display table.evenN {
	background:url(../images/listing-dlr-ps-ftd.jpg) no-repeat;
	height:194px;
	width:755px;
}

table.display table.oddS {
	background-color: #ddddff;
	background:url(../images/listing-dlr-prem.jpg) no-repeat top center;
	width:755px;
}
table.display table.oddS {
padding:15px;
}

table.display table.evenS {
	background-color: #eeeeff;
	color:#990000;
	background:url(../images/listing-dlr-prem-2.jpg) no-repeat top;
	width:755px;
}
table.display table.evenS a {
	color:#990000;
}

table.display table.oddD {
	background:url(../images/listing-dlr-prem.jpg) no-repeat;
	height:213px;
	width:755px;
}

table.display table.evenD {
	background:url(../images/listing-dlr-prem.jpg) no-repeat;
	height:213px;
	width:755px;
}

table.display table.oddU {
	background-color: #ddd;
}

table.display table.evenU {
	background-color: #eee;
}
.ad_superliner{background:url(../images/superLinerBg.jpg) no-repeat; height:178px;width:755px;}
.listing-tier-lable{ background:url(../images/listings-tier-label-bg.jpg); height:20px; width:755px;}


