table#property-listings{
	width:100%;
}
#property-listings th.header, #interviews th.header { 
    background: url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/bg.gif) right center no-repeat;     
    cursor: pointer; 
    font-weight: bold; 
    padding:3px 20px 3px 3px; 
    border-right: 1px solid #fff; 
    margin-left: -1px; 
	background-color:#560C1B;
	color:#fff;
	font-size:11px;
	text-transform: uppercase;
}
#property-listings th.headerSortUp, #interviews  th.headerSortUp { 
    background-image: url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/asc.gif); 
    background-color: #A53136; 
}
#property-listings th.headerSortDown, #interviews th.headerSortDown { 
    background-image: url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/desc.gif); 
    background-color: #A53136; 
}
#property-listings td {
	padding:5px 3px;
	line-height:12px;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
}
#property-listings td.prop-name {
	font-weight:bold;
}
tr.even {
	background-color:#eee;
}
#quicksearch {
	text-align: right;
	background-color:#eee;
	padding:5px;
	margin-bottom:10px;
	position:relative;
	z-index:111;
}
#quicksearch label {
	font-weight:bold;
	font-size:11px;
	text-transform: uppercase;
	color:#111;
}
#quicksearch input {
	background-color:#fff;
	border:solid 1px #ccc;
	padding:3px;
}
#quicksearch .loader {
	position:absolute;
	left:5px;
	top:0;
	line-height:35px;
}
