table.blogCalendar{
/* style for all the calendar table */
padding: 0;
margin: 0;
font: normal 12px Georgia, Times;
color: #000000;
text-align: center; 
border-collapse: collapse;
}

td.blogCalendarHeader {
/* the style for The calendar header, this includes the two link arrows and the date*/
margin: 0;
padding: 0;
color: #fff; 
font:  12px Georgia, Times;
text-align: center;
}

td.headerDate{
/* td style for the header date (ex. December 2007)*/ 
}

a.headerDate{
/* link style for the header date */
font: 12px Georgia, Times;
color: #933c06;
text-align: center;
text-decoration: none;
}

td.headerArrow{
/*td the style for the header link arrows */ 
}

a.headerArrow{
/*link style for the header link arrows*/
font: 16px Georgia, Times;
color: #933c06; 
text-align: center;
text-decoration: none;
}

td.dayName{
/*td style of the day abreviations (S M T W T F S) */
font: 12px/20px Georgia, Times;
color: #616B76;
background: #FFFFFF;
}

td.blogCalendarDay {
width: 25px;
height: 25px;
text-align: center;
}

a.blogCalendarDay{
/* style for a normal link in the calendar (that is not in the actual day) */

font: 12px Georgia, Times;
color: #933c06; 

}

td. {
/* the style for Today day */
color: #F6F4DA;
background: #933c06;
}

a.blogCalendarToday {
/* link style for a link that is in the actual day */
font: 12px Georgia, Times;
color: #fff;
}

blogCalendarToday {
/* link style for a link that is in the actual day */
font: 12px Georgia, Times;
color: #6aa3ae;
}


.dropList {
list-style: none;
background: #FFFFFF;
}

#calendar-30 span { font: normal 11px/16px Arial; }
#calendar-30 select { font: normal 11px/16px Arial; padding: 2px 4px; }
