table.tripdetails {
	background-color:#eee;
}

body.summer table.tripdetails, body.summer table.bookingform {
	background-color:#fcf0e8;
}

body.winter table.tripdetails, body.winter table.bookingform {
	background-color:#e8eaef;
}

body.manor table.tripdetails, body.manor table.bookingform {
	background-color:#f2e7ff;
}

body.israel table.tripdetails, body.israel table.bookingform {
	background-color:#f7e7e7;
}

table.tripdetails .button {
	background-color:#fff;
}

img.tripphoto {
	width:100%;
}

table.bookingform {
	border-width:2px;
	border-style:solid;
	margin-left:auto;
	margin-right:auto;
	background-color:#dcecfb;
	margin-bottom:4px;
}

table.bookingform th {
	padding:6px;
}

table.bookingform td {
	padding:6px;
}

table.bookingform .button {
	background-color:#fff;
}

body.summer table.bookingform {
	border-color:#e4701f;
}

body.winter table.bookingform {
	border-color:#202f66;
}

body.manor table.bookingform {
	border-color:#522289;
}

body.israel table.bookingform {
	border-color:#b11015;
}

div.title div.comments {
	float:right;
	font-size:0.7em;
}

div.lift-pass-cost-details {
	margin-top:8px;
	border:1px solid white;
	padding:8px;
}

div.lift-pass-cost-details div.lift-pass-title {
	font-weight:bold;
	padding:2px;
}
