*{
	padding: 0;
	margin: 0;
	border: 0;
}

html {
    background: #F5F5F6;
	background-attachment: fixed;
	background-size: 100% auto;	
	font-size: 82.5%; /* set 1em to 10px */
}

body {
	font-size: 100.1%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif; 
}

#grid_map {
	float: left;
	width: 400px;
	overflow: auto;
}

#shortlist{
	float: left;
	clear: none;
	padding-left: 10px;
	background: transparent;
}

#select {
	width: 380px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif; 	
	font-size: 100.5%; /* set 1em to 10px */	
	color: #000;
}

#mapdiv{
	float: left;
	height: 350px;
	width: 400px;
}

#info{
	float: left;
	clear: none;
	height: 125px;
	width: 400px;
}

#info p {
	margin: auto auto auto 20px;
	font-size: 13px;
	color: #000;
}

#grid_chart {
	float: left;
	width: 550px;
	overflow: auto;
	margin: 1px auto 0 auto;	
}

#chartdiv_st {
	float: left;
	width: 500px;
	height: 400px; 
}

#chart_div_st1 {
	float: left;
	width: 300px;
	height: 400px; 
}

#chart_div_st1gv {
	float: left;
	width: 250px;
	height: 400px; 
}

#chart_div_st2 {
	float: left;
	width: 300px;
	height: 600px; 
}

#chart_div_st2gv {
	float: left;
	width: 250px;
	height: 600px; 
}

#chart_div_st {
	float: left;
	width: 300px;
	height: 600px; 
	padding-top: 50px;	
}

#chart_div_stgv {
	float: left;
	width: 250px;
	height: 600px; 
	padding-top: 50px;	
}

#chart_div_sit {
	position: absolute;	
	width: 550px;
	height: 550px; 
	top: 30px;
	left: 400px;
}

#chart_div_sitgv {
	position: absolute;
	width: 550px;
	height: 200px; 
	top: 480px;
	left: 400px;	
}

#chart_div_kst {
	float: left;
	width: 300px;
	height: 600px; 
	padding-top: 10px;	
}

#chart_div_kstgv {
	float: left;
	width: 250px;
	height: 600px; 
	padding-top: 10px;	
}

#chart_div_ksit {
	position: absolute;	
	width: 550px;
	height: 550px; 
	top: 30px;
	left: 400px;
}

#legenddiv {
	position: relative;
	margin-top: 300px;
	margin-bottom: 5px;	
	margin-left: 80px;
}

#chart_div_ksitgv {
	position: absolute;
	width: 550px;
	height: 200px; 
	top: 600px;
	left: 400px;	
}

#grid_menu ul {
	margin: 10px 0px 20px 0px; /* top, right, bottom, left */
	text-align: center;
}

#grid_menu li {
	list-style: none;
	display: inline;
}

#grid_menu li a:link, #grid_menu li a:visited {
	font-size: 13px;
	text-decoration: none;
	color: #000;
	padding-left: 10px;
	font-weight: normal;
	text-transform: none;
}

#grid_menu li a:hover {
	color: #0090E0;
}

#title {
	margin-top: 1px;	
	margin-bottom: 1px;	
	float: left;
	clear: none;
	width: 400px;
	background: transparent;
}

#title p {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	color: #000;
}

#title img {
	float: left;
	padding-top: 15px;	
	padding-left: 10px;
	padding-right: 15px;
}

.section-map-list {
   width: 380px;
   height: 30px;
   overflow: hidden;
   background: url(../../plugins/images/arrow.png) no-repeat right #ddd;
   border: 1px solid #ccc;
}

.section-map-list select {
   background: transparent;
   width: 380px;
   padding-left: 5px;
   font-size: 10px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 30px;
   -webkit-appearance: listbox;
} 
  
#fussnote {
	float: left;
	vertical-align: center;
	text-align: left;
    color: #6e6e6e;
	padding: 10px;
    font: 10px "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#legenddiv .legend-item {
	float: left;
	margin: 15px;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}

#legenddiv .legend-item .legend-value {
	font-size: 12px;
	font-weight: normal;
	margin-left: 0px;
	border-top: 1px solid #CCC;
}

#legenddiv .legend-item .legend-marker {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 0px solid #ccc;
	margin-right: 5px;
}

#legenddiv .legend-item.disabled .legend-marker {
	opacity: 0.5;
	background: #ddd;
}