﻿/* Film Catalogue */
.hide
{
    display: none;
}

.disableScreen
{
    position: absolute;
    display: block; 
    top: 0px; 
    left: 0px;
    right: 0px;
    background-color: #000000; 
    height: 1800px;
    width: 2000px;
    text-align: center;
    filter:alpha(opacity=80); 
    -moz-opacity:.80; 
    opacity:.80;
    z-index: 0;
}

.youTubeATrailerWrapper
{
    position: absolute;
    top: 0px; 
    left: 0px;
    text-align: center;
    width: 100% !important;
    z-index: 44444;
}

.youTubeATrailerWrapperIE6
{
    position: absolute;
    top: 0px; 
    text-align: center;
    width: 100% !important;
    z-index: 44444;
}

.youTubeATrailerBox
{
    width: 455px;
    top: 110px;
    border: solid 2px #005879; 
    position: relative; 
    background-color: #000000; 
    margin: 0 auto;
    padding-bottom: 15px;
    z-index: 9999;
}

.youTubeATrailerBox iframe
{
    width: 425px;
    height: 355px;
    margin: 0 auto;
    padding: 0px;
    border: none;
    
}

.youTubeATrailerBox p.closeVideo
{
    text-align: right;
    color: #ffffff;
    font-size: 1.4em;
    text-align: right;
    text-decoration: none;
    background-color: Black; 
    margin: 4px auto 0px;
    z-index: 0;
}

.youTubeATrailerBox p.closeVideo a
{
    color: #ffffff;
    text-decoration: none;
    height: 30px;
    width: 20px;  
    padding-right: 2px;
}

.youTubeATrailerBox p.closeVideo a:hover
{
    color: #005879;
    text-decoration: none;
    cursor: pointer;
}

.filmList
{
	margin: 15px 0px 15px 0px;
}

.filmList .divSynopsisIntro
{
	width: 460px;
}

.filmList a
{
	display: block;
	margin-top: 60px;
	width: 0px;
}

.filmList img
{
	border: solid 3px #545480;
	float: right;
	/*width: 90px;*/
	width: 250px; /* Edit by Justin - 12 05 2010 */
	margin: 0 0 5px 10px;
}

.filmHomeImage, .filmNZOS
{
	text-align: center;
	margin: 5px 0px 10px 0px;
}

.filmHomeImage img
{
	width: 350px;
}

.filmInfo
{
	margin: 20px 0px 20px 0px;
}

.filmInfo a
{
	display: block;
	width: 0px;
	margin:10px 0px 0px 0px;
}

.credit
{
	margin-bottom: 10px;
	clear: both;
}

.credit .creditLabel
{
	width: 30%;
	float: left;
	font-weight: bold;
}

.credit .creditValue
{
	margin-left: 30%;
}

.otherInfo
{
	margin-bottom: 5px;
}

.otherInfo .otherInfoLabel
{
	font-weight: bold;
}

.otherInfo .otherInfoValue
{
	margin-bottom: 10px;
}

.website
{
	font-weight: bold;
	border-top: #999999 1px solid; 
	padding: 3px 0px 0px 0px;
	margin-top: 15px;	
}

.website a
{
	display: block;
	margin-top: 15px;
	width: 150px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
}

.trailor
{
	text-align: center;
	border-top: #999999 1px solid; 
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.trailor img
{
	width: 130px;
	margin: 2px 0px 2px 0px;
}

.trailor a
{
	display: block;
	background-color: #66798A;
	padding: 10px 0px 10px 0px;
}

.rightImage
{
	text-align: center;
}

.rightImage img
{
	width: 130px;
}

.castDiv
{
	border: solid 1px #999999;
	padding: 5px 5px 5px 5px;
}

ul.filmNav
{
	list-style-type: none;
	margin: 0px 0px 15px 0px; 
	padding: 0px;
}
ul.filmNav li 
{
	display: inline;
	margin-right: 5px;
}

ul.filmNav li a
{
	font-weight: normal;
}

.studyCase
{
	border-top: #999999 1px solid; 
	padding: 3px 0px 0px 0px;
	margin-top: 15px;
}

.studyCase .label
{
	font-weight: bold;
}

.studyCase a
{
	font-weight: normal;
}


.award
{
	border: solid 1px #999999;
	padding: 5px 5px 5px 5px;
	margin: 10px 0px 10px 0px;
}

.award .awardTitle
{
	font-weight: bold;
}

