/* $Id: openlayers.css,v 1.18.2.2 2009/11/29 17:39:59 tmcw Exp $ */

/**
 * @file
 * OpenLayers Main CSS
 *
 * This file holds the base CSS for the openlayers module
 *
 * @ingroup openlayers
 */

.openlayers-cck-feature-selected { border: 2px solid blue; }

.openlayers-map {
  z-index:0;
  position:relative;
}


/**
 * Controls
 */
.openlayers-controls {
	z-index:1000;
}

