.cellTitleHeader
{
    background  : #fafafa url(../images/calendar/calTitleHeader.png);
    font-size   : 9pt;
}

.cellTitleExhibit
{
    border-top  : 1px solid #000000;
    background  : #ff9f71 url(../images/calendar/calTitleExhibit.png);
    font-size   : 9pt;
}

.cellTitleOther
{
    border-top  : 1px solid #000000;
    background  : #cccccc url(../images/calendar/calTitleOther.png);
    font-size   : 9pt;
}

.cellTitleMeeting
{
    border-top  : 1px solid #000000;
    background  : #9595ff url(../images/calendar/calTitleMeeting.png);
    font-size   : 9pt;
}

.cellTitleBallroom
{
    border-top  : 1px solid #000000;
    background  : #9bff9b url(../images/calendar/calTitleBallroom.png);
    font-size   : 9pt;
}

.cellTextOddExhibit
{
    background  : #ffeadf url(../images/calendar/calExhibitEven.png);
    font-size   : 9pt;
    cursor      : pointer; cursor: hand;
}

.cellTextOddOther
{
    background  : #cccccc url(../images/calendar/calOtherEven.png);
    font-size   : 9pt;
    cursor      : pointer; cursor: hand;
}

.cellTextOddMeeting
{
    background  : #ececff url(../images/calendar/calMeetingEven.png);
    font-size   : 9pt;
    cursor      : pointer; cursor: hand;
}

.cellTextOddBallroom
{
    background  : #e8ffe8 url(../images/calendar/calBallroomEven.png);
    font-size   : 9pt;
    cursor      : pointer; cursor: hand;
}

.cellTextEvenExhibit
{
    background  : #ffcab0 url(../images/calendar/calExhibitOdd.png);
    font-size   : 9pt;
    cursor      : pointer; cursor: hand;
}

.cellTextEvenOther
{
    background  : #eeeeee url(../images/calendar/calOtherOdd.png);
    font-size   : 9pt;
    cursor      : pointer; cursor: hand;
}

.cellTextEvenMeeting
{
    background  : #cacaff url(../images/calendar/calMeetingOdd.png);
    font-size   : 9pt;
    cursor      : pointer; cursor: hand;
}

.cellTextEvenBallroom
{
    background  : #c6ffc6 url(../images/calendar/calBallroomOdd.png);
    font-size   : 9pt;
    cursor      : pointer; cursor: hand;
}

.drag
{
    position: absolute;
    cursor:   move;
}
