/* main CSS Document */
body 
{
	margin: 10px; 
	padding: 0px; 
	background-color: white; 
	height: 100%;
	cursor: default;
}
body, td, th, p, input, select, textarea, h1, h2, h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}
h1
{
	font-size: 16px; 
	font-weight: bold; 
	color: #532E44;
	margin-top: 0px;
}
h2 
{
	font-size: 12px;	
	font-weight: bold;
	margin: 0px;
}
a 
{
	color: #146692; 
	text-decoration: none; 
	border-bottom: 1px dashed #146692;
}
a:hover
{
	color: #3292B6; 
	border-bottom: 1px solid #3292B6;
}
.disabled
{
	color: silver;
}
.formlabel
{
	font-weight: bold;
	color: #3292B6;
	padding-right: 3px;
}
.filminfo_module
{
	background-color: #ECF7FC;
	border-top: 1px solid #D0E2E8;
	border-bottom: 1px solid #D0E2E8;
	margin: 0px 0px 15px 0px;
	padding: 3px 3px 10px 3px;
}
.filminfo_module .title
{
	color: black;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}
.sidebar_module
{
	margin: 0px 0px 20px 0px;
	padding: 0px 3px;
}
.sidebar_module .title
{
	color: black;
	font-size: 11px;
	font-weight: bold;
	margin: 0px -3px 5px -3px;
	padding: 2px 5px;
	border-top: 1px solid #D0E2E8;
	border-bottom: 1px solid #D0E2E8;
}
.error, .error_list
{
	color: crimson;
}
.inform
{
	color: green;
}
.required
{
	font-weight: bold;
	color: red;
}
.optional
{
	color: white;
}
#container
{
	width: 780px; 
	margin: 0px auto;
}

#header
{
	margin-bottom: 3px;
}

#menubar
{
	margin-bottom: 3px;
}

#featurefilm
{
	margin-bottom: 10px;
}

#content
{
	width: 780px;
	margin-bottom: 10px;
}
#content_singlecolumn
{
	padding: 0px 15px 0px 35px;
}
#table_content
{
	width: 780px; 
	margin-bottom: 10px;
}
#table_content .left
{
	width: 580px;
}
#table_content .right
{
	width: 200px;
}
#footer
{
	border-top: 1px solid black; 
	color: #999999; 
	font-size: 9px;
}
#footer p
{
	font-size: 9px;
}
#table_homecontent
{
	width: 100%; 
	padding: 2px;
}

#table_homecontent .left
{
	width: 280px; 
	padding: 0px;
}
#table_homecontent .middle
{
	width: 250px; 
	padding: 0px 10px;
}
#table_homecontent .right
{
	width: 250px; 
	padding: 0px;
}
#table_homecontent h1
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 5px 3px 3px 5px;
	background-color: #ECF7FC;
	border-top: 1px solid #D0E2E8;
	border-bottom: 1px solid #D0E2E8;
}
#table_featurefilm td
{
	padding: 0px 2px 15px 0px;
}

#table_featurefilm .title
{
	color: #532E44;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: none;
}
#table_featurefilm a:hover
{
	color: #3292B6;
}
.filmimage
{
	border: 1px solid gray;
}
.thumbnail
{
	border: 1px solid gray; 
	margin: 2px;
}
.thumbnail:hover
{
	border: 1px solid #3292B6;
}
.imagelink
{
	border: none;
}
.imagelink:hover
{
	border: none;
}
#table_homecontent .middle .maintitle
{
	font-size: 15px; 
	font-weight: bold;
}
#table_homecontent .middle .date
{
	font-weight: bold;
}
.table_full
{
	width: 100%;
	padding: 2px;
	border: none;
}
.table_full th
{
	text-align: left;
	font-weight: bold;
	background-color: #ECF7FC;
	border-top: 1px solid #D0E2E8;
	border-bottom: 1px solid #D0E2E8;
	padding: 0px 5px;
}
.table_trimform
{
	border: none;
	padding: 2px;
}
.table_trimform th
{
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #FFEA99;
	padding: 4px 2px;
}
.medInput
{
	width: 200px;
}
.largeInput
{
	width: 300px;
}
#pagenavigation
{
	color: gray;
	border-top: 1px solid #FFEA99;
	margin-top: 10px;
	padding-top: 3px;
}
#pagenavigation .currentpage
{
	color: black;
	font-weight: bold;
}