﻿/* Standard */
body { background: url(/images/base/background2.png) repeat-x; margin: 0 auto; }
form { font-family: Arial; font-size: 0.8em; color: #353f15; border:none; margin:0 auto; width:1000px; line-height:1.4em; margin-top:0px; margin-bottom:10px; padding:0px; }
h1 { font-family: Arial; font-size: 1.5em; font-weight: normal; margin-bottom:14px; text-transform:capitalize; padding-bottom:0px; border-bottom: solid 0px #5bbf1d; color: #0091ca; }
h2 { font-family: Arial; font-size: 1.5em; font-weight:bold; margin-bottom:12px; padding-bottom:0px; border-bottom: solid 0px #eee; text-transform:uppercase; }
h3 { font-family: Arial; font-size: 1.1em; font-weight:bold; margin-bottom:10px; }
p { text-align:justify; }
a:link { color: #353f15; }
a:link:hover { color: #c1761b; }

/* Header */
#header {margin:0; margin-top:0px; padding:0; border:0; height:160px; background:url(/images/base/logo.png) no-repeat; margin-top:10px; width:1000px; }
#strapline { font-weight:bold; font-size:1.4em; margin-top:-16px; color: #fff242; text-transform:uppercase; margin-left:9px; font-family: Constantia, Georgia; }

/* Progress Bar */
.progress { margin-top:16px; margin-bottom:30px; font-size: 0.9em; }
.progress a, .progress a:active, .progress a:visited { color: #222; }
.progress a:hover, .progress a:active:hover, .progress a:visited:hover { color: #b5b21b; }
.progress .title { float:left; width: 182px; text-align: left; margin-bottom:2px;  }
.progress .standard { float:left; width: 180px; height: 8px; background: #f4f4f4; margin-right:1px; margin-top:0px; }
.progress .selected { float:left; width: 180px; height: 8px; background: #cdcdcd; margin-right: 1px; margin-top:0px; }

/* Book Online */
.title { float:left; width:190px; padding-top:1px; margin-bottom:14px; }
.title2 { float:left; width:190px; padding-top:4px; margin-bottom:14px; }
.value { float:left; }
.button { font-weight:bold; font-size:1.2em; padding: 4px 12px; background: #666; border: solid 0px #003F2d; color: #fff; }
.button:hover { cursor: pointer; background: #444; }
.button:disabled { cursor: pointer; background: #dedede; color: #efefef}
.button:disabled:hover { cursor: default; }
.button2 { font-weight:bold; font-size:1.4em; padding: 6px 12px; background: #666; border: solid 0px #003F2d; color: #fff; }
.button2:hover { cursor: pointer; background: #444; }
.button2:disabled { cursor: pointer; background: #dedede; color: #efefef}
.button2:disabled:hover { cursor: default; }
.warning { background: #45803c; color: #fff; padding:5px 10px; font-weight:bold; margin-top:8px; margin-bottom:12px; }

/* Calendar */
.calendar { margin-bottom:20px; margin-top:0px; height:170px; }
.calendar .title { float: left; width:85px; padding-top:2px; }
.calendar .value { float: left; }
.calendar .days { background: #777; color: #fff; }
.calendar .days td { width:36px; text-align:center; height:20px;}
.calendar .date { background: #fff; }
.calendar .date td { width:36px; text-align:center; height:20px;}
.calendar .unavailable { background: #ddd; color: #aaa; }
.calendar .available { background: #fff575; color: #000; }
.calendar .available:hover { background: #fff575; cursor: pointer; }
.calendar .available a { background:none; text-decoration:underline;}
.calendar .availableminimumstay { background: #eae06b; color: #000; }
.calendar .availableminimumstay:hover { background: #eae06b; cursor: pointer; }
.calendar .availableminimumstay a:link, .calendar .availableminimumstay a:active, .calendar .availableminimumstay a:visited { background:none; text-decoration:underline;}
.calendar .closed { background: #888; color: #fff; }
.calendar .booked { background: #888; color: #fff; }
.calendar .telephone { background: #f9aa1a; color: #fff; }
.calendar .telephone:hover { background: #e59a19; }
.calendar .telephone a { background:none; text-decoration:underline; }
.calendar .telephone a:hover { background: none; }
.calendar .keyavailable { float: left; width: 24px; height:20px; background: #fff575; margin-right:8px; }
.calendar .keyavailableminimumstay { float: left; width: 24px; height:20px; background: #eae06b; margin-right:8px; }
.calendar .keybooked { float: left; width: 24px; height:20px; background: #888; margin-right:8px; }
.calendar .keyclosed { float: left; width: 24px; height:20px; background: #888; margin-right:8px; }
.calendar .keytelephone { float: left; width: 24px; height:20px; background: #f9aa1a; margin-right:8px; }
.calendar .key {float: left; margin-top:0px; margin-right:20px; width:340px; }

/* Availability */
.telephoneonly { background: #444; color: #fff; font-weight:bold; padding:10px; width: 360px; margin-top:0px; line-height:1.5em; }
.telephoneonly a:link, .telephoneonly a:active, .telephoneonly a:visited { color: #fff; }
.telephoneonly a:link:hover, .telephoneonly a:active:hover, .telephoneonly a:visited:hover { color: #fff17c; }
.results { margin-top:20px;}
.results .item { background: #efefef; border: solid 1px #ccc; padding:10px; margin-bottom:10px; }
.results .picture { float: left; width: 320px;  }
.results .details { float: left; width: 598px; margin-right:40px;}
.results h2 { margin-top:0px; text-transform:capitalize; }
.results .description { margin-bottom:12px; line-height:1.3em; }
.results .continue { float: left; margin-left:0px; margin-top:10px; }
.results .continue .selectnumber { float: left; margin-right:10px; padding-top:4px; }
.results .continue .continuebutton { float: left; margin-top:-1px; }
.results .continue .number { float: left; margin-right:10px; }
.results .continue .input { font-size:1.2em; font-weight:bold; }
.results .continue .button { padding: 4px 10px; }
.results .continue .button:disabled { background: #dedede; color: #efefef; }
.results .title { width:150px; }
.accommodationtype { background: #45803c; padding:10px; color: #fff; font-weight:bold; width: 520px; margin-bottom:10px; line-height:1.5em; }
.morerooms { background: #f2f2f2; padding:20px; margin:20px 0px; }

/* Options */
.summary .left { float: left; width: 500px; margin-right:40px; }
.summary .right {float: left; width:460px; }
.summary .title { padding-top:0px; margin-bottom:8px; width:170px; }
.summary .title2 { padding-top:4px; margin-bottom:4px; width:170px; }
.summary .title3 { padding-top:4px; margin-bottom:4px; width:125px; float:left; }
.summary .value { padding-top:0px; margin-bottom:4px; }
.summary .titlecost { padding-top:0px; margin-bottom:0px; width:410px; background: #dedede; padding: 4px 5px; color: #222; float:left; font-weight:normal; }
.summary .valuecost { padding-top:0px; margin-bottom:0px; background: #dedede; padding: 4px 5px; color: #222; float:left; font-weight:normal; width:70px; text-align:right;  }
.summary .titlespecial { padding-top:0px; margin-bottom:0px; width:410px; background: #1371cd; padding: 4px 5px; color: #fff; float:left; font-weight:bold; }
.summary .valuespecial { padding-top:0px; margin-bottom:0px; background: #1371cd; padding: 4px 5px; color: #fff; float:left; font-weight:bold; width:70px; text-align:right;  }
.summary .titlepayment{ padding-top:0px; margin-bottom:0px; width:410px; background: #fffc5e; padding: 4px 5px; color: #222; float:left; font-weight:bold; }
.summary .valuepayment { padding-top:0px; margin-bottom:0px; background: #fffc5e; padding: 4px 5px; color: #222; float:left; font-weight:bold; width:70px; text-align:right; }
.summary .titlesubtotal{ padding-top:0px; margin-bottom:0px; width:410px; background: #777; padding: 4px 5px; color: #fff; float:left; font-weight:bold; }
.summary .valuesubtotal { padding-top:0px; margin-bottom:0px; background: #777; padding: 4px 5px; color: #fff; float:left; font-weight:bold; width:70px; text-align:right; }
.summary .titletotal{ padding-top:0px; margin-bottom:0px; width:410px; background: #444; padding: 4px 5px; color: #fff; float:left; font-weight:bold; }
.summary .valuetotal { padding-top:0px; margin-bottom:0px; background: #444; padding: 4px 5px; color: #fff; float:left; font-weight:bold; width:70px; text-align:right; }
.summary .headerrow tr { border-top: solid 10px #fff;  }
.summary h3 { margin-top:0; padding-top:0; margin-bottom:6px; font-size:1.2em; font-weight:bold; }
.summary .price { margin-bottom:6px; font-style: italic; }
.summary .extras { margin-bottom:20px;}
.summary .description { font-size:0.9em; margin-bottom:15px; }
.summary .instructions { font-size:0.9em; margin-bottom:15px; }
.summary .terms { width: 372px; padding:10px; background: #efefef; border: solid 1px #ccc; height:120px; overflow: auto; margin-top:10px; }
.summary .terms h2 { margin-top:0px; }
.summary .agree { margin-top:10px; margin-bottom:10px; }
.summary .quantity { float: left; width:60px; padding-top:4px; }
.summary .input2 { float: left; }
.summary .headerrow { background: #666; color: #fff; font-weight: bold; border-top: solid 10px #fff; }
.summary .facility1 { background: #d8d8d8; }
.summary .facility2 { background: #e4e4e4; }
.summary .errorhighlight { border: solid 2px #ff0000; font-family: Arial; font-size: 1.0em; background: #fadadb; }
.summary .taken { background: #c70f12; padding:5px; color: #fff; font-weight: bold; font-family:Arial; }
.summary .specialoffer { margin-bottom:5px; }
.summary .specialoffer h2 { background: #666; padding:8px 10px; color: #fff; font-weight:bold; margin:0; text-transform:capitalize; font-size:1.0em; }
.summary .specialoffer .description {  font-size:1.0em; background: #dedede; padding:10px; margin:0; }
.summary .specialoffer .saving {background: #dedede; font-weight:bold; background: #dedede; padding:10px; margin:0; padding-top:0px;}
.summary .arrivalnote { padding:10px; background: #efefef; border: dotted 1px #aaa; margin:10px 0px; width:420px; }

/* Complete Bookings */
.complete {}
.complete .left { float: left; width:630px; margin-right:20px; }
.complete .right { float: left; width: 310px; margin-top:-20px; background: #efefef; padding:10px; padding-bottom:15px; border: solid 1px #aaa; }
.complete .right h2 { margin-top:0px; }
.complete .title { float: left; padding-top:0px; width:175px; margin-bottom:6px; }
.complete .value { float: left; padding-top: 0px; margin-bottom:6px; }
.complete .room { float: left; width:165px; margin-bottom:5px; margin-right:10px; }
.complete .roomcost { float: left; margin-bottom:5px; }
.complete .extra { float: left; width: 165px; margin-bottom:6px; color: #0f79c7; margin-right:10px; }
.complete .extracost { float: left; margin-bottom: 5px; color: #0f79c7; }
.complete .text { margin-bottom:20px; }
.complete .titleheading {height:36px; color:#fff; font-weight:bold; background: #222; }
.complete .titleheading td { padding:4px 5px; }
.complete .roomrow { background: #dedede; }
.complete .extrarow { background: #c6d5f0; }
.complete .discountrow { background: #c8f0c6; }
.complete .subtotalrow { background: #777; color: #fff; }
.complete .roomrow td { padding: 4px; }
.complete .extrarow td { padding: 4px; }
.complete .discountrow td { padding: 4px; }
.complete .subtotalrow td { padding: 4px; }
.complete .button { color: #fff; font-weight:bold; font-size:1.2em; padding: 5px 10px; text-decoration:none; }
.complete .button:hover { color: #ddd; text-decoration:none; }

/* Housekeeping */
.bookingcalendar .titleheading { background: #222; color: #fff; }
.bookingcalendar td { padding: 10px 5px; }
.bookingcalendar .room1 { background: #444; color: #fff; }
.bookingcalendar .room2 { background: #333; color: #fff; }

/* AJAX Calendar */
.calendar .ajax__calendar_container { background: #d9d9d9; z-index:255; }
.calendar table { background: #fff; padding: 0; font-size: 0.9em; }
.calendar td { padding: 1px; }
.calendar .ajax__calendar_active { background: #018287; color: #fff; }
.calendar .ajax__calendar_other { background: #e9e9e9; color: #333; }
.calendar .ajax__calendar_day { margin: 1px; padding: 0; }
.calendar .ajax__calendar_day:hover { border: 1px solid #018287; margin: 0; }