

/* Sheet: find-a-hotel */

.leftcontent {
	width: 770px;
}

#findHotel {
	padding-bottom: 25px;
}

	#findHotel table {
		width: 100%;
	}

		#findHotel table th {
			font-family: Arial, sans-serif;
			background-color: #a8b0bd;
			color: white;
			font-size: 150%;
			white-space: nowrap;
			padding: 5px 10px 5px 10px;
			border: 2px white solid;
		}

			#findHotel table th a {
				text-decoration: none;
				color: white;
			}

		#findHotel table tr {
			background-color: #dee0e4;
		}

		#findHotel table tr.alt {
			background-color: #cde0ee;
		}

			#findHotel table tr td {
				padding: 5px 10px 5px 10px;
				border: 2px white solid;
			}

				#findHotel table tr td h3 {

				}

	#findHotel a.print {
		font-weight: bold;
		float: right;
		text-decoration: none;
		color: #0061B0;
		margin: 5px;
	}

	#findHotel a.previous {
		font-weight: bold;
		position: absolute;
		top: 0;
		left: 0;
		text-decoration: none;
		color: #0061B0;
		margin: 5px;
	}

	#findHotel a.next {
		position: absolute;
		top: 0;
		right: 0;
		font-weight: bold;
		float: right;
		text-decoration: none;
		color: #0061B0;
		margin: 5px;
	}
