/* CALENDAR */
caption 
     {
     font-family:arial,helvetica; 
     font-size:11px; 
     color: #999999;
     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:11px; 
     color: #333333;
     background-color: #ffffff;
     border-color: #5193C2;
     border-style: solid;
     border-width: 1px;
     }

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

.calendarlink 
     {
     color: #333333;
	 border:none;
     }
.calendararrow {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

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

.calheader 
     {
     background-color: #CFCFCF;
     border-color: #E2E2E2;
     border-style: solid;
     border-width: 1px;
     }

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

.day 
     {
     background-color: #E2E2E2;
     border-color: #ececec;
     border-style: solid;
     border-width: 1px;
     text-align: center
     }

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

.linkedday 
     {
     background-color: #A8C1DE;
     border-color: #000000;
     border-style: solid;
     border-width: 0px;
     text-align: center
     }
