
.FormLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}
.FormInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.StepButton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	width : 140px;
	margin: 4px;
}
.ItemButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	width : 80px;
}
.CopyButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

.ErrorMsgSubPanel {
	padding:2px;
	width:600px;
	background-color:#ffeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}
.BookingPanel {
	background-color:#ffffff;
	padding:0px;
	width:600px;
	table-layout:fixed;
}
.BookingHeaderCell {
	background-color:#5092DB;
	font-family: Arial, Helvetica, sans-serif;
  color: White;
}
.BookingFooterCell {
	background-color:#5092DB;
	font-family: Arial, Helvetica, sans-serif;
  color: White;
  text-align: right;
}
.BookingStepPanel {
	background-color:White;
	padding:4px;
	width:100%;
}
.BookingStepTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style:normal;
	color: White;
}
.BookingTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:normal;
	font-style:normal;
	color: White;
}
.BookingStepHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style:normal;
}
.BookingHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:normal;
	font-style:normal;
}
.BookingInstructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style:italic;
	line-height:140%
}

.ErrorMessages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style:normal;
	color: Red;
	line-height:140%
}

.GuestInfoPanel {
	background-color:#eeeeff;
	padding:4px;
	width:400px;
}
.GuestInfoHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	font-style:italic;
}
.GuestInfoBodyTable {
	margin-left:80px;
	margin-top: 10px;
	width:400px;
}

.ItinPanel {
	background-color:#ffffff;
	padding:0px;
	width:600px;
	table-layout:fixed;
}
.ItinHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style:italic;
	text-align:center;
	background-color:#5092DB;
	height:40px;
	color:White;
}
.ItinFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	background-color:#5092DB;
	color:White;
}
.ItinFooter TD {
	padding:3px;
}
.ItinBookPanel {
	background-color:#ffffff;
	padding:0px;
	width:600px;
	margin-bottom:4px;
}
.ItinBookHeaderTable TD {
	padding:6px;
}
.ItinBookHeaderTable {
	background-color:#ccccff;
	padding:6px;
	margin-bottom: 2px;
	width:600px;
	table-layout:fixed;
}
.ItinBookFooterTable TD {
	padding:6px;
}
.ItinBookFooterTable {
	background-color:#eeeeff;
	padding:6px;
	margin-bottom: 2px;
	width:600px;
	table-layout:fixed;
}
.ItinGuestPanel {
	background-color:#eeeeff;
	width:600px;
	margin-bottom:2px;
	table-layout:fixed;
}
.ItinGuestPanel TD {
	padding:6px;
}
.ItinPanelLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}
.ItinPanelValue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.ItinPanelGuestTypeValue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style:italic;
}

.CheckoutPanel {
	padding:6px;
	width:600px;
	table-layout:fixed;
}
.CheckoutHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style:italic;
	text-align:center;
	background-color:#5092DB;
	height:40px;
	color:White;
}
.CheckoutPanelHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style:italic;
}
.CheckoutFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color:#5092DB;
	padding: 3px;
	color:White;
}
.CheckoutSubPanel {
	padding:6px;
	width:600px;
	table-layout:fixed;
	background-color:#eeeeff;
}
.CheckoutBodyTable {
	margin-left:80px;
	margin-top: 10px;
	width:80%;
}
.CvvLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width : 200;
	font-style:italic;
}
