﻿
.csVideoPlayer
{
	text-align: center;
}
.csVideoList 
{
	margin: 10px;
	display: block;
	clear: right;
}
.csVideoListTitle 
{
	font-size: larger;
	font-weight: bold;
	clear: both;
}
.csVideoItem  
{
	margin: 10px;
	width: 29%;
	height: 100px;
	border: solid 1px gray;
	color: White;
	padding: 3px;
	cursor: pointer;
	display: inline-block;
	float: left;
	background: black url(images/playVideo.png) no-repeat center center;
}
.csVideoItem div, .csVideoItem p, .csVideoItem span, .csVideoItem td
{
    color: White;
}
.csVideoItem .Title 
{
	font-weight: bold;
	float: left;
}
.csVideoItem .PubDate
{
	font-size: smaller;
	text-align: right;
}
.csVideoItem .Description
{
	padding: 5px 5px 5px 10px;
	clear: both;
}
.csVideoLink 
{
	display: none;
}
.csVideoData 
{
	display: none;
}