.form_row {
	float: left;
	padding: 5px 0px 5px 10px;
}

#timetable-selector {
	width: 320px;
	float: right;
}

#timetable-selector select {
	width: 150px;
}

#timetable-selector label {
	font-size: 12px;
	margin: 3px;
}

#timetable-selector input {
	width: 100px;
	margin: 14px 0px 0px 50px;
}

* html .form_row {
	width: 150px;
}

#dayTabs {
	float: left;
	margin: 20px 0px -2px 0px;
	padding: 0px 0px 0px 15px;
	border-bottom: solid 5px #5F2A82;
	width: 885px;
}

#dayTabs li {
	display: block;
	float: left;
	width: 100px;
	height: 37px;
	overflow: hidden;
	margin-right: 2px;
	margin-bottom: -2px;
	font-size: 14px;
	text-align: center;
}

#dayTabs li a, #dayTabs li span {
	display: block;
	width: 100px;
	float: left;
	margin: 3px 0px 0px 0px;
	background-image: url(images/button_under.png);
	background-position: 0px 0px;
	color: white;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	padding: 10px 0px;
}

#dayTabs li.arrow {
	width: 22px;
}

#dayTabs li.arrow a {
	width: 22px;
}

#dayTabs li.arrow span {
	width: 22px;
	background-image: none;
	background-color: #bbb;
}

#dayTabs li a:hover {
	background-position: 0px -48px;
	
}

#dayTabs li.selected a {
	background-position: 0px -48px;
}

#dayTabs li.inactive span {
	background-image: none;
	background-color: #bbb;
}

#timetableGrid {
	/*background-image: url(/amuru/asset/57/multi-bg.png);*/
	width: 100%;
	display: block;
	float: left;
	font-size: 14px;
	border-collapse: collapse;
}

#timetableGrid td, #timetableGrid th {
	padding: 5px;
	text-align: left;
}

#timetableGrid a {
	color: white;
}

#timetableGrid .odd, #timetableGrid .even {
	margin: 0px;
	padding: 8px 0px;
}

#timetableGrid .odd{
	background-color: #666;
}

#timetableGrid .time {
	width: 100px;
	clear: left;
}

#timetableGrid .title {
	width: 300px;
}

#timetableGrid .type {
	width: 140px;
}

#timetableGrid .adult {
	width: 100px;
}

#timetableGrid .concession {
	width: 100px;
}

#timetableGrid .link {
	width: 100px;
}

* html #timetableGrid .link { /* IE not behaving */
	width: 90px;
}

h1 {
	font-size: 24px;
	color: white;
	margin: 15px 0px 0px 0px;
}

h2 {
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

h3 {
	clear: left;
	padding: 20px 5px 0px 5px;
	font-size: 1.3em;
}

.downloadLink {
	font-size: 14px;
	background-color: #B3D335;
	color: #333;
	text-decoration: none;
	float: right;
	padding: 5px;
	margin: 10px 0px;
}	
