/*
 * Debug div. Remove later
 */
#dojoDebug {
  float: left;
  clear: both;
}

/*
 * Global font styles
 */
h1 {
    font: 20pt sans-serif;
}
.title {
  font-family: sans-serif;
  font-weight: bold;
  color: rgb(102,102,153);
}

/*
 * Main layout
 */
#appContainer {
  text-align: center;
  width: auto;
  margin: 0 auto;
}

#ctlPanel, #mapPanel {
  float: left;
  clear: both;
  width: 100%;
  margin: 2px auto;
}

#layerCtl, #animationCtl {
  width: 100%;
  margin: 0px auto;
  text-align: center;
}

#background, #overlays {
  float: left;
  clear: none;
  text-align: left;
  width: 275px;
  margin: 0px auto;
  padding: 0px 30px 20px 50px;
}

/*
 * Animation buttons
 */
#animButtons {
  display: inline-block;
  float: left;
  margin-left: 280px;
  text-align: center;
}

#backButton, #backStopButton, #sweepButton, #sweepStopButton, #fwdButton, #fwdStopButton {
  display: block;
  float: left;
  width: 24px;
  margin: 0px auto;
  padding: 10px;
}

/*
 * Animation speed controls
 */
#delayButtons {
  float: right;
  text-align: center;
  margin-right: 50px;
}

/*
 * Time bar
 */
#timeBar {
  float: left;
  clear: left;
  width: 100%;
  margin: 0px auto;
  text-align: left;
}

#timeBarGroove {
  position: relative;
  top: 23px;
  margin-left: 40px;
  margin-right: 40px;
  height: 2px;
  border: inset 1px rgb(224,224,255);
  background-color: rgb(102,102,153);
}

.forecastTimeBarGroove {
  height: 6px;
  border: solid 1px rgb(102,102,153);
  background-color: rgb(224,224,255);
}

#slider, #enabled, #disabled {
  float: left;
  clear: none;
}

.tickLabel {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 12px;
}

#timeRev, #timeFwd {
  position: relative;
  top: -7px;
  left: 7px;
}

/*
 * Map
 */
#outerDiv {
    width: 639px;
    height: 384px;
    margin: 0px auto;
    border: 1px solid black;
    position: relative;
    overflow: hidden;
    background-color: rgb(223,223,223)
}

#innerDiv {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}
.tile {
  margin: 0px;
  padding: 0px;
}

.message {
  z-index: 0;
  text-align: center;
  vertical-align: middle;
  margin: 125px 140px;
  width: 375px;
  font-weight: bold;
  text-decoration: blink;
}

#currTime {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: black;
}
#currTimeBackground {
  position: absolute;
  right: 2px;
  bottom: 1px;
}

#legend {
  position: absolute;
  left: 2px;
  bottom: 1px;
}

#zoom {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 0;
}
