body {
	margin: 0;
	padding: 0;
}
body,
td,
th {
	font-family: "Arial", "Helvetica", sans-serif;;
	font-size: 13px;
}
a img {
	border: none;
}
div.callist {
	visibility: hidden;
	position: absolute;
	top: 24px;
	left: 0;
}
div.callist table {
	display: none;
	background: white;
	border: 1px solid #999;
	border-radius: 10px;
}
#ticketing div.callist td {
	border: 1px solid #999;
	color: #999;
	padding: 2px;
	text-align: center;
	font-size: 11px;
	min-width: 20px;
	border-radius: 6px;
}
#ticketing div.callist td.active {
	color: #00f;
	border-color: #66f;
	cursor: pointer;
	cursor: hand;
}
div.callist .prev {
	float: left;
	margin: 0;
}
div.callist .next {
	float: right;
	margin: 0;
}
div.callist tr span {
	color: #ccc;
}
div.callist tr a {
	color: #00f;
	text-decoration: none;
}
#returndate {
	display: none;
}
#farepicker select {
	margin-right: 1.5em;
}
#farepicker select {
	text-align: center;
}
#dcontain,
#acontain {
	position: relative;
	top: 0;
	left: 0;
}
div.citysearch {
	position: absolute;
	top: 20px;
	left: 0;
	background: white;
	border: 1px solid #ccc;
	width: 298px;
	font-size: 13px;
	max-height: 12em;
	overflow: auto;
	visibility: hidden;
	z-index: 10;
}
div.citysearch p {
	margin: 0;
	padding: 0.25em;
}
div.citysearch p:hover,
div.citysearch p.selected {
	background: #99f;
	cursor: pointer;
	cursor: hand;
}

#ticketing {
	padding: 0 10px;
}
#ticketing h1 {
	margin: 0;
	font-size: 16px;
	color: #750000;
	display: none;
}
p.action {
	float: left;
	margin: 0 1em 1em 0;
}
button {
	color: white;
	background: #750000;
	border-radius: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0 none transparent;
	padding: 5px 10px;
	cursor: pointer;
	cursor: hand;
}
button:hover {
	background: #ed2939;
}
#mainpicker td {
	padding: 5px 0;
}
input.cityinput {
	width: 300px;
	background: white url(/ticketing/TWI/iframe/location.png) no-repeat right center;
	border-width: 1px;
}
input.datepicker {
	width: 175px;
	background: white url(/ticketing/TWI/iframe/calendar.png) no-repeat right center;
	border-width: 1px;
}
p.note {
	font-size: 11px;
	color: #444;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
p.provided {
	margin: 0;
	padding-top: 0.25em;
}
p.note a {
	color: #66f;
}
form {
	margin: 0;
	padding: 0;
}
#ticketing #triplist {
	background: #888;
	margin: 0 -10px;
	padding: 0 10px;
}
button.owrt {
	border-radius: 0;
	background: #888;
	color: white;
}
button.owrt img {
	vertical-align: baseline;
	margin-bottom: -1px;
}
button.owrt:hover {
	background: #eee;
	color: red;
}
button.active {
	background: #eee;
	color: #888;
}
#mainpicker {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	overflow: hidden;
}