@charset "utf-8";
/* CSS Document */

div.bookingTitle, div.bookingTitleExpanded {
	width: 219px;
	height: 27px;
	font-family: "Trebuchet MS",Verdana,Tahoma,Arial,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #505050;
	padding: 10px 0 0 5px;
}
div.bookingTitle {
	background: url(images/titleBg.gif) no-repeat;
}
div.bookingTitleExpanded {
	background: url(images/titleBgExpanded.gif) no-repeat;
}
table#bookingForm {
	border: 1px solid #f2ebe2;
	background-color: #fff8eb;
}
table#bookingForm td#bookingContainer {
	padding: 13px 20px;
}
table#bookingForm td {
	padding: 7px 2px;
	color: #505050;
	font-family: "Trebuchet MS",Verdana,Tahoma,Arial,sans-serif;
	font-size: 10pt;
}
table#bookingForm input, table#bookingForm select {
	color: #505050;
}
div.bookingTitle a:link {
	color: #505050;
	text-decoration: none;
}
div.bookingTitle a:visited {
	color: #505050;
	text-decoration: none;
}
div.bookingTitle a:link:hover, div.bookingTitle a:visited:hover {
	color: #505050;
	text-decoration: none;
}
div.bookNow a:link {
	color: #AD8707;
	text-decoration: none;
}
div.bookNow a:visited {
	color: #AD8707;
	text-decoration: none;
}
div.bookNow a:link:hover, div.bookNow a:visited:hover {
	color: #AD8707;
	text-decoration: underline;
}
input#textfield, input.textfieldDate {
	font-size: 10pt;
	font-family: "Trebuchet MS",Verdana,Tahoma,Arial,sans-serif;
}
input.textfieldDate {
	position: relative;
	top: -4px;
}
table#bookingForm select, input.reservationBtn {
	font-size: 10pt;
	font-family: "Trebuchet MS",Verdana,Tahoma,Arial,sans-serif;
}
div.inputTitle {
	position: relative;
	top: 3px;
}
tr.roomChild td {
	border-top: 1px dotted #BBBBBB;
}
p.calendar {
	padding: 0;
	margin: 0;
	float: right;
	position: relative;
	top: -1px;
	left: 2px;
}
select#depTime {
	position: relative;
	top: -5px;
}
table.formNav {
	margin-bottom: 5px;
}
table.formNav input {
	position: relative;
	top: 2px;
}
table.formNav td {
	font-weight: bold;
	font-size: 10pt;
}
table#bookingForm div.bookNow {
	float: right;
}
table.childrenFields select, table.childrenFields input {
	position: relative;
	top: -5px;
}
table.depart {
	margin-top: 5px;
}
table.depart input {
	position: relative;
	left: -2px;
}
table.childrenFields input.chkAir {
	position: relative;
	top: 2px;
}
input.travelInput {
	font-size: 10pt;
}


/* Login form */

table#login {
	margin: 5px 0 10px 7px;
}
table#login td {
	padding: 5px 3px 5px 0;
}


/* Submit Button */

div.button {
	float: right;
	text-align: center;
	font-weight:bold;
	font-size: 11px;
}
div.button a {
	background-color: #BDD0E5;
	color: #467AB5;
	display: block;
	padding: 2px 0;
	text-decoration: none;
	width: 70px;
	border: 1px solid #467AB5;
}
div.button a:hover, div.buttonBig a:hover  {
	color: #274565;
	background-color: #FFFFFF;
}
div.buttonSelected {
	border: 1px solid #a3bdda;
	background-color: #dee8f2;
	color: #a3bdda;
	display: block;
	padding: 2px 0;
	width: 70px;
	text-align: center;
	float: right;
}
div.buttonBig {
	text-align: center;
	font-weight:bold;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 25px;
}
div.buttonBig a {
	background-color: #BDD0E5;
	color: #467AB5;
	display: block;
	padding: 5px 0;
	text-decoration: none;
	width: 85px;
	border: 1px solid #467AB5;
}