div.headerBackground { 
	position: relative;
	width: 100%;
	height: 5.5em;
	margin-bottom: -5.5em;
	z-index: -1;
	background-color: black;
	opacity: .8; /* Standard CSS Rule */
	filter: alpha(opacity=80); /* IE */
	
}

h1 { margin: 0; white-space: nowrap; overflow: hidden; }

p.date {
	margin-top: 0;
	margin-bottom: 16pt;
	text-align: center;
	font-size: 10pt;                                                
}


#page-content  { background-color: transparent }

#videoBackground {
	position: absolute;
	z-index: -999;
	left: -306px;
	top: -208px;
	width: 1248px;
	height: 1129px;
	background-image: url('layout-images/video-player-background.png');
}

#videoBox {
	position: relative;
	top: 0;
	left: 0; 
	width: 740px;
	height: 380px;
	margin-bottom: 20px;
	z-index: -10;
}

#videoPlayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 480px;
	height: 380px;
	/* border: 1px solid #440000; */
}

div.alt {
	/* for IE, which doesn't use #videoPlayer CSS when not displayed */
	position: absolute;
	top: 0;
	left: 0;
	width: 460px;
	height: 360px;
	border: 1px solid #440000;

	padding: 10px;
	overflow: scroll;
	
}

#videoPlayer div.alt {
	border: 0;
}

div.alt div.needFlash {
	text-align: center;
	margin: 18pt;
}

div.alt div.transcript {
	margin-top: 18pt;
	border-top: 1px solid #330;
	padding-top: 9pt;
	text-align: left;
	font-size: 9pt;
}

div.alt div.transcript p.header {
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}

#videoNextEpisodesListBackground {
	position: absolute;
	left: 495px;
	width: 250px;
	height: 380px;
	background: black;
	
	opacity: .8; /* Standard CSS Rule */
	filter: alpha(opacity=80); /* IE */
}

#videoNextEpisodesList {
	position: absolute;
	left: 500px;
	width: 240px;
	height: 380px;
	padding: 5px 0;
	overflow: hidden;
	font-size: 9pt;
}

#videoNextEpisodesList h2, div.videoList h2 {
	margin-top: 0;
	font-size: 12pt;
	padding-bottom: 3px;
	border-bottom: 1px solid #440;
		
}

#afterVideoBoxBackground {
	position: relative;
	margin: -5px -5px -1000px -5px;
	height: 1005px;
	background-color: black;
	z-index: -1;
	opacity: .8;
	filter: alpha(opacity=80);
}

div.middle-page-banner {
	/* Negative margin is to align with right sidebar edge. */
	margin: 25px -15px 25px 0;
	padding: 14px 30px 14px 15px;
	text-align: center;
	
	font-size: 9pt;
	line-height: 9pt;
	background-color: #282804;
}

div.videoList p.description {
	display: block;
	font-size: 9pt;
	font-style: italic;
	text-align: center;
	line-height: 14pt;
	height: 28pt;
	overflow: hidden;
}

div.videoList2col {
	width: 486px;
}

div.videoList1col {
	width: 240px;
}

div.videoListLeftColPos { 
	float: left;
}

div.videoListMiddleColPos {
	margin-left: 254px;
}

a.episode {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	
	width: 240px;
	height: 56px;
	overflow: hidden;
	
	margin: 2px 0;
	
	background-color: transparent;
}

a.episode:hover {
	background-color: #2a2a2a;
	text-decoration: none;
}

a.episode img.poster {
	position: absolute;
	width: 64px;
	height: 48px;
	left: 0;
	top: 4px;
}

/* Following is for vertical centring of the label: */

a.episode span.label {
	display: block;
	font-size: 14px;
	line-height: 18px;

	/* For IE*/
	position: relative;
	left: 72px;
	top: 0;
	width: 168px;
	height: 56px;
}

a.episode>span.label {
	/* For Standards-Based Browsers */
	display: table;
	position: static;
	margin-left: 72px;
}


a.episode span.label span {
	/* For IE */
	display: block;
	/*position:absolute;*/
	/*top:50%;*/
	}

a.episode span.label>span { 
	/* For standards-based browsers */
	display:table-cell;
	vertical-align:middle;
	position:static;
}

a.episode span.label span span {
	/* For IE again */
	display: block;
	/*position:relative;
	top:-50%;*/
	}

/* End vertical centering bit */


span.titlemain {
	font-weight: bold;
	margin-right: 1ex;
}

span.titleinfo {
	font-size: 92%;
	font-weight: normal;
}


