* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 15px;
}

table {
	border-collapse: collapse;
	width: 100%;
}

tr, th, td {
	border: #000 1px solid;
}

th {
	background: #ffc824;
	padding: 5px;
}

th a {
	color: #000;	
}

tr {
	background: #ffe9a7;	
}

tr.alternate {
	background: #fff;	
}

td {
	padding: 2px 5px 2px 5px;	
}

td.tickets {
	background: #e13a00;
}

a {
	color: #ffe786;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;		
}

.arrow {
	font-size: 8px;	
	position: relative;
	top: -1px;
	left: 2px;
}

.info {
	background: #e13a00;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

h1 {
	background: #000;
	border: #000 1px solid;
	padding: 3px;
	margin-bottom: 15px;
	color: #fff
}

form {
	width: 500px;	
}

form p {
	padding: 3px;
	background: #ffc824;
	border: #000 1px solid;
	border-bottom: none;
}

.searchbox {
	border: #000 1px solid;
	width: 250px;
	padding: 2px;
}

.button {
	background: #000;
	border: #000 1px solid;
	color: #fff;
}

.button:hover {
	background: #fff;
	color: #000;
}

.schoices {
	background: #fff;
	border: #000 1px solid;
}