﻿/*
   New Perspectives on HTML, XHTML, and DHTML
   Tutorial 12
   Tutorial Case
   Filename: calendar.css

   This file contains styles applied to the calendar table
*/

#calendar_table    {float: right; background-color: white; font-size: 9pt; 
                    font-family: Arial, Helvetica, sans-serif;
                    border-style: outset; border-width: 5px; margin: 0px 0px 5px 5px}

/* #calendar_head     {background-color: rgb(223,29,29); color: ivory; letter-spacing: 2px} */
#calendar_head     {color: green; letter-spacing: 2px}


.calendar_weekdays {width: 30px; font-size: 10pt; border-bottom-style: solid}

.calendar_dates    {text-align: center; background-color: white}

#calendar_today    {font-weight: bold; color: rgb(223,29,29); background-color: ivory;
                    border: 1px solid black}