#mapcontainer {
  position: relative;
  width:100%;
  height: 480px;
  margin: 10px 0px;
}

#map {
  width: 100%;
  height: 100%;
  border: 1px solid black;
  position: absolute;
}

#boundsLegend,#viewportLegend {
  position: absolute;
  background-color: white;
  right: 1px;
  font-family: sans-serif;
  font-size: small;
  padding: 2px;
  color: #222222;
  display: none;
}

#boundsLegend {
  border: 1px solid red;
  bottom: 40px;
}

#viewportLegend {
  border: 1px solid blue;
  bottom: 15px;
}

#responseStatus {
  display: none;
}

#responseCount {
  display: none;
}

#responseInfo {
  margin-top: 10px;
  margin-left: 10px;
  background-color: #eeeeee;
  border: 1px solid #999999;
  padding: 10px;
  width: 620px;
  display: none;
}

.info {
  border-top: 1px solid #666666;
  padding: 4px;
  padding-left: 8px;
  font: 10pt sans-serif;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
  background-color: white;
}

.infoWindowContent {
  width: 272px;
  height: 120px;
  overflow: auto;
}

.tabContent {
  font: 10pt sans-serif;
  border-collapse: collapse;
  table-layout: auto;
}

#matches {
  margin-top: 10px;
}

.info-full{
	padding:10px;
}

.info-full h3{
	border-bottom:1px solid #000000;
}

ul.location_list{
	padding:0px;
	margin:0px;
	min-height:300px;
}

ul.location_list, .location_list ul{
	list-style-type:none;
	padding-top:1px;
}

ul.location_list li div.location_list_title{
	font-weight:bold;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius:  3px 3px 0px 0px;
	border-radius:  3px 3px 0px 0px;
	border:1px solid #e7e7e7;
	background-color:#413738;
	background-image:url(/content/themes/Admin/images/menubarbg.jpg);
	background-repeat:repeat-y;
	background-position:right;
	padding:5px 20px;
	font-size:16px;
	color:#ffffff;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
}

ul.location_list .placeholder {
	border: 1px dashed #4183C4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height:44px;
}

ul.location_list .mjs-nestedSortable-error {
	background: #fbe3e4;
	border-color: transparent;
}

ul.location_list {
	margin: 0;
	padding: 0;
	padding-left: 30px;
}

ul.location_list, ul.location_list ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
}

ul.location_list {
	margin: 0px 0;
}

.location_list li {
	margin: 5px 0 0 0;
	padding: 0;
}

.location_list li div  {
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
	padding: 6px;
	margin: 0;
	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);

}

ul.location_list li div.location_list_content{
	padding:20px;
	background-color:#fefefe;
	background-image:url(header_menubg-over.jpg);
	background-repeat:repeat-x;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	display:none;
}

ul.location_list li div.location_list_title div.location_list_remove{
	font-size:10px;
	float:right;
	cursor:pointer;
	border:0px;
	background:none;
	padding:3px;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
	background: #666666;
	text-transform:uppercase;
}

ul.location_list li div.location_list_title div.location_list_edit{
	font-size:10px;
	float:right;
	cursor:pointer;
	border:0px;
	background:none;
	padding:3px;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
	background: #666666;
	text-transform:uppercase;
	margin-right:3px;
}

.map_add_location{
	line-height:26px
}