@charset "utf-8";
.videoCallout {
	border: 1px solid #cdd4d8;
	border-top-style: none;
	float: left;
	padding: 0;
	font-size: .9em;
	margin: 4px 16px 8px 0;
	width: 220px;
	text-align: left;
	background-color: #e9eff1;
	border-radius: 6px;
	-moz-border-radius: 6px;
	overflow: hidden;
	padding-bottom: 8px;
}
.videoCallout h3 {
	margin: 0;
	background-color:#555;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 8px;
}
.videoCallout p, .videoCallout h4 {
	margin: .5em 8px;
}
.videoCallout img {
	border-bottom: 1px solid #fff;
	margin-bottom: 8px;
}
.videoCallout h4 {
	font-size: .9em;
}
p.videoLink {
	background: url(/images/ico_video.jpg) no-repeat 0 4px;
	padding: .5em 0 0 20px;
	border-top: 1px dotted #cdcdcd;
}
#rightCol p.videoLink {
	border-top: none;
}
p.videoLink a {
	text-decoration: none;
	font-weight: bold;
}
p.videoLink a:hover {
	text-decoration: underline;
}
#mask {
	background-color: #fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
#mask.Dark {
	background-color: #333;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#videoWindow {
	position: absolute;
	top: 40px;
	background-color:#efefef;
	border: 1px solid #525252;
	padding: 10px;
	z-index: 1001;
	width: 420px;
	height: 366px;
}
#videoWindow.liveblog {
	position: absolute;
	top: 40px;
	background-color:#666;
	border: 1px solid #525252;
	padding: 0;
	z-index: 1001;
	width: 470px;
	height: 566px;
}
#videoWindow.width320 {
	top: 120px;
	width: 340px;
	height: 306px;
}
#videoWindow.width800 {
	top: 10px;
	width: 820px;
	height: 656px;
}
#videoWindow.width1024 {
	top: 10px;
	width: 1044px;
	height: 824;
}
#videoWindow.width480 {
	top: 10px;
	width: 480px;
	height: 206px;
}
#videoWindow.width416 {
	top: 12px;
	width: 436px;
	height: 300px;
}
a.closeLink {
	float: right;
	background: url(/images/ico_closewindow.gif) no-repeat left;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 14px;
	font-size: 11px;
	text-decoration: none;
	cursor: hand;
	margin-bottom:4px;
}
#videoFrame {
	margin-top: 2px;
}