@charset "utf-8";
/* CSS Document */

/* Reset styles - START - these will clear the different browser defaults for various margins, borders and such */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong{
	font-weight: bold;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Reset styles - END */
html{
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #333;
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
}

/* Clearfix style - START - Forces Firefox to expand divs when content is bigger than initial height. Must be applied as a class to the divs needing it */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Clearfix style - END */


td, font, div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #3a3b40;
}

a{
	color: #3a3b40;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

h1{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 1em;
	margin-top: 25px;
	margin-bottom: 9px;
	color: #666;
	font-weight: bold;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 9px;
	color: #b61a74;
	font-weight: bold;
}
h2.front{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 6px;
	color: #FFF;
	font-weight: bold;
}
h2.front a{
	color: #FFF;
	text-decoration: none;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	color: #666;
	font-weight: bold;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 13px;
	margin-bottom: 3px;
	font-weight: bold;
}
h4.front, h4.front a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 15px;
	min-height: 26px;
	margin-bottom: 3px;
	font-weight: bold;
	text-decoration: none;
}
h4.front.moviestyle, h4.front.moviestyle a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 15px;
	min-height: 15px;
	padding-top: 11px;
	margin-bottom: 3px;
	font-weight: bold;
	text-decoration: none;
}
h4.articleType{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 14px;
	margin-bottom: 3px;
	font-weight: bold;
}
h4.articleType a{
	text-decoration: none;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-bottom: 6px;
	font-weight: bold;
}

h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 0px;
	color: #333;
	font-weight: normal;
	font-style: italic;
}

p{
	margin-bottom: 11px;
}
p em{
	font-style: italic;
}
.menuDivider{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #FFFFFF;
}
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
}
ul{
	list-style-type: disc;
	margin-bottom: 10px;
}
li{
	list-style-position: outside;
	margin-left: 15px;
}
/* Main container styles - START - These are containers for the entire site design. Background is usually defined outside of these, and these contain the actual box of the main site. Usually the outer wrapper is just a box to properly position the site while the siteContainer keeps the main look of the box */
#wrapper{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 951px;
	height: 100%;
	text-align: left;
	background-color: #FFF;
}
#whiteBg{
	width: 951px;
	padding-bottom: 42px;
	position: relative;
	background-color: #FFF;
}
#addressBarContainer{
	position: fixed;
	margin: 0 auto;
	width: 951px;
	height: 42px;
	bottom: 0;
	z-index: 5;
}
#addressBar{
	float: left;
	width: 609px;
	height: 19px;
	padding-top: 3px;
	padding-left: 9px;
	margin-left: 10px;
	margin-top: 10px;
	display: inline;
	background-image: url(../images/bottom-bg.png);
	background-repeat: no-repeat;
	color: #999;
}
.addressInfo{
	margin-left: 25px;
}
.addressInfo p{
	display: inline;
	color: #666;
}
#siteContainer{
	padding: 0;
	width: 931px;
	padding: 10px;
	text-align: left;
}
#logoContainer{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 296px;
	height: 52px;
	display: inline;
}
#flagContainer{
	float: left;
	width: 302px;
	text-align: right;
	margin-right: 7px;
	display: inline;
	height: 62px;
}
.flagIcon{
	float: right;
	margin-right: 13px;
	margin-top: 32px;
	display: inline;
}
#searchContainer{
	float: left;
	width: 306px;
	padding-left: 10px;
	margin-top: 28px;
	background-image: url(../images/searchfield-bg.png);
	background-repeat: no-repeat;
	background-position: 15px 0px;
}
#searchContainer form{
	float: left;
	height: 19px;
}
#searchContainer input{
	float: left;
	width: 200px;
	height: 17px;
	margin-left: 25px;
	margin-top: 2px;
	font-size: 11px;
	border: none;
	display: inline;
	background: none;
}
#searchContainer img{
	float: left;
	margin-left: 38px;
	display: inline;
}
#menuContainer{
	float: left;
	width: 615px;
	overflow: hidden;
	margin-top: 13px;
}
#menuContainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 10px;
}
#menuContainer li{
	float: left;
	margin: 0;
}
#menuContainer li a{
	text-decoration: none;
	color: #231F20;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
#menuContainer li a.selected{
	border-bottom: 3px solid #231F20;
}
#subMenuContainer{
	margin: 0;
	padding: 0;
	float: left;
	width: 615px;
	min-height: 15px;
	margin-top: 6px;
	overflow: hidden;
}
#subMenuContainer ul{
	list-style-type: none;
	list-style-position: outside;
	margin-left: 10px;
}
#subMenuContainer li{
	float: left;
	margin: 0;
}
#subMenuContainer li a{
	text-decoration: none;
	color: #999;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
