﻿
#mapwrapper {
	font: 14px/22px Trebuchet MS, Helvetica, Arial, sans-serif;
	height: 100%;
	max-width:1920px;
	margin:0 auto;
	padding:0px 0;
	/*background-color:#c9e8f0;*/
	background-color:transparent;
	min-width:220px; 
}
#mpbox {
	position:relative;
	width:100%;
}

#mpdropdown {
	font-size: 14px;
	font: 14px/22px Trebuchet MS, Helvetica, Arial, sans-serif;
	font-style:italic;
	height: 24px;
	overflow: auto;
	/*text-overflow: ellipsis;*/
	word-wrap: normal;
	/*background-color:transparent;*/
	margin-left: 2px;
	width: 98%;
	visibility: visible;
}

#mptext {
	font-size: 14px;
	font: 14px/22px Trebuchet MS, Helvetica, Arial, sans-serif;
	background-color: white;
	margin-left: 2px;
	margin-top: 3px;
	height: 24px;
	padding-left: 4px;
	width: 98%;
	resize: none;
	overflow: hidden;	
	visibility: visible;
}
#mladropdown {
	font: 14px/22px Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style:italic;
	height: 24px;
	overflow: auto;
	/*text-overflow: ellipsis;*/
	word-wrap: normal;
	/*background-color:transparent;*/
	margin-left: 2px;
	width: 98%;
	visibility: visible;
}

#mlatext {
	font: 14px/22px Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: white;
	margin-left: 2px;
	margin-top: 3px;
	height: 24px;
	padding-left: 4px;
	width: 98%;
	resize: none;
	overflow: hidden;	
	visibility: visible;
}

svg {
	float: left;
	position: relative;
	height: 520px;
	width: 80%;
	margin-top: 3%;
 }

.data_titles {
	font-size: 18px;
	/*font-weight: bold;*/
	text-decoration: underline;
	text-align: left;
}
#msg_holder{
	position:absolute;
	width:100%;
	height:480px;
	visibility:hidden;
}
#msg_box {
	float: right;
	position: relative;
	width: 30%;
	margin-right: 5px;/*margin:0px auto;*/
	visibility: visible;	
}
#msg_title {
	/*max-width: 30%;*/
	width: 100%;
	text-align: center;/*Since the inline-block of the title acts like text, this makes that title be centered*/
	margin: 5px auto;
}
#msg_data {
	margin: 5px auto 5px;
	height: 470px;
	padding: 2%;
}
#msg_data p{
		margin: 0;
}
#legend_holder{
	position:absolute;
	width:70%;
	height:380px;
	visibility:hidden;
}
#legend_box{
	float:right;
	position:relative;
	margin:5px 8px auto 5px;
	width:30%;
	height:auto;
	padding:1%;
	visibility:visible;
	top: 0px;
}

@media screen and (max-width: 760px) and (min-width: 501px) {
svg {
	float: left;
	position: relative;
	height: 480px;
	width: 95%;
	margin-top: 3%;
}

#mpbox {
	position:relative;
	width:100%;
}

#mpdropdown {
	width: 49%;
	visibility: visible;
}

#mptext {
	width: 49%;
	margin-top: 2px;
	visibility: visible;
	float: right;
}

#mladropdown {
	width: 49%;
	visibility: visible;
}

#mlatext {
	width: 49%;
	margin-top: 2px;
	visibility: visible;
	float: right;
}
#msg_holder{
	position:relative;
	width:100%;
	visibility:hidden;
}
#msg_box {
	width: 98%;
	float:left;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 10px;
}

#msg_data {
	margin: 5px auto 5px;
	height: auto;
	padding: 2%;
}

#legend_holder{
	position:absolute;
	width:100%;
	height:380px;
	visibility:hidden;
}

#legend_box{
	float:right;
	position:relative;
	margin:5px 5px auto 5px;
	min-width:33%;
	height:auto;
	padding:1%;
	visibility:visible;
}
}

@media screen and (max-width: 500px) and (min-width: 321px) {
svg {
	height: 300px;
	width: 95%;
	float: left;
	position: relative;
	margin-top: 10%;
}

#mpbox {
	position:relative;
	width:100%;
}

#mpdropdown {
	width: 49%;
	visibility: visible;
}

