﻿/*
    Should contain all Styles used by the Video Players
*/

/******* Start Video Player *****/

.VideoPlayerFull
{
	margin-top:40px;
}


.VideoPlayerFull .holder {
	display: table;
	width: 1000px;
	height: 1020px;
	top: 5px;
	left: 0px;	
	
}

.VideoPlayerFull .clipInfo  {
	position: absolute;
	top: 410px;
	left: 91px;
}

.VideoPlayerFull .myW  {
	position: absolute;
	top: 360px;
	left: 410px;
	background-image:url(images/myWPlaceHolder.png);
	width:105px;
	height:35px;
}

.VideoPlayerFull .player {
	position:absolute;
	top:80px;
	left:160px;
	padding-top:5px;	
}

#playerDiv {
	-o-box-shadow: 0px 0px 7px #888;
	-icab-box-shadow: 0px 0px 7px #888;
	-khtml-box-shadow: 0px 0px 7px #888;
	-moz-box-shadow: 0px 0px 7px #888;
	-webkit-box-shadow: 0px 0px 7px #888;
	box-shadow: 0px 0px 7px #888;	
}

/* We have to give the parent DIV element for the CategoryList
   a specific pixel size using CSS style attributes.  */
.VideoPlayerFull .categoryList {
	position:absolute;
	background-image:url(images/categoryList-header.png);
	background-repeat: no-repeat;
	top: 450px;
	left: 5px;
	padding-top:50px;
/* The z-index value also guarantees that child category items */
/* appear above the neighboring components.                    */
	z-index: 1;	
}

.VideoPlayerFull .categoryListShadow{
	position:absolute;
	background-image:url(images/shadow.png);
	background-repeat: repeat-y; 	
	top: 478px;
	left: 2px;
	width: 195px;
	height: 230px;
}

.VideoPlayerFull .search {
	position: absolute;
	top: 480px;
	left: 216px;
	background-image:url(images/search-background.png);
	background-repeat: no-repeat; 
	padding-top:13px;
	padding-left:15px;
}

.VideoPlayerFull .navigation {
	position: absolute;
	top: 450px;
	left: 216px;
	background-image:url(images/nav-background.png);
	background-repeat: no-repeat; 
	padding-top:10px;	
	padding-left:185px;
}

.VideoPlayerFull .releaseList {
	position: absolute;
	top: 547px;
	left: 234px;
}

.VideoPlayer .NoDisplay
{
	height:0px;
	min-height:0px;
	
}

/********* End Video Player Styles *****/


