html,body
{

    height: 100%;
    margin: 0px;
    padding: 0px;
}
body
{
    background: url('../images/site/body-background.png') repeat;
    min-height: 100%;
    /*font-family: Helvetica;*/

    /*font-family: Verdana,Arial,Helvetica,sans-serif;*/
}
.Outer-Wrapper
{
    position:relative;
    width: 100%;
    height: auto !important;
    height: 100%;
    overflow: auto;
    min-height: 100%;
    box-shadow: inset 0px 0px 5px #999;
    -moz-box-shadow: inset 0px 0px 5px #999;
    -webkit-box-shadow: inset 0px 0px 5px #999;
}
.Website-Wrapper
{
    position:relative;
    width: 960px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    background: white;
    box-shadow: 0px 0px 20px #999;
    -moz-box-shadow: 0px 0px 20px #999;
    -webkit-box-shadow: 0px 0px 20px #999;
    margin: 15px auto 0px auto;

}

.Website-Wrapper .Website-Body
{
    width: 940px;
    margin: 0px 10px;
    padding: 20px 0px;

}

.Website-Wrapper > header
{
    padding:10px 0px 15px 0px;
    height: 160px;
    background: url('../images/solar-powered.png') top 10px right 5px no-repeat;
}

.Website-Header h2
{
    padding-left:2px;
}

.Website-Header .Header-Left
{
    float: left;
    margin-left: 40px;
}
.Website-Header .Header-Right
{
    float: right;
    margin-right:  0px;
}

.Website-Footer
{
    background: #336699;
    color: #ffffff;
    width: 100%;
    overflow: auto;
    margin-bottom: 00px;
    color: darkgrey;
    font-size: 1.2em;
    line-height: 1.2em;
}
.Website-Footer .FooterCopyright
{
    text-align: center;
    font-size: 1.2em;
    margin: 20px;
}
.Website-Footer .FooterDetails
{
    width: 600px;
    OVERFLOW: auto;
    margin: 10px auto 10px auto;
}
.Website-Footer .FooterDetails a
{
    color: white;
}
.Website-Footer .FooterDetails .FooterAddress,
.Website-Footer .FooterDetails .FooterOtherDetails
{
    width: 260px;
    float: left;
}
.Website-Footer .FooterDetails .FooterOtherDetails
{
    float: right;
    width: 260px;
}

.Header-Text1,
.Header-Text2
{
    font-style: italic;
    color: #336699;
    text-align: right;
    font-size: 2.2em;
    line-height: 1.2em;
    padding-right: 110px;
}
.Header-Text2
{
    font-size: 1.4em;
    color: #aaaaaa;
}
.Header-ConfirmBooking
{
    float:left;
    position: relative;
    /*margin-top: -10px;
    margin-left: 10px;*/
     /*-webkit-linear-gradient(top, #fff, #9e1230);*/

}

.Website-Banner nav .Header-ConfirmBooking a{
    display: block;
    background: white;
    border: 2px solid black;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 0.6em;
    color: black;
    margin-left: 20px;
    font-weight: bold;
    font-size: 1.0em;

}
.Header-Telephone,.Header-Wifi
{
    padding-top:20px;
    clear:both;
    float:right;
}

.Website-Banner
{
    position: relative;
    background: black;

    margin-left:-20px;
    margin-right: -20px;
    height: 231px;
    box-shadow: 0px 5px 20px #999;
    -moz-box-shadow: 0px 5px 20px #999;
    -webkit-box-shadow: 0px 5px 20px #999;
}
.Website-Banner.HasAnnouncement
{
    height: 266px;
}
.Announcement
{
    display: none;
    visibility: hidden;
    position: absolute;
    bottom: 0px;
    background: red;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 1.2em;
    text-align: center;
    color: white;
    font-weight: bold;
}

.HasAnnouncement .Announcement {
    display: block;
    visibility: visible;
}
.Website-Banner::before,
.Website-Banner::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -50px;
    z-index: -10;
    border: 25px solid;
    border-color: #242424 transparent transparent transparent;
}
.Website-Banner::before {left: 0;}
.Website-Banner::after {right: 0;}


