@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document
  url(http://traffic.houstontranstar.org/layers/),
  url(http://traffic.houstontranstar.org/layers/layers.aspx)
{

/* start fresh */
* { background: transparent !important; }

html, body {
  margin: 0 !important;
  padding: 0 !important;
  height: 100% !important;
}

body {
  background: black !important;
  color: silver !important;
  position: relative !important;
  font-size: inherit  !important;
}

body > * {
  display: block !important;
  margin-left: -500% !important; /* hide it */
  height: 0 !important; /* prevent unnecessary scrolling */
  overflow: visible !important;
}

/* map */
div#layers {
  position: absolute !important;
  width: 825px !important;
  height: 650px !important;
  top: 2.5em !important;
  left: 50% !important;
  margin-left: -412px !important;
  margin-top: 0 !important;
}

/* options */
#chklLayers {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  width: 825px !important;
  margin-left: -412px !important;
  text-align: center !important;
  color: silver !important;
}

#chklLayers * { margin: 0 !important; }
#chklLayers img { display: none !important; }

/* horizontal options */
#chklLayers tr {
  display: inline !important;
}

} /* 20090122 */