
BODY { 
  color: DarkSlateGray;
  background: White;
  font-family: Verdana;
  overflow-x: visible;
}

.indexBody {
  margin: 0px;
  overflow-y: visible;
}

.frameBody {
  margin-bottom: 40px;
}

.copyright {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  text-align: right;
  font-size: 10pt;
}

.imageLink {
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  border-width: 1px;
  border-color: black;
  border-style: solid;
}

.navigation { }

.hidden {
  display: none;
}

.horizontalBar {
  background: url( './images/horizontal_bar.jpg' );
  font-size: 0;
}

.verticalBar {
  background: url( './images/vertical_bar.jpg' );
  font-size: 0;
  vertical-align: bottom;
}

.headerRow {
  height: 100px;
  overflow-y: hidden;
  margin: 0px;
  padding: 0px;
  font-size: 0;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.floatRight {
  float: right;
}

.photoPicker {
  width: 640px;
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0;
}

.photoDisplay {
  width: 640px;
  height: 400px;
  overflow: auto;
  background-color: Silver;
}

.votingPane {
  width: 280px;
  height: 360px;
  overflow-y: auto;
  background-color: Silver;
}
