/* CSS Document */

.grey .content { padding: 10px 15px 0 15px; }

#images {
	width: 100px;
	display: none;
	}

#itinerary div.grey div.content {
	padding: 10px 15px;
	}

#itinerary table {
	width: 100%;
	border-top: 1px solid #838484;
	border-bottom: 1px solid #838484;
	}

	#itinerary table tr td {
		background-color: #ebeced;
		padding: 2px 15px;
		}

	#itinerary table tr th {
		padding: 2px 0;
		background-color: #dedee0;
		font-weight: normal;
		width: 115px;
		}

	#itinerary table tr.first th, #itinerary table tr.first td {
		padding-top: 10px;
		}

	#itinerary table tr.last th, #itinerary table tr.last td {
		padding-bottom: 10px;
		}

	#itinerary table tr.alternate th {
		background-color: #d4d2d2;
		}

	#itinerary table tr.alternate td {
		background-color: #dcdcdc;
		}

#details ul {
	margin-left: 15px;
	}

#details p {
	font-size: 16px;
	}

#download_pdf {
	float: right;
	}

#map {
	width: 318px;
	height: 250px;
	}