﻿body {
}

.VideoStandard
{
	width: 400px;
	display:table; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	padding-left: 2px; 
	padding-right: 2px;	
 	background-color: inherit; 	
}

.VideoList
{
	width: 430px; 
	height: 750px; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	padding-left: 4px; 
	padding-right: 4px; 
	border: solid 1px white
}

.VideoNone
{
	background-color: inherit;  	
}

.VideoHighlight
{
	background-color: Aqua;  	
}

.VideoSelected
{
	background-color: Gray;  	
}

.VideoItemText
{
	text-align:left;
    display:table;
	background-color: Transparent;	 
	border: none 0px Transparent;
	width: 100%;
	height: 100%;       	
}

.NoShow
{
	display: none; 
}

.VideoTitle
{
	 font-size: 12;
	 font-weight:bold;    
}

.VideoDescription
{
	 font-size: 10;
	 font-weight:normal;    		
	 width: 560px;
}
