/*
//	Name:			William E. Barlow
//
//	Assignment:		Tutorial 3 - Case 4
//
//	Creation date:	10/22/10
//
//	Purpose:		This file contains the styles for the file
//					lunar.htm.

   This file contains styles applied to the lunar calendar table
*/

/*
   New Perspectives on JavaScript, 2nd Edition
   Tutorial 3
   Case Problem 4

   Author:	William E. Barlow
   Date:	October 23, 2010

   Filename: calendar.css

   This file contains styles applied to the lunar calendar table
*/

#calendar_table    {background-color: black; color: ivory; font-size: 9pt;
                    font-family: Arial, Helvetica, sans-serif;
                    border-style: outset; border-width: 5px; margin: 0px 0px 5px 5px; margin-left: auto; margin-right: auto}

#calendar_head     {background-color: black; color: ivory; letter-spacing: 2px}

.calendar_weekdays {background-color: black; color: ivory; width: 70px; font-size: 10pt; border-bottom-style: solid}

.calendar_dates    {border-style: outset; border-width: 1px;  text-align: left; vertical-align: bottom; background-color: black; color: ivory; height: 60px}

/*
#calendar_today    {font-weight: bold; color: rgb(223,29,29); background-color: yellow;
                    border: 1px solid black}
*/