

#timetablelegend {
	font-family; font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	width: 920px;
	text-align: center;
	border-spacing: 0px;
	border: 0px;
}
#timetablelegend td {
	width: 50px;
	padding: 3px 12px;
	border: 1px solid #888;
	margin-right: 50px;
}
#timetablelegend td.pagetitle {
	text-align: left;
	width: 310px;
	padding: 3px 12px;
	border: none;
	font-size: 24px;
	font-weight: bold;
}
.class {
	background-color: #FFF0F5;
}
.workshop {
	background-color: #ff8877;
}
.discussion {
	background-color: #F0E68C;
}
.performance {
	background-color: #99FF99;
}
.exhibit {
	background-color: #E0FFFF;
}
#printable {
	display: none;
}
#timetableMain {
	font-family; font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	margin: 10px 0px;
	border: 1px solid #222;
	border-right: none;
	width: 1205px;
}
#timetableMain table {
	margin: 0px;
	width: 1205px;
	border-collapse: collapse;
	border: 1px solid #666;
	border-bottom: none;
	color: #222;
	background-color: #fff;/*#DAE6D3;*/
}
#timetableMain thead th {
	text-align: center;
	font-weight: bold;
	padding: 0px;
	background: none;
    color: #555;
}
#timetableMain thead th div {
	height: 14px;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	padding-top: 1px;
}
#timetableMain tbody td {
	vertical-align: top;
	padding: 0px;
	font-size: 9px;
	background-color: #fff;
}
#timetableMain .timings {
	width: 30px;
	text-align: center;
}
#timetableMain .timings div {
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	line-height: 9px;
	height: 10px;
	width: 31px;
}

#timetableMain tbody .blocks1 {
	width: 65px;
}
#timetableMain tbody .blocks2 {
	width: 130px;
}
#timetableMain tbody .blocks3 {
	width: 195px;
}
#timetableMain .block {
	float: left;
	text-align: center;
	height: 539px;
	margin: 0px;
	padding: 0px;
	width: 64px;
	border-right: 1px solid #222;
}
#timetableMain .block div {
	margin: 0px;
	padding: 0px 1px;
	border-bottom: 1px solid #222;
	border-top: 1px solid #FFFFE0;
}
#timetableMain tbody a {
	color: #222;
	text-decoration: none;
}
#timetableMain tbody a:hover {
	color: #8B0000;
}

/* Class for making timed blocks */
.h0q1 { height: 9px; }
.h0q2 { height: 20px; }
.h0q3 { height: 32px; }
.h1q0 { height: 42px; }
.h1q1 { height: 51px; }
.h1q2 { height: 62px; }
.h1q3 { height: 76px; }
.h2q0 { height: 86px; }
.h2q1 { height: 97px; }
.h2q2 { height: 108px; }
.h2q3 { height: 119px; }
.h3q0 { height: 130px; }
.h3q1 { height: 141px; }
.h3q2 { height: 152px; }
.h3q3 { height: 164px; }
.h4q0 { height: 176px; }
.h4q2 { height: 195px; }
.h5q0 { height: 218px; }
.h5q2 { height: 240px; }
.h6q0 { height: 264px; }
.h6q2 { height: 336px; }
.h7q0 { height: 306px; }
.h7q2 { height: 328px; }
.h7q3 { height: 340px; }
.h8q0 { height: 356px; }
.h8q0 { height: 379px; }
.h9q0 { height: 394px; }


#timetableMain .block div.eventTime {
	font-weight: bold;
	border: none;
}
#timetableMain .block div.eventTitle {
	margin-top: 2px;
	color: #222;
	border: none;
	font-weight: bold;
}
#timetableMain .block div.eventPeople {
	margin-top: 2px;
	color: #000;
	border: none;
}
#timetableMain .block div.eventLocation {
	margin-top: 4px;
	color: #000;
	border: none;
}
.makingspaceartists {
	font-size: 14px;
	color: red;
	font-weight: bold;
}
.dancedisabilityforum {
	font-size: 14px;
	color: blue;
	font-weight: bold;
}
.discussionforum {
	font-size: 14px;
	color: #00FF00;
	font-weight: bold;
}
#timetableMain tbody td.end, #timetableMain thead th.end {
	background-color: #666;
}
#timetableMain .block div.spacer {
	height: 5px;
	border: none;
    margin: 0;
    padding: 0px;
}
.notes {
	font-size: 12px;
	margin: 3px 0px;
}
