body {
  background-color: #dd9933;
  color: #442211;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.compo {
  border: 1px solid black;
  background-color: #ffaa44;
  color: #442211;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
}

.entriestable {
  width:100%;
  background-color: #ffdd66;
  color: #442211;
  border: 1px solid black;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.entriestableheader {
  border: 1px solid black;
  background-color: #442211;
  color: #ffdd66;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

.entriestablecontent {
  border: 1px solid black;
  background-color: #ffffcc;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

a {
  color: #442211;
  font-weight: bold;
}

.divframe {
  position: fixed;
  width: 400px;
  /*height: 400px;*/
  top: 0px;
  left: 0px;
  z-index: 65535;
  background-color: #ffdd66;
  color: #442211;
  border: 1px solid black;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align:center;
  vertical-align:middle;
}

.loaderdiv {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 262144;
  background-color: #ffdd66;
  color: #442211;
  border: 1px solid black;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align:center;
  vertical-align:middle;
}

.topdiv {
  position: fixed;
  width: 100%;
  height: 32px;
  top: 0px;
  left: 0px;
  z-index: 1024;
  background-color: #ffdd66;
  color: #442211;
  border: 1px solid black;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align:center;
  vertical-align:middle;
}

.streamdiv {
  display: inline;
  position: fixed;
/*width: 20%;*/
  height: 1.5em;
  top: 0px;
  left: 0px;
  z-index: 1024;
  background-color: #ffdd66;
  color: #442211;
  border: 1px solid black;
  margin: 0px 0px 0px 0px;
  padding: 0px 1em 0px 1em;
  text-align:center;
  vertical-align:middle;
}

.aboutdiv {
  display: inline;
  position: fixed;
  /*width: 60%;*/
  height: 1.5em;
  top: 0px;
  left: 0px;
  z-index: 1024;
  background-color: #ffdd66;
  color: #442211;
  border: 1px solid black;
  margin: 0px 0px 0px 0px;
  padding: 0px 1em 0px 1em;
  text-align:center;
  vertical-align:middle;
}

.topdivex {
  display: block;
  width: 100%;
  height: 32px;
}

hr {
  border:0px none;
  border-top:1px solid black;
}

.votecombobox {
  margin:2px;
  border:1px solid #333;
  border-radius:6px;
  -moz-border-radius:3px;
  -webkit-border-radius:6px;
  font-size:75%;
}

.votingscorenone { background:#ddd    }
.votescore0      { background:#ff6666 }
.votescore1      { background:#ff8466 }
.votescore2      { background:#ffa366 }
.votescore3      { background:#ffc166 }
.votescore4      { background:#ffe066 }
.votescore5      { background:#ffff66 }
.votescore6      { background:#e0ff66 }
.votescore7      { background:#c1ff66 }
.votescore8      { background:#a3ff66 }
.votescore9      { background:#84ff66 }
.votescore10     { background:#66ff66 }

