﻿/* Timestamp: 15.07.2009 12:51:30 */
@media screen,print,handheld {
html {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}	
body {	
	font-size: 100%;
	font-family:Arial,Helvetica, sans-serif;
	text-align: left;
	margin:0px;
	padding:0px;
	background-image: url(gfx/program_bg.jpg);
	margin-bottom:5px;
	background-repeat:repeat-x;
	background-attachment:fixed;
}

a { color:#0860b2; }
a.h1 { color:#121212; }
a.h2 { color:#121212; }
a.h3 { color:#121212; }
a.h4 { color:#121212; }
a.h5 { color:#121212; }

A.link_grey:link {  color: #505050; text-decoration:none; }
A.link_grey:hover {  color: #505050; text-decoration:underline;}
A.link_grey:visited {  color: #505050; text-decoration:none; }
A.link_grey:active {  color: #505050; text-decoration:underline;}

h1, .h1 { font-size:24px; font-weight:bold; color:#121212;}
h2, .h2 { font-size:18px; text-transform:uppercase; color:#121212; }
h3, .h3 { font-size:16px; font-weight:bold; color:#121212; }
h4, .h4 { font-size:14px; font-weight:bold; color:#343434; }
h5, .h5 { font-size:13px; font-weight:bold; font-family:Verdana, Geneva, sans-serif; }
p, .p {	font-size:13px; font-family:Arial,Helvetica, sans-serif;}


iframe {
	border: none;
}

object {
	outline: none;
}

.clear { clear:both; }
.row { clear:both; }

a { text-decoration:underline; font-size:13px; font-weight:bold; outline: none;}
.a_4 { font-size:14px; }
ul { list-style:none; }

.click_link {cursor: pointer;}

/* Nullstiller margins og paddings */
h1,h2,h3,h4,h5,h6,p,.h1,.h2,.h3,.h4,.h5,.h6,ul,li { margin:0px; padding:0px; }
img { display:block; border:none; }	



a.h1 { text-decoration:none; }
a.h1:hover { text-decoration:underline; }
a.h2 { text-decoration:none; }
a.h2:hover { text-decoration:underline; }
a.h3 { text-decoration:none; }
a.h3:hover { text-decoration:underline; }
a.h4 { text-decoration:none; }
a.h4:hover { text-decoration:underline; }
a.h5 { /*text-decoration:none;*/ }
a.h5:hover { text-decoration:underline; }


/** programmet 2010 */

#backgroundContainer, #fw_left_bar {
    background-color: transparent;	
}

.meny_fw_2010 {
	padding-bottom: 5px;
}

div#fw_left_bar {
	padding-top: 0;
	padding-left: 0;
	width: 815px;
}

div#fw_main_content_innhold {
	padding-left: 10px;
	width: 800px;
}

div.innhold_rad, div.innhold_rad_795 {
	width: 800px;
}

#footerBgContainer {
	background-color: #fff;
	padding-top: 5px;
}

#kolofonBgContainer {
	background-color: #fff;
	padding-bottom: 5px;
}

div#fw_footer {
	margin-top: 0;
}

.skyscraperAdBlurb {
    display: none;
}

.loading {
    display: none;
    width: 600px;
    height: 300px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -300px;    
    background-color: #000000;
    color: White;
    font-weight: bold;
}

.loadingCore
{
    display: none;
    text-align: center;
    padding-top: 150px;
}


.program_content {
	width: 800px;
	background-color:#FFF;
	color: #000000;	
}

.program_content .select_theaters 
{
    font-family: Arial;
    font-size: 14px;
    padding: 20px 20px 20px 20px;    
}

.select_theaters  h1 
{
    font-size: 30px;
}

.select_theaters  h2
{
    font-size: 18px;
    text-transform: none;
}

.select_theaters  .text {
    margin-top: 10px;
    margin-bottom: 20px;
}

.select_theaters .geolocation_visible
{
    visibility: visible;
    height: auto;
    margin-bottom: 10px;
}

.select_theaters .geolocation_hidden
{
    visibility: hidden;
    height: 0px;
}


a.button {
    background: transparent url('gfx/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    font-weight: bold;
}

a.button span {
    background: transparent url('gfx/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.select_theaters .search 
{
    float: left;
    width: 350px;
    padding: 20px 20px 20px 20px;
    background-color: #EFEFEF;
    border-width: 1px;
    border-style: solid;
    border-color: #DADADA;
    font-size: 12px;
}


.searchResult
{   
    border-width: 1px;
    border-style: solid;
    border-color: #D6D6D6;
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-left: 0px;
    padding: 1px 1px 1px 1px;
    list-style-type: none;
    cursor: pointer;
}   

.searchResultListItem
{   
    background-color: #FFFFFF;
    font-size: 14px;
    font-family: Arial;
    text-decoration: underline;
    color: #0860b2;
}   

.searchResultHighlightedListItem
{   
    background-color: #0860b2;
    color: #FFFFFF;
    font-size: 14px;
    font-family: Arial;
    text-decoration: underline;
}   


.searchResultListItemSmall
{   
    font-size: 12px;
    font-family: Arial;
    text-decoration: underline;
    color: #0860b2;
}   

.searchResultHighlightedListItemSmall
{   
    background-color: #0860b2;
    color: #FFFFFF;
    font-size: 12px;
    font-family: Arial;
    text-decoration: underline;
}   




.select_theaters .shortcuts 
{
    float: left;
    margin-left: 20px;
}

.select_theaters .shortcuts a
{
    line-height: 24px;
}


.program_content .theater_list
{
    font-family: Arial;
    font-size: 14px;
    padding: 20px 20px 20px 20px;    
}

.theater_list h1 
{
    font-size: 30px;
}

.theater_list .column
{
    float: left;
    width: 190px;
}

.theater_list a
{
    line-height: 20px;
}



.program_content .custom_time_start
{
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 12px;
}




.program_content .trailer_box
{
    position:absolute; 
    top:0; 
    left:0; 
    right:0; 
    bottom:0; 
    z-index:999;
    background-color: #CCCCCC;
}


.program_content_filter {
	width: 210px;
	float:left;
}

.program_content_filter .container {
	width: 210px;
	background-image:url(gfx/bg_tab.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.program_content_filter .pad {
	margin: 8px 8px 8px 8px;
		
}
.program_content_filter .header {
	width: 194px;
	margin-bottom:8px;
	cursor: pointer;
}
.program_content_filter .header_pil {
	width: 12px;
	height:20px;
	float:left;
	display:inline;

}
.program_content_filter .header_tittel {
	width: 180px;
	height:20px;
	text-align:left;
	display:inline;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color:#4e2953;
	

}

.program_content_filter .theater_search 
{
    margin-left:15px;
    margin-top:10px;
	font-size: 12px;
}

.program_content_filter .tekst {
	font-size:13px;
	text-transform:none;
	font-weight:normal;
	color:#4e2953;
	padding-left: 5px;
}

.program_content_filter .valg {
	width: 180px;
	line-height:24px;
}

.program_content_filter .valg a {
	font-size:13px;
	text-transform:none;
	font-weight:normal;
	color:#4e2953;
}
.program_content_filter .oppdater_button {
	width: 100px;
	margin-left:15px;
	margin-top:10px;
}
.program_content_filter .link {
	width: 170px;
	height:35px;
	margin-left:15px;
	margin-top:10px;
	
}
.program_content_filter h2 a {
	font-size:13px;
	text-transform:none;
	font-weight:normal;
	color:#4e2953;
	display:inline;
}
.program_content_filter .valg_checkbox {
	width: 15px;
}

.program_content_films {
	float:left;
	margin: 0px 0px 0px 15px;
	width: 575px;
}

/** ifnosak på topp */


.art_top_info_container  {
	width: 575px;
	display:block;
	margin-bottom: 30px;
	
}
.art_top_info_container .poster_left  {
	width: 100px;
	height:150px;
	float:left;
	margin-right:6px;
	
}
.art_top_info_container .title  {
	width: 450px;

}
.art_top_info_container .ingress {
	width: 450px;
}
.art_top_info_container .link {
	width: 450px;

}


.date_container {
    width: auto;
	background-image:url(gfx/bg_heading.png);
	background-repeat:repeat-x;
	background-position:top;
	padding: 7px 5px 5px 5px;
	margin-bottom: 10px;
}

.date_container .header {
    float: left;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}

.date_container .payment_header {
    float: right;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}

.date_container .payment_type {
    float: right;
    padding-left: 5px;
    padding-right: 5px;
}


/**filminfo med forsestillinger */

.movie_container  {
	width: auto;
	display:block;
	margin-bottom: 20px;
}

.movie_container .poster_left  {
	width: 100px;
	height: 150px;
	float: left;
	margin-right:6px;
}

.movie_container .title  {
}
.movie_container .infoleft {
	width: 129px;
	float:left;
	display:inline;
	display:block;

}
.movie_container .age  {
	float:left;
	display:inline;
	font-size:12px;
	color:#5e5e5e;
}

.movie_container .length  {
	float:left;
	display:inline;
	font-size:12px;
	color:#5e5e5e;

}

.movie_container .spaceline  {
	width: 10px;
	height: 12px;
	float:left;
	display:inline;
	display:block;
	background-image:url(gfx/skille_v_time_age.gif);
	background-position:top;
	background-repeat:no-repeat;

}

.movie_container .genre {
	font-size:12px;
	float:left;
	color:#5e5e5e;
}

.movie_container .actors {
	width: 129px;
	float:left;
	display:inline;
	font-size:12px;
	margin-top:10px;
}


.movie_container .ingress {
	font-size: 13px;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 10px;
	width: 265px;
	float: left;
}



.movie_container .links {
	width: 130px;

}
.movie_container .filminfo_link {
	width: 70px;
	float:left;
	display:inline;

}
.movie_container .trailer_link {
	width: 60px;
	float:left;
	display:inline;

}
.movie_container .forestillinger_container {
	width: 340px;
	display:inline;
	float:left;

}
.movie_container .oneliner {
	width: 125px;
	float:left;
	display:inline;
	font-size:12px;
	margin-top:15px;
	margin-bottom:10px;
}

.forestillinger {
	width: 340px;
	margin-top:15px;
}

.forestillinger .forestilling {
	width: 340px;
	height: 36;
	background-image:url(gfx/bg_tab.gif);
	float:left;
	display:block;
	margin-top:2px;

}
.forestillinger .sted {
	width: 180px;
	font-size:13px;
	display:inline;
	float:left;
	font-weight:bold;
	margin-left:10px;
	margin-top:10px;

}
.forestillinger .antallseterledig {
	width: 60px;
	font-size:12px;
	float:left;
	display:inline;
	margin-left:5px;
	margin-top:11px;
	text-align: right;
	padding-right: 10px;
}

.forestillinger .timeblock_sale {
	width: 50px;
	height: 25px;
	display:block;
	float:left;
	background-color: #2D9434;
	margin:5px 5px 5px 15px;
}

.forestillinger .timeblock_nosale {
	width: 50px;
	height: 25px;
	display:block;
	float:left;
	background-color: Gray;
	margin:5px 5px 5px 15px;
}


.forestillinger .time 
{
    font-size:13px;    
    font-weight:bold;
	width: 50px;
	color:#FFF;
	float:left;
	margin:5px 5px 5px 8px;
}



.forestillinger .time a{
	color:#FFF;
}





.version_container {
    width: 575px;
}


.version {
    width: 200px;
    font-weight: bold;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #D6D6D6;
    background-color: #E9EAE4;
}


.version_blank {
    width: 200px;
    text-align: center;
}



.version_forestillinger {
}

.version_forestillinger .forestilling {
	height: 36;
	background-image:url(gfx/bg_tab.gif);
	float:left;
	display:block;
	width: 373px;
}

.version_forestillinger .sted {
	font-size:13px;
	display:inline;
	float:left;
	font-weight:bold;
	margin-left:10px;
	margin-top:10px;
	width: 200px;
}

.version_forestillinger .antallseterledig {
	font-size:12px;
	float:left;
	display:inline;
	margin-left:5px;
	margin-top:11px;
	text-align: right;
	padding-right: 10px;
	width: 70px;
}

.version_forestillinger .timeblock_sale {
	width: 50px;
	height: 25px;
	display:block;
	float:left;
	background-color: #2D9434;
	margin:5px 5px 5px 15px;
}

.version_forestillinger .timeblock_nosale {
	width: 50px;
	height: 25px;
	display:block;
	float:left;
	background-color: Gray;
	margin:5px 5px 5px 15px;
}


.version_forestillinger .time 
{
    font-size:13px;    
    font-weight:bold;
	width: 50px;
	color:#FFF;
	float:left;
	margin:5px 5px 5px 8px;
}



.version_forestillinger .time a{
	color:#FFF;
}


.article {
    margin-bottom: 15px;
}

.article .image {
    margin-right: 10px;
}


.article .title {
    font-size: 18px;    
    font-weight: bold;
}


#programSpacer{
    float: left;
    width: 795px;
    height: 400px;
}

.tbx_theater {
    width: 100px;
    font-size: 11px;
}


