.jlcal_hiddenmatches {
  display:none;
}
span.jlCalListTitle {
  display:block;
  text-align:center;
}
table.blogCalendar{
/* style for all the calendar table */
padding: 0;
margin: 10px auto;
font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #ff000c;
text-align: center; 
border-collapse: collapse;
width:98%;
}

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

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

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

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

a.headerArrow{
/*link style for the header link arrows*/
font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #3BB9FF; 
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: #FFFFFF;
}

td.blogCalendarDay {
width: 14%;
/*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: #0091d3; text-decoration: none;
font-weight: bold;
display: block;
}

td.blogCalendarToday {
/* the style for Today day */
color: #ffffff;
font-weight: bold;
background: #0091D3;
}

a.blogCalendarToday {
/* link style for a link that is in the actual day */
font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
}
.dropList {
list-style: none;
background: #FFFFFF;
}
