@charset "UTF-8";
/* CSS Document */

#VideoLibrary {
	width: 100%;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:30px;
}

.VideoLibraryHeaderRow {
	padding: 16px 0px 4px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	border-top: 1px solid #dff2fd;
}

.VideoLibraryClassWrapper {
	padding-bottom: 16px;
}

.VideoLibraryClassNames {
	background-image: url(../Images/Play_Small.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	width: 320px;
	float: left;
	padding: 4px 0px 4px 26px;
	color: #666666;
}

.ClearFloat {
	clear: both;
}

.VideoLibraryClassNames a:link {
	text-decoration: none;
	font-size:11px;
	color: #666666;
}

.VideoLibraryClassNames a:visited {
	text-decoration: none;
	font-size:11px;
	color: #666666;
}

.VideoLibraryClassNames a:hover {
	text-decoration: underline;
	font-size:11px;
	color: #0089cf;
}

.VideoLibraryClassNames a:active {
	text-decoration: none;
	font-size:11px;
	color: #666666;
}

.BlueRow {
	background-color: #f2fafe;
}
