
#toolbar {
    position: absolute;
    left: auto;
	top: 30px;
	right: 200px;
    height: 16px; 
    z-index: 980;
}

#languages {
    position: absolute;
    left: 500px;
    bottom: 16px; 
    z-index: 1001;
}

#Map2D {
	position: absolute;
	overflow: hidden;
	background: #EFFADF;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

div.olMapViewport {
	-moz-user-select: none
}

.olLayerGoogleCopyright {
	left: 2px;
	bottom: 2px;
}

.olLayerGooglePoweredBy {
	left: 2px;
	bottom: 15px;
}

.olControlAttribution {
	bottom:36px;
	left: 4px;
	position: absolute;
	display: block;
}
.olControlScale {
	right: 3px;
	bottom: 3em;
	display: block;
	position: absolute;
}

.olControlScaleVisual {
	right: 3px;
	bottom: 2em;
	display: block;
	position: absolute;
}

.olControlPermalink {
	right: 3px;
	bottom: 1.5em;
	display: block;
	position: absolute;
}

div.olControlMousePosition {
	bottom: 0em;
	right: 3px;
	display: block;
	position: absolute;
	font-family: Arial;
}

div.olControlMousePositionMercator {
	bottom: 0em;
	right: 3px;
	display: block;
	position: absolute;
	font-family: Arial;
}

