/* style for all the calendar table */
table.blogCalendar{
  border-collapse: collapse;
  color: #000000;
  font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center; 
}

/* the style for The calendar header, this includes the two link arrows and the date*/
td.blogCalendarHeader {
  background: #FFFFFF;
  color: #A10606; 
  font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* td style for the header date (ex. December 2007)*/ 
td.headerDate{
  background: #FFFFFF;
}

/* link style for the header date */
a.headerDate{
  color: #A10606;
  font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
}

/*td the style for the header link arrows */ 
td.headerArrow{
  background: #FFFFFF;
}

/*link style for the header link arrows*/
a.headerArrow{
  color: #A10606; 
  font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
}

/*td style of the day abreviations (S M T W T F S) */
td.dayName{
  background: #FFFFFF;
  color: #616B76;
  font: bold 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

td.blogCalendarDay {
  height: 25px;
  text-align: center;
  width: 25px;
}

/* style for a normal link in the calendar (that is not in the actual day) */
a.blogCalendarDay{
  color: #A10606;
  display: block;
  font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: underline;
  text-decoration: none;
}

/* the style for Today day */
td.blogCalendarToday {
  background: #A10606;
  color: #FFFFFF;
  font-weight: bold;
}

/* link style for a link that is in the actual day */
a.blogCalendarToday {
  color: #FFFFFF;
  font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.dropList {
  background: #FFFFFF;
  list-style: none;
}