
.mm-embedded {
	position:relative;
}

.mm-fullscreen {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.mm-panel { /* css3 drop shadow */
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: white;
	position: absolute;
	z-index: 1500;
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	
}

.mm-header {
	padding: 10px 10px 5px 10px;
	cursor: move;
}

.mm-content {
	padding: 5px 10px 0px 10px;
	width: 200px;
	overflow: auto;
}

.mm-footer {
	padding: 10px 10px 10px 10px;
}

.mm-center {
	top: 40%;
	width: 300px;
	left: 50%;
	margin-left: -150px;
}

.mm-left {
	left: 10px;
}

.mm-right {
	right: 10px;
}

.mm-top {
	top: 60px;	
}

.mm-bottom {
	bottom: 10px;
}

.mm-panel h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	text-shadow: 0px 1px 1px #FFF;
	top: -5px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	margin: 0px;
}

.mm-panel h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a.mm-close {
	position: absolute;
	background-image: url(images/close2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 16px;
	width: 16px;
	text-indent: -99999px;
	outline: none;
	top: 5px;
	right: 5px;
}

ul.mm-toolbar { 
	top: 10px;
	left: 10px;
	position: absolute;
	padding: 5px;
	/* padding-bottom: 1px; */
	background-color: #999999;
	background: rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	float: left;
	z-index: 1500;
	margin: 0px;
	margin-right: 5px;
	font-family: Arial;
	font-size: 13px;
}

.mm-toolbar > li {
	list-style: none;
	margin-left: 5px;
	float:left;
}

.mm-toolbar > li:first-child {
	margin-left: 0px;
}

.mm-toolbar > li {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 3px;
}

.mm-toolbar > li > a { /* float: left; */
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	float: right;
}

#mm-tool-zoomin {
	background-image: url(images/zoom-in.png);
}

#mm-tool-zoomout {
	background-image: url(images/zoom-out.png);
}

#mm-tool-streetview {
	background-image: url(images/streetview.png);
}

#mm-tool-search {
	background-image: url(images/search16.png);
}

#mm-tool-legend {
	background-image: url(images/legend16.png);
}

#mm-tool-clear {
	background-image: url(/client/images/erase_16.png);
}


#mm-tool-layers {
	background-image: url(images/layers16.png);
}

#mm-tool-geolocation {
	background-image: url(images/toolbar_crosshairs.png);
}

#mm-tool-expand {
	background-image: url(images/expand1_16.png);
}

#mm-tool-shrink {
	background-image: url(images/shrink16.png);
}

.mm-icon {
	width: 16px;
	height: 16px;
}

.mm-roadmap {
	background-image: url(images/roadmap.png);
}

.mm-satellite {
	background-image: url(images/satellite.png);
}

.mm-terrain {
	background-image: url(images/terrain.png);
}

.mm-hybrid {
	background-image: url(images/hybrid.png);
}

.mm-toolbar input {
	border: none;
	background-color:transparent;
	height:20px;
	line-height:20px;
	outline: none;
}

.mm-toolbar label {
	padding-left: 4px;
	padding-right: 4px;
	line-height: 22px;
}
/*
.mm-layer-list { 
	background-color: rgb(225, 225, 225);
	border-radius: 4px;
	display: block;
	margin-bottom: 5px;
	padding: 5px;
	width:95%;
	border: 0px;
	border-collapse: collapse;
}

.mm-layer-list td {
	background-color: rgb(225, 225, 225);
	padding: 2px;
	border: 0px;
	border-collapse: collapse;
	box-shadow: none;
}
*/
ul.mm-legend {
	padding-left: 0px;
	list-style: none;
	margin-left: 0px;
}

.mm-checked {
	list-style-image: url('images/checkbox_checked16.png');
}

.mm-legend ul {
	padding-left: 0px;
}

.mm-legend-title {
/*
	font-weight: bold;
	font-size: 1.2em;
	line-height:20px;
*/
}

.mm-legend-symbol {
	padding-top: 2px;
	list-style: none;
	line-height: 18px;
}

/*
.mm-legend-symbol span {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin-right: 4px;
}
*/

.mm-symbol-text {
	overflow: auto;
}

.mm-legend-control {
	display: table-cell;
	padding-right: 5px;
}

.mm-legend-title {
	display: table-cell;
}

.mm-symbol-icon {
	/* position: absolute; */
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin-right: 4px;
}
/*
.mm-chart-bar {
	height: 20px;
	border-radius: 4px;
}

.mm-chart-bar-section {
	float:left;
	height:20px;
	border-radius: 4px;
}
*/

.mm-callout-container {
	position: relative;
	float: left;
	max-width: 400px;
	padding: 0px;
	margin: 0px;
}
    
.mm-callout-color {
    background:rgba(0,0,0,0.8);
	color: lightgrey;
}

.mm-callout-panel {
    border-radius:5px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    padding:12px;
}
    
.mm-callout-content {
    padding:12px;
	max-width: 400px; 
	max-height:400px;
    overflow-y: auto;
}

.mm-callout-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
}

.mm-callout-tip {
	width: 15px;
	height: 15px;
	padding: 1px;
	margin: -8px auto 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
