﻿/** Stylesheet for Reklame/Fiksjon underside **/

/******** CONTENT ********/
#contentWrapper {
	width:960px;
}

.contentFrame {
	/*width:944px;	*/	
	background-color:#eeeeee;
	padding-bottom:8px;
}

.contentDiv {	
	margin-left:0px;
	/*width:952px;	*/
	background-color:#eeeeee;
	margin-bottom:8px;
	overflow:auto;
	/*position:relative;*/
}
.contentDiv H2 {
	font: bold 18px/20px Arial, Helvetica, sans-serif;
	color:#35aeeb;
}
.contentDiv p {
	font: regular 12px/14px Arial, Helvetica, sans-serif;
	color:#000000;
}

.titleBar {
	/*width:960px;*/
	height:75px;
	background-color:#eeeeee;
	overflow:hidden;	
}
.titleBar h1 {
	font: bold 56px/64px Helvetica, Arial, sans-serif;
	color:#cccccc;
	overflow:hidden;	
	margin-left:10px;
	margin-top:2px;
	margin-bottom:1px;
}
.titleBarHeading  {	
	font: bold 56px/64px Helvetica, Arial, sans-serif;
	color:#cccccc;
	overflow:hidden;	
	margin-left:10px;
	margin-top:2px;
	margin-bottom:1px;
}

.leftMargin5px {	margin-left:5px; }

/* Left column */
#leftColumn {
	float:left;
	/*width:483px;*/
	background-color:#ffffff;	
	display:inline;	
	/*min-height:400px;*/	
}
#leftColumn a {
	color:#FF0066;
	line-height:15px;
}

.leftColHorizDivider {
	width:475px;
	height:1px;
	background-color:#eeeeee;
}

#moviePlayerDiv {	
	width:480px;
	height:360px;
	margin-left:2px;
	margin-bottom:10px;	
}

#mainContent {	
	width:478px;
	min-height:100px;	
	padding-top:20px;
}
#mainContent h2 {
	font:bold 20px/20px Arial, Helvetica, sans-serif;
	color:#35aeeb;
}
#mainContent h3 {
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	color:#666666;
}
#mainContent p {
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	color:#333333;
}
.mainContentDate {
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	color:#999999;
}

/* Right column */
#rightColumn {
	float:left;
	display:inline;	
	background-color:#ffffff;	
	margin:0px 0px 0px 1px;	
	height:100%;		
}
.rightColHorizDividerThick {
	width:350px;
	height:1px;
	background-color:#eeeeee;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:8px;
}

#movieInfoDiv {	
	width:424px;
	font:normal 12px/12px Arial, Helvetica, sans-serif;
	margin-left:3px;
}
.movieInfoDivH2 {
	font: bold 18px/20px Arial, Helvetica, sans-serif;
	color:#35aeeb;
}
#movieInfoTable {
	width:350px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: none none none none;
	border-color: #eeeeee;
	border-collapse: collapse;
	background-color: white;
	margin-top:7px;
}
#movieInfoTable th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: #eeeeee;
	background-color: white;
}
#movieInfoTable td {	
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 6px;
	border-style: solid solid solid solid;
	border-color: #eeeeee;
	background-color: white;
}
#otherAndExtraDiv {	
	width:350px;
	min-height:100px;	
	margin-top:25px;
	margin-left:3px;
	font:normal 12px/12px Arial, Helvetica, sans-serif;
	color:#858585;
}
#otherAndExtraDivTable h3 {
	font: bold 13px/14px Arial, Helvetica, sans-serif;
	color:#666666;
}
#otherAndExtraDivTable h3 a{
	font: bold 13px/14px Arial, Helvetica, sans-serif;
	color:#666666;
}
.otherAndExtraDivTableYear {
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	color:#858585;
}
.otherAndExtraDivTableCustomer {
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	color:#666666;
}
.otherAndExtraDivTableCustomerName {
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	color:#35aeeb;
}
#otherAndExtraDivTable td {
	vertical-align:top;
}


