﻿/* BEGIN TO DEPRECATE (2014-06-23 STW) */

table.VideoThumbTable
{
	width:120px;
}

table.VideoThumbTable td.VideoThumb,
table.VideoThumbTable td.VideoThumbNoHover
{
	border:1px solid transparent;
	background:#none;
	float:left;
	padding:0px 0px 0px 0px;
	height:90px;
	width:120px;
	position:relative;
	margin: 0 !important;
	margin-bottom:10px;
	
	font-size: 100%;
	vertical-align: bottom;
	border-image: initial;
	
	text-align: -webkit-match-parent;
	
	color: #555;
	font-family: arial,sans-serif;
	
	line-height: .95em;
}
table.VideoThumbTable td.VideoThumb:hover
{
	border:1px solid #000;
	padding: 0px 0px 0px 0px;
	background-image:url(i/hover.png);
	background-repeat:repeat-x;
}

td.ThumbText a
{
	line-height:1em;
}
td.VideoThumb a.ThumbImage,
td.VideoThumbNoHover a.ThumbImage
{
	padding:0;
	position:static;

	display:-moz-inline-stack;
	display:inline-block;
	position:relative;
}


td.VideoThumb img,
td.VideoThumbNoHover img
{
	border:none;
	float:none;
	display:block;
}

td.VideoThumb:hover .opacity
{
	display:block;
	position:absolute;
	top: 75px;
	right: 0px;
	background-color:#000;
	width:120px;
	height:15px;
	opacity:0.7;
	filter:alpha(opacity=70);
}

td.VideoThumb .opacity,
td.VideoThumbNoHover .opacity
{
	top:3px;
}

td.VideoThumb .ThumbInfo,
td.VideoThumbNoHover .ThumbInfo
{
	display:none;
	position:absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

td.VideoThumb:hover .ThumbInfo
{
	display:block;
	opacity:1;
	filter:alpha(opacity=100);
}

td.VideoThumb .ThumbInfo .Date
{
	display:block;
	color:#ccc;
	font-size:10px;
	margin:3px 3px 3px 0px !important;
	clear:both;
	float:right;
}

td.VideoThumb .ThumbInfo .Time
{
	position:relative;
	line-height:14px;
	display:block;
	color:#fff;
	font-size:10px;
	clear:both;
	float:right;
	margin:78px 3px 0 0 !important;
}

/* END TO DEPRECATE */



/* video thumbnail control */
div.video-thumbnail
{
	background-color:#1a1a1a;
	width:auto;
	display:inline-block;
	margin:0px;
	padding:0px;
	box-model:border-box;
}
div.video-image
{
	text-align:center;
	vertical-align:middle;
	display:inline;
	margin:0px;
	padding:0px;
}
div.video-play-button
{
	background-image:url('i/play-arrow.png');
	width:14px !important;
	height:15px !important;
	float:left;
	margin:5px 5px 5px 15px;
	padding:0px;

}
div.video-play-button:hover
{
	background-image:url('i/play-arrow-hover.png');
}
div.video-time
{
	float:right;	
	font-size:10px;
	color:#fff;
	margin:0px;
	padding:5px 10px 5px 5px;
}

/* end video thumbnail control */


/* the overlayed element */
.video-veil
{
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: "not-allowed";
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity: 0.50;
	background-color: #000000;
}

div#voverlay, div#ioverlay 
{
	
	/* growing background image */
	/* background-image:url(../images/white.png); */
	background-image:url(i/white-ws.png);
	
	/* dimensions after the growing animation finishes  */
	/*
	width:800px;
	height:450px;
	*/
	width:862px;
	height:485px;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:35px;
	
	box-sizing:content-box !important;
}

/* default close button positioned on upper right corner */
div#voverlay .close, div#ioverlay .close 
{
	/* background-image:url(../images/close.png); */
	background-image:url(i/apple-close.png);
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	height:28px;
	width:28px;
	box-sizing:content-box !important;
	opacity: 1;
}

div#vcontainer
{
	left:0;
	top:0;
	width:100%;
	height:100%;	
	/* background:url(../images/loading.gif) no-repeat 50% 50%; */
	background:url(i/loading.gif) no-repeat 50% 50%;
	box-sizing:content-box !important;
}




div.AlternateVideoLink
{
	background-color:white;
	color:black;
	font-size:smaller;
	padding:3px;
	position:absolute;
	z-index:100;
}

div.AlternateVideoLink a
{
	color:#999;
}