@CHARSET "ISO-8859-1";

.teaserListContent {
	background-image: url('../images/teaser_background.png');
	background-repeat: repeat-y;
}

div.fullItem {
        background-color: #E6E5F0;
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
}

.newsItemContent h1 {
	display: none;
}

.contentRow .boxContentWrapper .boxContentWrapper {
	padding: 0;
}

#topNews {
	background-image: url('../images/topNewsBg.png');
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	position: relative;
}

/*fix bad html effects*/
#topNews .contentRow .contentRow {
    margin-bottom: 0;
}
#topNews .boxContentWrapper .boxContentWrapper {
    padding-right: 0;
    padding-left: 0;
}

#topNewsDate {
	position: absolute;
	top: 40px;
	left: 10px;
	color: #fff;
}

#topNewsCategory {
	position: absolute;
	top: 120px;
	left: 10px;
	font-size: 24px;
	color: #fff;
	width: 205px;
}

#topNewsContent .contentColTwo {
	width: 438px;
}

#topNewsContent {
	border-left-color: #c00;
	border-left-style: solid;
	border-left-width: 225px;
	background-color: #e6e5f0;
	padding: 20px;
}

#topNewsContent h1,
#topNewsContent h1 a {
	color:	#600;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
}

#topNewsContent h1 a:hover {
	 background-color: #333;
         color: #eee;
}


#introVideo {
	position: relative;
	width: 960px;
	height: 540px;
	padding: 0;
}

#introVideoHtml5 {
	width: 100%;
	height: 100%;
	padding: 0;
	border-width: 0;
}

#introVideoSkip {
	position: absolute;
	top: 10px;
	right: 15px;
	z-Index: 100;
}

#introVideoSkip a {
	color: white;
	text-decoration: none;
}

#introVideoLink {
	position: absolute;
	bottom: 10px;
	right: 25px;
	z-Index: 100;
}

#introVideoLink a {
	color: white;
	text-decoration: none;
}

#introVideoFlash {
	z-Index: 99;
}
