body {
  background-color: #000000;
}

p {
  font-family: sans-serif;
  font-size: small;
  font-weight: normal;
  color: #939393;
}

dd {
  font-family: sans-serif;
  font-size: small;
  font-weight: normal;
  color: #939393;
}

dt {
  font-family: sans-serif;
  font-size: small;
  font-weight: normal;
  color: #fef59d;
}

dd {
  font-family: sans-serif;
  font-size: small;
  font-weight: normal;
  color: #939393;
}

h1 {
  font-family: sans-serif;
  font-weight: bold;
  font-size: large;
  color: #fef59d;
}

h2 {
  font-family: sans-serif;
  font-weight: bold;
  font-size: medium;
  color: #fef59d;
}

h3 {
  font-family: sans-serif;
  font-weight: normal;
  font-size: small;
  color: #fef59d;
}

.e6img {
  float: left;
  margin-right: 4px;
}

.menubar {
  position: absolute;
  left: 25px;
  top: 150px;
  z-index: 1;
}

.photoFrame {
  position: absolute;
  background-color: #222222;
  display: none;
  z-index: 5;
  border-style: solid;
  border-color: white;
  border-width: 1px;
  opacity: .70;
  filter: alpha(opacity=70);
  margin: 10px;
}

.photo {
  border-style: solid;
  border-width: 30px;
  border-color: white;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 6;
  display: none;
}

.photoButtons {
  position: absolute;
  right: 2px;
  top: 2px;
  font-family: sans-serif;
  font-size: 10px;
  color: white;
  font-variant: small-caps;
}

.photoTitle {
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
  color: #fef59d;
}

.loading {
  border-style: solid;
  border-color: white;
  border-width: 1px;
  display: none;
  position: absolute;
  width: 100px;
  height: 30px;
  left: 385px;
  top: 335px;
  z-index: 20;
  text-align: center;
  background-color: #222222;
  font-family: sans-serif;
  font-weight: bold;
  color: white;
  vertical-align: middle;  
}

.imageInfoPane {
  width: 150px;
  position: absolute;
  height: 150px;
  top: 100px;
  left: 100px;
  display: none;
}

.imageInfoPane .dojoFloatingPaneTitleText {
  color: white;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 10px;
}
body .dojoFloatingPaneClient {
  background-color: #111111;
  font-family: sans-serif;
  font-size: x-small;
  color: white;
  border: none;
  padding: 2px;
}
body .dojoFloatingPaneResizebar {
  background-color: #222222;
  height: 8px;
}
body .dojoFloatingPaneTitleBar {
  background-color: #888888;
  margin: 1px 1px 1px 1px;
  height: 15px;
}
body .dojoFloatingPaneTitleBarIcon {
  height: 11px;
  width: 11px;
  margin-left: 1px;
  margin-right: 2px;
}
body .dojoFloatingPane {
  background-color: #222222;
  opacity: .70;
  filter: alpha(opacity=70);
  border: none;
}

.thumbnail {
  border-style: solid;
  border-color: white;
  border-width: 1px;
  margin: 10px;
}

.mainBody {
  width: 630px;
  position: absolute;
  top: 100px;
  left: 120px;  
  background-color: #222222;
}

