﻿/* **** Google Map Styling **** */
#gMapHolder {
	float: left;
	width: 100%;
	margin: 10px 0;
}
#gControlsHolder {
	float: left;
	width: 20%;
	margin: 10px 0;
}
#gMap {
	height: 525px;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
}
#gControls {
	height: 390px;
	border: 1px solid #FFFFFF;
	border-left: none;
	padding: 5px;
}
#gControls .input_field,
#gControls .formbutton {
    width: 125px;
}

/* Fix corner overview colours */
#gMap_overview div {
	background: #1d377c !IMPORTANT;
	border-color: #FFFFFF !IMPORTANT;
}
#gMap_overview div div div {
	background: url(../js/google_maps/gOverview.png) !IMPORTANT;
	border-color: #e30614 !IMPORTANT;
}

.gInfoWindow {
    max-width: 250px;
    color: #333333;
    text-align: left;
}
.content .gInfoWindow img {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
}
.content .gInfoWindow p,
.content .gInfoWindow span {
	clear: both;
	margin: 0;
	padding: 0;
}
.content .gInfoWindow span {
    font-weight: bold;
	display: block;
    margin: 3px 0;
    font-size: 14px;
}

.content .gInfoWindow a:link, .content .gInfoWindow a:visited {
	text-decoration: underline;
	color: #0033CC;
}
.content .gInfoWindow a:hover, .content .gInfoWindow a:active { 
	text-decoration: none; 
	color: #0033CC;
}