@charset "utf-8";
/* CSS Document */



div#dvFrame {
	/* border-style:ridge; border-width:2px; */
	margin:auto; 
	width:500px; height:340px; 
}	

div#dvHeader {
	margin:auto;
	width:80px; height:120px; 
}	

div#dvFooter {
	margin:auto;
	width:80px; height:25px; 
}	

/* -----------------------------------
	video panel
   ----------------------------------- */

div#dvVideos {

	background-color:#333333;
	position:relative;
	padding:10px;
	margin:auto;
	text-align:center; 
	width:300px; /*height:75px;  */
}

span.activeVideo {color:#FFBA00}

table#tVideoList {
	border-collapse: collapse;
	padding-left:5px;
	text-align:left;
	width:300px;
}

td.ctr {text-align:center}	

tr.alt { 
	background-color:#555555;
}	










