table.blogCalendar{
/* style for all the calendar table */
padding: 0;
margin: 0;
font: bold 14px Arial,"Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #85460e;
text-align: center; 
border-collapse: collapse;
width: 100%;

}

td.blogCalendarHeader {
/* the style for The calendar header, this includes the two link arrows and the date*/
margin: 0;
padding: 10px;
/* background: #616D7E; */
color: #fff; 
font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}

td.headerDate{
/* td style for the header date (ex. December 2007)
background: #616D7E;*/ 
}

a.headerDate{
/* link style for the header date */
font: bold 14px Arial,"Trebuchet MS", Verdana,  Helvetica, sans-serif;
color: #555555;
text-align: center;
text-decoration: none;
}

td.headerArrow{
/*td the style for the header link arrows 
background: #616D7E;*/ 
}

a.headerArrow{
/*link style for the header link arrows*/
font: bold 14px Arial,"Trebuchet MS", Verdana,  Helvetica, sans-serif;
color: #85460e; 
text-align: center;
text-decoration: none;
}

td.dayName{
/*td style of the day abreviations (S M T W T F S) */
font: bold 14px/25px Arial,"Trebuchet MS", Verdana,  Helvetica, sans-serif;
color: #555555;
background: #E6E6E6;
border-left: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
}

td.blogCalendarDay {
width: 25px;
height: 25px;
text-align: center;
border-left: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;

}

a.blogCalendarDay{
/* style for a normal link in the calendar (that is not in the actual day) */
text-decoration: underline;
font: bold 14px Arial,"Trebuchet MS", Verdana,  Helvetica, sans-serif;
color: #DF9496; 
text-decoration: none;
font-weight: bold;
display: block;
background: 

}

td.blogCalendarToday {
/* the style for Today day */
color: #85460e;
font-weight: bold;
background: #e3f2a2;
}

a.blogCalendarToday {
/* link style for a link that is in the actual day */
font: bold 14px Arial,"Trebuchet MS", Verdana,  Helvetica, sans-serif;
color: #85460e;

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