/*
   Federation of German-American Societies (FOGAS)

   Federation of German-American Societies (FOGAS) Style Sheet
   Author:            Burt E. Leonard
   Date:              10/30/2008

   Filename:          tables.css
   Supporting Files:  

*/   

   table.upcoming     {margin-left: auto; margin-right: auto; text-align: center;
                       border-collapse: collapse; font-family: Arial, 
                       Helvetica, sans-serif; font-size: 0.7em; width: 50%}

   table.upcoming th, table.upcoming td    {border: 1px solid gray}
  
   table.upcoming thead                    {color: white; background-color: black}

   table.upcoming thead tr                 {height: 20px}

   table.upcoming tbody tr                 {height: 80px}

   table.upcoming tbody td                 {vertical-align: top; padding: 5px}

   table.upcoming tbody td.notcurrent      {background-color: #F0F8FF}

   table.upcoming caption                  {caption-side: top; text-align: right}

   table.past         {margin-left: auto; margin-right: auto; text-align: center;
                       border-collapse: collapse; font-family: Arial, 
                       Helvetica, sans-serif; font-size: 0.7em; width: 75%}

   table.past tbody td                     {vertical-align: top; padding: 5px}

   #outer                                  {width: 50em}

   #spotlight                              {float: left; width: 10em; background-color: white;
                                            border-style: outset; border-width: 0.5em}

   a                                       {display: block; margin: 0.5em}