#subMenuContainer li a.selected{
	color: #231F20;
}
#subsubMenuContainer{
	margin: 0;
	padding: 0;
	float: left;
	width: 615px;
	min-height: 15px;
	margin-top: 6px;
	overflow: hidden;
}
#topTextContainer{
	float: right;
	width: 295px;
	height: 15px;
	margin: 0px;
	text-align: right;
	margin-right: 15px;
	margin-top: 27px;
	display: inline;
}
#mainContentArea{
	margin: 0;
	padding: 0;
	float: left;
	width: 931px;
}
#leftContentContainer{
	float: left;
	margin-top: 5px;
	width: 615px;
}
#rightContentContainer{
	float: left;
	margin-top: 5px;
	margin-left: 9px;
	display: inline;
	width: 305px;
}
#frontMainArticleContainer{
	float: left;
	padding: 9px;
	width: 595px;
	margin-bottom: 9px;
}
#frontNewsArticleContainer{
	float: left;
	padding: 9px;
	padding-right: 0px;
	width: 604px;
	min-height: 372px;
}

#formArea{
	float:left;
	width:500px;
	
	
	
}
#eventListContainer{
	float: left;
	padding: 9px;
	padding-right: 0px;
	width: 604px;
	min-height: 392px;
}
.singleArticleContainer{
	float: left;
	width: 287px;
	height: 240px;
	margin-right: 13px;
	margin-bottom: 15px;
	display: inline;
	color: #999;
}
.singleArticleImageContainer{
	float: left;
	margin-top: 5px;
	width: 287px;
	height: 190px;
	overflow: hidden;
}
.singleArticleTextContainer{
	float: left;
	width: 277px;
	min-height: 50px;
	padding-left: 5px;
	padding-right: 5px;
}
.singleArticleHeaderContainer{
	float: left;
	width: 287px;
}
.singleArticleHeaderLeft{
	float: left;
	width: 220px;
}
.singleArticleHeaderLeftWide{
	float: left;
	width: 287px;
}
.singleArticleHeaderRight{
	float: left;
	width: 67px;
	text-align: right;
}
#calendarContainer{
	float: left;
	width: 284px;
	padding: 9px;
	min-height: 205px;
	margin-bottom: 9px;
}

#pameldingContainer{
	float: left;
	width: 284px;
	padding: 9px;
	min-height: 20px;
	margin-bottom: 9px;
}

#pameldingContent{
	float: left;
	width: 266px;
	padding: 9px;
	
	
}

#pameldingHeader{
	float: left;
	width: 266px;
}
#videoContainer{
	float: left;
	width: 284px;
	padding: 9px;
	margin-bottom: 9px;
}
#videoHeader{
	float: left;
	width: 266px;
	margin-bottom: 9px;
}
#videoContent{
	float: left;
	width: 284px;
}
#videoContent a{
	float: left;
	margin-bottom: 10px;
}

#pressContainer{
	float: left;
	width: 284px;
	padding: 9px;
	min-height: 170px;
	margin-bottom: 9px;
}
#pressHeader{
	float: left;
	width: 266px;
}
#pressContent{
	float: left;
	width: 266px;
	padding: 9px;
	min-height: 118px;
	background-color: #EDEDED;
}
#pressContent img{
	float: left;
	padding-top: 4px;
	margin-right: 7px;
	display: inline;
}
#pressContent a{
	float: left;
	width: 249px;
	text-decoration: none;
	margin-bottom: 6px;
}

#newsletterContainer{
	float: left;
	width: 284px;
	padding: 9px;
	margin-bottom: 9px;
}
#newsletterHeader{
	float: left;
	width: 266px;
}
#newsletterContent{
	float: left;
	width: 266px;
	padding: 9px;
	background-color: #EDEDED;
}
#newsletterContent img{
	float: left;
	display: inline;
	cursor: pointer;
}
#newsletterContent input{
	float: left;
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	margin-right: 7px;
	display: inline;
	border: none;
	background: none;
	background-image: url(../images/newsletter-bg.gif);
	background-repeat: no-repeat;
}
#newsletterContent a{
	float: left;
	width: 249px;
	text-decoration: none;
	margin-bottom: 6px;
}
#relatedContainer{
	float: left;
	width: 284px;
	padding: 9px;
	margin-bottom: 9px;
}
#relatedHeader{
	float: left;
	width: 266px;
}
#relatedContent{
	float: left;
	width: 266px;
	padding: 9px;
	background-color: #EDEDED;
}
#relatedContent img{
	float: left;
	padding-top: 4px;
	margin-right: 7px;
	display: inline;
}
#relatedContent a{
	float: left;
	width: 249px;
	text-decoration: none;
	margin-bottom: 6px;
}
/* Generic header style */
.headerStyle{
	background-color: #1B1C20;
	color: #E4E4E4;
	padding: 9px;
	text-transform: uppercase;
	font-weight: bold;
}

