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

/* Video List Elements */



.videoListContainer img {
	height: 120px;
	width: 158px;
	border: 1px solid #333333;
	margin-bottom: 4px;
	cursor:pointer;
}

.videoListContainer {
	float: left; 
	width: 160px; 
	height: 150px;
	margin-left: 10px; 
	margin-bottom: 14px;
}

.videoListTitle {
	font-size: 11px;
	text-align: center;
}


/* Video Window Elements */

.videoWindow{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px; left: 0px;
	text-align:left;
}

.videoBackground{
	filter: Alpha(Opacity=90); 
	-moz-opacity:0.9; 
	opacity: 0.9;
	width: 100%; 
	height: 100%; 
	background-color: #232730;
	position: absolute;
	z-index: 500;
	top: 0px; left: 0px;
}
.videoContainer{
	position: absolute;
	width: 480px;
	left: 50%;
	top: 45%;
	z-index: 750;
}
.modal{
	background-color: #fff6c3;
	border: solid 8px #621211;
	position: relative;
	top: -200px;
	left: -200px;
	z-index: 1000;
	width: 480px;
	height: 440px;
	padding: 0px;
}
.videoTop {
	height : 25px;
}
.videoFooter { 
	text-align : right;
	border-top : 0px solid #ccc;
	padding-top : 45px;
	padding-right: 20px;
}

.videoBody{
	height: 278px;
	padding : 20px 0px 0px 30px;
	font-size: 14pt;
}