﻿#container1 {
	background-color: #333333;
	width: 990px;
	height: 98px;
	margin-right: auto;
	margin-left: auto;
}
#container2 {
	background-color: #333333;
	width: 990px;
	height: 265px;
	margin-right: auto;
	margin-left: auto;
}
#container3 {
	background-color: #333333;
	width: 990px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 15px;
}
#container4 {
	background-color: #333333;
	width: 990px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
}
#container5 {
	background-color: #333333;
	width: 990px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #000000;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
#topBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #5D5D5D;
	height: 10px;
}
#dmbTB1ph {
	background-color: #000000;
	height: 30px;
}
.photoHeadline {
	position: relative;
	top: -68px;
	left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #FFFFFF;
	width: 625px;
}
.photoHeadline2 {
	left: 25px;
	top: -65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
	width: 625px;
	font-style: italic;
}
#firstWindow {
	background-color: #CCCCCC;
	position: relative;
	width: 640px;
	height: 250px;
	margin-left: 13px;
	border-color: #000000;
	float: left;
}
#secondWindow {
	background-color: #000000;
	width: 300px;
	height: 250px;
	position: relative;
	left: 22px;
	overflow: auto;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	padding-right: 6px;
	padding-left: 6px;
}
#videoBar {
	background-color: #000000;
	width: 964px;
	height: 360px;
	margin-right: auto;
	margin-left: auto;
}
#VideoBox1 {
	width: 490px;
	height: 270px;
	float: left;
	background-color: #FFFFFF;
}
#VideoBox2 {
	background-color: #FFFFFF;
	width: 320px;
	height: 270px;
	float: right;
}

/* player style */
/* container has a background image */
a.player {
	margin-top: 40px;
	display: block;
	background: url(/img/player/splash.png) no-repeat;
	width: 640px;
	height: 360px;
	padding: 0 126px 75px 127px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}

#player {
	float: left;
	width: 650px;
	position: relative;
}

/* playlist style */
#playlist {
	width: 300px;
	height: 338px;
	overflow: auto;
	padding: 4px 10px 12px 10px;
	background-color: #000000;
	float: right;
	position: relative;
	right: -10px;
}

/* playlist entry */
#playlist a {
	display: block;
	width: 260px;
	height: 70px;
	padding: 7px;
	background-color: #fff;
	border: 1px solid #ccc;
	font: small Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 7px;
	color: #000000;
	margin-bottom: 7px;
}

/* different states of a playlist entry */
#playlist a:hover {
	background-color:#ffc;		
}

#playlist a.progress {
	background-color:#efefef;	
}

#playlist a.playing {
	border:1px solid #666;
	background-color:#ffc;	
}

#playlist a.paused {
	border:1px solid #666;
	background-color:#ffc;	
}

/* elements inside playlist entry */
#playlist a img {
	border: 0;
	float: left;
	margin-right: 10px;
}

#playlist a strong {
	color: #000000;
	padding-bottom: 5px;
}

#playlist a em {
	border:0;	
	float:left;
	margin-right:10px;
	background:url(/img/demos/clock.gif) no-repeat 0 50%;
	padding-left:20px;
	color:#333;
	font-style:normal;
	margin-top:10px;
}
#newsHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #000000;
	width: 300px;
	left: auto;
	right: auto;
	position: relative;
	text-align: center;
	color: #FFFFFF;
}
#slideShowControls {
	width: 60px;
	height: 35px;
	position: relative;
	left: 585px;
	top: -35px;
}
