﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #9999FF;
}
H3
{
    color: #0066FF;
}
H5
{
    color: #0066FF;
}

/* Layout */
#Container
{
    margin-right: auto;
    margin-left: auto;
    width: 802px;
    background-color: #FFFFFF;
}
#TopPanel
{
    width: 800px;
    height: 20px;
    float: none;
    padding-top: 5px;
    background-color: #356AA0;
    color: #FFFFFF;
    text-align: center;
    font-size: 10pt;
    clear: both;
}
#HeaderPanel
{
    width: 800px;
    height: 80px;
    float: none;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #FFFFFF;
    background-color: #356AA0;
    clear: both;
}

#MenuPanel
{
    width: 798px;
    height: 25px;
    background-color: #356AA0;
    padding: 0px 1px 0px 1px;
    z-index: 5000;
    clear: both;
}

#MainPanel
{
    width: 788px;
    float: none;
    padding: 5px;
    background-color: #FFFFFF;
    border-right-style: solid;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-right-color: #356AA0;
    border-left-color: #356AA0;
    min-height: 350px;
    clear: both;
}

#BottomPanel
{
    border-left: 1px solid #356AA0;
    border-right: 1px solid #356AA0;
    width: 798px;
    height: 80px;
    padding: 0px;
    background-color: #356AA0;
    text-align: center;
    clear: both;
}

#FooterPanel
{
    width: 800px;
    height: 20px;
    background-color: #356AA0;
    font-size: 10pt;
    text-align: center;
    color: White;
    clear: both;
}
#CottageLeft
{
    width: 632px;
    height: 100%;
    float: left;
    background-color: #FFFFFF;
}
#CottageRight
{
    width: 127px;
    height: 100%;
    padding-left: 10px;
    float: right;
}
#CottageTop
{
    width: 790px;
    height: 40px;
    float: none;
}
#VideoLeft
{
    width: 520px;
    height: 100%;
    float: left;
}
#VideoRight
{
    width: 218px;
    height: 100%;
    float: left;
}
.smallCentred
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
}
.smallLeft
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
}

.mediumCentred
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}

.photoStrip
{
    border: 1px solid #C0C0C0;
    width: 90%;
    text-align: center;
    vertical-align: middle;
}
.galleryImage
{
    width: 100px;
    height: auto;
}
.watermark
{
    color: #999999;
}
.bookedDate
{
    background-color: red;
}
.centered
{
    text-align: center;
}
.button
{
    width: 100px;
    height: 25px;
}
.orderFormShortDiv
{
    width: 199px;
    float: left;
    text-align: left;
    padding: 10px 5px 10px 5px;
}
.orderFormFullDiv
{
    width: 94%;
    float: none;
    text-align: left;
    padding: 10px 5px 10px 5px;
    clear: both;
}
.orderFormContainer
{
    margin-left: auto;
    margin-right: auto;
    width:494px;
}
