/* General */
body {
    /*margin: 0;
    padding: 0;*/
    background-color: #efefef; 
    /*background-image: url('images/pageBackground.jpg');
    background-repeat: repeat;
    background-position: 0 0;*/
    font-family: Helvetica;
    font-size: 15px;
}
p {
    padding: 0;
    margin: 0 0 20px 0;
}
textarea {
    overflow: auto;
}
a:link, 
a:visited {
    color: #2570a3;
    font-weight: bold;
    text-decoration: none;
}
a:hover, 
a:active {
    text-decoration: underline;
}
hr {
    height: 3px;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: #333333;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.hide, 
.hidden {
    display: none;
}
.vhide, 
.vhidden {
    visibility: hidden;
}
.spacer {
    height: 20px;
}
.stars {
    background-image: url('images/iconStar.png');
    background-repeat: repeat-x;
    background-position: 0 0;
    height: 25px;
}
.toggleLink {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}

/* Page */
.page {
    width: 1200px;
    margin: 0 auto 0 auto;
    /*box-shadow: 0 0 20px #000000;*/
}

/* Page Header and Slideshow */
.page > .header {
    display: none;
    height: 375px;
    background-image: url('images/pageHeader.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #efefef;
}
.page > .header > .slideshow {
    position: absolute;
    top: 65px;
    z-index: 10;
    height: 305px;
    width: 1200px;
    overflow: hidden;
}
.page > .header > .overlay {
    position: absolute;
    top: 0;
    z-index: 20;
    height: 375px;
    width: 1200px;
    background-image: url('images/pageHeaderOverlay.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}
.page > .header > .keywords {
    position: absolute;
    top: 40px;
    z-index: 30;
    margin: 0 0 0 10px;
    text-align: left;
    font-size: 14px;
    color: #333333;
}
.page > .header > .search {
    position: absolute;
    top: 310px;
    z-index: 40;
    width: 1180px;
    margin: 10px;
    text-align: right;
}

/* Page Columns */
.page .leftColumn {
    width: 200px;
    text-align: left;
    vertical-align: top;
    background-color: #efefef;
}
.page .rightColumn {
    width: 370px;
    text-align: left;
    vertical-align: top;
    background-color: #efefef;
}

/* Page Footer */
.page > .footer {
    /*display: none;*/
    height: 70px;
    line-height: 70px;
    width: 100%;
    text-align: center;
    color: #333333;
    border-top: 1px solid #333333;
}
.page > .footer a:link, 
.page > .footer a:visited {
    color: #333333;
    text-decoration: none;
}
.page > .footer a:hover, 
.page > .footer a:active {
    text-decoration: underline;
}

/* Meta */
.branding {
    display: none;
    width: 100%;
    text-align: center;
    margin: 20px auto 20px auto;
    font-size: 10px;
    color: #333333;
    height: 20px;
    line-height: 20px;
}
.branding a:link, 
.branding a:visited {
    color: #333333;
    text-decoration: none;
}
.branding a:hover, 
.branding a:active {
    text-decoration: underline;
}

/* Content */
#include {
    text-align: center;
    vertical-align: top;
    background-color: #efefef;
}
#include {
    text-align: left;
    padding: 10px;
    color: #333333;
}
#include h1 {
    /*color: #3E3A37;*/
    font-family: "Times New Roman";
    font-size: 20px;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #333333;
}
#include h2 {
    /*color: #3E3A37;*/
    font-family: "Times New Roman";
    font-size: 20px;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #333333;
}

