/* Color Values */

body {
  background: #ccc;
  color: black;
}

#content {
  background: white;
}

#smallbar {
  background: url("../assets/theme1/gamebarbg.gif");
  background-repeat: repeat-x;
  border-bottom: 2px groove #333;
}

#gamebar {
  background: url("../assets/theme1/gamebarbg.gif");
  background-repeat: repeat-x;
  border-bottom: 2px groove #333;
}

#gamecontent {
  background: white;
}

#gamefoot {
  background: #fc0;
  color: black;
  border-top: 2px groove #333;
}

.bg-fill {
  background: #fc0;
}

.light-bg-fill {
  background: rgb(255,250,230);
}

.white-bg-fill {
  background: rgb(255,250,230);
}

.bottom-row-border {
  border-bottom: 1px dashed #fc0;
}

.bg-border {
  border-style: solid;
  border-color: #fc0;
  border-width: 2px;
}

.bg-border-top-bottom {
  border-style: solid;
  border-color: #fc0;
  border-width: 0px 2px 0px 2px;
}
