/* caption determines the style of 
   the month/year banner above the calendar. */ 

.monthyear 
     { 
     font-family:arial,helvetica;  
     font-size:16px;  
     color: #ffffff; 
     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: white; 
     background-color: #000; 
     } 

.displaylist  
     { 
     font-family:arial,helvetica;  
     font-size:12px;  
     color: #FFFFFF; 

     } 
	 
.black  
     { 
     font-family:arial,helvetica;  
     font-size:11px;  
     color: #000000; 

     } 
	 
/* .calendarlink determines the formatting of those days linked to 
   content. */ 

.calendarlink  
     { 
     color: white;

     } 
     
#newDay {
	 position: relative;
	 line-height: 12px;
     padding: 5px;
     width: 80px; 
     z-index: 0;
	
}

/* .header determines the formatting of the weekday headers at the top 
   of the calendar. */ 

#header {
	
	     width: 80px;

}

.header  
     { 
     background-color: #660000; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 0px; 
     } 

/* .day determines the formatting of each day displayed in the 
   calendar. */ 

.day  
     { 
	 color: #000000;
     background-color: #fff; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 0px;
     vertical-align: top;
     width: 80px;
     } 

/* .linkedday determines the formatting of a date to which content is 
   available. */ 

.linkedday  
     { 
     border-color: #000000; 
     border-style: solid; 
     border-width: 0px; 
     vertical-align: top;
     font-size: 11px;
     width: 80px;
     background: #6f82b9;
     }
     
.time  
     { 
	 color: #fff;
     } 
     
A.calendarlink:link, A.calendarlink:visited { text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight:normal; color: #fff } 
A.calendarlink:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #ffffcc}

A.etixlink:link, A.etixlink:visited { text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight:normal; color: #800000 } 
A.etixlink:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline; color: #ffcc00}

A.nav:link, A.nav:visited { text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight:normal; color: #fff } 
A.nav:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: underline; color: #ffffcc; }
	 
.maroon { font-family: Arial, Helvetica; font-size: 11px; color: #800000; font-weight: bold }
.maroon2 { font-family: Arial, Helvetica; font-size: 11px; color: #800000; font-weight: normal }
