﻿

.HotelInformationDiv
{
    width:100%;
}
table
{
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
}

#SelectionDiv.
{
    clear:both;
}


.SeasonTable th
{
    border-style:solid;
    border-width:0.1px;
    border-color:White;
    background-color:#244A6F;
    color:White;
}

.GroupHotelRoomDiv
{
    border-style:solid;
    border-color:#81CFCD;
    margin-top:5px;
    margin-bottom:5px;
    border-width:1px;
    padding:5px 5px 5px 5px;
}

.MarketText
{
    width:100%;
    font-size:16px;
    color: #336699;
    font-weight:bold;
}

.MarketTextDescription
{
    width:100%;
    font-size:10px;
}

.ValidPeriod
{
    width:100%;
    text-align:right;
    float:right;
}

.SurchargeCalendar
{
    margin-top:10px;
}

#SearchCriteriaTable
{
    margin-top:0px;
    margin-bottom:0px;
}


#SearchCriteriaTable th
{
    width:100px;
    text-align:left;
}


#SearchCriteriaTable td
{
}



.RoomDetailsColumnHeader
{
    background-color:#006699;
    color:White;
    font-size:12px;
}

tr:nth-child(even) .RoomDetailsColumn
{
    background-color:#ddf4ff;
}



tr:nth-child(odd) .RoomDetailsColumn
{
    background-color:#c4ecff;
}

.roomName 
{
    color: #336699;
    font-weight: bold;
}

.roomPricing
{
    color: #339933;
    font-weight: bold;
    text-align:right;
}

.SeasonPricingColumnHeader
{
    background-color:#ff3366;
    color:White;
    font-size:12px;
}

tr:nth-child(even) .SeasonPricingColumn
{
    background-color:#ffdfe8;
}

tr:nth-child(odd) .SeasonPricingColumn
{
    background-color:#ffc4d2;
}

.SeasonPricingColumn
{
    color: #b02625;
    font-weight: bold;
    text-align:right;
}

.SearchDiv
{
    background-color:#fefdd8;
    border:#f25017 dashed 2px;
    padding:10px;
    margin:10px 0px;
}

.SearchText
{
    width:100%;
    font-weight:bold;
    color: #336699;
}

.SeasonToggle
{
    color:#339933 !important;
    font-size:11px !important;
    font-weight:bold !important;
    text-decoration:underline !important;
}
.RoomRequest
{
    color:#d64b38 !important;
    font-size:11px !important;
    font-weight:bold !important;
    text-decoration:underline !important;
}

.RateNote
{
    color:#6C47ED;
}
