<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* Calendar */
#calendar { padding:0px; margin:0px; }
#calendar table { width:100%; background:url(../images/bgLine.gif) repeat-x left top;}
#calendar table caption { font:bold 13px Tahoma; color:#9a9a9a; padding-bottom:6px;}
#calendar table caption .mm { font:bold 15px Tahoma; color:#54564b;}
#calendar table caption a { padding:.2em;}
#calendar table caption a img { vertical-align:middle;}
#calendar table th { padding:6px 0px; font-weight:normal; font-size:.9em; color:#9a9a9a; text-align:center; }
#calendar table th.sun { color:#fe3614;}
#calendar table th.sat { color:#0033FF;}

#calendar table td { padding:3px 0px; text-align:center; font-family:Tahoma; color:#9a9a9a;}
#calendar table td a {font-family:Tahoma; color:#9a9a9a;}
#calendar table td.sun {color:#fe3614;}
#calendar table td.sun a {font-family:Tahoma; color:#fe3614;}
#calendar table td.sat {color:#0033FF;}
#calendar table td.sat a { font-family:Tahoma; color:#0033FF;}

#calendar table td.today { font-weight:bold; color:#54564b; background:#ffffff url(../images/calendar_bgToday.gif) center no-repeat; }
#calendar table td.todaysun { font-weight:bold; color:#fe3614; background:#ffffff url(../images/calendar_bgTodaySun.gif) center no-repeat;}
#calendar table td.todaysat { font-weight:bold; color:#0033FF; background:#ffffff url(../images/calendar_bgTodaySat.gif) center no-repeat;}
#calendar table td.posted a { text-decoration:underline;}
#calendar table td.sunposted a { color:#fe3614; text-decoration:underline;}
#calendar table td.satposted a { color:#0033FF; text-decoration:underline;}
#calendar table td.todayposted { background-color:#CCCCCC; font-weight:bold; }
#calendar table td.todaysunposted { background-color:#CCCCCC; font-weight:bold; color:#fe3614;}
#calendar table td.todaysatposted { background-color:#CCCCCC; font-weight:bold; color:#0033FF;}


</pre></body></html>