/* Content page article */
#normalArticleContainer{
	float: left;
	width: 611px;
	min-height: 392px;
	border: 1px solid #E4E4E4;
}
#normalArticleImage{
	float: left;
	width: 595px;
	margin: 9px;
	height: 405px;
	margin-bottom: 9px;
	overflow: hidden;
	display: inline;
	position: relative;
}
#normalArticleImageList{
	float: left;
	width: 595px;
	margin: 9px;
	display: inline;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
}
#normalArticleImageList a{
	float: left;
	width: 70px;
	height: 50px;
	overflow: hidden;
	display: inline;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 2px;
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
}
#normalArticleText{
	float: left;
	width: 595px;
	padding: 9px;
	padding-top: 0px;
	color: #666;
}
#normalArticleHeader{
	float: left;
	width: 595px;
}
#normalArticleHeaderLeft{
	float: left;
	width: 470px;
}
#normalArticleHeaderRight{
	float: left;
	width: 125px;
	text-align: right;
}
span.normalArticleDate{
	float: left;
	color: #999;
	width: 470px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}
span.normalArticleTime{
	float: left;
	color: #999;
	width: 470px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
}
.articleIcon{
	margin-bottom: 3px;
}
/* Front page article list */
.bigArticleImage{
	float: left;
	width: 595px;
	height: 405px;
	overflow: hidden;
	position: relative;
}
.imagePattern{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 595px;
	height: 405px;
	overflow: hidden;
	z-index: 500;
	background-image: url(../images/bigimage-pattern.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.imagePatternKORT{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 595px;
	height: 405px;
	overflow: hidden;
	z-index: 500;
	background-image: url(../images/bigimage-pattern-kort.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.imagePatternArticle{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 595px;
	height: 405px;
	overflow: hidden;
	z-index: 500;
	background-image: url(../images/bigimage-pattern-article.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.imagePatternArticleKORT{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 595px;
	height: 405px;
	overflow: hidden;
	z-index: 500;
	background-image: url(../images/bigimage-pattern-article-kort.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.bigArticleText{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 577px;
	min-height: 55px;
	padding: 9px;
	overflow: hidden;
	background-color: #000;
	color: #999;
	z-index: 1000;
}
.bigArticleDate{
	font-weight: bold;
	font-size: 13px;
	color: #999;
}
.bigArticleDescription{

}
.noImageEventContainer{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 287px;
	height: 190px;
	overflow: hidden;
}
/* Calendar styles */
#calendarListContainer{
	float: left;
	width: 284px;
}
.calendarItem{
	float: left;
	width: 264px;
	padding: 10px;
	padding-top: 17px;
	padding-bottom: 16px;
	min-height: 36px;
	background-color: #EDEDED;
	margin-bottom: 1px;
}

/* Borders for boxes */
.borderBox{
	border: 1px solid #E4E4E4;
}
/* Video overlay */
div#overlay {
	margin: 0;
	padding: 40px;
	width: 640px;
	display:none;
}

div#overlay div.close {
	position:absolute;
	top:2px;
	right:5px;
	width:35px;
	height:35px;
	cursor:pointer;
}

div#overlay a{
	display:block;
}
div#overlay2 {
	margin: 0;
	padding: 40px;
	width: 640px;
	display:none;
}

div#overlay2 div.close {
	position:absolute;
	top:2px;
	right:5px;
	width:35px;
	height:35px;
	cursor:pointer;
}

div#overlay2 a{
	display:block;
}
div#overlay3 {
	margin: 0;
	padding: 40px;
	width: 640px;
	display:none;
}

div#overlay3 div.close {
	position:absolute;
	top:2px;
	right:5px;
	width:35px;
	height:35px;
	cursor:pointer;
}

div#overlay3 a{
	display:block;
}
div#overlay4 {
	margin: 0;
	padding: 40px;
	width: 640px;
	display:none;
}

div#overlay4 div.close {
	position:absolute;
	top:2px;
	right:5px;
	width:35px;
	height:35px;
	cursor:pointer;
}

div#overlay4 a{
	display:block;
}
div#overlay5 {
	margin: 0;
	padding: 40px;
	width: 640px;
	display:none;
}

div#overlay5 div.close {
	position:absolute;
	top:2px;
	right:5px;
	width:35px;
	height:35px;
	cursor:pointer;
}

