<!--
table.calendar {
 font-family:Microsoft Sans Serif;
 font-size:14px;
 font-weight:normal;
 color:#f2f2f2;
 text-align:center;
 vertical-align:middle;
}

table.calendar tr td {
 text-align:center;
 vertical-align:middle;
 color:#f2f2f2;
}

table.calendar tbody tr th {
 color:black;
}

.calendar-month {
 color:black;
}

td.linked-day { 
 text-align:center;
 vertical-align:middle;
}

td.linked-day a:link {
 color:black;
 text-decoration:none;
 border-top:1px #f2f2f2 dotted;
 border-bottom:1px #f2f2f2 dotted;
}

td.linked-day a:visited {
 color:black;
 text-decoration:none;
 border-top:1px #f2f2f2 dotted;
 border-bottom:1px #f2f2f2 dotted;
}

td.linked-day a:hover {
 color:black;
 text-decoration:none;
 font-style: italic;
 border-top:1px #f2f2f2 dotted;
 border-bottom:1px #f2f2f2 dotted;
}

td.today { 
 text-align:center;
 vertical-align:middle;
}

td.today a:link {
 color:black;
 font-weight:bold;
 text-decoration:none;
 border-top:1px #f2f2f2 dotted;
 border-bottom:1px #f2f2f2 dotted;
 color:#f2f2f2;
}

td.today a:visited {
 color:black;
 font-weight:bold;
 text-decoration:none;
 border-top:1px #f2f2f2 dotted;
 border-bottom:1px #f2f2f2 dotted;
}

td.today a:hover {
 font-weight:bold;
 text-decoration:none;
 font-style: italic;
 border-top:1px #f2f2f2 dotted;
 border-bottom:1px #f2f2f2 dotted;
 color:black;
}

td.current { 
 text-align:center;
 vertical-align:middle;
 background-color:#f2f2f2;
}

td.current a:link {
 color:black;
 text-decoration:none;
 border:1px #f2f2f2 dotted;
}

td.current a:visited {
 color:black;
 text-decoration:none;
 border:1px #f2f2f2 dotted;
}

td.current a:hover {
 text-decoration:none;
 font-style: italic;
 border:1px #f2f2f2 dotted;
 color:black;
}

span.calendar-prev a:link {
 font-weight:bold;
 color:black;
}

span.calendar-prev a:visited {
 font-weight:bold;
 color:black;
}

span.calendar-prev a:hover {
 font-weight:bold;
 color:#f2f2f2;
}

span.calendar-next a:link {
 font-weight:bold;
 color:black;
}

span.calendar-next a:visited {
 font-weight:bold;
 color:black;
}

span.calendar-next a:hover {
 font-weight:bold;
 color:#f2f2f2;
}
-->