/*
All source code, binaries, documentation, information, and other files
contained in this distribution are provided AS IS with WITHOUT WARRANTIES
OR CONDITIONS OF ANY KIND, either expressed or implied, including, without
limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT,
MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE.
All trademarks, servicemarks, registered trademarks, and registered
servicemarks are the property of their respective owner(s).
*/

html, body, #map-canvas {
	height: 100%;
	margin: 0px;
	padding: 0px
}

#btn_reload{
	position: absolute;
	bottom: 1em;
	right: 1em;
	
	-moz-user-select: none;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
	color: #000;
	direction: ltr;
	font-size: 24px;
	font-weight: 500;
	min-width: 22px;
	overflow: hidden;
	padding: 1px 6px;
	text-align: center;
	cursor: pointer;
}

#btn_reload:hover {
	background-color: #EBEBEB;
}

#btn_reload:active {
	background-color: #C8C8C8;
}

.marker_labels {
	color: black;
	background-color: white;
	opacity: 0.5;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 10px;
	text-align: center;
	white-space: nowrap;
}