
.fxmh {
  font-size: 10pt;
  font-style: normal;
  font-family:Helvetica, Arial;
}

div.mHours {
  position: relative;
  left: 0px;
  top: 15px; 
  z-index:1;
}

div.timeLine {
  position: absolute;
  height: 100px; 
  width:  0px; 
  background: white; 
  border: 1px dotted #990000;
  z-index:1000;
}

div.mLayer {
  position: absolute;
  text-align: center;
}

div.mStatus {
  position: relative;
}

td.statOpen {
  color: green;
}

td.statClose {
  color: red;
}

iframe.fxmh {
  height: 300px;
  width: 500px;
  margin-left: 5px;
  margin-top: 0px;
  vertical-align: middle;
  border: 1px inset #000000;
}