div#overlay5 a{
	display:block;
}
#bgSelection{
	position: absolute;
	right: -15px;
	top: 10px;
	width: 15px;
	height: 107px;
}
#bgOverlay{
	position: absolute;
	width: 800px;
	height: 500px;
	background-color: #000;
}
#bgOverlay img{
	float: left;
	width: 200px;
	margin-left: 48px;
	margin-top: 48px;
	display: inline;
	cursor: pointer;
}
#bgOverlay p{
	float: left;
	width: 700px;
	margin-top: 25px;
	color: #FFF;
	padding-left: 50px;
	padding-right: 50px;
}
#liveRedirect{
	clear: both;
	width: 98%;
	background-color: #CCC;
	color: #000;
	padding: 1%;
	font-size: 14px;
}
#liveRedirect a{
	color: #F00;
}
#pollContainer{
	float: left;
	width: 591px;
	padding: 10px;
	display: inline;
}
#pollContainer h1{
	margin-top: 10px;
}
.pollItemContainer{
	float: left;
	width: 591px;
	background-image: url(../images/pollitem-bg.jpg);
	background-repeat: no-repeat;
	background-color: #E1E1E1;
	display: inline;
}
.pollItemContainerTop{
	float: left;
	width: 591px;
	height: 4px;
	font-size: 0px;
	background-image: url(../images/pollitem-top.jpg);
	background-repeat: no-repeat;
	display: inline;
}
.pollItemContainerBottom{
	float: left;
	width: 591px;
	height: 4px;
	font-size: 0px;
	margin-bottom: 10px;
	background-image: url(../images/pollitem-bottom.jpg);
	background-repeat: no-repeat;
	display: inline;
}
.pollItemTop{
	float: left;
	width: 513px;
	height: 4px;
	background-image: url(../images/pollitem-top.jpg);
	background-repeat: no-repeat;
	display: inline;
}
.pollItemBottom{
	float: left;
	width: 513px;
	height: 4px;
	background-image: url(../images/pollitem-bottom.jpg);
	background-repeat: no-repeat;
	display: inline;
}
.pollResultItemContainer{
	float: left;
	width: 591px;
	margin-bottom: 10px;
	display: inline;
}
.pollItem{
	float: left;
	width: 513px;
	display: inline;
}
.pollItemVote{
	float: left;
	width: 66px;
	display: inline;
}
.pollResultItemContainer .pollItem{
	float: left;
	width: 286px;
	display: inline;
}
.pollResultItemContainer .pollItemVote{
	float: left;
	width: 300px;
	display: inline;
}
.pollItemContent{
	float: left;
	width: 493px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
}
.pollResultItemContainer .pollItem .pollItemTop{
	float: left;
	width: 281px;
	height: 4px;
	font-size: 0px;
	background-image: url(../images/result-top.jpg);
	background-repeat: no-repeat;
	display: inline;
}
.pollResultItemContainer .pollItem .pollItemBottom{
	float: left;
	width: 281px;
	height: 4px;
	font-size: 0px;
	background-image: url(../images/result-bottom.jpg);
	background-repeat: no-repeat;
	display: inline;
}
.pollResultItemContainer .pollItem .pollItemContent{
	float: left;
	width: 261px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/result-bg.jpg);
	background-repeat: no-repeat;
	background-color: #E1E1E1;
	position: relative;
	display: inline;
}
.pollBarContainer{
	float: left;
	width: 300px;
	margin-left: 5px;
	height: 39px;
	background-image: url(../images/result-bar-bg.gif);
	background-repeat: repeat-x;
	position: relative;
	display: inline;
}
.pollResultText{
	position: absolute;
	top: 12px;
	left: 10px;
	width: 50px;
	height: 13px;
	font-size: 12px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
}
#submitPoll{
	float: left;
	width: 591px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: right;
	display: inline;

}
#submitPoll input{
	cursor: pointer;

}
#totalVotes{
	float: left;
	width: 591px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	display: inline;
}
input.stem{
	border: none;
	background: none;
	width: 66px;
	height: 39px;
	background-image: url(../images/pollvote.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
}
input.stem:hover{
	background-image: url(../images/pollvote-hover.png);
	background-repeat: no-repeat;
}
#movieVotes{
	float: left;
	margin-bottom: 10px;
	padding: 9px;
	display: inline;
}

#movieVotesHeader{
	float: left;
	width: 266px;
	background-color: #FF2E0F;
	color: #FFFFFF;
	padding: 9px;
	display: inline;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
#movieVotesHeader a{
	color: #FFFFFF;
	text-decoration:none;
}