#ticketing {
	width: 580px;
	margin: 1em auto;
	padding: 10px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#ticketing table {
	empty-cells: show;
	border-collapse: collapse;
	border: none;
}
#ticketing h1 {
	margin: -10px -10px 5px -10px;
	padding: 3px 10px;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	color: #f7f7f7;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
#ticketing td {
	padding: 3px 5px;
}
#ticketing tr > :first-child {
	padding-left: 0;
}
#ticketing tr > :last-child {
	padding-right: 0;
}
#ticketing tr td input {
	height: 16px;
	line-height: 16px;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	border: 1px solid #999;
	padding: 1px 2px 1px 2px;
	width: 248px;
}
#ticketing tr td input.datepicker {
	width: 80px;
}
#ticketing tr td input.clickable {
	width: auto;
	height: auto;
	border: none;
}
#ticketing a.droparrow {
	text-decoration: none;
	color: black;
	padding: 1px 2px;
	line-height: 16px;
	height: 16px;
	border: 1px solid #999;
	border-left: none;
	background: white;
	*position: relative;
	*top: -1px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#ticketing a.droparrow:hover {
	background: #9cd6ff;
}
#ticketing label {
	padding: 0 1.5em 0 0;
}
#ticketing td div {
	position: relative;
	top: 0;
	left: 0;
}
#ticketing #dcontain {
	*z-index: 3;
}
#ticketing #acontain {
	*z-index: 2;
}
#ticketing td div.citysearch {
	position: absolute;
	top: 19px;
	left: 0;
	border: 1px solid #999;
	background: white;
	padding: 0;
	width: 252px;
	max-height: 10em;
	overflow: auto;
	visibility: hidden;
	z-index: 4;
}
div.citysearch p {
	margin: 0;
	padding: 2px;
	cursor: pointer;
	cursor: hand;
}
div.citysearch p:hover,
div.citysearch p.selected {
	background: #9cd6ff;
	color: #00c;
}
#ticketing td img {
	vertical-align: baseline;
	border: none;
	margin-bottom: -2px;
}
#ticketing div.callist {
	position: absolute;
	top: 0;
	left: 115px;
	visibility: hidden;
}
#ticketing #ddcals {
	*z-index: 1;
}
#ticketing #rdcals {
	*z-index: 0;
}
#ticketing table.cal {
	border: 1px solid #009;
	border-collapse: separate;
	border-spacing: 1px;
	width: 164px;
	background: white;
	display: none;
	visibility: inherit;
}
#ticketing table.cal th {
	font-size: 11px;
	padding: 2px;
	background: #ffe;
}
#ticketing table.cal th span {
	color: #ccc;
	margin: 0;
}
#ticketing table.cal th span a {
	color: #00c;
	text-decoration: none;
}
span.prev {
	float: left;
}
span.next {
	float: right;
}
#ticketing table.cal td {
	font-size: 11px;
	padding: 2px;
	width: 18px;
	border: 1px solid #ccc;
	color: #ccc;
	text-align: center;
}
#ticketing table.cal td.active {
	color: #00c;
	border-color: #99f;
	cursor: pointer;
	cursor: hand;
}
#returndate {
	display: none;
}
#ticketing select {
	margin: 0 1.5em 0 0;
}
#ticketing select:last-child {
	margin: 0;
}
#ticketing p.errors {
	font-weight: bold;
	color: red;
}
#ticketing p.note {
	font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0.5em 0;
}
#ticketing p.maintenance {
	text-align: center;
	margin: 0.5em 0 0 0;
}
#ticketing img.spinner {
	vertical-align: baseline;
	display: none;
}