body {
	margin: 0;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	/*margin-top: 6em;*/
}
a img {
	border: none;
}
div.callist {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
div.callist table {
	display: none;
	background: white;
	color: black;
	border: 1px solid black;
	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: #25a767;
	border-color: #25a767;
	cursor: pointer;
	cursor: hand;
}
#ticketing div.callist td.active:hover {
	color: white;
	background: #25a767;
}
#ticketing div.callist td.current {
	color: white;
	background: #25a767;
}
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: #25a767;
	text-decoration: none;
}
#returndate {
	visibility: hidden;
}
select {
	font-size: 15px;
	border: 1px solid #666;
	height: 28px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: white url(/ticketing/PPB/iframe/select-arrow.png) no-repeat;
	background-position: calc(100% + 96px - 1em) center;
	padding-right: 1em;
}
select::-ms-expand {
	display: none;
}
input {
	font-size: 15px;
	border: 1px solid #666;
	height: 24px;
}
#farepicker table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 5px;
}
#dcontain,
#acontain {
	position: relative;
	top: 0;
	left: 0;
}
#ticketing {
	width: 965px;
	max-width: 100%;
	min-height: 187px;
	font-size: 13px;
	font-weight: bold;
	overflow: auto;
}
#ticketing h1 {
	margin: 0 0 5px 0;
	font-size: 13px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	text-align: center;
}
p.action {
	margin: 0;
}
button {
	color: white;
	background: #25a767;
	border-radius: 15px;
	border: none;
	padding: 5px 10px;
	width: 166px;
	font-size: 17px;
	font-weight: bold;
	height: 42px;
	line-height: 32px;
	text-align: center;
	overflow: visible;
	cursor: pointer;
	cursor: hand;
}
button:hover {
	background: #218C57;
}
#dcontain,
#acontain {
	position: relative;
	top: 0;
	left: 0;
}
select.stoppicker {
	width: 375px;
	/*max-width: calc(100% - 40px);*/
}
input.datepicker {
	width: 150px;
	/*max-width: calc(100% - 40px);*/
	background: white url(/ticketing/PPB/iframe/calendar.png) no-repeat 95% center;
	border-width: 1px solid #666;
	padding-left: 4px;
}
p.note {
	font-size: 11px;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	color: #eee;
}
p.provided {
	margin: 0 auto;
	padding-top: 0.25em;
	border-top: 1px solid #265074;
	width: 90%;
}
p.note a {
	color: white;
}
form {
	margin: 0;
	padding: 0;
}
#ticketing #triplist {
}
button.owrt {
	color: black;
	background: white;
	border: none;
}
button.owrt:hover {
	background: #25a767;
}
button.owrt img {
	vertical-align: middle;
}
button.active {
	color: white;
	background: #25a767;
}
body {
	overflow: hidden;
}