/* Appearance of links, in general */

a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  font-weight: bold; 
  }
a:link {
  color: #161;
  }
a:visited {
  color: #11a;
  }
a:active {
  }
a:hover {
  text-decoration: underline;
  color: #a11; }

/* Position of Top Banner, appearance of its links */

div#topbanner {
  position: absolute;
  top: 0px; left: 0px;
  height:54px; width: 100%;
/*  background: #66e; */
  background:
    #66e
    url(/Photos/JenningsPond_20090606-dw-small.jpg)
    no-repeat center center;
/*    url(/Photos/MillerComfort_20090609-dw-small.jpg) */
/*    no-repeat center -90px; */
  opacity: 1.0;
  border-bottom: thin solid #22c;
  }
div#topbanner a:link {
  color: #beb;
  }
div#topbanner a:visited {
  color: #bbe;
  }
div#topbanner a:active {
  }
div#topbanner a:hover {
  text-decoration: underline;
  color: #f84; }

div#topbannernav {
  position: relative; 
  top: 4px;
  color: white; font-size: 14px; line-height: 16px;
  font-family: sans-serif;
  text-shadow: 2px 2px 2px #114;
  cursor: help;
  }

/* Position of Navigation Pane on left, appearance of its links */

div#navigation {
  position: absolute;
  top: 58px; left: 0px; bottom: 0px;
  width: 140px;
  padding-left: 2px; padding-right: 1px;
  background: #66e;
  border-top: thin solid #22c;
  border-right: thin solid #22c;
  opacity: 0.85;
  overflow: auto;
  cursor: help;
  }
div#navigation a:link,
div#navigation a:visited,
div#navigation a:active,
div#navigation a:hover {
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px 1px #004;
  -webkit-transition: 0.25s linear;
  }
div#navigation a:link {
  }
div#navigation a:visited {
  color: #ddd;
  text-shadow: 1px 1px 1px #040;
  }
div#navigation a:active {
  }
div#navigation a:hover {
  text-decoration: underline;
  color: #f84; }

div.nav0 {
  font-size: 14px; line-height: 15px; font-family: sans-serif;
  font-weight: bold;
  color: #fff;
  margin: 6px 0px 2px 0px;
  white-space: nowrap ;
  text-shadow: 1px 1px 1px #114;
  }
div.nav0c {
  font-size: 14px; line-height: 15px; font-family: sans-serif;
  font-weight: bold;
  color: #fff;
  margin: 6px 0px 2px 0px;
  white-space: nowrap ;
  text-shadow: 1px 1px 1px #114;
  background: #33e;
  }
div.nav1 {
  font-size: 13px; line-height: 15px; font-family: sans-serif;
  font-weight: bold;
  color: #fff;
  white-space: nowrap ;
  text-shadow: 1px 1px 1px #114;
  }
div.nav1c {
  font-size: 13px; line-height: 15px; font-family: sans-serif;
  font-weight: bold;
  color: #fff;
  white-space: nowrap ;
  text-shadow: 1px 1px 1px #114;
  background: #33e;
  }

/* Position of the Main Text Area body */

div#mainframe {
  display: block;
  position: absolute;
  top: 58px; left: 148px; bottom: 0px; right: 0px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  background: white;
  border-left: thin solid #666;
  border-top: thin solid #666;
  opacity: 0.90;
  -webkit-transition: opacity 1s linear;
  overflow: auto;
  }

/* Container for page content */

div#container {
  position: fixed; top: 0px; left: 0px;
  width: 100%; height: 100%;
  }

/* Appearance of the document body */

html, body {
  width: 100%; height: 100%;
  margin: 0; padding: 0;
  }
  
body {
  min-height: 100%;
  background:
    #ccc
/*    #33e */
/*    url(/Art/DanbyBackground2.jpg) */
    no-repeat fixed -500px -400px;
  color: #111;
  font-family: sans-serif; font-weight: normal;
  font-size: 13px;
  }

td {
  font-family: sans-serif; font-weight: normal;
  font-size: 13px; line-height: 14px;
  color: black;
  }

td.infoTitle {
  font-family: sans-serif; font-weight: bold;
  font-size: 13px; line-height: 14px;
  color: white;
  text-shadow: 1px 1px 1px #114;
  background: #66e;
  border: 1px outset #558;
  }
td.infoHead {
  font-family: sans-serif; font-weight: bold;
  font-size: 11px; line-height: 12px;
  color: black;
  background: #aaa;
  border: 1px inset #999;
  }

/* Document display classes */

div.documentHeader {
  display: block;
  position: absolute; top: 0px; bottom:12ex; left: 0px; right:0px;
  padding: 4px;
  background-color: #ccc; background-image: none;
  color: #111;
  }

div.documentTitle {
  display: block;
  padding-left: 16px; padding-right: 48px; padding-top: 8px; padding-bottom: 8px;
  background-color: #eee; background-image: none;
  border: thin solid black;
  font-size: 16px; line-height: 18px;
  font-weight: bold;
  color: #111;
  overflow: auto;
  }

div.documentBody {
  display: block;
  position: absolute; top: 12ex; bottom: 0px; left: 0px; right: 0px;
  padding-left: 16px; padding-right: 16px;
  background-color: white; background-image: none;
  color: #111;
  overflow: auto;
  }

/* Appearance of Danby News Grid */

td.newsGrid1 {
  background-color: #ccc;
  width: 1em; height: 3ex;
  }
td.newsGrid2 {
  background-color: #999;
  width: 2em; height: 3ex;
  }
td.newsGrid3 {
  background-color: #333;
  width: 4em; height: 3ex;
  }
td.newsGridYear {
  background-color: #000;
  color: white; font-weight: bold; text-align: center;
  width: 7em; height: 3ex;
  }
td.newsGridFull {
  background-color: #cf9; text-align: center;
  width: 5em; height: 3ex;
  }
td.newsGridOpen {
  background-color: #996; text-align: center;
  width: 5em; height: 3ex;
  }
td.newsGridJoin {
  background-color: #cf9; text-align: center;
  width: 10em; height: 3ex;
  }

/* Appearance of Calendar Box */

td.calendarMonth {
  font-family: sans-serif;
  font-size: 13px; font-weight: bold;
  text-align: center
  }
td.calendarWeekday {
  font-family: sans-serif;
  font-size: 9px; font-weight: normal;
  text-align: center
  }
td.calendarDate {
  font-family: sans-serif;
  font-size: 13px; font-weight: normal;
  text-align: center
  }
td.calendarDateOther {
  font-family: sans-serif;
  font-size: 11px; font-weight: normal; font-style: italic;
  text-align: center
  }
td.calendarToday {
  font-family: sans-serif;
  font-size: 17px; font-weight: bold;
  text-align: center
  background-color: #f99;
  }
