@charset "UTF-8";
/*----------------------------------
   Language selector
----------------------------------*/
#page #flags {
	margin: 0 30px 0 20px;
}
#page .flag {  /*flag + text box*/
	float: right;
	padding: 0 0 10px 15px;
}
#page .flag a {
	color: #000;
	text-decoration: none;
}
#page .flag a:hover {
	color: #F00;
	text-decoration: underline;
}
#page .flag img {
	border: 0;
	margin: 0;
}
/*----------------------------------
   Booking progress display
----------------------------------*/
#xprogress {  /*booking progress box*/
	float: right;
	width: 180px;
	background: #FDF5C7;
	margin: 5px 30px 10px 5px;
}
#xprogress div#xprog-head {  /*box title*/
	color: #000;
	font-weight: bold;
	background: #E0D27A
}
#xprogress div {  /*actions yet to be completed*/
	color: #C8A558;
	padding: 3px 8px;
}
#xprogress div.xprog-sel {  /*actions in progress*/
	color: #036707;
	background: #D0EEC9 url(green_dot.png) no-repeat 159px 6px;
}
#xprogress div.xprog-done {  /*actions completed*/
	color: #557D2B;
	background: #FDF5C7 url(green_tick.png) no-repeat 157px 4px;
}
/*----------------------------------
   Session table
----------------------------------*/
#xevent {  /*overall table*/
	float: left;
	width: 305px;
	background: #FDF5C7;
	margin: 5px 0 10px 20px;
}
#xevent-head {  /*table title*/
	color: 000;
	font-weight: bold;
	background: #E0D27A;
}
#xevent td {  /*each cell*/
	padding: 3px 5px;
}
#xevent td.xlabel {
	white-space: nowrap;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	color: #7F5F03;
	padding-right: 2px;
	background: #ECE1A8;
}
/*----------------------------------
   Members Only notice
----------------------------------*/
.xnotice {
	display: block;
	height: 1%;
	text-align: center;
	color: #900;
	padding: 7px 15px;
	border: 1px solid #C8BA60;
	margin: 0 30px 5px 20px;
	background: #FF6;
}
/*----------------------------------
   Karts + membership forms
----------------------------------*/
#page h3.xaskheader, #page h3.xwarn {
	color: #163A77;
	text-align: center;
	padding: 10px 15px;
	margin: 5px 30px 0 20px;
	background: #CAD2EB;
}
.xask {
	color: #163A77;
	text-align: center;
	line-height: 22px;
	padding: 20px 10px;
	margin: 0 30px 5px 20px;
	background: #E5E8F9;
}
#page h3.xwarn {
	color: #C00;
	padding: 10px 5px;
	background: #FF3;
}
/*----------------------------------
   Text around blocks
----------------------------------*/
#page h2.xtitle {  /*sub-titles on form page*/
	padding: 0;
	margin: 0 30px 6px 20px;
}
.xintro {  /*text above tables*/
	padding-top: 2px;
	margin: 15px 30px 8px 20px;
}
.xarrow {  /*add arrow to above*/
	padding-top: 3px;
	background: url(red_arrow.png) no-repeat 0 0;
}
.xnotes {  /*text under tables*/
	margin: 4px 0 4px 0;
}
/*----------------------------------
   Kart availability table
----------------------------------*/
form#set4 {
	margin: 0 30px 0 20px;
}
#xkarts {  /*overall table*/
	background: #E5E8F9;
	margin: 0 0 5px 0;
}
#xkarts .xheader {  /*table title row*/
	height: 35px;
	font-weight: bold;
	color: #163A77;
	background: #CAD2EB;
}
#xkarts td {  /*each cell*/
	white-space: nowrap;
	padding: 4px 6px;
}
#xkarts .xfooter {  /*table footer*/
	text-align: right;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0;
	background: #CAD2EB;
}
#xkarts .xfull {  /*table cell for 'full'*/
	color: #C00;
	font-weight: bold;
	padding-right: 5px;
	background: #FF3;
}
#xkarts .xhlight td {  /*table row for 'unavailables'*/
	background: #FF3;
	border: 0;
}
#xkarts .xwarn {  /*table cell for 'unavailables'*/
	color: #C00;
	white-space: normal;
	background: #FF3;
}
#xkarts a.xback {  /*back button for 'unavailables'*/
	display: block;
	color: #000;
	text-align: center;
	text-decoration: none;
	padding: 2px 5px;
	border: solid 1px #C00;
	background: #FF3;
}
#xkarts a.xback:hover {
	color: #FFF;
	text-decoration: none;
	background: #C00;
}
/*----------------------------------
   Personal Details Form
----------------------------------*/
fieldset#xdetails {
	padding: 0;
	margin: 10px 0 4px 0;
	background: #FFFBD5;
}
#page h2.xtitle2 {  /*cardholder/driver sub-titles on form page*/
	color: #4E3A01;
	padding: 5px 7px;
	border-left: solid 4px #AA9841;
	margin: 0 0 4px 0;
	background: #E0D27A;
}
#page h3.xnote {  /*note about driver details*/
	color: #900;
	font-weight: normal;
	padding: 5px 7px;
	margin: 0 0 4px 0;
	background: #FF8;
}
#xdetails label, #xdetails .xlabel, #xdetails .xlabel2 {  /*field labels*/
	clear: both;
	float: left;
	width: 120px;
	height: auto;
	text-align: right;
	padding: 3px 4px;
	border-left: solid 4px #C1B569;
	margin-bottom: 4px;
	background: #ECE1A8;
}
#xdetails .xlabel {  /*blank label divs*/
	border: none;
	margin-left: 4px;
	background: none;
}
#xdetails input, #xdetails textarea, #xdetails select {  /*form inputs*/
	float: left;
}
#xdetails .xlabel2 {  /*label for submit buttons*/
	line-height: 32px;
	border-left-color: #42B247;
	background: #9EF3A1;
}
#xdetails .xsubmit {  /*div for submit buttons*/
	float: left;
	height: 32px;
	white-space: nowrap;
	line-height: 32px;
	padding: 3px 6px;
	background: #9EF3A1;
}
#xdetails .xsubmit input {  /*submit buttons*/
	float: none;
}
#xdetails .xdouble {  /*inputs next to tall label*/
	margin-top: 10px;
}
.red {  /*'mandatory' asterisk*/
	color: #F00;
}
#xdetails div.input {  /*cus_ref number*/
	float: left;
	padding: 3px 4px;
}
#page p.xterms {
	color: #000;
	margin: 0 30px 0 20px;
}
/*----------------------------------
   Message to Customer
----------------------------------*/
#page h2.call-h2 {
	color: #000;
	padding: 10px;
	margin: 0 30px 15px 20px;
	background: #FFA;
}
#page p.call-p, #page input.call-input {
	color: #000;
	margin: 0 40px 10px 30px;
}
#page p.unorth {
	background: #FCC;
}
/*----------------------------------
   Miscellaneous styles
----------------------------------*/
.bold {
	font-weight: bold;
}
.xtint {
	color: #777;  /*table row indexes*/
}
#page h2.call-h2 {
	margin-top: 20px;
}

