﻿#adBoxes
{
    clear: both;
    height: 165px;
    margin-top: 5px;
    position: relative;
    top: 0px;
    left: 0px;
}

.smallAdBox, .largeAdBox
{
    background-color: #999966;
    cursor: pointer;
    display: block;
    float: left;
    height: 163px;
}

.smallAdBox a, .largeAdBox a
{
    text-decoration: none;
    display: block;
    height: 163px;
    padding-left: 10px;
}

.smallAdBox h1, .largeAdBox h1
{
    color: #fff;
    text-align: left;
    font-style: normal;
    padding-top: 10px;
    margin-left: 2px;
}

.smallAdBox
{
    width: 205px;
}

.largeAdBox
{
    width: 280px;
}

.largeAdBox a
{
    width: 270px;
}

.smallAdBox.padRight, .largeAdBox.padRight
{
    margin-right: 5px;
}

.smallAdBox img, .largeAdBox img
{
    padding: 6px 0 0 2px;
}

.slideShow
{
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
    width: 561px;
}

#enquiryTopics
{
    width: 500px;
    display: block;
    min-height: 100px;
}

#enquiryTopics .left
{
    width: 200px;
    float: left;
    margin-left: 30px;
}

#enquiryTopics .right
{
    width: 220px;
    float: right;
    margin-left: 40px;
}

#enquiryForm
{
    padding: 4px 0 0 30px;
    height: 250px;
}

#filterControls
{
    width: 663px;
    margin: 0 auto;
    min-height: 110px;
}

#enquiryForm .inputRow, #filterControls .inputRow #enquiryForm .bigInputRow
{
    display: block;
    margin-bottom: 6px;
}

#enquiryForm .inputRow, #filterControls .inputRow
{
    height: 26px;
}

#enquiryForm .bigInputRow
{
    height: 140px;
}

#filterControls .inputRow .formLabel
{
    position: static;
}

#enquiryForm .formLabel
{
    position: relative;
    vertical-align: top;
}

.formLabel
{
    width: 60px;
    display: -moz-inline-box;
    display: inline-block;
    margin-left: 20px;
}

.formInput
{
    /**width: 150px; 	position: relative;**/
    display: -moz-inline-box;
    display: inline-block;
}

.labelWidth
{
    width: 115px;
}



.formInputTextBox
{
    width: 150px;
    position: relative;
}

#filterControls .inputRow .formButton
{
    margin-left: 20px;
}

.formButton
{
    width: 100px;
}

#enquiryForm .formButton
{
    margin-left: 500px;
}

#excursionGrid
{
    margin: 0 10px;
    overflow: hidden;
}

#filterControls .selectChoices
{
    padding: 20px 0px 0px 20px;
    height: 50px;
    min-height: 50px;
}

.bookingImage
{
    display: block;
    float: right;
    margin: 0px 1px 1px 0px;
}

.alignRow
{
    text-align: center;
}

.grid
{
    margin: 0px 0px 10px 20px;
    width: 640px;
}

.grid tr, .grid td, .grid th
{
    padding: 4px 0;
}

.grid .odd
{
    background-color: #AAA77C;
}

.grid .even
{
    background-color: #B56D9E;
}

.story
{
    width: 680px;
}

.articleImage
{
    float: left;
    margin: 20px 20px 20px 20px;
}

p, h1
{
    margin: 0px 30px 0px 30px;
}

h3
{
    font-weight: normal;
    padding: 10px 0px 10px 0px;
}

.articleSeparator
{
    color: #963175;
    margin: 20px 20px 20px 20px;
    clear: both;
}

.modalBackground
{
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    opacity: .6;
}

#loadingPanel
{
    display: block;
}

#loadingPanel .loadingText
{
    height: 55px;
    left: 50%;
    margin: -25px 0 0 -125px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 250px;
}


#loadingPanel .loadingText img
{
    float: none;
    margin: 0;
}

#failedPanel
{
    display: none;
}

#detailPanel
{
    display: none;
}

#detailPanel .destinationImg
{
    float: left;
    height: 100px;
    margin-right: 10px;
    width: 150px;
}

#excursionPanel
{
    background-color: #dcdbc9;
    border: solid 1px #000; /* height: 200px; 	max-height: 551px; */
    padding: 6px;
    position: absolute;
    text-align: left;
    width: 500px;
    z-index: 999;
    overflow-x:hidden; /* CSS3 property. Seems to work in IE anyway.. */
    overflow-y: auto; /* CSS3 property. Seems to work in IE anyway.. */
}

#excursionPanel .extraInfo
{
    clear: both;
    margin-top: 20px;
}

#excursionPanel .extraInfo .floatLeft
{
    float: left;
    width: 190px;
}

#excursionPanel .extraInfo .floatRight
{
    float: right;
    width: 190px;
}

#excursionPanel h1
{
    color: #963175;
    font-size: 22px;
    font-style: normal;
    margin: 0 10px 6px 0;
    padding-top: 15px;
}


#excursionPanel h1
{
    color: #963175;
    font-size: 22px;
    font-style: normal;
    margin: 0 10px 6px 0;
    padding-top: 15px;
}

#lnkClose
{
    position: absolute;
    right: 15px;
    text-decoration: none;
    font-size: 120%;
    padding: 3px;
    background-color: #eee; 
}

#lnkClose:hover
{
    text-decoration: none;
    background-color: #333;
    color: White;
}

#excursionPanel .excursionExtraInfoPanel h2, #excursionPanel h2
{
    font-size: 16px;
    font-style: italic;
    padding: 0px 0px 5px 0px;
}

#excursionPanel .excursionExtraInfoPanel h3, #excursionPanel h3
{
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    margin: 0px;
    padding: 3px 0;
}

#excursionPanel ul
{
    list-style-type: none;
    margin: 0 0 6px 0;
    padding: 0;
}

#excursionPanel p, #excursionPanel li
{
    margin: 0;
    padding: 0;
}

.lowerTitle
{
    margin: 30px 0px 0px 30px;
}

.adminControls
{
    background-color: #F0FFFF;
    margin: 50px 50px 50px 50px;
    padding: 50px 50px 50px 50px;
}

.space
{
    height: 20px;
    min-height: 20px;
    position: relative;
    display: block;
}

.error
{
    clear: both;
    color: #CC0000;
}

#enquiryForm .error
{
    margin-left: 82px;
    width: 150px;
}

.alignValidation
{
    margin-left: 155px;
    clear: both;
}
