/* =======================================
	GoogleMaps Module Styles
=========================================*/
.GoogleMap
{
}

.AboveMap
{
	width: 100%;
	position: relative;
}

.Map
{
	height: 500px;
}

.BelowMap
{
	
}

.BelowMapAndMap
{
	width: 100%;
	position: relative;
}

.markertitle
{
	display: block;
	border-bottom: solid #222222 1px;
	font-weight: bold;
}

/* =======================================
	Edit GoogleMaps Module Styles
=========================================*/
.GoogleOptions, 
.GoogleMapCentre, 
.GoogleAboveMap, 
.GoogleBelowMap, 
.GoogleMarker
{
	width: 700px;
}

.GoogleAboveMap .TextEditor, 
.GoogleBelowMap .TextEditor, 
.GoogleMarker .TextEditor
{
	width: 700;
}

.GoogleMapEdit
{
	position: relative;
	display: block;
	width: 100%;
	height: 500px;
	border: solid #cccccc 1px;
}

.MarkersGrid
{
	padding: 0 10px;
	text-align:center;
}

.MarkerGridHead 
{
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	border: 1px #CCCCCC 1px;
}

.GridItem
{
	background-color: #EEEEEE;
}

.GridAlternatingItem
{
	background-color: #DDDDDD;
}

.HiddenTextBox
{
	display: none;
}

.ResultItems
{
	display: block;
	color: #333333;
	margin-left: 30px;
}

.ResultItemClick
{
	display: inline;
	width: 100px;
	cursor: hand;
	color: blue;
	text-decoration: 'underline'
}

/* =======================================
	Google Search Control Styles
=========================================*/
.GoogleMapCentre .EntryLabel, .GoogleMarker .GoogleSearch .EntryLabel
{
	width: 100px;
}	

.ResultsContainer
{
	height: 150px;
	overflow: scroll;
	background-color: #FFFFFF;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}

.gsc-search-box, .gsc-resultsHeader
{
	display: none;
}

.gs-title, .gs-directions
{
	display: none;
}


