*
{
	margin: 0;
	padding: 0;
}

div#div_PageContent
{
	height: 100%;
	width: 100%;
}

div.VideoPlayer
{
	background-color: #000000;
	height: 100%;
	width: 100%;
	position: relative;
}

div.vpl_inline, div.vpl_fullscreen
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color: #000000;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

div.vpl_inline
{
	position: relative;
}

div.vpl_fullscreen
{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}

div.vpl_error,
div.vpl_next,
div.vpl_export,
div.vpl_controls
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.vpl_infos
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px;
	cursor: pointer;
}

div.vpl_error
{
	z-index: 100;
	background-color: #000000;
	color: #e0e0e0;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	vertical-align: middle;
}

div.vpl_error p
{
	margin: 20px auto;
}

div.vpl_error p a
{
	color: inherit;
	text-decoration: none;
}

div.vpl_error p a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

div.vpl_export
{
	background-image: url(../../../../../CWS/Img/Shader.png);
	background-repeat: repeat;
	background-position: 0 0;
	
	width: 450px;
	padding: 0px 100px 0px 50px;
	
	display: none;
}

div.vpl_export h2
{
	color: #ffffff;
	opacity: 0.45;
	font-size: 24px;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	line-height: 26px;
}

div.vpl_exportBox
{
	background-color: #dddbdb;
	border: solid 1px #cccccc;
	padding: 4px;
	border-radius: 8px;
	width: 444px;
}

div.vpl_exportBox span
{
	background-color: #ffffff;
	color: #606060;
	border: solid 1px #cccccc;
	padding: 4px 8px 4px 8px;
	border-radius: 8px;
	width: 342px;
	display: inline-block;
}

a.vpl_sizeBut
{
	background-color: transparent;
	border: solid 1px transparent;
	padding: 4px;
	border-radius: 8px;
	
	text-align: center;
	color: #000000;
	display: inline-block;
	margin-top: 10px;
	
	width: 92px;
	height: 70px;	
	valign: bottom;
}

a.vpl_sizeBut + a.vpl_sizeBut
{
	margin-left: 10px;
}

a.vpl_sizeButSelected,
a.vpl_sizeBut:hover
{
	background-color: #ffffff;
	border: solid 1px #cccccc;
}

a.vpl_sizeBut span
{
	border: none;
	border-radius: 0;
	background-color: #333333;
	display: inline-block;
}

a.vpl_sizeBut span.s1 { width: 50px; height: 26px;}
a.vpl_sizeBut span.s2 { width: 58px; height: 31px;}
a.vpl_sizeBut span.s3 { width: 66px; height: 36px;}
a.vpl_sizeBut span.s4 { width: 74px; height: 41px;}

video.vpl_video
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

div.vpl_Ad
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	/*background-color: #000000;*/
	z-index: 10;
}

div.vpl_AdClickThrough
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

div.vpl_Countdown
{
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../../../../../CWS/Img/Shader.png);
	height: 12px;
	line-height: 12px;
	color: #e0e0e0;
	font-size: 11px;
	padding: 4px;
}

