/*
 * Copyright:	2010 by Lars Kruse <devel@sumpfralle.de>
 * License:	GNU GPL v3 or higher (http://www.gnu.org/licenses/gpl-3.0.txt)
 */

#event_map {
	width: 100%;
	height: 100%;
	border: 0px;
	padding: 0px;
}

/* positioning the licence information of the map */
#event_map div.olControlAttribution {
	position: relative;
	right: 10px;
	bottom: 5px;
}

/* no images within the map (tiles and controls) should have a margin */
#event_map img {
	/* drupal defines 5px margin for img */
	margin: 0;
}

div.event_map_info h1 {
	font-size: small;
}

div.event_map_info li {
	font-size: x-small;
}

div.event_GroupDiv {
	background-color: white;
}