#mptext {
	width: 49%;
	margin-top: 2px;
	visibility: visible;
	float: right;
}

#mladropdown {
	width: 49%;
	visibility: visible;
}

#mlatext {
	width: 49%;
	margin-top: 2px;
	visibility: visible;
	float: right;
}

#msg_holder{
	position:relative;
	width:100%;
	visibility:hidden;
}
#msg_box {
	position: relative;
	width: 100%;
	float:left;
	margin: auto;
}
#msg_title {
	margin: 0 auto;
	min-height: 25px;
}
#msg_data {
	margin: 5px auto 5px;
	height: auto;
	padding: 2%;
}
#legend_holder{
	position:absolute;
	width:100%;
	height:380px;
	visibility:hidden;
}

#legend_box{
	float:right;
	position:relative;
	margin:5px 5px auto 5px;
	width:160px;
	height:auto;
	padding:0;
	visibility:visible;
}
}

@media screen and (max-width: 320px) and (min-width: 241px) {
svg {
	height: 250px;
	width: 95%;
	float: left;
	position: relative;
	margin-top: 20%;
}

#mpbox {
	position:relative;
	width:100%;
}

#mpdropdown {
	width: 49%;
	visibility: visible;
}

#mptext {
	width: 49%;
	margin-top: 2px;
	visibility: visible;
	float: right;
}

#mladropdown {
	width: 49%;
	visibility: visible;
}

#mlatext {
	width: 49%;
	margin-top: 2px;
	visibility: visible;
	float: right;
}
#msg_holder{
	position:relative;
	width:100%;
	visibility:hidden;
}
#msg_box {
	position: relative;
	width: 100%;
	margin: auto;
}
#msg_title {
	margin: 0 auto;
	min-height: 25px;
}
#msg_data {
	margin: 5px auto 5px;
	height: auto;
	padding: 2%;
}
#legend_holder{
	position:absolute;
	width:100%;
	height:380px;
	visibility:hidden;
}

#legend_box{
	float:right;
	position:relative;
	margin:5px 5px auto 5px;
	width:160px;
	height:100px;
	padding:0;
	visibility:visible;
}

}

 @media screen and (max-width: 240px) {
svg {
	height: 60%;
	width: 95%;
	float: left;
	position: relative;
	margin-top: 10%;
}

#mpbox {
	position:relative;
	width:100%;
}

#mpdropdown {
	width: 49%;
	visibility: visible;
}

#mptext {
	width: 49%;
	margin-top: 2px;
	visibility: visible;
	float: right;
}

#mladropdown {
	width: 49%;
	visibility: visible;
}

#mlatext {
	width: 49%;
	margin-top: 2px;
	visibility: visible;
	float: right;
}

#msg_holder{
	position:relative;
	width:100%;
	visibility:hidden;
}

#msg_box {
	position: relative;
	width: 98%;
	margin: 0px auto;
}
#msg_title {
	margin: 0 auto;
	min-height: 25px;
}
#msg_data {
	margin: 0px auto 5px;
	height: auto;
	padding: 2%;
}
#legend_holder{
	position:relative;
	float: left;
	width:100%;
	height:auto;
	visibility:hidden;
}
#legend_box{
	float:left;
	position:relative;
	margin:-25px 5px 5px 5px;
	width:45%;
	height:auto;
	padding:1%;
	visibility:visible;}
}