.Website-Banner nav
{
    background: #336699;
    height: 35px;
    box-shadow: 0px -1px 0px #336699;
    -moz-box-shadow: 0px -1px 0px #336699;
    -webkit-box-shadow: 0px -1px 0px #336699;
    border-top: 1px solid #59b2e5;
    border-bottom: 1px solid #59b2e5;
    padding-right: 40px;
}

.Website-Banner nav a
{
    float: right;
    margin: 0px 10px;
    padding: 10px;
}


.StackPageColLeft
{
    float: left;
    width: 200px;
    margin-right: 20px;
}
.StackPageColRight
{
    float: right;
    width: 250px;
    margin-left: 20px;
}
.StackPageColMain
{
    float: left;
    width: 660px;
}
.StackPageHalfCol
{
    float: left;
    width: 460px;
}
.StackPageColHalfRight
{
    float:right;
    margin-left: 20px;
}

.CateringItem
{
    padding: 10px 50px;
    margin-bottom: 0px;
}
.CateringItem header
{
    width: 100%;
    overflow: auto;
    cursor: pointer;
}
.CateringItem .Arrow
{
    float: left;
    width: 16px;
    height: 16px;
    background: url(../images/arrrow.png) no-repeat center center transparent;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

    -webkit-transition: -webkit-transform 400ms ease-in-out;
    -moz-transition: -moz-transform 400ms ease-in-out;
    -o-transition: -o-transform 400ms ease-in-out;
    -ms-transition: -ms-transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out;
}


