/* Calendar function */
div.cal {margin-left:1.4em; font-family:Helvetica,tahoma,arial,sans-serif;}
td.cal_header a{font-size:.9em; color:#b3d335; text-align:center;}
td.cal_header a:link {text-decoration:none;}
td.cal_header a:visited {text-decoration:none;}
td.cal_header a:active {text-decoration:none;}
td.cal_header a:hover {color:#895881; text-decoration:none; border-bottom:1px dotted #ccc;}
td.cal_header a:visited:hover {color:#895881; text-decoration:none; border-bottom:1px dotted #ccc;}
td.cal_colheader {font-size:.7em; color:#666; text-align:center; margin:0px;}
div.cal .cal_blank {font-size:.9em; color:#000; text-align:center;}
.cal_today {font-size:.9em; color:#111; background-color:#fff; text-align:center; margin:0px; font-weight:bold;}
.cal_weekday {font-size:.9em; color:#fff; background-color:#000; text-align:center; margin:0px;}
.cal_weekend {font-size:.9em; color:#fff; background-color:#222; text-align:center; margin:0px;}
.cal_callink {font-size:.9em; color:#fff; background-color:#895881; text-align:center; margin:0px; font-weight:bold;}
.cal_callink_weekend {font-size:.9em; color:#fff; background-color:#784770; text-align:center; margin:0px; font-weight:bold;}
.cal_callink a {color:#111; text-decoration:none;}
.cal_callink a:visited {color:#111; text-decoration:none;}
.cal_callink a:active {color:#111; text-decoration:none;}
.cal_callink a:hover {color:#fff200; text-decoration:none; border-bottom:1px dotted #ccc;}
.cal_callink a:visited:hover {color:#fff200; text-decoration:none; border-bottom:1px dotted #ccc;}
/* end Calendar function */