
body {
  background: #2B353F;
  font-family: Arial, Verdana, sans-serif;
  color: #777777;
}

td.photo_frame {
  background: #ffffff;
  padding: 10px;
  text-align: center;
}

td.main_panel_text {
  background: #222222;
  height: 450px;
  vertical-align: top;
}

td.main_panel_photos {
  background: #222222;
  height: 450px;
  vertical-align: top;
  text-align: center;
}

td.prev_next {
  background: #222222;
  font-size: 90%;
  text-align: right;
}

td.copyright_footer {
  background: #222222;
  font-size: 80%;
  text-align: center;
}

td.context_bar {
  background: #425B74;
  color: #222222;
  height: 25px;
}

td.background {
  background: #333333;
  height: 1px;
}

td.tabs {
  background: #425B74;
  color: #000000;
  font-size: 90%;
}


td.selected_tab {
  background: #425B74;
}

td.unselected_tab {
  background: #2B353F;
}

a {
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  text-decoration: underline;
  color: #ffffff;
}

a.selected_tab {
  color: #ffffff;
}

p.header {
  font-size: 120%;
  color: #aaaaaa;
}

div.caption_title {
  color: #aaaaaa;
  font-size: 100%;
  font-weight: bold;
}

div.caption_body {
  color: #777777;
  font-size: 90%;
}

div.caption_date {
  color: #777777;
  font-size: 75%;
}

img {
  border-color: #ffffff;
}
