@charset "UTF-8";

:root {
    --main-backgroundcolor: #FFFFFF;
    --main-barcolor: silver;
    --main-fontcolor: black; /* Should be the same across all */
    --main-topheadercolor: white;
    --main-buttoncolorlight: #264633;
    --main-buttoncolordark: #244230; /* One Shade Darker than the buttoncolorlight */
    --main-buttonmatchingcolor: #3e7454; /* Three shades lighter than the buttoncolorlight*/
    --main-tabmatchingcolor: #478560; /* Four shades lighter than the buttoncolorlight*/
    --main-loadercolor: #09110c; /* Four shaedes darker than the buttoncolorlight */}

.ResvBody {
    background-image: url('https://www.skywaresystems.net/HotelImages/RondelVillage/RondelWaterMark.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;
}

.TabUDFActive {
    color:white;
}
.TabUDFInActive {
    color:white;
}
.ItineraryTitle {
    color:white;
}
.WebButton {
    color:white;
}
.WebButtonLarge {
    color:white;
}
