﻿.PPHVideoPlayer {
	height: 263px;
	width:197px;
	color:#FFFFFF;
	font-family:Helvetica, sans-serif;
	margin-bottom:6px;
}

.PPHVideoPlayer #Header {
	height: 19px;
	width: 187px;
	padding:10px 0px 0px 10px;
	background-image:url(/_img/header.png);
	font-size:13px;
	font-weight:bold;
}

.PPHVideoPlayer #VideoImage {
	height: 140px;
	width: 187px;
	padding:0px 5px;
	background-image:url(/_img/MainVideo.png);
}

.PPHVideoPlayer #VideoSelectorBG {
	height: 74px;
	width: 187px;
	padding:0px 5px;
	background-image:url(/_img/VideoList.png);
}

.PPHVideoPlayer #VideoSelector {
	height: 74px;
	width: 187px;
	overflow-y: scroll;
	background-color:#FFFFFF;
}

.PPHVideoPlayer #VideoSelector .VideoItem{
	height: 31px;
	width: 170px;
	background-image:url(/_img/VideoItemBG.png);
	color:#333333;
	font-size:10px;
	padding-top:5px;
}
.PPHVideoPlayer #VideoSelector .VideoItem .VideoItemTxt{
	height: 31px;
	width: 142px;
	padding:5px 0px 0px 10px;
	/*background-image:url(/_img/VideoItemBG.png);*/
	color:#333333;
	font-size:10px;
	text-decoration:none;
}

.PPHVideoPlayer #VideoSelector .VideoItem .VideoItemTxt:hover{
	text-decoration:underline;
}

.PPHVideoPlayer #VideoSelector .VideoItem img{
	display:block;
	float:left;
	padding:3px 5px 0px 5px;
}

.PPHVideoPlayer .Footer {
	height: 17px;
	width: 187px;
	padding:2px 10px 0px 0px;
	text-align:right;
	background-image:url(/_img/footer.png);
}

.PPHVideoPlayer .Footer a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

.PPHVideoPlayer .Footer a:hover{
	text-decoration:underline;
}
