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

.calendar_month_year  
     { 
     font-family:arial,helvetica;  
     font-size:11px;  
     color: white; 
     font-weight: bold; 
     background-color: #8080ff;
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     text-align: center
     } 

/* .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: white; 
     background-color: #c0c0c0; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     } 

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

.calendarlink  
     { 
     color: white; 
     } 

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

.header  
     { 
     background-color: #996633; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     } 

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

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

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

.linkedday  
     { 
     background-color: #8080ff; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     text-align: center 
     }

/* categories table */

.categories_table  
     { 
     font-family:arial,helvetica;  
     font-size:11px;  
     color: black; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     }

.categories_td
     {
     border-left-width: 1px; 
     border-right-width: 1px; 
     border-top-style: solid; 
     border-top-width: 1px; 
     border-bottom-width: 1px;
     }

/* archives table */

.archvies_table  
     { 
     font-family:arial,helvetica;  
     font-size:11px;  
     color: black; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     }

.archvies_td
     {
     border-left-width: 1px; 
     border-right-width: 1px; 
     border-top-style: solid; 
     border-top-width: 1px; 
     border-bottom-width: 1px;
     }

/* articles table */

.article_table  
     { 
     font-family:arial,helvetica;  
     font-size:11px;  
     color: black; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     }