/* main style */

#map {
	border: 1px solid #000;
	width: 740px;
	height: 475px;
	z-index: 1;
}
#loader {
	width: 740px;
	height: 475px;
	position: absolute;
	z-index: 2;

	vertical-align: middle;
	text-align: center;

	font-size: 18px;
	font-weight: bold;

	background-color: #fff;
	opacity: 0.7;
	FILTER: Alpha(Opacity=70, Style=0);

	border: 1px dashed #00008b;
}

h1 {
	padding-top: 1em;
}

/* debugging */
div#debug {
	margin-top: 50px;
	border-top: 1px solid #ddd;
	color: #ddd;
}

/* popups on map */

div.popup {
	width: 250px;
	text-align: left;
}
table.popup {
	width: 250px;
}
table.popup * {
	font-family: arial, helvetica, sans-serif;
}
table.popup .address {
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #555;
	margin: 0px 0px 0.25em 0px;
	padding: 0px;
}
table.popup .priceTitle {
	font-weight: bold;
	font-size: 12px;
}
table.popup .price {
	font-size: 12px;
}
table.popup .sqFtTitle {
	font-size: 12px;
	font-weight: bold;
}
table.popup .sqFt {
	font-size: 12px;
}
table.popup a.details {
	color: #822;
	font-size: 12px;
}


/* search results */

table#results {
	border: 1px solid #000;
	width: 100%;
	margin-top: 10px;
}

table#results td {
	padding: 4px 6px;
}

table#results tr.header td {
	font-weight: bold;
	background-color: #000d58;
	color: #fff;
	font-size: 12px;
	vertical-align: bottom;
}

table#results tr.result td {
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #d4e0bc;
	font-size: 11px;
	vertical-align: top;
}

table#results tr.alternate td {
	background-color: #eef4e5;
}

/* search form */

table#search {
	border: 1px solid #000;
	width: 740px;
	margin-top: 10px;
	margin-bottom: 30px;
}

table#search td {
	padding: 6px 6px 4px 6px;
}

table#search tr.header td {
	font-weight: bold;
	background-color: #000d58;
	color: #fff;
	font-size: 12px;
}

td.searchTitle {
	font-size: 11px;
	font-weight: bold;
}

td.searchValue {
	font-size: 11px;
	font-weight: bold;
}

input, select, option {
	font-size: 11px;
}
