/* for events editor - m_event.cfm */
.calendartable {background-color:#C0C0C0;}
.month {text-align:center;}
.unscheduled {text-align:center;background-color:white;color:black;cursor:pointer;cursor:hand;}
.scheduled {text-align:center;background-color:green;color:white;cursor:pointer;cursor:hand;}
.noday {background-color:white;}
.dayletter {background-color:#808080;text-align:center;color:white;font-weight:bold;width:16px;}

/* for month-at-a-glance calendar */
.calendarbig {background-color:#C0C0C0; margin-bottom:10px;}
.monthname {text-align:center;font-size:14pt;color:#083451;}
.dayname {background-color:#808080;text-align:center;color:white;font-weight:bold;}
.daydate {text-align:right;}
.blankday {background-color:#C0C0C0;height:80px;}
.activeday {background-color:white;height:80px;}
.tinyevent {font-size:9px;}