.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;
}

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: 120%;
	background-color: transparent;
	text-align: left;
}

table#schedule th.legend {
	font:x-small "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 80%;
	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: 85%;
	line-height: 125%;
	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: 60%;
}

table#schedule td.workshop {
	background-color: #E1D8C6;
}

table#schedule td.title a {
	font-size: 80%;
}

table#schedule td.time {
	width: 15%;
}

table#schedule td.venue {
	width: 25%;
}


