/**
 * video.css
 * Styles for video page
 **/

/* header box is resized from default, and will not contain a flash backdrop, to avoid layering of a video on top of a SWF */
#header-box {
	height: 520px; /* resize from default */
}

#header-box .backdrop {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/image/header_video.png);
	top: 100px;
	z-index: -5;
}
#header-box #videoplayer-container {
	position: absolute;
	left: 50%;
	top: 150px;
	margin-left: -263px;
	width: 526px;
	height: 370px;
}

.video-info {
	position: absolute;
	left: 50%;
	margin-left: -453px;
	top: 270px;
	width: 180px;
	height: 200px;
}

.video-info .title {
	position: relative;
	width: 100%;
	height: 100px;
}

.video-info .added-on {
	position: relative;
	margin-top: 8px;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}
.video-info .added-on .date {
	color: #ff1653;
}

#videoplayer-status {
	border: 1px dashed #bb0000;
	position: absolute;
	left: 50%;
	top: 150px;
	margin-left: -263px;
	width: 524px;
	height: 324px;
	z-index: -2;	
}
#videoplayer-status .caption {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 100%;
	height: 20px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}