﻿body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Sans-Serif;
}

h1
{
	font-size: 18pt;
}

h2
{
	margin: 10px 0 0 0;
	padding: 0;
}

.Header
{
	float: left;
	width: 100%;
	height: 110px;
}

form > .Header
{
	min-height: 110px;
	height: auto;
}

.HeaderLogo
{
	float: left;
	margin: 0px 20px 0 0px;
}

.HeaderText
{
	float: left;
	color: White;
	font-weight: bold;
	font-size: 30pt;
	margin-top: 28px;
}

#ContentWrapper
{
	clear: both;
	margin: 10px 0 0 10px;
}

#FolderVideoList
{
	width: 215px;
	float: left;
}

#SearchButton
{
	margin: 0 0 15px 12px;
}

.FoldersVideosTree .Root
{
	font-size: 8pt;
	color: Black;
	font-weight: bold;
}

.FoldersVideosTree .Leaf
{
	font-size: 8pt;
	color: Black;
	padding: 5px 0;
}

#FlashWrapper
{
	float: left;
	width: 600px;
	margin-left: 50px;
}

#FlashPlayer
{
	margin-top: 20px;
}

.MetadataTable
{
	margin-top: 10px;
	font-size: 10pt;
}

.MetadataTable th
{
	vertical-align: top;
	text-align: left;
}

table.SearchResult tr.Video td
{
	padding-top: 20px;
}

table.SearchResult td
{
	vertical-align: top;
}

table.SearchResult td.Title
{
	font-weight: bold;
}

table.SearchResult td.Title a,
table.SearchResult td.Title a:link,
table.SearchResult td.Title a:visited,
table.SearchResult td.Title a:active
{
	color: Black;
	text-decoration: none;
}

table.SearchResult td.Title a:hover
{
	text-decoration: underline;
}

table.SearchResult td.Extra
{
	font-size: small;
	padding-bottom: 5px;
}

table.SearchResult td.BookmarkTitle
{
	background-image: url(Images/bulletPoint.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	vertical-align: middle;
}

table.SearchResult td.BookmarkTitle a,
table.SearchResult td.BookmarkTitle a:link,
table.SearchResult td.BookmarkTitle a:visited,
table.SearchResult td.BookmarkTitle a:active
{
	font-size: 10pt;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}
table.SearchResult td.BookmarkTitle a:hover
{
	text-decoration: underline;
}

table.SearchResult td.BookmarkTimestamp
{
	padding-left: 10px;
	font-size: 9pt;
	vertical-align: middle;
}