/*** NebraskaFitness.com
     02/26/07 06:39 pm
***/

BODY {
   background:#E5D6B9;
   color:#000;
   margin: 0px 0px 0px 0px;
   }

BODY.MainPage, BODY.MainPage TD, BODY.MainPage TH, BODY.MainPage LI, BODY.MainPage DL {
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 13px;
   }

BODY.PopUp, BODY.PopUp TD, BODY.PopUp TH, BODY.PopUp LI, BODY.PopUp DL {
   background: #FFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   }

BODY.Intro {
   background:#903;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   }

#main {
   margin-top:0px;
   width:780px;
   text-align:left;
   }

.mainTable {
   background:#fff;
   }
.mainTable #left {
   background:#e5d6b9 url(./images/bck_left2.gif) repeat-y top left;
   }
.mainTable #right {
   background:#e5d6b9 url(./images/bck_right2.gif) repeat-y top left;
   }

DIV.Main {
   background:#fff url(./images/bck_logo2.gif) no-repeat top right;
   padding-left:4px; padding-right:4px;
   }

/*** LINKS ***/
   A:link {color:#00f;}
   A:visited {color:#00f;}
   A:active {color:#007700;}
   A:hover {color:#FF0000; text-decoration:none;}

   A.a:link {color:black; text-decoration:none;}
   A.a:visited {color:black; text-decoration:none;}
   A.a:active {color:gray;}
   A.a:hover {color:#FF0000; text-decoration:none;}

   A.copr1:link    {color:#A0A088; text-decoration:none;}
   A.copr1:visited {color:#A0A088; text-decoration:none;}
   A.copr1:active  {color:#007700; text-decoration:none;}
   A.copr1:hover   {color:#FFFF00; text-decoration:none;}

/*** TABLES ***/
   TABLE.t2 {background-color:#FFFFFF; border-left:1px solid #150185; border-bottom:1px solid #150185;}

   TD.t1 {background-color:#FFFFFF;}
   TD.t2 {background-image:url(./images/bck_side1.gif); text-align:center}

/*** OTHER ***/
   P.main {margin-left:10px; margin-top:0px; margin-right:10px; margin-bottom:0px}

   H1,H2,H3,H4,H5,H6 {
      color:#903;
      margin-top:12px;
      margin-bottom:4px;
      font-family:'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
      font-weight:normal;
      }

   H1 {font-size:32px;}
   H2 {font-size:24px; font-weight:bold}
   H3 {font-size:20px; font-weight:bold}
   H4 {font-size:18px; font-weight:bold; font-style:italic}
   H5 {font-size:14px; font-weight:bold;}
   H6 {font-size:12px; font-weight:bold;}

   INPUT     {color:#903; font:bold 9pt MS Sans Serif; background:#FFF}
   TEXTAREA  {color:#903; font:bold 9pt MS Sans Serif; background:#FFF}
   SELECT    {color:#903; font:bold 9pt MS Sans Serif; background:#FFF}
   INPUT.sub {color:#FFF; font:bold 9pt MS Sans Serif; background:#903}

   IMG.item-left {margin-right:4px;}
   IMG.item-right {margin-left:4px;}

   IMG.nort {border:1px solid #903;}

   IMG.pt {margin-left:4px; margin-top:24px; margin-bottom:48px}


   .picOpacity img {
      filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
      -moz-opacity:0.4;
      }

   .picOpacity:hover img {
      filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
      -moz-opacity:1;
      }

/*** NAVIGATION ***/
/* REF: http://www.w3.org/Style/Examples/007/ */

div.banner {
   margin:0px;
   padding:0px;
   font-size: 10px;
   font-weight: bold;
   font-family: Verdana;
   line-height: 14px;
   text-align: left;
   }

div.banner a {
   display: block;
   margin: 0px 0px 0px 0px;
   padding: 4px 10px 4px 10px;
   border: 1px solid;
   border-color: #F0F0F0 #111 #111 #F0F0F0;
   background:#E5D6B9;
   }

div.banner span {
   display: block;
   margin: 0px 0px 0px 0px;
   padding: 4px 10px 4px 10px;
   border: 1px solid;
   border-color:#903;
   background:#903;
   font-weight:bold;
   color:yellow;
   }

div.banner a:link    { text-decoration: none; color: #000 }
div.banner a:visited { text-decoration: none; color: #000 }
div.banner a:hover   { background:#097; color: white} /*old 9094af */


/*** END ***/