/* css for video page*/
div.agendaPlayer {
	display:block;
	width:326px;
	height:292px;
	padding:0;
	margin:0;
	border:1px solid #ccc;
	border-bottom:none;
	/*background:url(http://www.tvo.org/video/images/tvoplayersm.jpg) no-repeat;*/
}
.seeMore{
	background:#eee;
	font-family:Arial;
	font-size:12px;
	font-weight:700;
	text-align:right;
	padding:0;
	margin:0;
	width:326px;
	border:1px solid #ccc;
	border-top:none;
}
.seeMore a, .seeMore a:visited  {
	margin:0px 10px;
	line-height:20px;
	color:#004276;
	text-decoration:none;	
}
.seeMore a:link:hover, .seeMore a:visited:hover  {
	text-decoration:underline;	
}

#videoPlayer p, #videoPlayer h1 {
	padding:5px 0 2px 10px;
	width:315px;
}
div.playlistBlock {
	display:block;
	width:326px;
	height:292px;
	border:1px solid #ccc;
	overflow:auto;
	padding:0;
	margin:0;
	border-top:none;
	border-bottom:none;
	position:relative;
}
.playlist_title {
	display:block;
	margin:2px 3px;
	padding:1px 0 4px 0;
	height:50px;
	font-family:Arial;
	border-bottom:#ccc 1px dashed;	
	cursor:pointer;
	overflow:hidden;
}
.playlistSectionTitle {
	font-size:18px;
	color:#a71930;
	border-bottom:#ddd 1px solid;
	width:315px;
	margin:5px 0px 5px 0px;
}
.playlistLinkhover {
	background:#ddd;
}
.playlist_info {
	display:block;
	float:left;
	margin-left:4px;
	font-family:Arial;
	width:229px;
}
.playlist_title p {
	margin:0;
	padding-top:1px;
	padding-bottom:1px;
}
.playlistInfoStats {
	font-size:10px;
	color:#666;
}
p.playlist_displayName {
	font-weight:bold;
	font-size:12px;
	color:#333;
	padding-bottom:1px;
	text-decoration:none;
}
div.playlist_thumb {
	margin-bottom:2px;
	float:left;
	position:relative;
	margin-left:2px;
	width:60px;
	height:45px;
	border:1px solid #ccc;
	padding:2px;
}
div.playlist_thumb img {
	width:60px;
	height:45px;
}
div.loading {
	margin-top:50px;
 	text-align: center;
}
.png_framesm {
	background: url(http://www.tvo.org/video/images/overlaysmOn.png) no-repeat;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 60px;
	height: 45px;
	cursor:pointer;
}
