/*	Stylesheet for Norfilms pages */
/*  Up-dated and revised - September, 2007 */



/*** Format for main body features ***/
body	{
	text-decoration: none;
	background-image: url(../pics/headers/NorHead-201108_C.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-color: #000;
}

.ReviewTag {
	background-image: url(../pics/icons/page.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}

P		{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-right: 5px;
	margin-left: 10px;
	} /* main body text */
	
.smallP {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold;
	}

.DropCapitals {  
	font-family: "Times New Roman", Times, serif; 
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	}

/* Headers */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 30px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none}
h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-left: 3px;
}
h4	{
	font-family: Verdana, Arial; 
	font:11pt; 
	color:blue; 
	font-weight:bold}
h5 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-indent: 25px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #333333;  /* FREESAT Pages = background-color: #666666; */
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

hr		{
	height:"1"; 
	color:000000;
	}

.mailinglistANDfriends {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
	}
	
.button {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; color: #FFFFFF; 
	text-decoration: none; 
	background-color: #000000; 
	border: 3px ridge; 
	border-color: #CCCCCC #666666 #666666 #999999;
	}
	
.emailentrybox {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
	}

.cellsONwhite {  
	border: 1px #789EB1 solid;
	}
	
.cellsONblue {  
	border: 1px #FFFFFF;
	}
	
.cellsONwhiteONwhite { 
	border: 1px #FFFFFF solid;
	}

.cinestrip {
	background-image: url(../webcinema/pics/CineStrip-sm.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.backgroundPic {
	position: absolute;
	z-index: 0;
	left: 50%; /* originally right: 0px */
	top: 0px;  /* originally 0px */
	margin-left: 400px;	
}

/*** Format for the main page block, including header, left and right blocks ***/
.maindiv {
	width: 900px;
	z-index: 2;
	position: absolute;
	top: 175px;
	text-align: left;
	padding: 0px;
	left: 50%;
	margin-left: -485px;
}

.maindiv ol {
	margin-right: 5px;
	margin-left:  35px;
	padding-left: 0px;
}
.maindiv li {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 15px;
	text-align: justify;
}

.maindiv dl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin-right: 15px;
	margin-left: 15px;
}
/*** Puts a little envelope image for e-mail addresses and bold text for the sub-header ***/
/*** on contact page definition list.  ***/
/*** Cannot format definition list with this owing to other pages using the DL formatting ***/
.maillink {
	font-weight: bold;
	background-image: url(../pics/icons/email.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
	
/*** Formatting for the main body on each page ***/
.leftdiv {
	height: auto;
	width: 675px;
	float: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	margin-top: 10px;
	text-align: left;
}

/*  Main body content of each page, shifted to make way for left column */
.leftdivcontents {
	position: relative;
	margin-right: 25px;
	height: 100%;
	float: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	top: 0px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.leftdivcontents img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.leftdivcontents a:link, a:visited{
	color: #336699;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
}

.leftdivcontents a:hover{
	color: #336699;
	text-decoration: underline;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
}

.leftdivbackground {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 50px;
	width: auto;
}

.leftdiv dt {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
	background-color: #333;
	color: #FFF;
	text-indent: 5px;
	margin-top: .2em;
	margin-bottom: .2em;
}

/* Location marker and DIV for javascript menus  Width must be exact to fit for IE9 */
#norfilms_menu {
	background-image: url(../pics/MenuBG.png);
	background-repeat: repeat-x;
	background-color: #000;
	width: 649px; /* exact figure for non-compliant IE9 et al */
	height: 35px;
	float: left;
}

#pageswitcher {
	text-align: right;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-image: url(../pics/icons/pageswitcherBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Left column for main body contents and side adverts information, etc. */
/* Imported from earlier FreeSat style - now standard across entire site */
.column1 {
	background-color: #FFFFFF;
	float: left;
	width: 170px;
}
/* right column for main body contents. */
/* Imported from earlier FreeSat style - now standard across entire site */
.column2 {
	background-color: #FFFFFF;
	float: right;
	width: 479px;
}
/* clears the column 1 / 2 formatting */
/* Imported from earlier FreeSat style - now standard across entire site */
.pclear {
	clear: both;
}
	
/*** Formatting for the home page mini-features & announcements ***/
#headliner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-image: url(../pics/CineStrip3a.gif);
	background-repeat: repeat-y;
	margin-top: -5px;
}

.headliner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#headliner a:hover, #headliner a:visited, #headliner a:link{
	color: #FFFFCC;
	text-decoration: underline;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: bold;
}

/*** Formatting for the right-hand sidebar on each page ***/
.rightdiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: none;
	width: 240px;
	margin-right: 0px;
	position: absolute;
	left: 625px;
	top: 10px;
	z-index: 5;
	margin-left: 0px;
	padding-left: 30px;
	clear: none;
	text-align: left;
	background-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E6ECEC;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}

.rightdiv a:link{
	color: #336699;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.rightdiv a:visited{
	color: #336699;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.rightdiv a:hover{
	color: #336699;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mailingList {
	background-color: #c1d2db;
	margin: 0px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #000000;
}

.sidebarbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #e3e2d2;
	margin: 0px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #000000;
	text-align: left;
	width: 230px;
}

