
A:link { color: blue; }
/* No-op with NN4 on Solaris. */
/* A:active  { color: green; font-size: 125%; } */
A:active { color: green; }
/* A:visited { color: #FF0600; font-size: 85%; } */
A:visited { color: red; }

BODY.default {
  /* NN4 with a big enough negative value, margin is 0. */
  /* NN4 has trouble with absolute values like 0px. */
  /* NN4 size of margin seems to be relative to some default. */
  /* MSIE seems to ignore negative values; interprets as 0. */
  /* margin-top: -10px; */

  /* margin-left: 0px; */
  /* margin-left: -10px; */

  /* padding: -10px; */

  background: #FFFFFF;
  min-width: 600px;
}

TABLE.test {background: #000000;}
TR.test {background: #FFFF00;}

TABLE.default {background: #FFFFEE;}
TR.default {background: #FFFFEE;}
TD.default {background: #FFFFEE;}

/* For <HR> MSIE 6 color: but Firefox uses background: To see the <HR> color
   with Firefox you have to turn off the border (default black) and raise the
   height. 
*/
.home, .hometab {background: #FFFFEE;}
HR.home {color: #FFFFEE; border: 0px; height: 2px;}

.history, .historytab {background: #DFCFAF;}
/* A lighter version to make red visited link more readable: */
.history, .historytab {background: #EFDFBF;}
HR.history {color: #DFCFAF; border: 0px; height: 2px;}

.queries, .queriestab {background: #CFDFAF;}
/* A lighter version to make red visited link more readable: */
.queries, .queriestab {background: #DFDFAF;}
HR.queries {color: #CFDFAF; border: 0px; height: 2px;}

/* For testmenu toolbar togPop experiment. */
#sources {background: #AFDFCF; text-align: left;}
.sources, .sourcestab {background: #AFDFCF;}
/* A lighter version to make red visited link more readable: */
.sources, .sourcestab {background: #BFDFCF;}
HR.sources {color: #AFDFCF; border: 0px; height: 2px;}

.surnames, .surnamestab {background: #AFCFDF;}
/* A lighter version to make red visited link more readable: */
.surnames, .surnamestab {background: #BFDFEF;}
HR.surnames {color: #AFCFDF; border: 0px; height: 2px;}

.links, .linkstab {background: #CFAFDF;}
/* A lighter version to make red visited link more readable: */
.links, .linkstab {background: #DFCFEF;}
HR.links {color: #CFAFDF; border: 0px; height: 2px;}

.lookups, .lookupstab {background: #EFAFCF;}
/* A lighter version to make red visited link more readable: */
.lookups, .lookupstab {background: #FFCFEF;}
HR.lookups {color: #EFAFCF; border: 0px; height: 2px;}

.search, .searchtab {background: #CCCCCC;}
/* A lighter version to make red visited link more readable: */
.search, .searchtab {background: #DDDDDD;}
HR.search {color: #CCCCCC; border: 0px; height: 2px;}

div.toolbar{
  border: 0px solid red;
  white-space: nowrap; /* Prevent the toolbar from wrapping. */
  text-align: center;
  padding-top: 2px; /* Else MSIE 6 clips tab borders. */

}
  
/* For the tabs. */
div.toolbar span{
  width: 12%;
  border: 1px solid black;
  border-bottom: 0px solid black;
  margin: 1px;
  margin-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  cursor: pointer;
}

div.toolbar a{
  text-decoration: none;
  font-size: small;
  font-family: helvetica,arial,sans-serif;
  font-weight: bold;
}

#colorbar {
  width: 100%;
  border: 2px solid black;
  border-top: 2px solid black;
  /* MSIE 6 needs this even though the image is an anchor (link). */
  cursor: pointer;
  /* Causes Firefox not to display colorbar. */
  /*
  position: relative;
  z-index: -1;
  */
}

#header {
  background: #FFFFEE;
  width: 100%;

  /* For small text size and one-line titles, but ignored by MSIE 6. */
  min-height: 103px;
  /* Workaround for MSIE but Firefox adheres to it strictly causing overlap. */
  /*
  height: 103px;
  */
  /* Works for Firefox, not for MSIE. */
  /*
  height: 100%;
  */
  /* Workaround: Make sure subtitles are all two lines with a <BR>. */

  padding-bottom: 4px; /* For MSIE box model bug. */
  /* Prevent mogenweb logo overlap with narrow window. Needs BODY min-width. */
  /* Unbelievably causes MSIE 6 to hang with CPU spike and a narrow window.
   * Clearing cache seems to have "fixed" it. */
  position: relative;
  border: 2px solid black;
  border-top: 0px solid black;
}

#mogenweb {
  border: 0px solid orange;
  position: absolute;
  right: 0px;
}

#usgenweb {
  border: 0px solid red;
  position: absolute;
  top: 13px; /* header 103px / (.5 * logoheight) */
  left: 0px;
}

#title {
  border: 0px solid blue;
  margin-left: 102px;
  margin-right: 124px;
  text-align: center;
  white-space: nowrap;
}

first-letter.oldtime {
  font-size: 300%;
  float: left;
}

.navpop {
  /* With absolute, stupid MSIE 6 displays the DIV navpop inline like SPAN. 
   * unless it is wrapped in a DIV.
  position: absolute; 
  visibility: visible;
  display: none;
  z-index: 1;
  margin-top: .9em;
  */
  margin-top: -1px; /* So the cursor doesn't loose focus. */
  position: absolute;
  visibility: hidden;
  padding: 1.5em;
  /*
  padding-top: .5em;
  background: #FBE5A3;
  background: #FFFFEE;
  border: 1px solid #FFCC00;
  */
  white-space: nowrap;
  border: 1px solid black;
}
