@charset "utf-8";
/* CSS Document */
html body{
	position:absolute;
	width:468px;
	height:304px;
	padding:0;
	margin:0;
	position:absolute;
	overflow:hidden;
}
body{
	display:block;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#ffffff;
}

a:hover, a:active, a:focus, a:active {
    outline: none;
    -moz-outline-style: none;
}
body, a, a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
.SilverlightHost{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}
 #silverlightControlHost {
    height: 100%;
    text-align:center;
}
#VideoCanvas{
	position:absolute;
	left:0px;
	top:0px;
	width: 468px;
	height: 366px;
	display: block;
	overflow:hidden;
	background-color:#ffffff;
}
#Player{
	position:absolute;
	left:0px;
	top:0px;
	width: 468px;
	height: 304px;
	display: block;
}
#VideoCanvas .MediaElement{
	background-color:#000000;
	width:468px;
	height:264px;
}
#VideoCanvas .ControlerElement{
	background-image:url(http://vms.paratel.org/images/controlleroverlay.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width:468px;
	height:40px;
}
#VideoCanvas .PlayerElements{
	display:none;
}

.PlayerElements .OverColor{
	background-color:#ffffff;
}

.PlayerElements .UpColor{
	background-color:#30354f;
}

.PlayerElements .Logo{
	background-repeat:no-repeat;	
}

.PlayerElements .ControlsTopColor{
	background-color:#898D99;
}
.PlayerElements .ControlsBottomColor{
	background-color:#4B515F;
}
.icon{
	display:block;
	float:right;
	margin:2px;
	width:25px;
	height:14px;
}
.icon.video{
	
	background-image:url(http://vms.paratel.org/images/icon_video.png);
}
.icon.live{
	background-image:url(http://vms.paratel.org/images/icon_live.png);
}
#ShowCase{
	display:none;
	height:250px;
	left:480px;
	position:absolute;
	top:295px;
	width:300px;
	background-color:#333;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#Article{
	display:none;
	height:153px;
	width:468px;
	left:0px;
	top:398px;
	position:absolute;
}
#Article .title{
	margin:10px;
	font-size:16px;
	font-weight:bold;
	clear:both;
	float:none;
	display:block;
}
#Article .content{
	margin:10px;
	clear:both;
	float:none;
	display:block;
	
}
#VideoList{
	display:none;
	height:250px;
	left:480px;
	position:absolute;
	top:0px;
	width:318px;
	overflow:hidden;
	overflow-y:auto;
}
#VideoList ul{
	padding:0;
	margin:0;
	
}
#VideoList ul li{
	height:62px;
	padding-bottom:1px;
	display:block;
	float:none;
	clear:both;
}
#VideoList ul li a{
	width:300px;
	height:62px;
	display:block;
	background-color:#48a4cb;
	position:relative;

	
}
#VideoList ul li a:hover{
	background-color:#83b0d1;
}
#VideoList ul li .info{
	position:absolute;
	left: 104px;
	right:2px;
	bottom:2px;
	height:17px;
	float:none;
	clear:both;
}
#VideoList ul li a img {
	width:96px;
	height:54px;
	float:left;
	margin:3px;
	border:#FFF solid 1px;
}
#VideoList ul li a .title{
	font-size:10px;
	font-weight:bold;
	float:left;
	padding:3px;
}