body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	left: auto;
	right: auto;
	background-color: #EAEBE5;
	margin: 10px 0px 0px;
	background-repeat: no-repeat;
}
a:link, a:hover, a:active, a:visited { color: #A50E22; outline: none; }
p {
	font-size: 13px;
	line-height: 18px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	color: #232323;
	text-align: justify;
	height: auto;
}
h2 {
	font-size: 14px;
	padding: 0px;
	margin: 30px 0px 15px 0px;
	color: #999;
	text-align: right;
	border-bottom: 1px dotted #999;
}
h3 {
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	background-position: center;
	text-align: left;
	padding: 12px 10px;
	background-image: url('/2008/images/background/h3_bg.gif');
	background-repeat: no-repeat;
}
h4 { font-size: 14px; text-transform: uppercase; text-align: left; color: #232323; }
h5 {
	font-size: 14px;
	line-height: 18px;
	color: #232323;
	text-transform: uppercase;
	text-align: left;
	margin: 0px 0px 10px;
	padding-top: 5px;
}
h6 {
	font-size: 13px;
	color: #FFF;
	background-color: #000;
	padding: 7px;
	margin: 0px;
	text-align: left;
}
ul {
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	list-style-position: inside;
	list-style-type: square;
}
ol {
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}

/* Page structure */
#container { width: 950px; margin-right: auto; margin-left: auto; }
#header { width: 950px; position: relative; margin-bottom: 15px; }
#subnav { width: 300px; float: left; margin-left: 50px; }
#mainContent { float: right; width: 550px; margin-right: 50px; }
#thinContent { float: left; width: 550px; }
#footer { width: 950px; clear: both; }
#footer h4 { font-size: 13px; text-transform: none; text-align: center; padding-top: 20px; }
#title { float: left; width: 300px; margin-left: 10px; }

/* nav buttons */
#buttonBar {
	z-index: 5;
	width: 950px;
	height: 100px;
	top: 330px;
	left: 0px;
	position: absolute;
}
#leftButtons {
	z-index: 10;
	width: 390px;
	top: 0px;
	left: 0px;
	position: absolute;
	text-align: left;
	font-weight: bold;
}
#leftButtons img { padding: 0px; margin: -2px 2px; }
#rightButtons {
	z-index: 10;
	width: 375px;
	top: 0px;
	left: 575px;
	position: absolute;
	text-align: right;
	font-weight: bold;
}
#rightButtons img { padding: 0px; margin: -2px 2px; }

/* Images */
.image {
	margin: 4px 0px 10px 0px;
	padding: 5px 8px 16px;
	border: 3px solid #B6212D;
}
.imageLeft {
	margin: 4px 15px 10px 0px;
	padding: 0px;
	border: 1px solid #B6212D;
	float: left;
}
.imageRight {
	margin: 4px 0px 10px 15px;
	padding: 0px;
	border: 1px solid #B6212D;
	float: right;
}
.imageCenter { left: auto; right: auto; }
.sponsorLogo { border: 1px solid #DDD; margin: 10px 5px; }

/* forms */
.formTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
	background-color: #DCDCDC;
	border-collapse: collapse;
	empty-cells: show;
}
.formTable td {
	text-align: left;
	border-bottom: 1px solid gray;
	padding: 3px;
	margin: 0px;
}
.formTable tr { vertical-align: top; }
.formTableSubhead { font-weight: bold; color: #FFF; background-color: #31152B; }
.requiredInput { font-weight: bold; color: #F00; }
#mailingListForm {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.2em;
}
#mailingListForm table, #mailingListForm table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 2px;
	margin: 10px 0px;
	background-color: #DCDCDC;
	border-collapse: collapse;
	empty-cells: show;
}
#mailingListForm table td { border-top: 1px solid #999; border-bottom: 1px solid #999; }

/* Film, event, workshop listing pages */
#eventTable { background: #EAEBE5; border: 0px; }
#eventTable td { padding: 2px; }
#eventTable td img { border: 0px; }
ul#eventsList { font-size: 13px; line-height: 110%; list-style-type: none; list-style-position: outside; float: right; width: 130px; text-align: left; padding: 0px; margin: 0px; }
ul#eventsList li { padding: 4px 0px; margin: 0px; }
#eventTable a, #eventsList a, #eventTable a:link, #eventsList a:link, #eventTable a:visited, #eventsList a:visited { color: #000; text-decoration: none; }
#eventsList a:hover { color: #A50E22; }
#eventTable a { border: 0px; }
#eventTable td.thumbnail:hover, .hlt { background-color: #A50E22; color: black; }
.thumbnail { h: expression(onmouseover=new Function("this.className = 'hlt';")); }
.hlt { h: expression(onmouseout=new Function("this.className = 'thumbnail';")); }
dl.listing { font-size: 13px; line-height: 18px; text-align: justify; }
dl.listing dt { font-size: 14px; font-weight: bold; margin-top: 8px; margin-bottom: 2px; }
dl.listing dd { margin: 0px; border-bottom: 1px dotted #999; padding-bottom: 8px; }


/* Popup styles */
#popupContainer { width: 570px; margin: 0px auto; padding: 10px; }
#popupContent { width: 550px; margin: 0px; }
.filmDetails { font-size: 13px; font-weight: bold; text-align: right; padding: 2px 0px; margin-top: 2px; }
.filmTime { font-size: 13px; font-weight: bold; text-align: right; border-bottom: 1px solid #B6212D; padding-bottom: 3px; margin-bottom: 5px; }
.utilLinks { font-size: 80%; text-align: center; padding: 2px; border-top: 1px dotted #999; margin-top: 10px; }
img.popupImg { width: 550px; margin: 0px; border: 0px; }

/* Other styles */
.blogEntry { margin-bottom: 25px; }
.poweredphplist { margin-top: 8px; }
font.required { display: none; }
.smallNote { font-size: 8pt; font-style: italic; }
.errorMsg { color: red; font-weight: bold; }
tr.NRT td { background-color: #BBB; color: #555; }
tr.groupBreak td { height: 2px; padding: 0px; margin: 0px; border-top: 2px solid #31152B; border-bottom: 0px; }
.alreadyReserved { background-color: #9C9; color: #060; }
.resLinks { font-size: 80%; border-top: 1px dotted #999; padding-top: 2px; margin-top: 8px; }
.hiddenBox {
	width: 180px;
	padding: 2px;
	color: black;
	background-color: #F6F6F6;
	layer-background-color: #F6F6F6;
	font-size: 12px;
	overflow: none;
	border-style: solid;
	border-color: #444;
	border-width: 1px 4px 3px 1px;
	position: absolute;
	z-index: 15;
	visibility: hidden;
	display: none;
	text-align: left;
}
#title a, #title img { border: 0px; }
.deselectLink img { border: 0px; }
a.deselectLink { text-decoration: none; }


