html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	font-family: sans-serif;
	font-size: 10pt;
	color: #919396;
background-image: url('background.png');background-repeat: no-repeat; background-position: 0% 0%;	
}

h3
{
	background-color: #231f20;
	color: white;
	text-align: right;
	font-size: 1em;
	padding: 2px;
	margin: 0px;
}

h4
{
	margin: 0px;
	padding: 0px;
}

h5
{
	font-size: 1em;
}

table
{
	border-collapse: collapse;
}

td
{
	vertical-align: top;
}

a
{
	text-decoration: none;
	color: #919396;
}

a:visited
{
	color: #919396;
}

a:hover
{
	color: #616366;
}

a img
{
	border: none;
}

p
{
}

.bfi_southbank,
.bfi_southbank a
{
	color: rgb(19,179,92);
}

.barbican,
.barbican a
{
	color: rgb(236, 0, 140);
}

.renoir,
.renoir a
{
	color: rgb(0, 174, 239);
}

.rich_mix,
.rich_mix h4,
.rich_mix p,
.rich_mix span,
.rich_mix a
{
	color: rgb(227, 204, 8);
}

.ica,
.ica a
{
	color: rgb(241, 139, 6);
}

div#dates_navigation
{
	margin: 20px 0px 0px 0px;
	color: #ec008c;
	font-style: italic;
}

div#dates_navigation a
{
	color: #ec008c;
}

div#page_navigation
{
	margin: 20px 0px 35px 0px;
}

div#page_navigation a
{
	display: block;
	color: black;
	padding: 0.1em;
	font-size: 1.3em;
	font-weight: bold;
}

#film_list
{
	max-height: 720px;
	overflow-y: auto;
	margin-top: 5px;
}

#film_list table
{
	border: 1px solid #aaa;
	margin: 1px;
}

#film_list tr
{
	cursor: pointer;
}

#film_list td
{
	padding: 0.5em;
	border-bottom: 1px solid #aaa;
	vertical-align: middle;
}

#film_list a
{
	color: #ec008c;
	display: block;
}

#film_list a:visited
{
	color: #ec008c;
}

#film_description
{
	overflow-y: auto;
	padding: 10px;
}

#film_description h3,
.film_info h3
{
	color: #ec008c;
	background-color: transparent;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#film_description h4
{
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
	color: #919396;
}

#film_description p,
.film_info p
{
	font-size: 0.8em;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}

#full_length_content
{
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px;
}

.datetime
{
	font-weight: bold;
	color: #919396;
}

div#additional_events h5,
div#workshops h5
{
	margin: 0px;
	padding: 0px;
}

div#additional_events h4
{
	color: rgb(0, 174, 239);
}

div#workshops h4
{
	color: rgb(19,179,92);
}

/* Start styles for Flexcroll*/
.scrollgeneric
{
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbar,
.hscrollerbar
{
	padding: 10px;
}

.vscrollerbase
{
	width: 15px;
	background-image: url('scrollbar_background.png');
	background-position: 50%;
	background-color: red;
}

.vscrollerbar
{
	width: 15px;
	height: 80px !important;
	background-color: black;
}

.scrollerjogbox
{
	width: 15px;
	height: 20px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: white;
}
/* End styles for Flexcroll*/

