/*
   New Perspectives on HTML and XHTML 5th Edition
   Tutorial 5
   Case Problem 2

   CCC Calendar Table style sheet
   Author: Elaine Eichner
   Date: 10/22/09  

   Filename:         calendar.css
   Supporting Files: 

*/

 .calendar           {border-collapse: seperate; border-spacing: 5px; font-size: 8px;}
 
 .calendar caption   {caption-side: top; text-align: left; font-size: 16px; 
                      letter-spacing: 3px;}

 
.weekdays, .weekends {width: 14%}

.weekends            {background: rgb(255, 232, 232)}


thead tr th           {background: red; color:white; letter-spacing: 5px:}
thead tr              {height: 5%:}
tbody tr              {height: 19%}

.calendar td          {border: 1px solid gray; vertical-align: top}
.calendar td h3       {font-size: 8px; margin: 0px; padding: 0px;}

.calendar 
 dl, dt, dd             {margin: 0px; padding: 0px;}
 






