/* CSS Document */
html, body {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 100%;
}

#slMenu, #slOnline, #slOffline, #divMap {
  position: absolute;
}

#slMenu {
  left: 0px;
  top: 0px;
  width: 640px;
  height: 30px;
}

#slOnline {
  left: 0px;
  top: 30px;
  width: 200px;
  height: 250px;
}

#slOffline {
  left: 0px;
  top: 280px;
  width: 640px;
  height: 200px;
}

#divMap {
  left: 200px;
  top: 30px;
  width: 440px;
  height: 250px;
}

DIV.VehicleInfoBox, DIV.OfflineInfoBox {
  position: absolute;
  padding: 0ex 1ex 0ex 1ex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: white;
  background-color: black;
  white-space: nowrap;
  filter: alpha(opacity: 80);
  -moz-opacity: 0.8;
}
DIV.OfflineInfoBox {
  background-color: navy;
}

