﻿.divVideoPlayerContainer
{
	height:350px;
	padding:5px;
}

.divVideoPlayer
{
	float:left;
}

.divPlayList
{
	float:right;
	margin-left:5px;	
	border: #006400 1px solid;
	height:340px;
	width:190px;
	background-color: #ebffc9;	
	padding:4px;
	overflow:auto;
	SCROLLBAR-FACE-COLOR: #e9e9e9;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #c7c7c7;
	SCROLLBAR-ARROW-COLOR: #4a95c9;
	SCROLLBAR-TRACK-COLOR: #f9f9f9;
}

.divPlayList ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.divPlayList li
{
	padding: 0px;
	margin-top: 15px;
	font-size: 75%;
}

.divPlayList *
{
	text-align: center;
margin-left:auto;
margin-right:auto;
}

.divPlayList li span
{
	background-color:#b7db70;
	display:block;
	width:152px;
	color:#006400;
	padding:4px;
	border:solid 1px #006400;
	font-weight:bold;
}

.divPlayList li a, .divPlayList li a:link, .divPlayList li a:visited
{
	font-size:120%;
	text-decoration:none;
	color:#006400;
	display:block;
	width:156px;
	padding:2px;
}

.divPlayList li a:hover
{
	background-color: #006400;
	color:White;
}


.divPlayList img
{
	width:160px;
	border:solid 1px #006400;
	border-top-width:0px;
}