/* Stylesheet for Dialog (red)
 *
 * $Id: red.css 5515 2005-08-07 22:27:35Z friebe $
 */

@import url("layout.css");

/* Common elements */
body {
  /* background-color: #940408; */
  background-color: #cde5fe;
}
h2 { 
  color: #ffcc84; 
}
a { 
  color: #ffcc84; 
}
hr {
  margin-bottom: 30px;
  margin-top: 30px;
  width: 90%; 
  border: 0;
  height: 1px;
  background-color: #aaaaaa;
}

/* Page layout */
tr#header td {
  background-color: #fff9e7;
  text-align: right;
  padding-left: 10px;
  background-image: url(/image/bg_daisy.jpg);
}
.gutter {
  border: 1px solid #a45945;
  border-right: none;
  background-color: #fbfaf7;
}

.gutter#menu a {
  color: #e9e7ff;
  border-color: #424542; 
  /* background-color: #313031; 
  background: #313031 url(/image/bg_menu_black.png); */
}
.gutter#menu a#active {
  border-color: #313031; 
}

/* 
#gutter1.gutter {
  background-color: #3e6b9c;
  background: url(/image/pyramid.png) no-repeat;
}
#gutter2.gutter {
  background-color: #0d1507;
  background: url(/image/person_at_dusk.png) no-repeat;
}
#gutter3.gutter {
  background-color: #92c4b5;
  background: url(/image/palm_shadow.png) no-repeat;
}
*/
.main {
  width: 840px;
  /* background-color: #a45945; */
  background-color: #052d57;
  border: 1px solid #e69108; 
}
.footer {
  width: 840px;
}
.footer small {
  color: #a45945;
}
.content {
  padding: 10px;
  color: white;
}

/* Images */
table.highlights {
  border-top: 1px solid #fd9b1b;
}
table.highlights img {
  border: 1px solid #fd9b1b;
}
table.collection_list {
  border-top: 1px solid #eeeeee;
}
table.collection_list img {
  border: 1px solid #f4f4f4;
}
table.collection_list td {
  color: white;
}
table.chapter img {
  border: 1px solid #fd9b1b;
}
table.bydate_list {
  color: white;
}
/* Image display */
td.image .display {
  border: 1px solid #f4f4f4;
}
td.image .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_thumb {
  border: 2px solid #FFCC84;
}

