
/*  recreation.css -- global style sheet for nytebyte.com */
/*  Styles are for globals only -- some syle sheets will still exist in individual documents. */
/*  Last modified: 5-23-2000 */

body,html          { background-image: url(/personal/images/persblend.jpg); background-repeat: repeat-x; background-color: 68FDE3;  }
   TD            { font-family: Arial, Helvetica, Sans-serif;  font-weight: 400; }
   TD.foot       { font-size: 11px; font-weight: 700; text-align: center; color: 004080; }
   TD.headleft   { font-size: 22px; font-weight: 700; font-style: italic; color: 004000; }
   TD.top        { font-size: 12px; text-align: right; }
   TD.small      { font-size: 10pt;  }
   TD.center     { font-size: 10pt; text-align: center; }
   TD.linkright  { text-align: right; font-style: italic; line-height: 150%; }
   TD.thumbnails { font-size: 10pt; text-align: center; background-color: 9A9A9A; }
   TD.text       { font-size: 13px; color: 004080; }
   TD.bgGreen    { font-size: 13px; color: D4F7E8; background-color: 045140; }
   TD.head       { font-size: 22px; font-weight: 700; color: E1E1FF; text-align: center; }
   TD.preload    { font-size: 16px; font-weight: 500; color: E7E7E7; font-style: italic; text-align: center; }
   SPAN.emph     { font-weight: 700; font-style: italic; color: 28227D;  }
   SPAN.bgGreen  { font-size: 16px; font-weight: 700; color: D4F7E8; }
   SPAN.big      { font-size: 22px; color: 000080; font-weight: 700; }
   SPAN.loading  { font-weight: 900; color: FFFFFF;  }
   H3            { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: 700; }
   H3.center     { text-align: center; }
   SPAN.bold     { font-weight: 700; }
   SPAN.boldital { font-weight: 700; font-style: italic;  }
   SPAN.dkblue   { font-weight: 700; color: 000080; }
   SPAN.red      { font-weight: 700; color: FF0000; }
   SPAN.magenta  { font-weight: 700; color: FFA4FF; }
   A:link        { font-family: Arial, Helvetica, sans-serif; font-weight: 700; color: 28227D; }
   A:active      { font-family: Arial, Helvetica, sans-serif; font-weight: 700; color: 007B00; }
   A:visited     { font-family: Arial, Helvetica, sans-serif; font-weight: 700; color: 804040; }
   A:link.onDark { color: FFFFFF; }
   A:active.onDark{ color: 00FF00; }
   A:visited.onDark { color: FFF0C4; }
   .onDark { color: FFFFFF; }
   .onDark{ color: 00FF00; }
   .onDark { color: FFF0C4; }

  /* Green subhead used on some tops */
    TD.greensub       { color: 004000; font-weight: 700; }
  /* Sidebars of different BG colors */
    TD.sidebarblu     { color: FFFFFF; font-size: 10pt; background-color: 004080;  }
    TD.sidebarpurp    { color: FFFFFF; font-size: 10pt; background-color: 750075;  }

/* LARGE VERSION ART PAGES */
   BODY.art           { background-color: 757575; }
   TD.art             { background-color: C0C0C0; font-size: 10pt; text-align: center; }
   TD.picframe        { background-color: 000000; text-align: center;  }

   #rechead      { position: absolute; top: 0; left: 0; width: 793; height: 108; visibility: visible; }

   #whois        {  top: 9; left: 17; width: 122; height: 26; position: absolute; visibility: hidden; }
   #fun          {  top: 10; left: 158; width: 72; height: 21; position: absolute; visibility: hidden; }
   #kids         {  top: 10; left: 246; width: 34; height: 18; position: absolute; visibility: hidden; }
   #aboutname    {  top: 9; left: 298; width: 168; height: 26; position: absolute; visibility: hidden; }
   #biz          {  top: 37; left: 14; width: 92; height: 17; position: absolute; visibility: hidden; }
   #dload        {  top: 37; left: 122; width: 56; height: 13; position: absolute; visibility: hidden; }
   #est          {  top: 37; left: 192; width: 50; height: 13; position: absolute; visibility: hidden; }
   #formaker     {  top: 37; left: 259; width: 51; height: 13; position: absolute; visibility: hidden; }
   #guestbook    {  top: 37; left: 326; width: 53; height: 18; position: absolute; visibility: hidden; }
   #addlink      {  top: 37; left: 398; width: 52; height: 13; position: absolute; visibility: hidden; }
   #main         {  top: 15; left: 489; width: 80; height: 13; position: absolute; visibility: hidden; }

   #body         { position: absolute; top: 110; left: 0; width: 800; visibility: visible; }

   #preload      {  top: 0; left: 0; width: 800; height: 600; position: absolute; visibility: hidden; }




