/*

   Gisle Style Sheet
   Author: Edward Chaney
   Date:  3/31/2009 

   Filename:         farm.css
   Supporting Files: none

*/
 body    {background: url(background.png); font-family: Arial, Helvetica, sans-serif}
 h2      {font-size: 2em; letter-spacing: 0.4em; text-indent: 1em }
 h3      {width: 20em; padding-left: 1em}
 address {color: gray;text-align: center; border-top: 0.1em solid black; font-size: 8pt; padding-top: 0.5em}
 a       {display: block; margin: 0.3em}
 p       {color: gray}
 li      {color: gray}

 #bannerimage {border: 0.1em solid black}
 #promoimage  {float: right; margin: 0em 0em 1em 1em;border: 0.1em solid black;}
 #outer       {width: 50em;text-decoration:none}
 #links       {float: left; width: 10em;background: url(windowbg1.png);
              border: 0.2em solid black}
 #inner       {margin-left: 12em; padding-left: 1em;
              border-left: 0.1em solid black;}

table.schedule        {border: 10px solid rgb(80,80,80); border-collapse: collapse;
                       font-family: Arial, Helvetica, sans-serif; font-size: 0.7em
                       width: 100%}

table.schedule th, table.schedule td
                      {border: 1px solid gray; font-family: Arial}

table.schedule thead {color: white; background-color: black}

table.schedule col.firstcol
                        {background-color: rgb(80,80,80); width: 7%}

table.schedule col.daycols
                      {background-color: rgb(80,80,80);width: 13%}

table.schedule thead tr {height: 20px}
table.schedule tbody tr {height: 30px}

table.schedule tbody td {vertical-align: top; padding: 5px}

table.schedule caption  {caption-side: top; text-align: right}