/* Form */
.form {
    padding: 0;
} 
.form fieldset {
    border: 0;
    margin: 0 0 20px 0;
    padding: 0;
}
.form fieldset p { 
    margin: 0 0 10px 0;
}
.form fieldset h3 { 
    margin-top: 0;
}
.form fieldset legend {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px 0;
}
.form fieldset input[type="text"], 
.form fieldset input[type="password"],
.form fieldset textarea {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 5px;
    color: #333333;
    border-radius: 5px;
    width: 275px;
    font-size: 15px;
}
.form fieldset textarea {
    width: 600px;
    height: 140px;
}
.form fieldset input[type="text"]:focus, 
.form fieldset input[type="password"]:focus, 
.form fieldset textarea:focus { 
    outline: 0;
    color: #333333; 
    background-color: #ffffcc; 
}
.form fieldset input[type="text"]:active, 
.form fieldset input[type="password"]:active,
.form textarea:active { 
    background-color: #ffffcc; 
}
.form fieldset label {
    display: block;
}
.form fieldset .error {
    color: #e80020;
}
.form input[name="submit"] {
}
.form .field > label {
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #333333;
}
.form .options {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.form .options > li {
    float: left;
    padding: 5px;
}
.form .options > li > label {
    display: inline;
    padding: 0 0 0 5px;
}
.form .important {
    font-style: italic;
}
.form .distance {
    width: 3em !important;
}
.form .files {
    list-style-type: none;
    padding: 0;
    margin: 0
}
.form .files > li {
    float: left;
    margin: 0 10px 0 0;
}
.form .files > li > .image{
    display: block;
    width: 175px;
    height: 120px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120%;
}
.form .portal {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.form .portals > li {
    padding: 5px;
}
.form .portal li > .heading {
    font-weight: bold;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #333333;
}
.form .uploader {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #333333;
}
.form .highlight {
    /*color: #333333;*/
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #ffffca;
    padding: 5px;
    font-size: 12px;
}
.form .small {
    width: 50px !important;
}
.form .subtype_select {
    padding: 5px;
    margin: 5px;
    border: 1px solid #cccccc;
    background-color: #efefef;
    border-radius: 5px;
}

/* Featured Listings */
.featureListings {
    /*width: 605px;*/
    margin: 0 5px 0 5px;
}
.featureListings > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.featureListings > ul.left {
    float: left
}
.featureListings > ul.right {
    float: right
}
.featureListings > ul > li {
    width: 290px;
    height: 190px;
    float: left;
    margin: 5px;
}
.featureListings > ul > li > .heading {
    display: block;
    position: absolute;
    z-index: 100;
    width: 280px;
    padding: 5px;
    font-size: 14px;
}
.featureListings > ul > li > .heading:link,
.featureListings > ul > li > .heading:visited {
    background-color: #333333;
    background-color: rgba(51, 51, 51, 0.8);
    color: #ffffff;
}
.featureListings > ul > li > .heading:hover,
.featureListings > ul > li > .heading:active {
    background-color: #d67525;
    background-color: rgba(214, 117, 37, 0.8);
    color: #ffffff;
    text-decoration: none;
}
.featureListings > ul > li > .image:link,
.featureListings > ul > li > .image:visited {
    display: block;
    width: 290px;
    height: 190px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120%;
}
/*.featureListings > ul > li > .image:hover, 
.featureListings > ul > li > .image:active {
    opacity: 0.8;
}*/
.featureListings > ul > li > .text {
    display: none;
    font-size: 12px;
    height: 30px;
    margin: 5px;
}

/* Menu */
#left_menu {
    width: 180px;
    padding: 10px;
}
.sf-menu {
    /*float: left;*/
}
.sf-menu a {
    padding: 10px;
    background-color: #333333;
    color: #efefef;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
}
.sf-menu a, 
.sf-menu a:visited  {
    color: #efefef;
}
.sf-menu li {
    z-index: 998;
    background-color: #333333;
    border-bottom: 1px solid #efefef;
}
.sf-menu li li {
    z-index: 998;
    background-color: #333333;
    border-left: 1px solid #efefef;
}
.sf-menu li li li {
    z-index: 998;
    background-color: #333333;
}
.sf-menu li:hover, 
.sf-menu .sfHover,
.sf-menu a:focus, 
.sf-menu a:hover, 
.sf-menu a:active {
    outline: 0;
    color: #efefef;
    background-color: #666666;
}
.sf-menu .menu_spacer {
    font-weight: bold;
    overflow: hidden;
    outline: 0;
    padding: 10px;
    color: #efefef;
    text-align: center;
    background-color: #666666;
}

/* Listings */
.listings {
    list-style-type: none;
    margin: 0;
    padding: 0; 
}
.listings > li {
    position: relative;
    margin: 0 0 15px 0;
}
.listings > li .heading {
    position: relative;
    height: 30px;
    padding: 0 5px 0 5px;
    line-height: 30px; 
    background-color: #ebe4d8;
}
.listings > li .heading .name {
    display: inline-block;
    font-weight: bold;
}
.listings > li .heading .stars {
    position: absolute;
    margin: 2px 0 0 0; 
    left: 680px;
}
.listings > li .heading .buttonMoreInfo {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: normal;
}
.listings > li .content {
    height: 100px;
    padding: 10px 0 0 0;
}
.listings > li .content .accommodation {
    border-right: 1px solid #3e3a37;
}
.listings > li .content .accommodation .description {
    padding: 0 10px 0 0;
}
.listings > li .content .extra {
    font-size: 12px;
    width: 300px;
}
.listings > li .content .image {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000000;
    background-size: 120%;
    width: 150px;
    height: 100px;
    margin: 0 10px 0 0;
}
.listings > li .contact {
    position: absolute;
    bottom: 0;
    /*left: 160px;*/
}
.listings > li .contact .phone,
.listings > li .contact .email,
.listings > li .contact .website {
    padding: 0 10px 0 10px;
    border-left: 1px solid #3e3a37;
    font-weight: bold;
}
.listings > li .contact .phone {
    padding-left: 0;
    border-left: 0;
}
.listingSubtypes {
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0; 
}
.tab_header {
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

/* Listing Filter*/
.listingFilter {
    display: none;
    padding: 0 0 20px 0;
    text-align: left;
}
.listingFilter ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* Listing Gallery */
.listingGallery {
    /*width: 605px;*/
    margin: 0 auto 0 auto;
}
.listingGallery > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.listingGallery > ul.left {
    float: left
}
.listingGallery > ul.right {
    float: right
}
.listingGallery > ul > li {
    width: 175px;
    height: 120px;
    float: left;
    margin: 5px;
}
.listingGallery > ul > li > .heading {
    display: block;
    position: absolute;
    z-index: 100;
    width: 165px;
    padding: 5px;
    font-size: 10px;
}
.listingGallery > ul > li > .heading:link,
.listingGallery > ul > li > .heading:visited {
    background-color: #333333;
    background-color: rgba(51, 51, 51, 0.8);
    color: #ffffff;
}
.listingGallery > ul > li > .heading:hover,
.listingGallery > ul > li > .heading:active {
    background-color: #d67525;
    background-color: rgba(214, 117, 37, 0.8);
    color: #ffffff;
    text-decoration: none;
}
.listingGallery > ul > li > .image:link,
.listingGallery > ul > li > .image:visited {
    display: block;
    width: 175px;
    height: 120px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120%;
}
/*.listingGallery > ul > li > .image:hover, 
.listingGallery > ul > li > .image:active {
    opacity: 0.8;
}*/
.listingGallery > ul > li > .text {
    display: none;
    font-size: 12px;
    height: 30px;
    margin: 5px;
}

/* Listing Type Nav */
.listing_type_menu {
    width: 360px;
    padding: 0 5px 0 5px;
}
.listing_types {
    margin-bottom: 10px;
}
.listing_type a {
    display: block;
    padding: 3px;
    font-weight: bold;
    font-size: 14px;
}
.listing_type a:link, 
.listing_type a:visited {
    text-decoration: none;
}

.listing_type a:hover, 
.listing_type a:active  {
    text-decoration: underline;
}
.listing_type .current_listing_type {
    display: block;
    padding: 3px;
    font-weight: bold;
    font-size: 14px;
}
.listing_subtypes {
    display: block;
    padding: 3px;
    font-size: 14px;
}

/* Listing More Info */
#listing_tabs, #listings_tabs {
    font-family: Helvetica;
    font-size: 15px;
    z-index: 10;
}
.feature_category {
    
}
.feature_category ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 180px;
}
.feature_heading {
    width: 180px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
    height: 30px;
    line-height: 30px;
}
.feature_tick {
    background-image: url('images/iconTick.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 18px;
}

/* Snippet */
.column_snippet {
    vertical-align: top;
    padding: 10px 10px 0 10px;
}
.column_snippet h3 {
    color: #3E3A37;
    font-family: "Times New Roman";
    font-size: 20px;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #3E3A37;
}
.column_snippet h3 a:link, 
.column_snippet h3 a:visited {
    text-decoration: none;
    color: #3E3A37;
}
.column_snippet h3 a:hover, 
.column_snippet h3 a:active {
    text-decoration: underline;
}
.left_column_snippet {
    width: 180px;
}
.right_column_snippet {
    width: 350px;
}
.column_snippet_body {
    color: #3E3A37;
}
.column_snippet_body p {
    padding: 0;
    margin: 0 0 10px 0;
}
.column_snippet_body .image {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

/* Search Box */
.searchBox input[name="searchInput"] {
    border: 3px solid #3e3937;
    background-color: #ffffff;
    background-image: url('images/searchHint.png');
    background-position: 0 -1px;
    background-repeat: no-repeat;
    padding: 10px;
    color: #3e3937;
    border-radius: 5px;
    width: 324px;
    font-size: 15px;
}

.searchBox input[name="searchInput"]:focus {
    border: 3px solid #455292;
    background-image: none;
    outline: 0;
}
.searchBox .error {
    color: #ff0000;
}
.ui-autocomplete  .ui-menu-item {
    font-size: 14px;
}

/* --- Buttons --- */
/* Twitter Button */
.buttonTwitter {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('images/buttonTwitter.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}
/* Facebook Button */
.buttonFacebook {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('images/buttonFacebook.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}
/* More Info Button */
.buttonMoreInfo:link,
.buttonMoreInfo:visited {
    display: inline-block;
    padding: 3px 20px 3px 20px;
    border-radius: 5px;
    background-color: #7fa42c;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px #333333;
    text-align: center;
}
.buttonMoreInfo:hover,
.buttonMoreInfo:active {
    background-color: #455292;
    color: #ffffff;
}
/* Back Button */
.buttonBack:link,
.buttonBack:visited {
    display: inline-block;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    background-color: #7fa42c;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px #333333;
    text-align: center;
}
.buttonBack:hover,
.buttonBack:active {
    background-color: #455292;
    color: #ffffff;
}
/* Email Enquiry Button */
.buttonEmailEnquiry:link,
.buttonEmailEnquiry:visited {
    display: inline-block;
    width: 330px;
    padding: 10px;
    border-radius: 5px;
    background-color: #7fa42c;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px #333333;
    text-align: center;
    font-weight: normal;
}
.buttonEmailEnquiry:hover,
.buttonEmailEnquiry:active {
    background-color: #455292;
    color: #ffffff;
}
/* Book Online Button */
.buttonBookOnline:link,
.buttonBookOnline:visited {
    display: inline-block;
    width: 330px;
    padding: 10px;
    border-radius: 5px;
    background-color: #d67524;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px #333333;
    text-align: center;
    font-weight: normal;
}
.buttonBookOnline:hover,
.buttonBookOnline:active {
    background-color: #455292;
    color: #ffffff;
}
/* Delete Button */
.buttonDelete:link,
.buttonDelete:visited {
    display: inline-block;
    padding: 3px 20px 3px 20px;
    margin: 5px 0 0 0;
    border-radius: 5px;
    background-color: #cc0000;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px #333333;
    text-align: center;
    font-weight: normal;
}
.buttonDelete:hover,
.buttonDelete:active {
    background-color: #f89000;
    color: #ffffff;
}
/* Button */
.button:link,
.button:visited {
    display: inline-block;
    padding: 5px 20px 5px 20px;
    margin: 5px 0 0 0;
    border-radius: 5px;
    background-color: #348ed3;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px #333333;
    text-align: center;
    font-weight: normal;
}
.button:hover,
.button:active {
    background-color: #f89000;
    color: #ffffff;
}
/* Submit Button */
.buttonSubmit {
    display: inline-block;
    padding: 5px 20px 5px 20px;
    border: 0;
    border-radius: 5px;
    background-color: #7fa42c;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px #333333;
    text-align: center;
}
.buttonSubmit:hover {
    background-color: #455292;
    color: #ffffff;
}


/* Accreditations */
.accreditation {
    display: inline-block;
    width: 40px;
    height: 70px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 0 0 5px;
}

/* Maps */
iframe[id="mapFrame"] {
    width: 100%;
    height: 430px;
    border: 0;
}

/* Table */
.table tr:nth-child(even) {
    background-color: #ebe4d8;
}
.table tr:nth-child(odd) {
    background-color: #f9f3e5;
}
.table td {
    padding-top: 3px;
    padding-bottom: 3px;
}

/* Compatibility */
/*.no-backgroundsize .accreditation {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}*/

#listingContacts {
    width: 290px;
}
#listingContacts ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#listingContacts ul li {
    margin: 0 0 10px 0;
}

.edits {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.edits > li {
    float: left;
    margin: 0 10px 0 0;
}
.edits > li > .name{
    display: block;
    width: 165px;
    padding: 5px;
    font-weight: bold;
}
.edits > li > .image{
    display: block;
    width: 175px;
    height: 120px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120%;
}

/* --- Dialogs --- */
#formDialog {
    font-size: 14px;
}

/* Overright */
.ui-widget {
    font-size: 14px;
}
.ui-tabs {
    /*padding: 5px;*/
}