.film {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0;
	margin-bottom: 3em;
	padding: 0 0 0 0;
	display: block;
	background-color: #EFE6D8;
}

.film .title {
	font-size: 130%;
	line-height: 100%;
	margin: 0;
	background-color: #9E2B28;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 0.125em 0 .25em 12px;
}

table.details {
	font-size: 85%;
	width: 100%;
	background-color: White;
	border-bottom: 1px solid #999;
}

table.details td.origin
{
	width: 33%;
	text-align: left;
	padding-left: 12px;
}

table.details td.year
{
	width: 33%;
	text-align: center;
}

table.details td.length
{
	width: 33%;
	text-align: right;
	padding-right: 12px;
}

p.language
{
	margin: 0;
	font-size: 85%;
	font-style: italic;
	border-bottom: 1px solid #999;
	padding-left: 12px;
}

p.description {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1em 0;
	padding-left: 12px;
	padding-right: 6px;
}


p.description span.filmCite {
	font-style: italic;
}

.film .credits
{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 85%;
	margin: 0;
	padding: 0.5em 0;
	line-height: 130%;
}

p.credit {
	margin: 0;
	padding-left: 12px;
}

p.credit span.position {
	font-weight: bold;
	margin-right: 0.5em;
}

.film .screens
{
	font-size: 90%;
	background-color: white;
	margin-bottom: 0;
	color: #990000;
	border-bottom: 1px solid #999;
}

table.schedule {
	font-size: 100%;
	color: #990000;
	width: 100%;
	padding: 0.25em 0;
	line-height: 120%;
}

table.schedule td.date {	
	width: 45%;
	padding-left: 12px;
	text-align: left;
}

table.schedule td.time {
	width: 20%;	
	text-align: center;
}

table.schedule td.venue {
	width: 35%;
	padding-right: 12px;
	text-align: right;
}


p.screensWith {
	margin: 0;
	color: black;
	font-weight: normal;
	padding: 0 12px 0.5em 12px;
	line-height: 120%;
	font-size: 85%;
}

p.screensWith .filmCite{
	font-style: normal;
}


p.funding {
	margin: 0;
	font-size: 85%;
	padding-left: 12px;
	border-bottom: 1px solid #999;
	padding-bottom: 0.25em;
}

p.discuss {
	margin: 0;
	font-size: 80%;
	padding-left: 12px;
	border-bottom: 1px solid #999;
	padding-bottom: 0.25em;
}

img.inline {
	float: right;
	margin: 0 0 12px 12px;
}

table#schedule {
	width: 100%;
	background-color: transparent;
}

table#schedule th.head {
	color: White;
	padding: 0.25em 0;
	border-bottom: 1px solid #B8AF8E;
	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 #B8AF8E;
	text-align: left;
}

table#schedule td {
	font:x-small "Trebuchet MS", Helvetica, Arial, sans-serif;
	vertical-align: top;
	font-size: 100%;
	line-height: 120%;
	padding: 0.5em 0.25em 0.5em 0.5em;
	border-bottom: 1px solid #B8AF8E;
	background-color: #EFE6D8
}

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 {
	margin: 0;
	line-height: 120%;
	background-color: transparent;
	font-size: 90%;
}

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: 0.5em;
}

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 span {
	font-weight: normal;
	font-size: 90%;
}

table#schedule p.film a {
	font-weight: normal;
	font-size: 90%;
}


table#tickets {
	width: 70%;
	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 #B8AF8E;
	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;
}


