body {
  /*position: absolute;*/
  overflow: hidden;
  /*background: transparent url('../../maps/img/wavegrid.png');*/
  background: #ddd;
}

#record-header {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	height: 48px;
}

#record-header h1 {
	font-size: 18px;
  padding: 10px 0 0;
  /*border-bottom: 2px solid #aaa;*/
  background: transparent url('../../mapsymbols/img/underline.png') no-repeat center bottom;


  /*line-height: 28px;*/
  /*max-width: 940px;
  margin-left: auto;
  margin-right: auto;*/
}

.mapbox {
	position: absolute;
	top: 98px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ddd;
}

#symbol-pane {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 220px;
  bottom: 100px;
  background: #ddd url('../../maps/img/wavegrid.png');
  z-index: 9;
  overflow-x: hidden;
  overflow-y: auto;
}

#symbol-pane td {
  padding: 4px;
  border-bottom: 1px solid #ccc;
}

#symbol-pane img {
  max-height: 18px;
}
