/* 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;}
#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 { background-color:#ffffff; font-weight:bold; color:#54564b;}
#calendar table td.todaysun { background-color:#ffffff; font-weight:bold; color:#fe3614;}
#calendar table td.todaysat { background-color:#ffffff; font-weight:bold; color:#0033FF;}
#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;}
