/* caption determines the style of 
   the month/year banner above the calendar. */ 
caption  
     { 
     font-family:arial,helvetica;  
     font-size:11px;  
     color: black; 
     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: black; 
   }
   
.calendar a{
	color: #4b6450;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
} 	 
	 
/* .calendarlink determines the formatting of those days linked to 
   content. */ 

.calendarlink  
     { 
     font-size:9px;  
     font-family:arial, helvetica;  
     color: #000000; 
     } 

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

.header  
     { 
font-weight: bold;
color:white;
background-color: #f5f5f5; 
     } 

a.header
     { 
	font-weight: bold;
	color:white;
     } 

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

.day  
     { 
     text-align: center;
background-color: #f5f5f5; 
     } 

.daySelected  
     { 
     text-align: center;
	background-color: #f5f5f5; 
	font-weight: bold;
     } 

select
     { 
	background-color: #f5f5f5; 
     font-size:11px;  
     font-family:arial, helvetica;  
     } 


