/** Neighborhood CSS **/

.vmap {
	position: relative;
	width: 450px;
	height: 320px;
	border: #cccccc 1px solid;
	margin: 0px 0px 0px 5px;
}

#searching {
	position: absolute;
	top: 300px;
	left: 250px;
	width: 200px;
	height: 100px;
	text-align: center;
	border: #0066cc 1px solid;
	background-color: #deebf8;
	font: normal 10pt Verdana,Sans-Serif;
	padding: 10px;
	z-index: 999999;
	filter: alpha(opacity=0);
	opacity: 0.0;
}


div#home_search {
	float: right;
	margin: 0px 9px 0px 0px;
	display: inline;
}
div#home_search table {
	border: #cccccc 1px solid;
	height: 322px;
}
div#home_search table th {
	background-color: #f1f1f1;
	font: normal 12pt Verdana,Sans-Serif;
	color: #666666;
}
div#home_search table td.field {
	font: normal 8pt Verdana,Sans-Serif;
	text-align: left;
}
div#home_search table td input,
div#home_search table td select {
	font: normal 8pt Verdana,Sans-Serif;
}
div#home_search table td input.single {
	width: 100px;
}
div#home_search table td input.half {
	width: 40px;
}



div#vmap_dashboard {
	
}

div.options {
	width: 670px;
	margin: 0px 0px 0px 5px;
	border: #cccccc 1px solid;
	background-color: #ffffff;
	font: normal 8pt Verdana,Sans-Serif;
	color: #000000;
}

div.options table {
	width: 100%;
}
div.options table td.field {
    width: 100px;
}
div.options table th {
	font: normal 12pt Verdana,Sans-Serif;
	color: #616161;
	background-color: #f1f1f1;
	border-bottom: solid 1px #cccccc;
}
div.options table th span {
	color: #999999;
}
div.options table td input {
    font: normal 8pt Verdana,Sans-Serif;
	position: relative;
	top: 2px;
	opacity: 0.7;
}
div.options table td input.activated {
	opacity: 1.0;
}

#popup_details {
	display: none;
	position: absolute;
	background-color: #ffffff;
	border: #000000 1px solid;
	padding: 5px;
	width: 300px;
	height: 200px;
}