.tip{
	display:none;
	padding:5px;
	border:1px solid #EBECED;
	color:#edeef0;
	font: 14px/22px Trebuchet MS, Helvetica, Arial, sans-serif;
	font-weight: bold;
	z-index:1000;
	float:left;
	position:absolute;
	/*gradient color*/
	background: rgb(73,73,73); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(73,73,73,1) 0%, rgba(101,101,101,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,73,73,1)), color-stop(100%,rgba(101,101,101,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(73,73,73,1) 0%,rgba(101,101,101,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(73,73,73,1) 0%,rgba(101,101,101,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(73,73,73,1) 0%,rgba(101,101,101,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(73,73,73,1) 0%,rgba(101,101,101,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#656565',GradientType=0 ); /* IE6-9 */
	word-break:keep-all;
	white-space:nowrap;
}
#msg_title {
	border:1px solid #999;
	font-weight:bold;
    -moz-border-radius: 8px;      
    -webkit-border-radius: 8px;   
    border-radius:8px;            
	-moz-box-shadow:1px 2px 4px #999;
	-webkit-box-shadow:1px 2px 4px #999;
	box-shadow:1px 2px 4px #999;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:19px;
	text-align: center;
	padding:10px;
	line-height: 25px;
	color:#333;
	/*gradient color*/
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
#msg_data{
	line-height: 26px;
	/*background:#e5e5e5;*/
	border:1px solid #999; 
    -moz-border-radius: 6px;      
    -webkit-border-radius: 6px;  
    border-radius:6px; 
	-moz-box-shadow:1px 2px 8px #999;
	-webkit-box-shadow:1px 2px 8px #999;
	box-shadow:1px 2px 8px #999;
	text-align: left;	
	overflow: auto;
	text-overflow: ellipsis;
	word-wrap: break-word;
	font-size:16px;
	/*font-weight: bold;*/
	color:#333;
	/*gradient color*/
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
#msg_data h1{
		font-weight: bold;
		font-size:16px;
		color: #000000;
		text-decoration: underline;
}
#legend_box{
	/*background:#e5e5e5;*/
	border:1px solid #999;
	padding-top:5px;
    -moz-border-radius: 6px;      
    -webkit-border-radius: 6px;  
    border-radius:6px; 
	-moz-box-shadow:1px 2px 8px #999;
	-webkit-box-shadow:1px 2px 8px #999;
	box-shadow:1px 2px 8px #999;
	overflow: auto;
	text-overflow: ellipsis;
	word-wrap: break-word;
	font-size:18px;
	text-align:left;
	color:#333;
	/*gradient color*/
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
}
#legend_title {
	border:1px solid #999;
	font-weight:bold;
    -moz-border-radius: 4px;      
    -webkit-border-radius: 4px;   
    border-radius:4px;            
	-moz-box-shadow:1px 2px 4px #999;
	-webkit-box-shadow:1px 2px 4px #999;
	box-shadow:1px 2px 4px #999;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:14px;
	text-align: center;
		/*gradient color*/
	color:#333;
	margin:0 auto;
	padding-top: 2px;
	height:27px;
	width:80%;
	/*gradient color*/
	/*background: rgb(255,255,255); /* Old browsers */
	/*background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

#legend_color_boxes {
		float:left;
		position:relative;
		margin:5px 0px auto 5px;
		width:12%;
		height:auto;
}
	#legend_color_box_1 {
		float:left;
		position:relative;
		margin:3px 5px auto auto;
		width:80%;
		height:20px;
		background-color:#FFFFFF;
		border:solid medium;
		border-radius:5px;
		border-color:#9CA8B6;
		cursor:pointer;}
	#legend_color_box_2 {
		float:left;
		position:relative;
		margin:3px 5px auto auto;
		width:80%;
		height:20px;
		background-color:#999999;
		border:solid medium;
		border-radius:5px;
		border-color:#9CA8B6;
		cursor:pointer;}
	#legend_color_box_3 {
		float:left;
		position:relative;
		margin:3px 5px auto auto;
		width:80%;
		height:20px;
		background-color:#666666;
		border:solid medium;
		border-radius:5px;
		border-color:#9CA8B6;
		cursor:pointer;}
	#legend_color_box_4 {
		float:left;
		position:relative;
		margin:3px 5px auto auto;
		width:80%;
		height:20px;
		background-color:#444444;
		border:solid medium;
		border-radius:5px;
		border-color:#9CA8B6;
		cursor:pointer;}
	#legend_color_box_5 {
		float:left;
		position:relative;
		margin:3px 5px auto auto;
		width:80%;
		height:20px;
		background-color:#CCCCCC;
		border:solid medium;
		border-radius:5px;
		border-color:#9CA8B6;
		cursor:pointer;
}	
#legend_names{
		float:left;
		position:relative;
		margin:8px 0px auto 0px;
		font-size:13px;
		line-height:23px;
		font-weight: bold;
}
#legend_region1_name{
		cursor:pointer;}
#legend_region2_name{
		cursor:pointer;}
#legend_region3_name{
		cursor:pointer;}
#legend_region4_name{
		cursor:pointer;}
#legend_region5_name{
		cursor:pointer;}
