
body.fullscreen{-webkit-user-select: none;overflow: hidden; background:black;}
body.normalscreen{-webkit-user-select: auto; overflow: auto;}

#video_container{
	/*
	-webkit-transition-property: width, height;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
	*/
}

#video_container video {
	display: none;
	position:absolute;
	max-height: 100%;
	max-width: 100%;
	z-index:10002;
	background: black;
}

#video_container button{
	background-color: rgba(23, 35, 34, 0.746094);
	border:0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #CCCCCC;
	cursor: pointer;
	display: block;
	text-align: center;
	padding:0px;
	margin:0px;
	font-weight:bold;
}

#video_container #unsupported{
	display: none;
	position:absolute;
	max-height: 100%;
	max-width: 100%;
	z-index:20000;
}

/*POSTER IMAGE AND PLAY BUTTON*/
#video_container #poster_frame{
	position: absolute;
	height: 100%;
	width: 100%;	
	left:0px;
}

#video_container #poster_frame #poster_img{
	position:absolute;
	z-index:10001;
	width: 100%;
	top:0px;
	left:0px;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	display:none;
}

#video_container #poster_frame span.poster_play_button{
	background:transparent url(../art/video/player/poster_play.png) no-repeat scroll 50% 50%;
	position:absolute;
	z-index:10003;
	left:0px;
	height: 100%;
	width: 100%;
	cursor:pointer;
}
#video_container #poster_frame span.poster_play_button div.loading_icon{
	display:none;
}
#video_container #poster_frame span.poster_loading_logo div.loading_icon{
	display:block;
}

#video_container #share_frame{
	position: absolute;
	height: 100%;
	width: 100%;	
	left:0px;
}
#video_container #share_frame button{width:125px; height:30px;}

#video_container #share_frame #share_options{
	background:#000000;
	opacity:0.9;
	position:absolute;
	z-index:10004;
	right:10px;
	top: 10px;
	width:138px;
	height:207px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	display:none;
}

#video_container #share_frame #share_options ul{margin:0px; padding:0px;list-style-type:none;}
#video_container #share_frame #share_options ul li{margin:5px 0 0 6px;}
#video_container #share_frame #share_options ul li .share_header{height:20px;color:#CCCCCC;font-size:0.9em;padding-top:3px;}
#video_container #share_frame #share_options ul li span{display:block;}
#video_container #share_frame #share_options ul li a{color:#CCCCCC; text-decoration:none;height:25px;width:125px;display:block;padding-top:5px;}
#video_container #share_frame #share_options ul li a:hover{text-decoration:none;}

#video_container #share_frame #embed_panel{
	background:#000000;
	opacity:0.9;
	position:absolute;
	z-index:10004;
	left:10px;
	top: 10px;
	width:373px;
	height:250px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	display:none;
	color:#999;
}
#video_container #share_frame #embed_panel a{color:#ccc; font-weight:bold;}

#video_container #share_frame #embed_panel .close_button{float:right; margin:5px;}
#video_container #share_frame #embed_panel .close_button button{width:20px; height:20px;}
#video_container #share_frame #embed_panel .link_section{clear:both; margin:5px; height:80px;}
#video_container #share_frame #embed_panel .link_section .video_link{height:32px; background:black; text-align:left; border: 1px solid #333333;  overflow:hidden;}
#video_container #share_frame #embed_panel .link_section .clipboard_copy{float:right; margin:5px 15px;}
#video_container #share_frame #embed_panel .code_section{clear:both; margin:5px; height:100px;}
#video_container #share_frame #embed_panel .code_section .embed_code{height:50px; background:black; text-align:left; border: 1px solid #333333; overflow:hidden;}
#video_container #share_frame #embed_panel .code_section .clipboard_copy{float:right; margin:5px 15px;}


#video_container #share_frame #replay_panel{
	background:#000000;
	position:absolute;
	z-index:10004;
	left:10px;
	top: 10px;
	width:426px;
	height:318px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	display:none;
}
#video_container #share_frame #replay_panel .playlist_header{height:30px;margin:15px 5px 5px;}
#video_container #share_frame #replay_panel .playlist_header .playlist_type{
	float:left;margin:5px 10px;
	font-size:12px;
	font-weight:bold;
	color:#CCCCCC;
	width:100px;
	height:30px;
	text-transform:uppercase;
	text-align:left;
}
#video_container #share_frame #replay_panel .playlist_header .replay_button{float:left;margin-left:100px;}

#video_container #share_frame #replay_panel .playlist_body div.play{
	background-image:url(../art/global/icon_play.png);
	background-repeat:no-repeat;
	display:inline;
	height:20px;
	margin:30px 0 0 5px;
	padding:0;
	position:absolute;
	width:20px;
	z-index:3;
	left:0;
}
#video_container #share_frame #replay_panel .playlist_body{height:250px; margin:10px 5px 10px 10px; overflow:auto;}
#video_container #share_frame #replay_panel .playlist_body ul{padding:0px; margin:0px;list-style-type:none;}
#video_container #share_frame #replay_panel .playlist_body ul li{float:left; width:394px; height:53px;margin:5px 0;text-align:left;position:relative;}
#video_container #share_frame #replay_panel .playlist_body ul li:hover{cursor:pointer;}
#video_container #share_frame #replay_panel .playlist_body .replay_thumb{float:left; margin-right:5px;border:1px solid #999999;}
#video_container #share_frame #replay_panel .playlist_body .replay_callout{text-align:left;}
#video_container #share_frame #replay_panel .playlist_body .replay_callout .title{float:none; font-size:1em; margin:0 0 0 5px;color:#FFFFFF; height:16px; overflow:hidden;}
#video_container #share_frame #replay_panel .playlist_body .replay_callout .caption{padding:0; margin:5px 0 0 5px; font-size:0.85em; color:#CCCCCC;}

