/*YOUTUBE / QUICKTIME MODAL VIDEO PLAYERS */
div.youTubeVideo {
	visibility: hidden;
	position: fixed;
	z-index: 1200;
	width: 100%;
	left: 0px;
	top: 80px;
	text-align: center;
	pointer-events: auto;
}

div.quickTimeVideo {
	visibility: hidden;
	position: fixed;
	z-index: 1200;
	width: 100%;
	left: 0px;
	top: 80px;
	text-align: center;
}

div.quickTimeVideoBlock {
	display: inline-block;
	margin: 0px auto;
}

div.quickTimeVideoObj {
	border: solid 1px #ffffff;
}

div.quickTimeVideoControls {
	text-align: center;
}

table.quickTimeVideoControls {
	margin: 0px auto;
}

iframe.youTubeVideo {
	border: solid 1px #ffffff;
	margin: 0px auto;
}

a.youTubeVideoBtn, a.quickTimeVideoBtn {
	display: inline-block;
	font-size: 14px;
	padding: 6px 8px 6px 8px;
	color: #ffffff;
	white-space: nowrap;
	text-decoration: none;
}

a.quickTimeVideoBtnSelected {
	display: inline-block;
	font-size: 14px;
	padding: 6px 8px 6px 8px;
	color: #000000;
	background-color: #ffffff;
	white-space: nowrap;
	text-decoration: none;
}

a.youTubeVideoBtn:hover, a.quickTimeVideoBtn:hover {
	text-decoration: none;
	background-color: hsla(0, 0%, 100%, 0.20);
}

a.youTubeVideoBtn:active, a.quickTimeVideoBtn:active {
	background-color: hsla(0, 0%, 100%, 0.40);
}

#ytv_d_close_btn, #qtv_d_close_btn {
	visibility: hidden;
	position: fixed;
	z-index: 1100;
	top: 0px;
	width: 100%;
	text-align: center;
}

#ytv_d_caption, #qtv_d_caption {
	visibility: hidden;
	position: fixed;
	z-index: 1100;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

p.youTubeVideoCaption, p.quickTimeVideoCaption {
	font-size: 14px;
	font-style: italic;
	line-height: 130%;
	padding: 6px 112px;
	color: #bbbbbb;
	text-align: center;
	margin: 0px auto;
}



/* YOUTUBE / QUICKTIME VIDEO CONTENT IN PAGE */
div.sectionVideoThumbContainer {
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: 0px auto;
	text-align: center;
	min-width: 260px;
}

img.sectionVideoThumb, img.sectionVideoThumbDisabled {
	width: 100%;
	display: inline;
	margin: 0px auto;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
}

img.sectionVideoThumb {
	pointer-events: auto;
	cursor: pointer;
}

img.sectionVideoThumbPlayIcon, img.sectionVideoThumbPlayIconDisabled {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -60px;
	margin-top: -44px;
	pointer-events: none;
}

img.sectionVideoThumb:hover, img.sectionVideoThumbPlayIcon:hover {
	cursor: pointer;
}

img.sectionVideoThumbPlayIconDisabled {
	opacity: 0.3;
	MozOpacity: 0.3;
	KhtmlOpacity: 0.3;
	filter: alpha(opacity=30);
}

p.sectionVideoThumbCaption {
	max-width: 400px;
	font-size: 13px;
	line-height: 135%;
	font-style: italic;
	text-align: right;
	padding: 2px 3px;
	margin: 0px auto;
	color: hsl(205, 15%, 75%);
}
