#mls h2 {
	margin-top: 20px;
	border-bottom: 1px solid #D8CEAF;
}

#mls .navigation {
	background-color: #F5F1D5;
	color: #D8CEAF;
}

/* Generic forms. */

#mls input.button {
	padding: 0px;
	font-weight: bold;
}

#mls div.filterForm table tr.criteria td {
	padding: 5px 7px 5px 7px;
	border-bottom: 1px solid #F5F1D5;
}

#mls div.filterForm table tr.criteria td.label {
	background-color: transparent;
	border-right: 1px solid #F5F1D5;
	font-weight: bold;
	color: #416096;
}

#mls div.filterForm table tr.buttons td {
	background-color: transparent;
}

/* Checkbox List */

#mls div.checkboxList div.selector div.options {
	border: 1px solid #F5F1D5;
}

#mls div.checkboxList div.selector div.options div.option.highlight {
	background-color: #F5F1D5;
}

/* Generic List */

#mls div.list table {
	border-color: #D8CEAF;
}

#mls div.list table tr th {
	background-color: #D8CEAF;
}

#mls div.list table tr td {
	border-color: #D8CEAF;
	font-size: 11px;
}

#mls div.list table tr.oddRow td {
	background-color: #ffffff;
}

#mls div.list table tr.evenRow td {
	background-color: #F5F1D5;
}

#mls div.list table tr.hover td {
	cursor: pointer;
	background-color: #EBE8F4;
}

/* Generic Properties Table */

#mls div.properties table {
	border-color: #dddddd;
}

#mls div.properties table tr th {
	background-color: #D8CEAF;
}

#mls div.properties table tr td {
	border-color: #D8CEAF;
}

#mls div.properties table tr td.propertyName {
	background-color: #F5F1D5;
}

/* Generic Results */

#mls div.results div.navigation {
	color: #4A4A4A;
}

#mls div.results div.result.hover {
	background-color: #F5F1D5;
}

#mls div.results div.result div.properties table {
	width: auto;
}

#mls div.results div.result div.properties table tr td.propertyName {
	width: 125px;
}

#mls div.results div.result div.properties table tr td.propertyValue {
	width: 125px;
}

/* Agent Results */

#mls div.results div.agent div.image {
	width: 200px;
}

/* Listing Details */

#mls div.listingDetails div.properties table {
	border: 0px;
}

#mls div.listingDetails div.properties table tr th {
	background-color: #F5F1D5;
}

#mls div.listingDetails div.properties table tr td {
	border-bottom: 1px solid #F5F1D5;
}

#mls div.listingDetails div.properties table tr td.propertyName {
	background-color: transparent;
}

#mls div.listingDetails div.properties table tr td.propertyValue {
	background-color: transparent;
}

/* Tabled forms */

#mls table.form tr th {
	border-bottom: 1px solid #D8CEAF;
	background-color: transparent;
}