@CHARSET "ISO-8859-1";
body{
	font-family:verdana,helvetica,arial,sans-serif;
}
#SearchContent {
	background-color: black;
	color: white;
	width: 690px;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 30px;
}

body {
	margin-top: 0px;
	margin-left: 0px;
}

#SearchContent table {
/*	border: 1px solid red; */
}

#address {
	width: 180px;
	margin-bottom: 5px;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 10px;
}

#distance {
	font-size: 12px;
	margin-left: 10px;
}

#second_row{
	padding-bottom: 10px;	
}

#go_button {
	margin-bottom:-4px;
}

#go_button_span {
	padding-left: 60px;
}

#search_form {
	background-color: white;
	color: black;
	font-size: 12px;
}
.dist_info{
	border: 1px solid #868686;
	background-color: #f5f5f5;
	padding: 2px;
	color: #7d8077;
	font-size: 12px;
}

.dist_info_graphic {
	margin-bottom:-4px;
	float: right;
	width: 22px;
}
.dist_name {
	float: left;
	font-weight: bold;
	width: 159px;
}

#map_dist_content{
	float: left;
	background-color: white;
	width: 204px;
}

#map_container {
	float: right;
	color: black;
	width: 480px;
	font-size: 12px;
}

#map_footer {
	clear: both;
}

.map {
	width: 480px;
	height: 490px;	
}

#map_overlay {
	position: absolute;
	z-index: 1
}
#route {
	width: 345px;
	margin-left: 2px;
}

#route_container{
	width: 360px;
	font-size: 12px;
	float: left;
}
#dir_image{
	padding-left: 5px;	
}

#route_map{
	float: right;
	color: black;
	width: 330px;
	font-size: 12px;
	height: 400px;
}
	
.dist_clear{
	clear: both;
}

.dist_detail{
	background: white;
/*	display: none;
	visibility: hidden;*/
}

.selected_dist {
	background-color: white;
	color: black;
}

.image_hide {
	display: none;
	visibility: hidden;
}

.image_show {
	display: inline;
	visibility: visible;
}

.search_results {
	height: 366px;
	overflow: auto;
	background-color: white;
}

.search_results_empty {
	height: 392px;
	overflow: auto;
	background-color: white;
}

.direct_form {
	color: black;
	background-color: white;
	border: 1px solid red;
	padding: 5px;
	margin-top: 15px;
}

.label {
	font-size: 11px;
}
.summary_text {
	font-size: 12px;
}

.dir_label {
	padding-top: 5px;
}
.startAdr {
	width: 125px;
	margin-bottom: 5px;
	font-size: 11px;
}

#dist_search_content {
	margin-top: 20px;
	padding-bottom: 20px;	            
}

#no_matches {
	background-color: #B51818;
	border: 2px solid white;
	width: 300px;
	padding: 20px;
	position: absolute;
	left: 300px;
	z-index: 5;
	top: 400px;
}

#no_matches a {
	color:white
}

#no_matches div {
	text-align: center;
}

#no_geo_data {
	background-color: #B51818;
	border: 2px solid white;
	width: 300px;
	padding: 20px;
	position: absolute;
	left: 300px;
	z-index: 4;
	top: 400px;	
}
#no_geo_data a {
	color:white
}

#no_geo_data div {
	text-align: center;
}	

.hidden {
	display: none;
	visibility: hidden;
}

#action_menu {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 10px;
}

#action_menu a{
	color: white;
	margin-left: 10px;
}

#searching {
	position: absolute;
	left: 420px;
	z-index: 3;
	top: 450px;
/*	
	font-size: 14px;
	color: white;
	background-color: #868686;
	border: 5px solid #B51818;
	width: 300px;
	heigth: 200px;
	padding: 20px;

	*/
}