.olControlOverviewMapContainer {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.olControlOverviewMapElement {
	padding: 10px 18px 10px 10px;
	background-color: #00008B;
	-moz-border-radius: 1em 0 0 0;
}

.olControlOverviewMapMinimizeButton {
	right: 0px;
	bottom: 80px;
}

.olControlOverviewMapMaximizeButton {
	right: 0px;
	bottom: 80px;
}

.olControlOverviewMapExtentRectangle {
	cursor: move;
	border: 2px dotted red;
}

.olLayerGeoRSSDescription {
	float: left;
	width: 100%;
	overflow: auto;
	font-size: 1.0em;
}

.olLayerGeoRSSClose {
	float: right;
	color: gray;
	font-size: 1.2em;
	margin-right: 6px;
	font-family: sans-serif;
}

.olLayerGeoRSSTitle {
	float: left;
	font-size: 1.2em;
}

.olPopupContent {
	padding: 5px;
	overflow: inside;
}

/* popup related styles */

.olPopup
{
	overflow:inherit;
}

.olPopup *
{
	margin: 0px;
	padding:0px;
	font-size: 9px;
}

.olPopup a.close
{
	width: 14px;
	height: 14px;
	position: absolute;
	top: 10px;
	right: 28px;
	background: url(../../img/close.gif) no-repeat top left;
	margin: 0px;
	font-size: 1px;
	padding: 0px;
}

.olPopup a.close:hover
{
	background: url(../../img/close-hover.gif) no-repeat top left;
}

.olPopup .olPopupContent
{
	min-width:150px;
	background-color: #ffffff !important;
	padding: 1px !important;
	margin: 0px !important;
	font-size: 0.80em;
	display: block;
}

.olPopup .olPopupContent h2
{
	font-size: small;
	text-align: center;
	padding: 2px 0px 2px 0px;
	margin: 0px 6px 0px 6px;
	text-transform:capitalize;
}

.olPopup .olPopupContent table
{
	border-collapse:collapse;
	overflow: auto;
	padding: 0px;
}

.olPopupContent table td
{
	padding: 4px;
	border: 1px solid #dddddd;
}

.olPopupCloseBox {
    background: url("../../img/close.gif") no-repeat;
    cursor: pointer;
}

.olControlNavToolbar {
	width: 0px;
	height: 0px;
}
.olControlNavToolbar div {
	display: block;
	width:  28px;
	height: 24px;
	top: 300px;
	left: 6px;
	position: relative;
}
.olControlNavToolbar .olControlNavigationItemActive {
	background-image: url("./img/panning-hand-on.png");
	background-repeat: no-repeat;
}
.olControlNavToolbar .olControlNavigationItemInactive {
	background-image: url("./img/panning-hand-off.png");
	background-repeat: no-repeat;
}
.olControlNavToolbar .olControlZoomBoxItemActive {
	background-image: url("./img/drag-rectangle-on.png");
	background-color: orange;
	background-repeat: no-repeat;
}
.olControlNavToolbar .olControlZoomBoxItemInactive {
	background-image: url("./img/drag-rectangle-off.png");
	background-repeat: no-repeat;
}
.olControlEditingToolbar {
	position: absolute;
	bottom:0px;
	left: 0px;
	height: 24px;
	background: #808080;
	padding-top: 2px;
	padding-right: 2px;
	-moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px;
	cursor: pointer;
	cursor: hand;
}


.olControlEditingToolbar div {
	float: left;
	height: 24px;
	margin-right: 0px;
}

.olControlEditingToolbar .olControlNavigationItemActive {
	background-image: url("./PanActive.png");
	background-repeat: no-repeat;
	width: 61px;
}
.olControlEditingToolbar .olControlNavigationItemInactive {
	background-image: url("./PanInactive.png");
	background-repeat: no-repeat;
	width: 61px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemActive {
	background-image: url("./DrawPointActive.png");
	background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive {
	background-image: url("./DrawPointInactive.png");
	background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemInactive {
	background-image: url("./DrawLineInactive.png");
	background-repeat: no-repeat;
	width: 70px;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemActive {
	background-image: url("./DrawLineActive.png");
	background-repeat: no-repeat;
	width: 70px;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive {
	background-image: url("./DrawPolygonInactive.png");
	background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
	background-image: url("./DrawPolygonActive.png");
	background-repeat: no-repeat;
}

.olHandlerBoxZoomBox {
    border: 2px solid red;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}
.olHandlerBoxSelectFeature {
    border: 2px solid blue;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}   


.olControlPanZoomBar {
	top: 90px;
	left: 40px;
}
.olControlNoSelect {
    -moz-user-select: none;
}

.olControlEditingToolbar .BtnDrawMarkersItemActive {
	background-image: url("./DrawMarkersActive.png");
	background-repeat: no-repeat;
	width: 77px;
}
.olControlEditingToolbar .BtnDrawMarkersItemInactive {
	background-image: url("./DrawMarkersInactive.png");
	background-repeat: no-repeat;
	width: 77px;
}

.olControlEditingToolbar .BtnGalleryAddItemActive {
	background-image: url("./GalleryAddActive.png");
	background-repeat: no-repeat;
	width: 70px;
}
.olControlEditingToolbar .BtnGalleryAddItemInactive {
	background-image: url("./GalleryAddInactive.png");
	background-repeat: no-repeat;
	width: 70px;
}

.olControlEditingToolbar .BtnToggleFullScreenItemActive {
	background-image: url("./FullScreenActive.png");
	background-repeat: no-repeat;
	width: 77px;
}
.olControlEditingToolbar .BtnToggleFullScreenItemInactive {
	background-image: url("./FullScreenInactive.png");
	background-repeat: no-repeat;
	width: 77px;
}

.olControlEditingToolbar .BtnFileDownloadItemActive {
	background-image: url("./FileDownloadActive.png");
	background-repeat: no-repeat;
	width: 73px;
}
.olControlEditingToolbar .BtnFileDownloadItemInactive {
	background-image: url("./FileDownloadInactive.png");
	background-repeat: no-repeat;
	width: 73px;
}

.olControlEditingToolbar .BtnLogVisualizerItemActive {
	background-image: url("./LogVisualizerActive.png");
	background-repeat: no-repeat;
	width: 89px;
}
.olControlEditingToolbar .BtnLogVisualizerItemInactive {
	background-image: url("./LogVisualizerInactive.png");
	background-repeat: no-repeat;
	width: 89px;
}


.olControlEditingToolbar .BtnMapPrintItemActive {
	background-image: url("./MapPrintActive.png");
	background-repeat: no-repeat;
	width: 54px;
}
.olControlEditingToolbar .BtnMapPrintItemInactive {
	background-image: url("./MapPrintInactive.png");
	background-repeat: no-repeat;
	width: 54px;
}
 
.olCursorWait {
    cursor: wait;
}
.olDragDown {
    cursor: move;
}
.olDrawBox {
    cursor: crosshair;
}
.olControlDragFeatureOver {
    cursor: move;
}
.olControlDragFeatureActive.olControlDragFeatureOver.olDragDown {
    cursor: -moz-grabbing;
}
    
.olControlEditingToolbar2 {
	position: absolute;
	top:380px;
	left: 38px;
}

.olControlEditingToolbar2 div {
	float: left;
	height: 32px;
	width: 33px;
	margin-right: 0px;
}

.olControlEditingToolbar2 .BtnMapBrowserPositionItemInactive {
	background-image: url("./Locate.png");
	background-repeat: no-repeat;
}

/* MAP */ 
#PermalinkWindow { position: absolute; bottom: 32px; right: 32px; padding: 12px; border: 1px solid black; background: white; z-index: 32767; }