/*PLAY PAUSE BUTTON*/
#video_controls .play_section{margin-left:2px; float: left; width:38px;	height:37px;}
#video_controls .play_section #playpause{
	margin-top:3px;
	width: 38px;
	height: 33px;
}
#video_controls .play_section #playpause img{margin:2px 0 0 2px; width:20px; height:22px;}

/*PROGRESS BAR*/
#video_controls .progress_section{float: left; width:330px; height:37px;}
#video_controls .progress_section .progress_bar {	
	position:relative;
	height:6px; 
	width:316px; 
	margin:14px 0px 0px 10px; 	
	border: 1px #999999 solid; 
	background-color:#333; /*dynamic*/
}

#video_controls.mini .progress_section{float: left; width:181px; height:37px;}
#video_controls.mini .progress_section .progress_bar {	
	position:relative;
	height:6px; 
	width:167px; 
	margin:14px 0px 0px 10px; 	
	border: 1px #FFF solid; 
	background-color:#333; /*dynamic*/
}

#video_controls .progress_section .progress_bar .progress_loaded{
	background-color:#FFF; opacity:0.5;
	position:absolute; left: 0px; top: 0px;
	width:100%; height:6px; cursor:pointer;
}
#video_controls .progress_section .progress_bar .progress_played{
	background-color:#333; /*dynamic*/
	width:0%; /*dynamic*/
	position:absolute; left: 0px; top: 0px;
	height:6px; cursor:pointer;
}
#video_controls .progress_section .progress_bar .progress_seeked{
	background:transparent; opacity:1;
	position:absolute; left: 0px; top: 0px;
	width:100%; height:6px; cursor:pointer;
}

#video_controls .progress_section #progress_knob {
	/*display:none;*/	
	height: 16px;
	width: 16px;
	top: -6px;	
	opacity: 0.5;
	position:absolute;
	background: #000;
	cursor: pointer;
}

/*CURRENT TIME, DURATION, PLAYBACK POSITION*/
#video_controls .duration_section{float: left; width:102px; height:37px;}
#video_controls #video_position {	
	padding: 0;
	margin:10px 0px 0px 0px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

/*VOLUME CONTROL*/
#video_controls .volume_section{float: left; width:35px; height:37px;}
#video_controls .volume_section #volume_button{
	margin-top:3px;
	width: 35px;
	height: 33px;
}
#video_controls .volume_section #volume_button img{margin:2px 0 0 2px; width:16px; height:16px;}

#video_controls #volume_area {	
	height: 40px; 
	width: 2px; 
	margin:10px 0px 0px 13px; 	
	border: 1px #333 solid; 
	background:#005FD5;
}
#video_controls #volume_knob {
	height: 10px;
	width: 12px;
	left:-5px;
	background: #ff3300;
	cursor: pointer;
}
#video_controls .volume_panel{
	display:none; 
	position:absolute; z-index:1000; top:-62px; left:565px; width:34px; height:60px; border: 1px #333 solid;
}

/*SHARE BUTTON*/
#video_controls .share_section{margin-left:6px; float: left; width:50px; height:37px; position:relative;}
#video_controls .share_section #share_button{
	margin-top:3px;
	width: 50px;
	height: 33px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}
#video_controls .share_section .disabled_button{
	position:absolute; left:0; top:0;
	width:100%; height:100%; background-color:#000; opacity:0.85; cursor:default;display:none;
}

/*FULLSCREEN BUTTON*/
#video_controls .fullscreen_section{margin-left:6px; float: left; width:30px; height:37px;}
#video_controls .fullscreen_section #fullscreen_button{
	margin-top:3px;
	width: 30px;
	height: 33px;
}
#video_controls .fullscreen_section #fullscreen_button img{margin:2px 0 0 0px; width:21px; height:16px;}

/*VIDEO CONTAINER, FULLSCREEN AND NORMAL SCREEN MODE*/
#vdiContainer #vdiMain #vdiPlayer #video_container{
	 width: 600px; height: 375px; left: 0px; top: 0px;text-align: center; background:black; -webkit-background-size: 100% auto;
}	
#vdiContainer #vdiMain #vdiPlayer #video_container.fullscreen{
	z-index:999997;	position: absolute;
}
#vdiContainer #vdiMain #vdiPlayer #video_container.normalscreen{
	z-index:auto; position:relative;
}

/*VIDEO CONTROLS, FULLSCREEN AND NORMAL SCREEN MODE*/
#vdiContainer #vdiMain #vdiPlayer #video_controls{
	display:none; width: 600px; height: 37px;  background: #000; position:absolute; z-index:999999;
}
#vdiContainer #vdiMain #vdiPlayer #video_controls.normalscreen{
	left:0px; top:338px;
}
#vdiContainer #vdiMain #vdiPlayer #video_controls.fullscreen{
 	bottom:20px;
}	

#vdiContainer #vdiMain #vdiPlayer .defaultPlayer{color:#999999;font-weight:bold;}
#vdiContainer #vdiMain #vdiPlayer .defaultPlayer a{font-weight:bold;}
#vdiContainer #vdiMain #vdiPlayer .defaultPlayer span.errorMessage{font-size:1.3em; font-weight:bold;}