/**
 * G-Map
 *
 * @author      Michael Senkler, Torben Brodt
 * @license	GNU General Public License <http://opensource.org/licenses/gpl-3.0.html>
 */
#mapAdministration {
	width:250px;
	float:right;
	text-align:right;
}
#gmapAdminButtons {
	display:none;
}
#map {
	color:#000000;
}
#map a {
	color:#154268;
}
#map .markerLabel {
	color:#ffffff;
}
.LabeledMarker_markerLabel {
	color:#ffffff;
}
.gmap_b {
	color:#000;
	width:250px;
}
.gmap_h {
	font-weight:bold;
	background-color:#efefef;
	background-repeat:no-repeat;
	background-position:left center;
	padding:5px;
	padding-left:25px;
	cursor:pointer;
}
#gmap_notice {
	display:none;
	position:absolute;
	padding:8px 0px 8px 0px;
	top:0px;
	left:0px;
	width:100%;
	text-align:center;
	background-color:#ffff00;
	opacity:0.75;
	filter:alpha(opacity=75);
}
#gmap_controls div {
	position:absolute;
	left:7px;
	top:0px;
	width:175px;
	height:20px;
	border:1px solid #000000;
	background-color:#ffffff;
	overflow:hidden;
}
#gmap_loading {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity:0.45;
	filter:alpha(opacity=45);
}
#gmap_loading_img, #gmap_loading_message {
	display:none;
	position:absolute;
	top:175px;
	left:0px;
	width:100%;
	text-align:center;
	color:#ffffff;
	font-size:14pt;
}
