.calendar  
     { 
     font-family:arial,helvetica;  
     font-size:11px;  
     color: #FFFFFF; 
     } 

.calendarevent
     { 
     font-family:arial,helvetica;  
     font-size:11px;  
     color: #FFFFFF; 
     } 

.calendarlink  
     { 
     color: white; 
     } 



.header  
     { 
     background-color: #C6DBF4; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     } 

 

.day  
     { 
     background-color: #808080; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     text-align: center 
     } 

.today  
     { 
     background-color: green; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     text-align: center 
     } 



.linkedday  
     { 
     background-color: #8080ff; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     text-align: center 
     } 