/* 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:#336600; 
     background-color:#CFBE85; 
     border-color:#D0B862; 
     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:#666600; 
     border-color: #D3AF63; 
     border-style: solid; 
     border-width: 1px; 
	 color:#ffffff;
	 /*font-size: 2.0;*/
     } 

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

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

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

.linkedday  
     { 
     background-color: #FF921A; 
     border-color: #D0B862; 
     border-style: solid; 
     border-width: 1px; 
     text-align: center 
     }
	 

	 .cellitem {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #616161; text-decoration: none; text-transform: none}


  #logo { position:absolute; top:20px; left:35px; z-index:2; }
  #header { position:absolute; top:40px; left:300px; z-index:2; }
   #popup { position:absolute; top:95px; left:400px; z-index:2; }

   #logo1 { position:absolute; top:645px; left:35px; z-index:2; }
  #header1 { position:absolute; top:640px; left:300px; z-index:2; }
   #popup1 { position:absolute; top:710px; left:400px; z-index:2; }



