/* Stylesheet for Dialog (simple b/w)
 *
 * $Id: simple-black.css 9750 2007-10-07 10:09:11Z friebe $
 */

@import url("layout.css");

body {
  background-color: #363536; 
}
h2 { 
  color: #cfcccc;
}
a { 
  color: #cfcccc; 
}
hr {
  background-color: #aaaaaa;
}
tr#header {
  background-color: black;

}
/* Page layout */
tr#header td {
  background-color: #fff9e7;
  text-align: right;
  height: 60px;
  background: url(/image/black_grey_head.jpg);
  width:100%;
}
.main {
  color: #bbb;

  background: #1b1b1b;
}
.footer {
  background-color: #565557;

}
.footer small {
  color: #ffffff;
}
.gutter#menu a {
  color: #e9e7ff;
  border-color: #424542; 
  background: #313031 url(/image/bg_menu_black.png) ;
  margin-right: 0px;
}
.gutter#menu a#active {
  border-color: #313031; 

}
.datebox {
  border-right: 1px solid #505050;
  color: #b3b3b3;
}
.datebox h2 {
  color: #b3b3b3;
}
table.highlights {
border-color: #424542;
}
table.highlights img {
  border-color: #424542;
}
table.collection_list {
  border-color: #424542;
}
table.collection_list img {
  border: 2px solid #424542;
}
table.collection_list td {
  color: white;
}
table.chapter img {
  border-color:  #424542;
}
td#image img {
  border-color: #f4f4f4;
}
table.bydate_list {
  color: #eeeeee;
}

/* Single shot */
div#display {
  border: 1px solid #f4f4f4;
}
div.singleshot {
  width: 619; 
  height: 347;
  border: 1px solid #f4f4f4;
}
.opaqueborder {
  width: 100%; 
  height: 100%; 
  border: 10px solid #f4f4f4; 
  -ms-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  opacity: 0.5; 
  filter: alpha(opacity= 50);
  -moz-opacity: .50;
  -khtml-opacity: 0.5;
}
img.singleshot {
  border-color: #f4f4f4;
}
img.singleshot_thumb {
  border-color: #424542;
}

