@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.80em;
	color: #383838;
	width: 692px;
}
a {
}
a:hover {
	text-decoration: none;
}
#ui-datepicker-div {
	display:none;
}
table#fixtures {
	width: 680px;
	border-top: 1px solid #CCC;
	margin-bottom: 30px;
}
table#fixtures thead th, table#fixtures tbody td {
	border-bottom: 1px solid #e7e6e3;
}
table#fixtures th {
	background: #e7e6e3;
	padding:10px 10px;
}
table#fixtures tr {
	background: #f9f8f8;
}
table#fixtures td {
	padding:10px 10px;
	vertical-align:top;
}
td.game {
	text-align:right;
	padding-right:0px;
}
td.package {
	padding:0 0 8px 0;
}
th, td {
	margin:2px 10px 10px 10px;
}
.soldout {
	text-decoration: line-through;
	color: #999;
}
#booking div {
	display:inline;
}