﻿@charset "UTF-8";

:root {
    --main-backgroundcolor: #FFFFFF;
    --main-barcolor: #de9430;
    --main-fontcolor: black; /* Should be the same across all */
    --main-topheadercolor: white;
    --main-buttoncolorlight: #693130;
    --main-buttoncolordark: #572928; /* One Shade Darker than the buttoncolorlight */
    --main-buttonmatchingcolor: #9d4a48; /* Three shades lighter than the buttoncolorlight*/
    --main-tabmatchingcolor: #af5250; /* Four shades lighter than the buttoncolorlight*/
    --main-loadercolor: #231010; /* Four shaedes darker than the buttoncolorlight */
}

.ResvBody {
   background-image: url('https://www.skywaresystems.net/HotelImages/Buttonwood/ButtonwoodWaterMark.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;
}

.ResvInfoRow {
    color:white;
}
.TabUDFActive {
    color:#f2f2f2;
}
.TabUDFInActive {
    color:#f2f2f2;
}
.ItineraryTitle {
    color:#f2f2f2;
}
.WebButton {
    color:#f2f2f2;
}
.WebButtonLarge {
    color:#f2f2f2;
}