html,
body {
  color: #111;
}
#shedPanel,
#shedPanel * {
  color: #111;
}

body,
#linksPanel,
#playerPanel,
#shedPanel,
#newsPanel,
#kookaPanel,
#logsPanel {
  background-color: #eee;
}

#playerPanel,
#playerPanel *,
#linksPanel,
#linksPanel a {
  color: #996793;
}
#playerPanel a:hover,
#linksPanel a:hover {
  color: #06f;
}
#shedPanel a:hover {
  color: #06f;
}

#linksPanel h1 {
  color: #888;
}
#shedPanel h1 {
  color: #888;
}
.shedInfoLeft,
.shedInfoCenter,
.shedInfoRight {
  color: #888 !important;
}

.alt {
  background-color: #ddd;
}
.current {
  background-color: #ece;
}

.playerPlay,
.playerStop {
  border-color: #969;
}
.playerStop:hover,
.playerPlay:hover {
  border-color: #cbc;
}
.playerPlay,
.playerStop:active {
  background-color: #969;
  color: #dcd !important;
}
.playerStop,
.playerPlay:active {
  background-color: #dcd;
  color: #969 !important;
}

.playerVolumeBar {
  background-color: #969;
}
