html, body {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a {
  color: #444444;
}

#workspace {
  width: 100%;
  height: 100%;
  min-height: 440px;
  min-width: 800px;
  overflow: hidden;
  position: relative;
}

#workspace h1 {
  margin-top: 0.5%;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 150%;
  text-align: left;
}

#workspace h2 {
  margin-top: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 130%;
  margin-left: 10px;
  text-align: left;
}

#graph {
  position: absolute;
  top: 11%;
  left: 0;
  height: 80%;
  width: 100%;
  overflow: hidden;
}

#sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
}

#footer-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 45px;
  width: 100%;
}

#datectrl,
#animctrl {
  position: relative;
  margin: 10px;
}

#datectrl {
  float: left;
}

#animctrl {
  float: right;
}

#date-slider {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 676px;
}

#date-left,
#date-right {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
}

#date-left { background: url(../image/slider.png) no-repeat 0 0; }
#date-left:hover { background-position: 0 -30px; }
#date-right { background: url(../image/slider.png) no-repeat -30px 0; }
#date-right:hover { background-position: -30px -30px; }

#date-track {
  position: relative;
  float: left;
  width: 600px;
  height: 25px;
  overflow: hidden;
  background: url(../image/slider_trck.png) repeat-x 50% 0;
}

#date-track-left {
  float: left;
  width: 2px;
  height: 25px;
  margin-left: 2px;
  background: url(../image/slider_trck.png) no-repeat 0 0;
}

#date-track-right {
  float: left;
  width: 2px;
  height: 25px;
  margin-right: 2px;
  background: url(../image/slider_trck.png) no-repeat 100% 0;
}

#date-slider {
  top: 2px;
  width: 11px;
  height: 20px;
  background: url(../image/slider_hand.gif) no-repeat 0 0;
  cursor: pointer;
}

#date-slider.drag,
#date-slider:hover {
  background-position: -15px 0;
}

.date-marker {
  display: none;
  top: 9px;
  width: 2px;
  height: 8px;
  background-color: #004396;
}

#anim-track {
  width: 55px;
  height: 15px;
  margin-top: 6px;
  background: url(../image/anim_bg.png) no-repeat 0 0;
  float: right;
}

#anim-slider {
  position: absolute;
  width: 11px;
  height: 20px;
  background: url(../image/slider_hand.gif) no-repeat 0 0;
  cursor: pointer;
}

#anim-slider.drag,
#anim-slider:hover {
  background-position: -15px 0;
}

#anim-play,
#anim-stop {
  display: block;
  width: 50px;
  height: 25px;
  float: right;
  margin-left: 10px;
}

#anim-play {
  background: url(../image/anim.png) no-repeat 0 0;
}

#anim-play:hover {
  background-position: 0 -30px;
}

#anim-stop {
  display: none;
  background: url(../image/anim.png) no-repeat -60px 0;
}

#anim-stop:hover {
  background-position: -60px -30px;
}

#tooltip {
  width: 800px;
  text-align: center;
  display: none;
  position: absolute;
  z-index: 99;
}

#tooltip span {
  padding: 2px 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #324eaa;
  font-size: 12px;
  background-color: #eaeef7;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: default;
  display: inline-block;
}

#modszertan {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
  font-size: 12px;
  margin: 40px;
  display: none;
}

#modszertan-content {
  background-color: white;
  border: 5px solid silver;
  padding: 10px;
  overflow: hidden;
}

#modszertan-content h3 {
  margin-top: 0;
}

#modszertan-blocker {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: none;
}

#modszertan-open {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 120%;
  font-weight: bold;
  color: #2943A2;
}
