HTML, BODY {
  height: 100%;
  overflow: auto;
}

BODY {
  margin: 0;
  padding: 0;
  font: 11px Tahoma;
  color: #d6e5e6;
  cursor: default;
}

TABLE {
  height: 100%;
  width: 100%;
  z-index: 1;
}

.pnt {
  background: #69f;
  width: 6px;
  height: 10px;
}

#status {
  position: absolute;
  bottom: 20px;
  left: 0;
  font-size: 12px;
  color: #69f;
  width: 100%;
  text-align: center;
  z-index: 2;
}

#stripe {
  position: absolute;
  bottom: 1px;
  left: 0px;
  font-size: 9px;
  color: #000;
  width: 100%;
  background-color: #d8e8e8;
  text-align: center;
  z-index: 3;
  height: 12px;
  overflow: hidden;
}

#mixes_container {
  right: 7px;
  bottom: 20px;
  position: absolute;
}

#mixes_container .bg {
  opacity: .5;
  filter: alpha(opacity=50);
  /*border: 1px #ccc solid;*/
  background-color: #000;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#mixes_container .header {
  margin: 5px 7px;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #ff0;
}

#mixes {
  position: relative;
  margin: 5px 7px;
  z-index: 2;
}

#mixes H3 {
  /*background: #000;*/
  margin: 0;
  cursor: pointer;
  text-shadow: #000 1px 1px 1px;
}

#mixes H3.ui-state-active {
  color: orange;
}

#mixes A {
  color: #ff0;
}

#mixes A:hover {
  text-decoration: none;
}

#mixes .dl_link {
  display: block;
  float: right;
}

#mixes DIV {
  border-top: 1px #ccc dotted;
  padding-top: 3px;
  margin-top: 3px;
}
