body#VideoPortal {
	border-top: 0;
	margin: 0;
	padding: 0;
	width: 796px;
}

#VideoPortal h1 {
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding: 8px 10px 0 90px;
}

h2 {
	font-size: 0.95em;
	font-family: Tahoma;
	margin-top: 1.5em;
}

#VideoContainer {
	background-color: #F5F5F5;
}

#VideoPlayer {
	background-color: #000000;
	float: left;
	height: 348px;
	margin-bottom: 4px;
	width: 575px;
}

#VideoPlayer strong {
	color: #FFFFFF;
	display: block;
	font-size: 1.5em;
	margin: 10px;
}

#VideoFlashRequired {
	display: block;
	height: 348px;
	width: 575px;
}

#VideoDetails {
	background: url("../images/video_details.png") top left no-repeat;
	float: right;
	height: 348px;
	margin-bottom: 4px;
	padding: 0 15px;
	width: 191px;
}

#VideoDetails p {
	height: 250px;
	line-height: 1.7em;
	overflow: hidden;
}

#VideoMenu {
	clear: both;
}

#VideoCategoryContent,
#VideoSearchContent {
	background: url("../images/library.png") left top no-repeat;
	clear: both;
	display: none;
	height: 165px;
	padding: 10px 10px 0;
}

#VideoMenuFooter {
	background: url("../images/library.png") left bottom no-repeat;
	height: 10px;
}

#VideoCategoryContent.Active,
#VideoSearchContent.Active {
	display: block;
}

#VideoCategoryList {
	float: left;
	height: 165px;
	overflow: auto;
	width: 160px;
}

#VideoCategoryList a {
	display: block;
	font-size: 0.95em;
	font-weight: bold;
}

#VideoCategoryList a:hover {
	background-color: transparent;
}

#VideoCategoryList ol,
#VideoCategoryList ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#VideoList,
#VideoSearchList {
	height: 165px;
	overflow: auto;
	padding-left: 10px;
}

#VideoList ul,
#VideoSearchList ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#VideoList ul li,
#VideoSearchList ul li {
	display: block;
	float: left;
	height: 107px;
	margin: 0 8px 8px 0;
	padding: 0 4px;
	width: 101px;
	background: url("../images/video.png") -109px 0px no-repeat;
}

#VideoList ul li.Active,
#VideoSearchList ul li.Active {
	background: url("../images/video.png") 0px 0px no-repeat;
}

a.Video {
	color: #000000;
	cursor: pointer;
	display: block;
	font-size: 0.8em;
	padding: 5px 0 0;
	text-decoration: none;
}

a.Video:hover {
	background-color: transparent;
}

.VideoThumbnail {
	background-color: #000000;
	text-align: center;
	vertical-align: top;
	height: 54px;
	width: 94px;
	padding: 1px;
}

.VideoThumbnail img {
	border: 0;
	height: 54px;
}

.VideoTitle {
	display: block;
	line-height: normal;
}

.VideoTime {
	color: #8B8B8B;
	display: block;
	text-decoration: none;
}

.VideoSubcategoryList {
	display: none;
}

.VideoSubcategoryList.Active {
	display: block;
}

#VideoCategoryList .VideoCategory {
	background: url("../images/arrow.png") 2px 0.6em no-repeat;
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
	display: block;
	padding: 2px 0 2px 12px;
	text-decoration: none;
}

#VideoCategoryList .VideoCategory.Active {
	background: url("../images/arrow.png") 2px -4.2em no-repeat;
}

.VideoSubcategoryList .VideoSubcategory {
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
	padding: 2px 0 2px 20px;
	text-decoration: none;
}

.VideoCategory.MainHighlight,
.VideoSubcategoryList .Active {
	background-color: #D2D2D2 !important;
}

/* Tabs */
.Tabs {
	display: block;
	height: 31px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 1px;
}

.Tabs li {
	margin: 0 15px;
}

.Tabs a {
	background: url("../images/tab.png") left -63px no-repeat;
	color: #000000;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	height: 31px;
	padding-left: 15px;
	text-decoration: none;
	vertical-align: middle;
}

.Tabs a span {
	background: url("../images/tab.png") right bottom no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 0.9em;
	height: 23px;
	padding: 8px 15px 0 0;
	vertical-align: middle;
}


.Tabs a.Active {
	background: url("../images/tab.png") left top no-repeat;
}

.Tabs a.Active span {
	background: url("../images/tab.png") right -31px no-repeat;
}

/* Search */
#VideoSearch {
	height: 31px;
	line-height: 1.2;
	padding-left: 15px;
	width: 280px;
}

#VideoSearch fieldset {
	height: 23px;
	padding: 8px 15px 0 0;
}

#VideoSearch.Active {
	background: url("../images/tab.png") top left no-repeat;
}

#VideoSearch.Active fieldset {
	background: url("../images/tab.png") right -31px no-repeat;
}

#VideoSearch #VideoSearchQuery {
	padding: 0;
	width: 200px;
	vertical-align: top;
}

#VideoSearchSubmit {
	font-size: 0.95em;
	vertical-align: top;
}
#VideoSearchQuery {
	color: #8B8B8B;
}

#VideoSearchQuery.Active {
	color: #000000;
	display: inline;
}

