table#schedule {
	width: 100%;
	background-color: transparent;
}

table#schedule td {
	font: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	vertical-align: top;
	background-color: #D7D9C7;
	padding: 2px 6px;
	margin: 0;
}

table#schedule td p {
	margin: 0;
}

table#schedule td p.presentation {
	font-weight: bold;
}

table#schedule td p.presentation span {
	font-weight: normal;
}

table#schedule tr.borderTop td {
	border-top: 1px solid #E7E9DD;
}

table#schedule td.event {
	width: 70%;
}

table#schedule td.time {
	width: 30%;
}


table#schedule th.head {
	color: White;
	padding: 0.5em 0 0.25em 0;
	border-bottom: 1px solid #E7E9DD;
	font-weight: normal;
	font-size: 140%;
	background-color: transparent;
	text-align: left;
}

table#schedule th.legend {
	font:x-small "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 100%;
	color: #666;
	background-color: White;
	padding: 0 0.5em;
	border-bottom: 1px solid #E7E9DD;
	text-align: left;
}

table#schedule p {
	margin: 0;
	background-color: transparent;
}

table#schedule td.playsWith {
	border: 0;
	padding-bottom: 1px;
}

table#schedule td.title {
	width: 70%;
}

table#schedule td.workshop {
	background-color: #E3DCCC;
}

table#schedule td.title a {
	font-size: 100%;
}

table#schedule td.time {
	width: 30%;
}

table#schedule td.venue {
	width: 25%;
}

table#schedule td.youth {
	background-color: #DDCCBB;
	border-bottom: #CCB399;
}



table#schedule p.last {
	margin: 0;
}

table#schedule p.hilite {
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 105%;
	color: #990000;
	margin-bottom: 0em;
	line-height: 100%;
}

table#schedule p.hilite span {
	font-style: italic;
	text-transform: none;
	letter-spacing: normal;
	font-size: 90%;
	color: black;
}

table#schedule p.extra {
	font-style: italic;
}

table#schedule p.film {
	font-weight: bold;
	font-size: 100%;
}

table#schedule p.film a {
	font-weight: normal;
	font-size: 90%;
}


/* Ticket information table */
table#tickets {
	width: 80%;
	background-color: transparent;
}

table#tickets td {
	font:x-small "Trebuchet MS", Helvetica, Arial, sans-serif;
	vertical-align: top;
	font-size: 100%;
	line-height: 120%;
	padding: 0.25em 0.5em 0.25em 0.5em;
	border-bottom: 1px dotted #E7E9DD;
	background-color: transparent;
}

table#tickets td.noBorder {
	border-bottom: 0;
}

table#tickets td.price {
	text-align: right;
}

table#tickets td span {
	font-size: 85%;
	font-style: italic;
}

