All the classes will be prefixed with the value of Theme property.
Example:
Theme="calendar_green"
"_message" will result in "calendar_green_message".
_message
Message bar.
_message_close
Close icon of the message bar.
_event
Main event box.
_event_inner
A <div> inside event box (_event).
_event_hover
Added to the main event box when the cursor is on an event (in addition to _event).
_selected
A selected event (in addition to _event).
_event_continueleft
Events that start outside of the visible area.
_event_continueright
Events that end outside of the visible area.
_alldayevent
Main event box.
_alldayevent_inner
A <div> inside main event box (_alldayevent).
_alldayevent_hover
Added to the main event box when the cursor is on an event (in addition to _alldayevent).
_shadow
Moving/resizing shadow marker.
_shadow_inner
A <div> inside _shadow.
_main
The topmost <div>.
_scroll_up
Scroll up indicators.
_scroll_down
Scroll down indicators.
_corner
Upper-left corner box.
_corner_inner
A <div> inside _corner.
_cornerright
Upper-right corner box.
_cornerright_inner
A <div> inside _corner_right.
_colheader
Column header cell.
_colheader_inner
A <div> inside _colheader.
_alldayheader
All-day event header cell.
_alldayheader_inner
A <div> inside _alldayheader.
_rowheader
Row header cell.
_rowheader_inner
A <div> inside _rowheader.
_rowheader_minutes
A <span> that contains minutes part of the time header.
_cell
Time cell.
_cell_business
Business time cells (defined as Monday - Friday, between BusinessBeginsHour and BusinessEndsHour). Used in addition to _cell.
_cell_inner
A <div> inside _cell.