@charset "utf-8";
/* CSS Document */

/* Video Gallery */

#Video-cont{
	width:774px;
	height:auto;
	padding:1px;
	background-color:#ceddec;
	border:1px solid #ffffff;
	position:relative;
	}
	
#borderbrown{
	border:1px solid #b5c0cf;
	background:#5f8db9;
	padding:0px;
	}
	
#playback1{
	width:441px;
	height:269px;
	float:left;
	padding:0px;
	margin:0px;
	background:#d3d3da;
	}
	
#PlayList{
	width:330px;
	_width:312px;
	height:269px;
	background:#fcebff;
	overflow-y:scroll;
	overflow-x:none;
	padding:0px;
	margin:0px;
	#position:relative;
	_position:relative;
	text-align:left;
	line-height:normal;
	border-width:0 0 0 1px;
	border-color:#b5c0cf;
	border-style:solid;
	}

#PlayList table{
	width:100%;
	#width:298px;
	_width:295px;
	background-color:#fcebff;
	border-width:0 0 1px 0;
	border-color:#aabfcd;
	border-style:solid;
	padding:0px;
	margin:0px;
	line-height:normal;
	}
	
#PlayList table td{
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	line-height:normal;
	}

@media screen and (-webkit-min-device-pixel-ratio:0){
	#PlayList table td{
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	line-height:normal;
	}
	}

#PlayList table td a{
	padding:0px;
	margin:0px;
	text-decoration:none;
	color:#666666;
	display:block;
	line-height:normal;
	}
	
#PlayList table:hover,
#PlayList table td a:hover{
	background-color:#e0d7ea;
	}
	
#PlayList table td img{
	float:left;
	margin:0px;
	padding:0px;
	width:65px;
	height:50px;
	border:1px #999999 solid;
	line-height:normal;
	}
	
#PlayList #title{
	font-weight:bold;
	color:#56778d;
	font-size:12px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	line-height:normal;
	}
	
#PlayList #title a{
	color:#56778d;
	font-weight:bold;
	text-decoration:none;
	line-height:normal;
	}
	
/* end video Gallery */
