﻿.map-modal {
	background:url(../mapsource/bg.png) no-repeat;
  margin: 0;
  width: 500px;
  height:242px;
  position: static;
  top: 0;
  left: 0;
}
.map-modal .map-modal-header {
	border-bottom: 1px solid #eee;
    font-size: 20px;
    margin-left: 2px;
    padding: 5px 15px;
    width: 366px;
}
.map-modal .map-modal-header h4 {
  font-size: 17px;
  margin: 5px 0;
  font-size:14px;
  text-align: left;
}
.map-modal .map-modal-body {
  max-height: 500px;
  padding: 15px;
  overflow-y: auto;
  font-size: 12px;
}
.map-modal .map-modal-body table td {
  padding: 4px;
}
.map-modal .map-modal-body #point_type_tag span {
  padding: 5px;
}
.map-modal .map-modal-body #point_type_tag .tag {
  padding: 0 10px;
  margin-right: 5px;
}
.map-modal .dialog_background {
  background-image: url(mapsource/dialog_bottom_arrow.png);
  position: absolute;
  width: 34px;
  height: 24px;
  left: 50%;
  overflow: hidden;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.map-close {
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 10px 0 0;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.map-close:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#big_map {
  margin-left: 240px;
  width: 85%;
  height: 680px;
  float: left;
}
#map_canvas {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #E5E3DF;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
#map_nav {
  width: 190px;
  height: 100%;
  position: absolute;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  background: white;
  border: 1px solid #CCC;
  padding-bottom: 80px;
  z-index: 1000;
  padding: 10px 10px 10px 40px;
}
dd {
  float: left;
  width: 80px;
  margin-bottom: 10px;
  font-size: 14px;
}
dt {
  margin-bottom: 10px;
  font-size: 16px;
}
dl {
  float: left;
}
.selected {
  color: #EB6100;
  font-weight: bold;
}
.map_left {
  width: 20%;
  min-width: 100px;
  max-width: 300px;
  height: 100%;
  float: left;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  background: white;
  /*border: 1px solid #CCC;*/
}
.map_right {
  width: 80%;
  height: 100%;
  float: left;
}
.left_content {
  padding: 10px;
  overflow: hidden;
}
.left_content #title {
  margin-bottom: 10px;
}
.left_content .type,
.left_content .left_content .tags {
  margin-top: 10px;
  margin-bottom: 20px;
}
.left_content .type .active a,
.left_content .tags .active a {
  color: red;
}
.left_content .type .type_name,
.left_content .left_content .tags .type_name {
  float: none ;
  font-weight: bold;
  font-size: 14px;
}
.left_content .type dd,
.left_content .tags dd {
  font-size: 14px;
  width: 35%;
}
.left_content .type dd.tag,
.left_content .tags dd.tag {
  font-size: 14px;
  width: auto;
  margin-left: 8px;
}
.dash_line {
  border: 0;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid white;
}
.point_dialog h4 {
  font-size: 20px;
}
.point_dialog table {
  margin-bottom: 0;
}
.point_dialog .left {
  width: 180px;
  float: left;
}
.point_dialog .right {
  float: right;
  width: 280px;
}
.point_dialog .right table tr td.text-right {
  text-align: right;
  padding-right: 20px;
}
#popContent dl{ float: none !important;margin: 14px 0;}
#popContent dl dt{ margin-bottom: 0 !important; font-size: 14px !important;}
#popContent dl dd{float: none !important; width: auto !important;}
#popMore a{ text-decoration: underline; font-weight: normal !important;}
