﻿
.Video
{
	height: 395px;
	min-height: 395px;
	width: 630px;
	outline: black thin solid;
}

.VideoPlayer
{
	margin-bottom: 10px;
	text-align: center;
}

.VideoPlayerFull
{
	margin-top:40px;
	position:relative;
	top:1px;
	left: 1px;
/*	outline: black thin solid;*/

}

.VideoPlayerFull .holder
{
	display: table;
	width: 1000px;
	height: 1020px;
	top: 5px;
	left: 0px;	
}

.VideoPlayerFull .clipInfo
{
	position: absolute;
	top: 380px;
	left: 120px;
}


.VideoPlayerFull .player
{
	position:absolute;
	top:10px;
	left:120px;
	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;

	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/Video/search-background.png);
	background-repeat: no-repeat; 
	padding-top:13px;
	padding-left:1px;
}

.VideoPlayerFull .navigation
{
	position: absolute;
	top: 900px;
	left: 216px;
	padding-top:10px;	
	padding-left:185px;
}

.VideoPlayerFull .releaseList
{
	position: absolute;
	top: 547px;
	left: 234px;
}

.VideoPlayer .NoDisplay
{
	height: 0px;
	min-height: 0px;	
}

.VideoPlayer .SMplayer
{
    position:relative;
}
