a {
	color: #616756;
	text-decoration: underline;
}

img {
	border: none;
}

a:hover {
	color: #88AA4B;
}

input {
	border: 1px solid #aaa;
}

input:hover {
	cursor:pointer;
	border: 1px solid #70cb70;
}

input:focus {
	border: 1px solid #70cb70;
}

/********** Google map section **********/
#map_title {
	background-color: #FFFFFF;
	/*border: 1px solid #D8D8D8;*/
	margin-top: 5px;
	padding: 5px;
	font: 14pt;
	color:#000;
	font-weight: bold;
}

#map_toolbox {
	display: inline;
	float: right;
}

#map_postalcode_overlay {
	position: absolute;
	display: none;
	z-index: 10;
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	padding: 10px;
	font-size: 10pt;
	font-weight: bold;
}

#map_legend {
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	padding: 5px;
	font-size: 10pt;
	color: #37678A;
	vertical-align: middle;
}

#map_outer_hotspots_list {
	position: relative;
	width: 33%;
	height: 500px;
	background-color: #FFFFFF;
	overflow: auto;
	float: right;
}

#map_hotspots_list {
	padding: 10px;
}

#map_frame {
	position: relative;
	width: 66%;
	height: 500px;
	font-size: 10pt;
}
/********** End Google map section **********/

