﻿
/**********************************
***********INFO POPUP**************
***********************************/


.infoPopup
{
	/*min-height: 125px;*/
	width: 300px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #4E4E4E;
}

.infoPopup .bottom
{
	/*position:absolute; 	bottom:0; 	left:0;*/
	margin-left: 5px;
}

.infoPopup .more
{
	/*position:absolute; 	bottom:20px; 	right:0; 	margin: 5px;*/
	text-align: right;
}

.infoPopup .info
{
	margin: 0 0 10px 5px;
}

.infoPopup h3 {	font-size: 12px;font-weight: bold;margin-bottom: 7px; }

.infoPopup .youtube_icon {position: absolute;top: 3px;right: 10px;}

.infoPopup .wikipedia_icon{position: absolute;top: 3px;right: 35px;}

.infoPopup img
{
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

.infoPopup a, .infoPopup a:visited
{
	color: #3366BB;
	text-decoration: none;
	cursor: pointer;
}

.infoPopup a:hover, .infoPopup a:active
{
	color: #3366BB;
	text-decoration: underline;
}

.olPopupCloseBox
{
	background-image: url("../img/openlayers/close.jpg") !important;
}

/**********************************
***************MAP*****************
***********************************/
.olControlOverviewMapElement
{
	padding: 1px !important;
	background-color: #282C69 !important;
	-moz-border-radius: 0 !important;
}
.olControlOverviewMapMinimizeButton
{
	position: absolute !important;
	bottom: 1 !important;
	right: 1 !important;
}

.olControlOverviewMapMaximizeButton
{
	position: absolute !important;
	bottom: 0 !important;
	right: 0 !important;
}

.olControlOverviewMapExtentRectangle
{
	border: 2px solid #3fb0c0 !important;
}

.olHandlerBoxZoomBox
{
	border: solid 1px #666666 !important;
}
.olDrawBox
{
	cursor: url(../img/map_base/cursor.png), crosshair !important;
}
