#seating { /* container */
  position: relative;
  width: 390px;
  height: 500px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
#backmap { /* background map */
  position: absolute;
  left: 0px;
  top: 0px; 
  width: 390px;
  height: 500px;
}
#mapping { /* clickable map */
  position: absolute;
  left: 0px;
  top: 0px; 
  width: 390px;
  height: 500px;
  z-index: 50;
}
.sec { 
	position: absolute;
  left:  124px;
  top:     0px; 
  width: 142px;
  height: 48px;
  z-index: 10;
  background: #ffffff;
  overflow: hidden;
  border: solid 1px #018E30;
}
#al { 
  visibility: hidden;
}
#au { 
  visibility: hidden;
}
#cl { 
  visibility: hidden;
}
#cu { 
  visibility: hidden;
}
#cb { 
  visibility: hidden;
}
#r1 { 
  visibility: hidden;
}
#r2 { 
  visibility: hidden;
}
#csl { 
  visibility: hidden;
}
#cs1h { 
  visibility: hidden;
}
#cs2h { 
  visibility: hidden;
}
ul {
  margin-top: 0px;
}
li {
  margin-left: 2px;
}
.green {
  color: #339966;
  font-weight: bold;
}
.red {
  color: #D86C1B;
  font-weight: bold;
}
.blue {
  color: #000080;
  font-weight: bold;
}
.black {
  color: #000000;
  font-weight: bold;
}
div.sec h5 {
 font-size: 10px;
 margin-bottom: 0px;
}
div.sec ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  padding-left: 20px;
}
div.sec ul li {
  font-size: 10px;
  line-height: 110%;
	margin-left: 6px;
	margin-right: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 3px;
}
