.detailPanel {
	border: 1px solid #B1D1F1;
	width: 100%;
	margin: 20px 0 0 0;
}
.detailPanel th, .detailPanel td {
	padding: 5px 5px;
}
.detailPanel th {
	vertical-align: top;
	text-align: right;
	width: 25%;
}
.detailPanel td {
	position: relative;
}
.lhsImagePanel {
	float: left;
	width: 205px;
	margin: 20px 20px 0 0;
}
.lhsImagePanel img {
	display: block;
	margin: 0 0 20px 0;
}
.addressLine {
	background-color: #B1D1F1;
}
.detailPanel th.nameHeading {
	background-color: #B1D1F1;
	text-align: center;
	vertical-align: middle;
}
.deleteItineraryItem {
	font-weight: bold;
	color: red;
}
.notice {
	font-weight: bold;
	margin-top: 100px;
	height: 200px;
}
#printButton {
	position: absolute;
	right: 30px;
	top: 10px;
}