table.blogCalendar{

/* style for all the calendar table */
padding: 0;
margin: 0;
font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
/*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: 0px 0px 5px 0px;
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
text-align: center;
color: #006600;
text-decoration:none;
}


td.headerDate{
/* td style for the header date (ex. December 2007)*/
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
text-align: center;
color: #006600;
text-decoration:none;
}


.headerDate a{/* link style for the header date */
color: #006600;
text-decoration: underline;
}
.headerDate a:hover{/* link style for the header date */
color: #006600;
text-decoration: underline;
}


td.headerArrow{/*td the style for the header link arrows */
font:12px Verdana, Arial, Helvetica, sans-serif;
color: #006600; 
text-align: center;
text-decoration: none;
} 

.headerArrow a{/*link style for the header link arrows*/
color: #006600; 
text-decoration: none;
}
.headerArrow a:hover{/*link style for the header link arrows*/
color: #006600; 
text-decoration: none;
}



td.dayName{/*td style of the day abreviations (S M T W T F S) */
font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
color: #000000;
border:solid 1px #8f9a91;
background-color:#fce8c3;
padding:.2em;
}



td.blogCalendarDay {
width: 25px;
height: 25px;
text-align: center;
border:solid 1px #8f9a91;
}



.blogCalendarDay a{
/* style for a normal link in the calendar (that is not in the actual day) */
font: bold 12px  Verdana, Arial, Helvetica, sans-serif;
color: #006600; 
text-decoration: underline;
display: block;
background-color:#fce8c3;
}

.blogCalendarDay a:hover{
/* style for a normal link in the calendar (that is not in the actual day) */
color: #006600; 
}

td.blogCalendarToday {
/* the style for Today day */
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
color: #006600;
background-color:#c9decb;
}

.blogCalendarToday a {
/* link style for a link that is in the actual day */
color: #006600;
}
.blogCalendarToday a:hover {
/* link style for a link that is in the actual day */
color: #006600;
}

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