table.blogCalendar{
/* style for all the calendar table */
padding: 0;
margin: 1px 0 0 0;
text-align:center!important;
font: normal 8pt Verdana, helvetica, sans-serif;
color: #000000;
text-align: center; 

width:100%!important;
height:150px!important;

}
table.blogCalendar td {border: 1px solid #E6EAF0;}

td.blogCalendarHeader {
/* the style for The calendar header, this includes the two link arrows and the date*/
margin: 0;
padding: 0;
color:#043060; 
font: bold 8pt Verdana, helvetica, sans-serif;
text-align: center;

}

td.headerDate{
/* td style for the header date (ex. December 2007)*/ 
background:  #003366; height:20px!important;
}

a.headerDate{
/* link style for the header date */
font: bold 8pt Verdana, helvetica, sans-serif;
color: #fff;
text-align: center;
text-decoration: none;
}

td.headerArrow{
/*td the style for the header link arrows */ 
background:  #003366; height:20px!important;
}

a.headerArrow{
/*link style for the header link arrows*/
font: bold 11pt Verdana, helvetica, sans-serif;
color: #fff; 
text-align: center;
text-decoration: none;
}

td.dayName{
/*td style of the day abreviations (S M T W T F S) */
font: bold 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #616B76;
background: #F7FAFB;
}

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) */
text-decoration: underline;
font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #0000FF; 
font-weight: bold;
display: block;
}

td.blogCalendarToday {
/* the style for Today day */
color: #000;
font-weight: bold;
background: #ECECF2;
}

a.blogCalendarToday {
/* link style for a link that is in the actual day */
font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #0000FF;
}
.dropList {
list-style: none;
background: #FFFFFF;
}