﻿/*** Booking calendar ***/
.BookedDay
{
    background-position: center center;
    background-image: url('images/MidGrediant_Icon.gif');
    background-repeat: no-repeat;
}
.ArrivalDay
{
    background-position: center center;
    background-image: url('images/ArrGrediant_Icon.gif');
    background-repeat: no-repeat;
}
.DepartureDay
{
    background-position: center center;
    background-image: url('images/DepGrediant_Icon.gif');
    background-repeat: no-repeat;
}
.MultiBooked
{
    background-position: center center;
    background-image: url('images/MultiBooked_Icon.gif');
    background-repeat: no-repeat;
}
/*** ChangeDay ***/
.ChangeDay
{
    background-position: center center;
    background-image: url('images/ChangeDay.gif');
    background-repeat: no-repeat;
}

/** Text format of message when booking is made by customer **/
.MessageBooked
{
    font-weight: bold;
    color: #008000;
    font-size: 1.1em;
}

/** Text format of message when booking period is not available **/
.BookingValidation
{
    color: #FF6600;
}

/*** Legend text ***/
.Legend
{
    font-size: 8px;
}

/*** Manage bookings styles ***/
.mngRequestDay
{
    background-color: #33CCFF;
}

.mngUnavailableDay
{
    background-color: #C0C0C0;
}

.mngBookedDay
{
    background-position: center center;
    background-image: url('images/MidGrediant_Icon.gif');
    background-repeat: no-repeat;
    background-color: #FF3300;
}

.mngArrivalDay
{
    background-position: center center;
    background-image: url('images/ArrGrediant_Icon.gif');
    background-repeat: no-repeat;
}

.mngDepartureDay
{
    background-position: center center;
    background-image: url('images/DepGrediant_Icon.gif');
    background-repeat: no-repeat;
}

.mngArrDepSameDay
{
    background-position: center center;
    background-image: url('images/MultiBooked_Icon.gif');
    background-repeat: no-repeat;
    background-color: #FF3300;
}

/*** Manage bookings styles: use of units ***/
.mngMultiBookedDay
{
    background-color: #FF3300;
}

.mngMultiFreeDay
{
    background-color: #FFBD75;
}

.CalNumOfUnits
{
    font-size: 6px;
    line-height: 5px;
    font-weight: normal;
    color: #808080;
}