html { height: 100% }
body { 
	height: 100%; 
	margin: 0; 
	padding: 0;
	/*width: 910px;*/
	width: 100%;
}
#container {
	width: 100%; 
	/*height: 600px;*/
	margin-left: 0px;
	position: relative;
}
#map { 
  width: 100%;
  height: 450px;
  background-color:#FFF; 
}
#firelist {
  position: relative;
  width: 100%;
  /*max-height: 400px;*/
  margin-top: 2px;
  background-color:#eee;
  overflow: auto;
  -webkit-box-shadow: 4px 4px 4px -1px rgba(166,166,166,1);
  -moz-box-shadow: 4px 4px 4px -1px rgba(166,166,166,1);
  box-shadow: 4px 4px 4px -1px rgba(166,166,166,1);
}
.leaflet-google-layer{
	z-index: 0;
}
.leaflet-map-pane{
	z-index: 100;
}
.leaflet-popup-content-wrapper {
	border-radius: 5px;
	color:#000;
	font-size:14px;
	//line-height:4px;
	min-width: 230px;
	-webkit-box-shadow: 4px 4px 6px 0px rgba(97,97,97,1);
	-moz-box-shadow: 4px 4px 6px 0px rgba(97,97,97,1);
	box-shadow: 4px 4px 6px 0px rgba(97,97,97,1);
}
.popup_container{
	//min-width:200px;
	background-color: #eee;
}
.popup_header {
  width:100%;
  //background-color:#017D3F;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
tr.border_bottom td {
	border-bottom:1pt solid #aaa;
}
td.aright {
  text-align:right;
}
.recdate {
  font-size:14px;
}
.leaflet-control-mouse-position
{
	padding: 3px;
	cursor: auto;
	text-align: center;
	background-color: #FFFFFF;
}
.leaflet-control-measure .leaflet-control-measure-toggle, .leaflet-control-measure .leaflet-control-measure-toggle:hover {
	height: 26px;
	width: 26px;
}