/* ===================================================	
	STYLES FOR WEBERVATIONS OUTPUT
=================================================== */

/*-------- Styles for displaying the search criteria --------*/
#criteria {
	width: 100%;
}
#criteria .header {
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	text-align: center;
	width: 100%;
}
#criteria dl.types {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 50%;
}
#criteria dl.special {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 48%;
}
#criteria h2 {
	background: #F8EAD6;
	border: 1px solid #007156;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 2px;
	text-align: center;
	width: 100%;
}

#criteria dt {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#criteria dd {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/*-------- Styles for displaying the search results --------*/
#results {
	display: block;
	clear: both;
	margin: 15px 0px 10px 0px;
}
/* Results header row */
#results th.hproperty, #results th.hprice, #results th.hdesc {
	background: #F8EAD6;
	border-top: 1px solid #007156;
	border-bottom: 1px solid #007156;
	padding: 3px 3px 3px 5px;
}
#results th.hproperty, #results th.hprice, #results th.hdesc {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
#results th.hproperty {
	border-left: 1px solid #007156;;
}
#results th.hdesc {
	border-right: 1px solid #007156;;
}
#results td {
	font-size: 11px;
	padding: 3px 3px 3px 5px;
}
#results td.ldg_drk, #results td.price_drk, #results td.desc_drk {
	background: #F1F5EC;
}
#results td.ldg_lt, #results td.price_lt, #results td.desc_lt {
	background: #FFFFFF;
}
#results td.ldg_lt, #results td.ldg_drk {
	width: 180px;
}
#results td.desc_lt, #results td.desc_drk {
	width: 220px;
}

/*-------- Styles for displaying the 'search again' link --------*/
.again {
	display: block;
	margin: 15px 0px 0px 0px;
	
	}