/* ======== Booking ========== */

.fleft { float: left; }
.fright { float: right; }
.hidden { display: none; }
fieldset { border: none; margin: 0;}
legend { height: 1px; display: none; }
fieldset p { margin: 0; }
input.button { background: #E82429; color: #fff; font-weight: bold; padding: 2px 10px; height: auto; border: none; border-radius: 0px;  }
input.button:hover, input.button:active, input.button:focus { background-color: #C81419; cursor: pointer; }

form.ridechoice { margin: 0; padding: 0; float: left; max-width: 255px;}
.ridechoice select { font-size: 1em; margin: 0 -2px; max-width: 255px;}

.temp { width: auto !important; max-width: 125px !important; }

.loading { background: url(/images/ajax-loader-onblue.gif) no-repeat center center; width: auto; height: 300px; }

/* redeem */
.redeem { padding-top: 12px; }
.redeem label { display: block; font-size: 1.1em; font-weight: bold;}
.redeem p { line-height: 12px; }
input.voucherinput { font-size: 1.2em; padding: 3px 5px; display: inline;}
input.voucherinput:focus { border: 1px solid #390; }
.redeem input.button { width: auto; display: inline-block; padding: 3px 5px; margin-left: 8px; }

form.confirm { margin: 0; }
.confirm p { padding-left: 10px; }
.confirm p.details { color: #000; font-size: 1.1em; line-height: 180%; margin-bottom: 20px; }
input.correct, a.incorrect:link, a.incorrect:visited { font-size: 14px; text-indent: 0; padding: 0 7px 2px 24px; height: 22px; line-height: 24px; display: inline-block; width: auto;  font-weight: bold; overflow: visible; }
input.correct { background: #e1f3ba url(/images/icons/tick.png) no-repeat 4px 4px; border: 1px solid #c0db84; height: 26px;}
input.correct:hover, .input.correct:focus, a.incorrect:hover, a.incorrect:focus { border: 1px solid #9fc154; cursor: pointer; }
a.incorrect:link, a.incorrect:visited { background: #eee1e1 url(/images/icons/cross.png) no-repeat 4px 4px; border: 1px solid #e7c1c1; color: #411; padding-left: 26px;}
a.incorrect:hover, a.incorrect:focus { border: 1px solid #da9898; }

/* rides list */
table.rides { margin: 0 0 10px; width: 300px; max-width: 300px; overflow: hidden; }
.rides td { vertical-align: middle; background: #eee url(/images/bg-row-shading.png) repeat-x 0 0; padding: 3px 5px; border-top: 1px solid #e4e4e4; 
border-right: 1px solid #fff; box-shadow: inset -5px -2px 15px -10px rgba(0,0,0,0.1); overflow: hidden; }
td.rideno { font-weight: bold; background: #e3e3e3 url(/images/bg-row-highlight.png) repeat-x 0 0; padding: 3px; }
td.select { border-right: none; text-align: right; }
td.arrow { background: #fff; box-shadow: none; border: none; width: 14px; min-width: 14px; }
.selected td.arrow { background: #fff url(/images/select-arrow.gif) no-repeat 6px center; }
.selected td { background-color: #fff9d4; }

.rides td.plain { background: #fff; border: none; font-size: 1px; line-height: 1px; box-shadow: none; }
.rides tr.plain td { background: #fff; border: none; padding: 3px 0; }
.editdetails td { border: none; border-top: 1px solid #ddd; padding: 0 0 4px; background: #e6e6e6; box-shadow: inset 0px 10px 15px -10px rgba(0,0,0,0.2); }
.rides label { display: inline-block; width: 98px; }
.rides input { width: 140px; background: #fff; display: inline;}
.editdetails div { padding: 2px 4px 5px 0; }
.editdetails form { margin: 0; padding: 6px 10px; min-width: 258px;}
div.control { padding: 4px 5px 0 0; float: right;}
.control a, .control input.det_ok { display: block; height: auto; background: #fff; margin: 0 0 4px; padding: 2px 5px 2px 22px; text-align: left; font-weight: bold; }
.control a.det_ok:link, .control a.det_ok:visited, .control input.det_ok { background: #d9f0ab url(/images/icons/tick.png) no-repeat 4px 4px; border: 1px solid #b2d271; color: #040; font-size: 1.1em; }
.control a.det_ok:hover, .control a.det_ok:focus { border: 1px solid #8bb84a; }
.control input.det_ok { text-indent: 0; padding: 2px 5px 2px 22px; float: right; width: 60px;}
.control a:hover, .control input:hover { cursor: pointer; }

a.det_canc:link, a.det_canc:visited { background: #e9d9d9; border: 1px solid #e0b3b3; color: #411; padding: 3px 6px; }
a.det_canc:hover, a.det_canc:focus { border: 1px solid #ca8787; }
input.correct:hover, .input.correct:focus, a.incorrect:hover, a.incorrect:focus,
a.det_ok:hover, a.det_ok:focus, a.det_canc:hover, a.det_canc:focus { box-shadow: inset 0px 8px 20px -8px #fff; }

.editdetails p.error { margin: 0; color: #d00; font-weight: bold; display: none;}
.editdetails.closed, .editdetails.closed form { display: none;}
.divider { display: none;}
.bookall td { text-align: right; font-size: 1.1em; border-right: none; }

tr.gap td { height: 10px; padding: 0; line-height: 1px; font-size: 1px; }

a.editname { display: inline-block; max-width: 100px; overflow: hidden; background: url(/images/icon-edit.png) no-repeat right -198px; padding-right: 23px;}
a.editname:hover, a.editname:focus { background-position: right 2px;}

.ridetype { padding: 3px 4px 3px; }
.remride { float: right; display: block; width: 16px; 18px; background: url(/images/icons/delete.png) no-repeat 0 0; margin-top: 2px;}
.bookride a.remride:hover, .bookride a.remride:focus { background-position: 0 -100px; text-decoration: none; }

.formerror label { color: #d00; }
label em, p.required { color: #d00; font-weight: bold; font-style: normal; padding-left: 5px; }
.editdetails .formerror input { border: 1px solid #d00; }

a.selectdate, p a.giftbutton { display: inline-block; width: auto; white-space: nowrap; background: #fff url(/images/icon-calendar-add.png) no-repeat right -195px; 
padding: 3px 26px 3px 5px; border: 1px solid #d9d9d9; font-weight: bold; font-size: 1em; border-radius: 2px; margin: 3px 1px; text-decoration: none; }
p a.giftbutton { background: #dfdfdf url(/images/icons/giftbox-choice.png) no-repeat 3px 3px; border: 1px solid #afafaf; padding: 3px 5px 3px 26px; }
p a.buyvoucher { background-position: 3px -97px; }
p a.selected { background-color: #fff; border: 1px solid #afafaf; border: 1px solid #d9d9d9; }
a.selectdate:hover, a.selectdate:active, a.selectdate:focus, a.giftbutton:hover, a.giftbutton:active, a.giftbutton:focus { background-color: #fff; background-position: right 5px; border: 1px solid #76bd57; }
p a.booknow:hover, p a.booknow:active, p a.booknow:focus { background-position: 3px -47px; }
p a.buyvoucher:hover, p a.buyvoucher:active, p a.buyvoucher:focus { background-position: 3px -147px; }

a.selectedit {  background: #f0f9e6 url(/images/icon-calendar-edit.png) no-repeat right -195px; border: 1px solid #c8d0c2; 
box-shadow: inset 0px 8px 20px -8px #fff; }
a.selectedit:hover, a.selectedit:focus { background-position: right 5px; border: 1px solid #73b954; }

.bookride a:link, .bookride a:visited, #calnav a:link, #calnav a:visited { color: #6d0c0e; text-decoration: none; }
.bookride a:hover, .bookride a:active, .bookride a:focus, #calnav a:hover, #calnav a:focus { color: #a40105; text-decoration: underline; }

a#reset:link, a#reset:visited { float: left; background: #f2f2f2; border: 1px solid #ddd; padding: 3px 6px; display: inline-block; font-size: 1em; }

form.confirmbooking { margin: 10px 0; }
form.confirmbooking p { width: 322px; text-align: center; }
form.confirmbooking input.button { display: inline-block; margin: 0;}

p.bookingbuttons { width: 284px; margin-top: 18px; padding-bottom: 18px; }
p.bookingbuttons a.button { margin-top: -2px; }
/* calendar */
#calcontainer { float: right; width: 656px; margin-left: -20px; }
#calendar { background: #e4f2f9; min-height: 300px; width: 656px; border: 1px solid #b4d8ea; padding: 0; 
border-radius: 6px; }
.calendartable { margin-bottom: 8px; border-top: 1px solid #fff; width: 100%;}
.calendartable tbody th { text-align: right; line-height: 115%; padding: 4px; }
.calendartable tbody td { padding: 4px; }
.calendartable td.plain { padding: 0; }
.calendartable th.last, .calendartable td.last { padding-right: 10px; }
.calendartable .odd th, .calendartable .odd td { background: #f3fafd; }
.calendartable .rowhead th { line-height: 105%; padding-bottom: 6px; }

#calendar p.msgalert { margin: 5px 10px 8px; }

#calselect a:link, #calselect a:visited, #calselect strong.full, #calselect strong.notavail { background: #9ad268; font-weight: bold; text-decoration: none; padding: 1px 8px 2px; color: #fff; width: auto; min-width: 16px; display: inline-block;}
#calselect a:hover, #calselect a:focus { background: #a7ec44; }
#calselect strong.full { background: #d00; cursor: default; }
#calselect strong.notavail { background: #aaa; cursor: default; }
#calselect a.selected, #calselect strong.selected { border: 2px solid #9ad268; background: #fffd41; color: #234600; }
#calselect strong.selected { color: #c00; }

form.calendarform { text-align: right; padding: 6px 10px; margin: 0; background: #cee9f6; border-bottom: 1px solid #b4d8ea; }
#calnav { border-bottom: 1px solid #b4d8ea; font-weight: bold; }
#calnav td { padding: 3px 10px; }
#calnav h3 { text-transform: uppercase; margin: 0; font-size: 1.4em; font-weight: bold; }

input.buttonSml { background: #78a5d3; color: #fff; font-weight: bold; padding: 1px 6px 2px; height: auto; width: auto; border: none; text-indent: 0; display: inline-block; }
input.buttonSml:hover, input.buttonSml:active, input.buttonSml:focus { background-color: #326EAA; cursor: pointer; }
td.center { text-align: center; }
td.right { text-align: right; }


p.addride { margin: 0 0 1px; width: 278px; }
p.addride a:link, p.addride a:visited { background: #d8f1b5; border: none; display: block; text-align: center; font-size: 1.1em; padding: 0;}
p.addride a:hover, p.addride a:active, p.addride a:focus { border: none; }
p.addride a span { background: url(/images/icons/add.png) no-repeat 0 3px; display: inline-block; color: #395117; padding: 3px 0 3px 24px; }
form.addselect { padding: 5px 10px 6px; margin: 0;  background: #e1ead5; width: 258px; }
.addselect p { line-height: 220%; margin: 0 0 4px; }
.addselect select{ max-width: 252px; }
.addselect input { width: auto; height: auto; display: inline; }
.addselect label { width: auto; display: inline-block; padding-top: 6px;}
.addselect p.button { line-height: 100%; margin: 6px 0 10px;}
.addselect input.button {  padding: 1px 8px 2px; font-size: 13px; float: right; }

.detailsform div { position: relative; }
.editdetails .status, .editdetails .statusError, .editdetails .statusOK { width: 16px; height: 16px; display: inline-block; padding: 0; position: absolute; right: 0; top: 5px; background-image: url(/images/icons/booking-details2.png); background-repeat: no-repeat; }
.status { background-position: 0 -100px; }
.statusError { background-position: 0 -50px; }
.statusOK { background-position: 0 0; }

#bookingleft { width: 295px; }



.bookride { margin-bottom: 6px; width: 295px; }
.bookride .bookbox { width: 264px; height: 52px; background: #dfdfdf url(/images/bookbox-highlight.png) repeat-x 0 0; border: 1px solid #afafaf; padding: 5px 6px; position: relative; }
p.ridetype { font-size: 1.1em; font-weight: bold; padding: 0; margin: 0; line-height: auto; }
.bookride .giftboxbook { height: 76px; }
.bookbox .selectdate { position: absolute; right: 6px; bottom: 4px; }
.bookall .bookbox { height: 30px; }
.giftboxchoice { padding-top: 2px; }
form.ridechoice { padding-top: 4px; }
.selected { background: url(/images/book-arrow.png) no-repeat right center; }
.selected .bookbox { background-color: #cee9f6;  border: 2px solid #326eb3; width: 262px; }
.bookride .giftboxselect, .selected .giftboxselect { border-top: none; height: 54px; }


.riderdetails { border: 1px solid #5c9628; margin: 0 0 14px; overflow: hidden; }
.riderdetails h4 { color: #1f3d05; font-size: 1.3em; margin: 0; padding: 3px 10px 4px; background: #c2e6a2; font-weig3ht: normal; }
.riderdetails h5 { padding: 3px 10px 4px; background: #e4f2f9; margin: 0 0 4px; font-weight: normal; font-size: 1.05em; }
.riderdetails p { width: 306px; padding: 0 10px 7px; margin: 0;float: left; position: relative; }
.checkout .riderdetails input.textinput { width: 296px; }
.checkout .riderdetails  label.error { right: 0; top: -4px;}
.bookdetails .riderdetails label { width: 80px; display: inline-block; }
.bookdetails .riderdetails p { width: 416px; padding-top: 5px; }


