/* $Id: shimmering_dark.css,v 2.8 2003/11/25 19:50:59 Administrator Exp $ */

@import "layout.css";
@import "form.css";

#top-logo {
  background: url(../img/logo-sd.png) !important;
}
.menu-img-left {
/*  background: url(../img/corner-l.png);*/
}
.menu-img-right {
/*  background: url(../img/corner-r.png);*/
}
#boxMinNavigation {
  background: url(../img/corner-l.png);
}

/* background: there is the 'default' background */
body {
/*  color: #eee !important;*/
  color: #fff !important;
  background-color: #071737 !important; /* 071737 0C2661 */
  background-image: url(../img/ph_bg.jpg);
  background-position: center;
  background-attachment: fixed;
}
.intro {
  color: #071737 !important;
  font-size: 1px !important;
}
td, th, a, .cellGallery {
  color: #fff !important;
}
a.linkHelp, a.galleryTeaser, .FieldDesc, .hilight {
  color: yellow !important;
}
fieldset {
  border: solid silver 1px;
}
input, textarea, select {
  color: black;
  background-color: #eee !important;
}
input[type=submit] {
  background-color: #9f9 !important;
}
input[type=reset] {
  background-color: #fcb !important;
}

.akey {
  color: #6f6 !important;
}
.akey:hover {
  color: #0f0 !important;
}

.divContent {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../img/blue_tr.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.divContent[class] {
  background-image: url(../img/blue_tr.png);
}

.divContentPlain {
}

.divMenu {
  background-image: url(../img/blue_tr.png);
}
.divMenuHeader {
  background-image: url(../img/menu-top.png);
}

div.boxHeader {
  background-image: url(../img/blue_tr.png);
}

input[type=radio], input[type=checkbox] {
  background-image: url(../img/sd-bg.jpg);
}

/* guestbook gets special treatment */
.gb_subject, .gb_from  {
  background-color: #116;
}
.gb_from {
  border-bottom: solid #fff 1px;
}
.gb_message, .gb_links {
  border-top: solid #fff 1px;
}
.gb_message, .gb_links {
  background-color: #33a;
}
.divMenuData:hover, .highlight:hover, .galleryList:hover, .bg_light {
  background-color: navy !important;
}
.img-tn {
  background-color: #222;
}
.divMenuHeader a:hover {
  color: #2f2;
}
/* items that have a (default) border ... */
/* .b_default, .divMenu, #divContent, #boxMinNavigation {*/
.b_default, .divMenu, #boxMinNavigation, .divContent {
  border: solid navy 1px !important;
}
/* and these only have the top-border set... */
.menuSeparator, .divMenuData {
  border-top: solid #797D89 1px !important;
}
/* these items have a dark border around em */
.gb_table, .dark-border, .img-tn {
  /* border: solid navy 4px; */
}

#boxNews {
  border-top: dotted white 1px;
  border-bottom: dotted white 1px;
}
.warning, .galleryListDesc {
  color: #f69 !important;
}
.disabled {
  color: #999;
}
.bcenter { margin-left: auto; margin-right: auto; }
.tnav {
  font-family: monospace;
  font-weight: bold;
  text-align: center;
  margin: .5em;
  margin-left: auto;
  margin-right: auto;
}
.tnav a {
  text-decoration: underline;
}
/* We have some lists ... */
table.list {
  border: solid navy 1px;
  font-size: .8em;
}
table.list th, table.list td {
  text-align: left;
  padding: 1px 4px;
}
table.list thead th:hover {
  background-color: #00f;
}
table.list tbody tr:hover {
  background-color: #00f;
}
/* end We have some lists ... */