a.vpl_PlayBut,
a.vpl_PauseBut,
a.vpl_RestartBut
{
	background-image: url(../../../../../videos/html5/Player/Css/vpl.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	width: 67px;
	height: 42px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	color: transparent;
	line-height: 0;
	font-size: 0;
	text-decoration: none;
}

a.vpl_PlayBut { background-position: -280px 0; }
a.vpl_PlayBut:hover { background-position: -280px -42px; }
a.vpl_PauseBut { background-position: -347px 0; }
a.vpl_PauseBut:hover { background-position: -347px -42px; }
a.vpl_RestartBut { background-position: -414px 0; }
a.vpl_RestartBut:hover { background-position: -414px -42px; }

a.vpl_TwitterBut,
a.vpl_FacebookBut,
a.vpl_ExportBut,
a.vpl_FavoriteBut
{
	background-image: url(../../../../../videos/html5/Player/Css/vpl.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	width: 70px;
	height: 44px;
	display: inline-block;
	position: relative;
	float: right;
	margin: 8px 8px 0 0;
	color: #ffffff;
	line-height: 0;
	font-size: 0;
	text-decoration: none;
	clear: both;
}

a.vpl_TwitterBut { background-position: -70px 0; }
a.vpl_TwitterBut:hover { background-position: -70px -44px; }
a.vpl_FacebookBut { background-position: 0 0; }
a.vpl_FacebookBut:hover { background-position: 0 -44px; }
a.vpl_ExportBut { background-position: -140px 0; }
a.vpl_ExportBut:hover { background-position: -140px -44px; }
a.vpl_FavoriteBut { background-position: -210px 0; display: none; }
a.vpl_FavoriteBut:hover { background-position: -210px -44px; }

h2.vpl_title,
h3.vpl_description
{
	position: relative;
	background-image: url(../../../../../CWS/Img/Shader.png);
	background-repeat: repeat;
	background-position: 0 0;
	padding: 8px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	float: left;
	clear: both;
	max-width: 480px;
}

h3.vpl_description
{
	font-size: 12px;
}

div.vpl_controlsBottom
{
	position: absolute;
	bottom: 4px;
	left: 0;
	text-align: center;
	width: 100%;
}

div.vpl_controlsbar
{
	position: relative;
	margin: 0 auto 0 auto;
	width: 592px;
	height: 42px;
	background-image: url(../../../../../videos/html5/Player/Css/vpl.png);
	background-repeat: no-repeat;
	background-position: -8px -100px;
}

span.vpl_played
{
	background-image: url(../../../../../videos/html5/Player/Css/vpl.png);
	background-repeat: no-repeat;
	background-position: -600px -75px;
	
	color: #000000;
	display: block;
	padding: 1px 0 0 0;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 42px;
	height: 23px;
	margin-left: -22px;
	text-align: center;
	color: #000000;
	font-size: 11px;
}

div.vpl_timebox
{
	position: absolute;
	bottom: 15px;
	left: 74px;
	
	display: block;
	width: 350px;
	height: 10px;
	border: solid 1px #666666;
	background-color: #111111;
	border-radius: 12px;
}

span.vpl_duration
{
	position: absolute;
	bottom: 9px;
	left: 426px;
	
	display: block;
	width: 40px;
	height: 20px;
	
	color: #ffffff;
	text-align: center;	
}

div.vpl_playedbar,
div.vpl_loadedbar
{
	display: block;
	height: 9px;
	position: absolute;
	top: 1px;
	left: 0px;
	border-radius: 12px;/* 0 0 12px;*/
	background-color: #ff0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#ff0000));
	background: -moz-linear-gradient(top,  #990000,  #ff0000);
}

div.vpl_loadedbar
{
	background-color: #505050;
	background: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#505050));
	background: -moz-linear-gradient(top,  #505050,  #505050);
}

a.vpl_MuteBut,
a.vpl_MutedBut
{
	background-image: url(../../../../../videos/html5/Player/Css/vpl.png);
	background-repeat: no-repeat;
	background-position: -328px -84px;
	width: 9px;
	height: 16px;
	display: block;
	position: absolute;
	left: 480px;
	bottom: 13px;
	color: transparent;
	line-height: 0;
	font-size: 0;
	text-decoration: none;
}

a.vpl_MutedBut
{
	background-position: -280px -84px;
}

div.vpl_VolumeSlider,
div.vpl_Volume
{
	background-image: url(../../../../../videos/html5/Player/Css/vpl.png);
	background-repeat: no-repeat;
	background-position: -294px -84px;
	width: 28px;
	height: 16px;
	display: block;
	position: absolute;
	left: 494px;
	bottom: 13px;
}

div.vpl_Volume
{
	background-position: -342px -84px;
	width: 14px;
	left: 0px;
	bottom: 0px;
}

a.vpl_FSBut
{
	background-image: url(../../../../../videos/html5/Player/Css/vpl.png);
	background-repeat: no-repeat;
	background-position: -574px 0;
	width: 20px;
	height: 40px;
	display: block;
	position: absolute;
	left: 554px;
	top: 2px;
	color: transparent;
	line-height: 0;
	font-size: 0;
	text-decoration: none;
}

a.vpl_StartBut
{
	background-image: url(../../../../../videos/html5/Player/Css/vpl.png);
	background-repeat: no-repeat;
	background-position: -482px 0;
	width: 86px;
	height: 50px;
	display: block;
	position: absolute;
	left: 40%;
	top: 40%;
	color: transparent;
	line-height: 0;
	font-size: 0;
	text-decoration: none;
	display: none;
}

a.vpl_StartBut:hover
{
	background-position: -482px -50px;
}

div.vpl_next
{
	border: solid 1px #cccccc;
	background-color: #ffffff;
	padding: 9px;
	width: 314px;
	height: 174px;
	left: 133px;
	top: 72px;
	border-radius: 16px;
	display: none;
}

div.vpl_next img
{
	width: 314px;
	height: 174px;	
}

div.vpl_next h3
{
	background-image: url(../../../../../CWS/Img/Shader.png);
	background-repeat: repeat;
	background-position: 0 0;
	
	position: absolute;
	bottom: 10px;
	width: 298px;
	font-size: 16px;
	font-weight: normal;
	color: #d0d0d0;
	padding: 8px;
}

div.vpl_next a
{
	background-image: url(../../../../../videos/html5/Player/Css/vpl.png);
	background-repeat: no-repeat;
	background-position: -482px 0;
	width: 86px;
	height: 50px;
	display: block;
	position: absolute;
	left: 124px;
	top: 56px;
	color: transparent;
	line-height: 0;
	font-size: 0;
	text-decoration: none;
}

div.VPL_SeekPreview
{
	display: none;
	position: absolute;
	bottom: 110%;
	border:solid 1px #000000;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	width: 160px;
	height: 90px;
	background-color: #a0a0a0;
}

div.noThumbnails
{
	height: 0px;
	border: none;
	box-shadow: none;
}

div.vpl_timebox:hover div.VPL_SeekPreview
{
	display: block;
}

div.VPL_SeekPreview img
{
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
}

div.VPL_SeekPreview span
{
	background-image: url(../../../../../videos/html5/Player/Css/vpl.png);
	background-repeat: no-repeat;
	background-position: -600px -75px;
	
	color: #000000;
	display: block;
	padding: 1px 0 0 0;
	position: absolute;
	bottom: -9px;
	left: 80px;
	width: 42px;
	height: 23px;
	margin-left: -22px;
	text-align: center;
	color: #000000;
	font-size: 11px;
}

div.vpl_EndScreen
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	width: 580px;
	height: 278px;
	padding: 29px 10px 29px 10px;
}

div.vpl_EndScreen li
{
	position: relative;
	display: inline-block;
	width: 280px;
	height: 157px;
	margin: 4px;
	border: solid 1px #000000;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

div.vpl_EndScreen li:hover h4.next
{
	display: none;
}

div.vpl_EndScreen li + li
{
	margin-left: 4px;
}

div.vpl_EndScreen li h4.next
{
	display: block;
}

div.vpl_EndScreen li + li + li h4.next
{
	display: none;
}

div.vpl_EndScreen li + li + li
{
	width: 183px;
	height: 103px;
	margin: 4px;
}

div.vpl_EndScreen li img
{
	width: 100%;
	height: 100%;
}

div.vpl_EndScreen li h4
{
	position: absolute;
	left: 0;
	top: 0;
	color: #ffffff;
	font-size: 12px;
	display: none;
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.5);
}

div.vpl_EndScreen li:hover h4
{
	display: inline-block;
}

div.vpl_EndScreen li span
{
	position: absolute;
	padding: 4px;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

div.vpl_EndScreen li span.countdown
{
	position: absolute;
	width: 50px;
	height: 40px;
	line-height: 40px;
	font-size: 40px;
	text-align: center;
	color: rgba(255,255,255,0.9);
	text-shadow: 0 0 2px rgba(0,0,0,0.8);
	background-color: rgba(0,0,0,0.8);
	padding: 8px;
	border-radius: 8px;
	bottom: 50px;
	right: 107px;
}

div.vpl_EndScreen li span.replay
{
	position: absolute;
	width: 66px;
	height: 42px;
	top: 46px;
	left: 87px;
	line-height: 42px;
	text-align: center;
	background-color: transparent;
	background-image: url(../../../../../videos/html5/Player/Css/vpl.png);
	background-position: -415px 0;
	background-repeat: no-repeat;
	padding: 0;
}

.fadeout
{
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

.fadein
{
	opacity: 1;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.5s ease-out;
}


div.vpl_error p input
{
	line-height: 20px;
	font-size: 20px;
	border-radius: 16px;
	padding: 8px;
	border: none;
}