/* caption determines the style of
   the month/year banner above the calendar. */

caption{
     font-family:arial,helvetica; 
     font-size:14px; 
     color: #FF6600;
     font-weight: bold;
     }

/* .calendar determines the overall formatting style of the calendar,  
   acting as the default unless later overruled. */

.calendar {
     font-family:arial,helvetica; 
     font-size:12px; 
     color: #000000;
     background-color: #A5B8BC;
     border-color: #A5B8BC;
     border-style: solid;
     border-width: 0px;
     }

/* .calendarlink determines the formatting of those days linked to
   content. */

.calendarlink{
     color: #000000;
     }

/* .header determines the formatting of the weekday headers at the top
   of the calendar. */

.header{
     background-color: #546C72;
     border-color: #A5B8BC;
     }

/* .day determines the formatting of each day displayed in the
   calendar. */

.day{
     background-color: #FFFFFF;
     border-color: #A5B8BC;
     border-width: 1px;
     text-align: center
     }

/* .linkedday determines the formatting of a date to which content is
   available. */

.linkedday{
     background-color: #F8931D;
     border-color: #A5B8BC;
     border-width: 1px;
     text-align: center
     }
