/* Video Portal
=========================================== */
body#VideoPortal {
	border: 2px solid #FFFFFF;
}
#VideoContent {
	background-color: #FFFFFF;
}
#VideoPortal h1 {
	background: url("../images/video_snwa.png") top left no-repeat;
	color: #FFFFFF;
}
#VideoPortal h1 .Hidden {
	visibility: hidden;
}
#VideoPlayer,
.VideoEmbed,
.FlashEmbed {
	overflow: hidden;
	text-align: center;
}
#VideoPlayer .NoFlashMessage,
.VideoEmbed .NoFlashMessage,
.FlashEmbed .NoFlashMessage,
#VideoPlayer .NoFlashInstallText,
.VideoEmbed .NoFlashInstallText,
.FlashEmbed .NoFlashInstallText,
#VideoPlayer .NoFlashInstallImage,
.VideoEmbed .NoFlashInstallImage,
.FlashEmbed .NoFlashInstallImage {
	display: block;
}
#VideoPlayer,
.Module .ModuleContent .VideoEmbed,
.FlashEmbed {
	background: url("../images/flash_logo.png") #000000 50% 10% no-repeat;
}
#Video .Module .ModuleContent .VideoEmbed {
	background: url("../images/flash_logo.png") #000000 50% 5% no-repeat;
}
#VideoPlayer .NoFlashInstallImage,
.VideoEmbed .NoFlashInstallImage,
.FlashEmbed .NoFlashInstallImage {
	background: url("../images/flash_button.png") top left no-repeat;
	display: block;
	height: 34px;
	margin-top: 10%;
	margin-right: auto;
	margin-left: auto;
	width: 175px;
}
#VideoPlayer a,
.VideoEmbed a,
.FlashEmbed a {
	color: #FFFFFF;
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	white-space: normal;
}
#VideoPlayer a:hover,
.VideoEmbed a:hover,
.FlashEmbed a:hover {
	background-color: transparent;
	color: #FFFFFF;
}
#VideoPlayer a,
.Module .ModuleContent .VideoEmbed a,
.FlashEmbed a {
	font-size: 2em;
}
#Featured .VideoEmbed a {
	font-size: 1.5em;
}
#Video .ModuleContent .VideoEmbed a {
	font-size: 1em;
}
#VideoPlayer .NoFlashMessage,
.Module .ModuleContent .VideoEmbed .NoFlashMessage {
	padding: 140px 110px 0;
}
#Featured .VideoEmbed .NoFlashMessage {
	padding: 100px 85px 0;
}
#Video .ModuleContent .VideoEmbed .NoFlashMessage {
	padding: 95px 45px 0;
}
.FlashEmbed .NoFlashMessage {
	padding: 140px 0 0;
}
#VideoPlayer .NoFlashInstallText,
.VideoEmbed .NoFlashInstallText,
.FlashEmbed .NoFlashInstallText,
#Video .ModuleContent .VideoEmbed .NoFlashInstallImage {
	display: none;
}
#Video .ModuleContent .VideoEmbed .NoFlashInstallText {
	display: block;
	margin-top: 10px;
	text-decoration: underline;
}
.FlashEmbed,
.FlashEmbed a {
	margin: 0;
	padding: 0;
}
.FlashEmbed a {
	background: none;
	padding-bottom: 10px;
}
#VideoPlayer,
#VideoPlayer a {
	height: 348px;
	width: 575px;
}
.Module .ModuleContent .VideoEmbed,
.Module .ModuleContent .VideoEmbed a {
	height: 309px;
	width: 514px;
}
#Featured .VideoEmbed,
#Featured .VideoEmbed a {
	height: 234px;
	width: 380px;
}
#Video .ModuleContent .VideoEmbed,
#Video .ModuleContent .VideoEmbed a {
	height: 152px;
	width: 234px;
}
#VideoClose {
	background: url("../icons/icon_close.gif") top left no-repeat;
	color: #000000;
	cursor: pointer;
	float: right;
	line-height: 1.2;
	margin: 8px 5px 0 15px;
	padding-left: 20px;
}