.CateringItem .Arrow.Turned
{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.CateringItem .CateringName
{
    float: left;
    width: 60%;

    font-size: 1.4em;
    font-weight: bold;

}
.CateringItem .CateringAlternateName
{
    padding-left: 10px;
    color: #336699;
}
.CateringItem .CateringCost
{
    float: right;
    width: 40%;
    font-weight: bold;
    text-align: right;
}
.CateringItem .CateringCostInfo
{

    font-size: 1.3em;
    line-height: 1.2em;
}
.CateringItem .CateringAdditionalCost
{
    font-size: 0.9em;
    padding: 3px 0px;
    font-weight:normal;
    color: #aaaaaa;
}



.CateringInfoRow
{
    clear:both;
    width: 100%;
    overflow: auto;
    margin: 5px 0px;
    padding: 10px 0px;
    border-top: 1px dotted black;
}

.CateringItem .CateringInfoRow:last-of-type
{
}
.CateringInfoRow .CateringInfoLabel
{
    float: left;
    font-size: 1.3em;
    font-weight: bold;
    width: 200px;
    padding-left: 10px;

}
.CateringInfoRow .CateringInfoContent
{
    float: left;

}
.CateringListContainer
{
    width:100%;
    overflow: auto;
}
.RefreshmentRow
{
    clear:both;
    width: 100%;
    padding: 10px 0px 10px 0px;
    overflow: auto;
    border-bottom: 1px dotted #555555;
}

.StackTextBlock .RefreshmentRow:last-of-type,
.CateringListContainer .RefreshmentRow:last-of-type
{
    border-bottom: none;
}
.RefreshmentRow .RefreshmentLabel
{
    float: left;
    width: 180px;

}
.RefreshmentRow .RefreshmentCost
{
    float: right;
    text-align: right;
    font-weight: bold;
    font-size: 1.2em;
}

.TickerBoxWrapper
{
    width: 996px;
    border: 2px solid #336699;
    height: 190px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    margin-top: 0px;
    position: absolute;
}
.TickerBoxWrapper a.TickerLink
{
    width: 1000px;
    height: 279px;
    display: block;
    margin:0px;
    padding:0px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    margin-top: -1px;
    margin-left: -1px;
}

.RoomViewWrapper .RoomInfoCol
{
    width: 300px;
    float:left;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 00px;
}

.RoomViewWrapper .RoomInfoCol:last-of-type
{

}
.RoomViewWrapper .RoomFacilities
{
    font-weight: bold;
}
.RoomViewWrapper .RoomFacilities section
{
    margin: 10px;
}
.RoomViewWrapper .RoomFacilities p
{
    border-bottom: 1px dotted #336699;
    padding: 10px 5px;
    margin: 0px 10px;
    color: #336699;
}
.RoomViewWrapper .RoomFacilities p:last-of-type
{
    border-bottom:none;
}
.RoomDetailsTable
{
    width: 100%;
    overflow: auto;
}
.RoomDetailsTable .RoomDetailsRow
{
    width: 280px;
    border-bottom: 1px dotted #336699;
    margin: 0px auto 0px auto;
    overflow: auto;
    padding: 8px 10px;
    font-size: 1.2em;
    line-height: 1.3em;
}
.RoomDetailsTable .RoomDetailsRow:last-of-type
{
    border-bottom: none;
}
.RoomDetailsTable .RoomDetailsRow.RoomDetailsHeaderRow
{
    background: #336699;
    font-size: 1.4em;
    font-weight: bold;
    color: white;
    text-align: center;

}

.RoomDetailsTable .RoomDetailsRow .RoomDetailsLabel
{
    float: left;
    font-weight: bold;
    text-align: right;
    width: 140px;

}
.RoomDetailsTable .RoomDetailsRow .RoomDetailsItem
{
    float: right;
    width: 130px;
    color: #336699;
}
.RoomLayoutDetails
{
    clear:both;
    padding: 10px 0px;
}
.LayoutsDetails
{
    font-size: 1.1em;
    color: #336699;
    margin: 10px;
}
.LayoutsTable
{
    width: 850px;
    margin: 10px auto;
    overflow: auto;
}
.Website-Body .RoomInfoCol h1,
.Website-Body .LayoutsTable h1
{
    background: #999;
}
.LayoutsTable .LayoutsTableItem
{
    float: left;
	height:200px;
    width: 140px;
    margin: 15px;
}
.LayoutsTable .LayoutsTableItem h1
{
    font-size: 0.9em;
}
.LayoutsTable .LayoutsTableItem .LayoutsCapacity
{
    margin: 10px 0px;
    text-align: center;
}
.ImagesTable .ImagesTableItem
{
    float: left;
    width: 162px;
    margin: 13px;
    overflow: auto;
}
.BookingConfirmationSection {
    padding-left: 10px;
    padding-right: 10px;
}
#PurchaseOrderType 
{
width:100%;
}
.BookingConfirmationWrapper .BookingConfirmationHeader {
    background: #336699;
    font-size: 1.6em;
    line-height: 1em;
    padding: 10px;
    margin: 30px;
    color: white;
    font-weight: bold;
    text-align: center;
}

.BookingConfirmationSection.FullWidth
{
    width: 900px;
    clear:both;
}
.BookingConfirmationDetailsTable
{
}
.BookingConfirmationSection.FullWidth .BookingConfirmationDetailsTable
{
    width: 900px;
}
.BookingConfirmationDetailsTable .BookingConfirmationDetailsRow
{
    border-bottom: 1px dotted #336699;
    padding: 5px 10px;
    font-size: 1.2em;
    line-height: 1.3em;
}
.BookingConfirmationDetailsTable .BookingConfirmationDetailsRow.SubmitRow
{
    text-align: center;
}
.BookingConfirmationDetailsTable .BookingConfirmationDetailsRow.SubmitRow input
{
    font-size: 1.3em;
    color: white;
    font-weight: bold;
    background: #336699;
    border: 2px solid #4495d9;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: hand;
}
.BookingConfirmationSection.FullWidth .BookingConfirmationDetailsTable .BookingConfirmationDetailsRow
{
}
.BookingConfirmationDetailsTable .BookingConfirmationDetailsRow.BookingConfirmationDetailsRowHeader
{
    border-bottom:none;
    font-size: 1.4em;
    font-weight:bold;
    text-align: center;
    margin-top: 20px;
    background: #336699;
    color:white;
}
.BookingConfirmationDetailsTable .BookingConfirmationDetailsRow:last-of-type
{
    border-bottom: none;
}

.BookingConfirmationDetailsTable .BookingConfirmationDetailsRow .BookingConfirmationDetailsLabel
{
    font-weight: bold;
    text-align: right;
}
.BookingConfirmationDetailsTable .BookingConfirmationDetailsRow .BookingConfirmationDetailsItem
{
    color: #336699;

}


.BookingTermsBox
{
    border: 4px solid #336699;
    height: 200px;
    border-radius: 10px;
    margin: 10px;
    padding: 5px;
    overflow-y: scroll;
    font-size: 0.8em;

}
.BookingTermsAccept
{
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3em;
}
.BookingTermsCheckbox
{
    width: 160px;
    margin: 5px auto 5px auto;
}
.BookingTermsAccept input,
.BookingTermsAccept label
{
    display: block;
    float: left;
}
.BookingTermsAccept input:first-of-type
{
    margin-right: 30px;
}
.BookingTermsAccept input
{
    background: #ff0033;
    border: 1px solid #336699;
    margin: 2px 10px;
    width: 20px;
    height: 20px;
}
.BookingConfirmationCheckBox
{
    width: 500px;
    margin: 10px auto;
    border: 2px solid #336699;
    border-radius: 15px;
    box-shadow: 10px 10px 20px #8a8a8a;
}
.BookingConfirmationCheckBox h1
{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.BookingConfirmationCheckBox p
{
    font-size: 1.2em;
    font-weight: bold;
    color: #E70000;
    text-align: center;
}
.BookingConfirmationCheckBox .BookingConfirmationCheckLinks
{
    width: 150px;
    margin: 5px auto;
    overflow: auto;
}
.BookingConfirmationCheckBox .BookingConfirmationCheckLinks a
{
    background: #ff0033;
    border: 1px solid #d81b21;
    border-radius: 5px;
    padding: 5px;
    width: 50px;
    display: block;
    float: left;
    text-align: center;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.4em;
    margin: 5px;
}
.BookingConfirmationCheckBox .BookingConfirmationCheckLinks a:last-of-type
{
    background: #33cc00;
    border: 1px solid #339933;
}

.BookingErrorMessage
{
    font-size: 1.3em;
    color: #ff0033;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
    margin: 10px 10px 0px 10px;
}

.BookingFormWrapper input[type=text]
{

}

.BookingConfirmationDetailsTable .BookingConfirmationDetailsRow .BookingConfirmationDetailsItem input[type=text],
.BookingConfirmationDetailsTable .BookingConfirmationDetailsRow .BookingConfirmationDetailsItem textarea
{
    border: 1px solid #336699;
    border-radius: 4px;
    padding: 2px;
    width: 200px;
}
.BookingConfirmationDetailsTable .BookingConfirmationDetailsRow .BookingConfirmationDetailsItem select
{
    border: 1px solid #336699;
    border-radius: 4px;
    padding: 2px;
}

.BookingConfirmationDetailsTable .BookingConfirmationDetailsRow .BookingConfirmationDetailsItem select.RefreshmentSelect
{
    width: 200px;
}
.BookingConfirmationDetailsTable .BookingConfirmationDetailsRow .BookingConfirmationDetailsItem textarea
{
    height: 50px;
}

.BookingConfirmationDetailsTable .BookingConfirmationDetailsRow .BookingConfirmationDetailsItem input.BookingFieldError,
.BookingConfirmationDetailsTable .BookingConfirmationDetailsRow .BookingConfirmationDetailsItem select.BookingFieldError
{
    background: #ff0033;
    color: white;
}

.RoomBannerDetails
{
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    border: 2px solid #336699;

    width: 320px;
    background: white;
    margin: 0px;
}
.RoomBannerDetails .RoomDetailsTable
{
    margin: 0px;
}
.RoomBannerDetails .RoomDetailsTable h1
{
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
}
.RoomBannerDetails .RoomDetailsTable .RoomDetailsRow
{
    width: 300px;
}
.RoomBannerDetails .RoomDetailsTable .RoomDetailsRow .RoomDetailsLabel
{
    width: 100px;
}
.RoomBannerDetails .RoomDetailsTable .RoomDetailsRow .RoomDetailsItem
{
    width: 190px;
}
em
{
    font-style: italic;
}

.RoomAdditionalNotes
{
    margin: 10px;
    padding: 10px;
    background: #edecd5;
    text-align: center;
    font-size: 1.2em;
    border: 2px dashed #a3a3a3;
}