/* Calendar Mod */
#calView { width:350px; }
#calView td { font-family: sans-serif; font-size: 13px; color:#999999; border:solid 1px #717171;}
#calView a { color: #000000; }
#calView a.navmonth { color: #FFFFFF; font-weight: bold;}
#calView .day-empty { background-color: #e0e0e0; }
#calView .day-other { background-color: #f6f6e6; }
#calView .day-other:hover { background-color: #ffffef; }
#calView .day-current { background-color: #f1f1c1; }
#calView .day-current:hover { background-color: #ffffcf; }
#calView .day-selected { background-color: #c1f1e1; }
#calView .day-selected:hover { background-color: #cfffef; }
#calView .day-event { background-color: #f1fCED; }
#calView td div.day-event-count { text-align:right; vertical-align:bottom; font-size:18px; font-weight:bold; padding-right:5px;}
#calView td div.day-event-count a.late{ color: #776;}
#calView td div.day-event-count a{ color: #900;}
#calView .header { background-color: #717171; color: #FFFFFF; font-size: .95 em; font-weight: bold; text-align: center; }
#calView .subheader { background-color: #aaaaaa; color: #FFFFFF; font-weight: bold; text-align: center; }

#eventsViewCalendar { width:350px; }