/* CSS Document */

a:focus {
     outline: none;
}
.videoheader {
	width:100%;
	height:50px;
}
.videotitleleft {
	float:left;
	background:url(bg_videotitle.png) left;
	width:1%;
	height:50px;
}
.videotitletitle {
	float:left;
	background:url(bg_videotitle.png) center;
	width:98%;
	height:50px;
	font-size:12px;
	font-weight:bold;
	color:#d6dcdc;
}
.videotitleright {
	float:left;
	background:url(bg_videotitle.png) right;
	width:1%;
	height:50px;
}
.title {
	position:absolute;
	left:12px;
	top:10px;
	width:70%;
	vertical-align:middle;
}
.embed {
	position:absolute;
	right:12px;
	top:13px;
}
a.embedrollover{
	display: block;
	width:116px;
	height:20px;
	text-decoration: none;
	background:url(embed.png) top;
}
a.embedrollover:hover {
	background-position: 0 -20px;
}
a.embedrollover:active {
	background-position: 0 -40px;
}
.displace {
	position: absolute;
	left: -5000px;
}
.hide {
	display:none;
}
