@charset "windows-874";
/* CSS Document */

html, body, #map-canvas {
	height: 100%;
	margin: 0;
	padding: 0;
}
#legend {
	font-family: Arial, sans-serif;
	font-size: 18px;
	/*background: #fff;*/
	padding: 5px;
	margin: 0px;
	width: 20%;/*border: 3px solid #000;*/
}
#legend h3 {
	margin-top: 0;
}
#legend img {
	vertical-align: middle;
}
#title_txt {
	position: absolute;
	top: 100px;
	left: 0px;
	font-size: 30px;
	color: #fbc710;
	font-weight: bolder;
	text-shadow: 0.1em 0.1em #333
}
#legend .hide_show {
	position: relative;
	top: 1px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-left: 5px;/*padding: 5px;
	 padding: 5px;
        margin: 0px;*//*	 -webkit-border-radius:5px;
    -moz-border-radius:10px;
    border-radius:10px;*/
        /*border: 3px solid #000;*/
}
#legend .search {
	position: relative;
	top: 1px;
	padding: 5px;
	margin: 0px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#legend .detail {
	position: relative;
	top: 1px;
	padding: 5px;
	margin: 0px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 500px;
	overflow: auto;
}
#legend .detail .detail_prov {
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #00F;
}
#legend .detail .detail_prov:hover {
	cursor: pointer;
}
#legend .search .sel_year {
	padding-left: 15px;
}
.titleMc :hover{
    font-size: 14px;
	color: #FF0;
}
.detailMc {
cursor:default;
}
.detailMc :hover {
cursor:default;
}

#legend .detail .detail_prov .detail_mc {
	font-size: 14px;
	color: #000;
}
.lenend_map{
	margin-top:2%;
	background-color:#FFF;
}
.labels_mc {
	color: red;
	background-color: white;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-left: 3px;
	border: 1px solid black;
	white-space: nowrap;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom:0px;
}