#sitemap {
	padding: 5px;
	margin-right: 25px;
	margin-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	text-align: justify;
	margin-top: 0px;
}
#sitemap dl {
	margin-left: 5px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sitemap dt {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-decoration: underline;
	background-image: url(../pics/icons/folder.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	font-size: 16px;
}

/*** formatting for all production diary pages and their sub-sections ***/
.diary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 0px;
	clear: both;
	float: none;
	width: 100%;
	text-align: justify;
	padding: 10px;
}
.diarycontent {
	margin: 5% 0%;
	padding: 0%;
	border: 0px none #CCCCCC;
	width: 100%;
	background-color: #000000;
	text-align: center;
}
.diaryheading {
	text-align: left;
	margin: 0px;
	padding: 5px;
	border: 0px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../pics/icons/diarypage.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
}
.diarytitle {
	margin: 0px;
	padding: 10px;
	border: 0px;
	font-weight: bold;
	float: left;
	position: relative;
	width: 48%;
	text-align: left;
	color: #FFFFFF;
}
.diarystatus {
	margin: 0px;
	padding: 10px;
	font-weight: bold;
	float: left;
	position: relative;
	width: 48%;
	text-align: left;
	clear: none;
	color: #FFFFFF;
}
.diarybody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #000000;
	background-image: none;
	border-top: 0px solid #000000;
	border-right: 0px;
	border-top: 1px solid #000000;
	border-left: 0px;
	margin-right: 5%;
	border-bottom: 0px;
	margin-left: 5%;
}
.diaryfooter {
	text-align: left;
	margin: 0px;
	padding: 5px;
	border: 0px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	text-indent: 0px;
	float: none;
	width: 100%;
}
.diarylink {
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(../pics/icons/diary.gif);
	background-repeat: no-repeat;
	text-indent: 16px;
}
.diaryIMGleft {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: none;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	color: #FFFFFF;
}
.diaryIMGright {
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: none;
	background-repeat: no-repeat;
	text-indent: 16px;
	float: left;
	height: 200px;
	width: 45%;
	clear: right;
	color: #FFFFFF;
}

/*** formatting for 404 error Page ***/
#404div	{
	background-color:#FFFFFF;
}
.404divleft {
	background-image: none;
	padding: 0px;
	width: 0px;
	top: 0px;
	float: left;
}
.404divright {
	background-color: #FFFFFF;
	background-image: none;
	padding: 10px;
	width: 500px;
	border: 1px solid #000000;
	top: 100px;
	margin-top: 100px;
	float: left;
	color: #000000;
	text-align: left;
}

/*  Redundant?  */
#reelimage {
	position: relative;
	z-index: 0;
	left: -70px;
	top: -60px;
}

/* Forms formatted */
.formlabel {
	background-position: right;
	padding: 2px;
	float: left;
	width: 30%;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
}
.forminput {
	background-color: #E1E1C4;
	background-position: left;
	padding: 0px;
	float: left;
	width: 69%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #333333;
}
/* This next batch are used ENTIRELY for the form results pages
   success and error pages.
   Results pages do not have sidebars or menus.
   */
.fulldiv {
	height: auto;
	width: 100%;
	float: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	margin-top: 95px;
	text-align: left;
	padding: 0px 20px 20px;
}
.orange {
	color: #FF9900;
}
.red {
	color: #DD0000;
}
.pink {
	color: #FF6699;
}

/* EXTRAS for F4F sections... */
.floatyDIV {
	left: 50%;
	background-color: #FFFFFF;
	position: absolute;
	top: 315px;
	width: 500px;
	margin-left: -400px;
	visibility: hidden;
}
.leftsidebar {
	background-color: #F9F2C6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#footbanners {
	background-color: #F2F2F2;
	padding-bottom: 10px;
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.f4fPRODUCTleft {
	width: 40%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.f4fPRODUCTright {
	float: right;
	width: 57%;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}


