@charset "utf-8";
/* CSS Document */

/* use these on the video gallery pages. */

body {
	font: 14px/1.4 Arial, Helvetica, sans-serif;
	background: #003366;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color:#DDD;
}
.gallery {
	width: 1545px;	/* 1160 px */
	margin:auto;
}
.videoArea {
	width: 1280px;  /* 900px */
	height: 720px;	/* 506px */
	margin: auto;
}
.subtitle {
	width: 700px;
	margin-top:2px;
	margin-left: 290px;	/* 100px */
	text-align: center;
	float: left;
}
.descriptionBox {
	width: 500px;
	font-size: 14px;
	color :#DDD;
	margin-top: 30px;
	margin-left: 50px;
	float: left;
	display: none;		
}
.videoTitle {
	width: 900px;  
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: 245px;	/* 55px */
	font-size: 18px;
	text-shadow: 2px 2px 1px rgba(225,225,225,0.5);
    text-align: center;
}
.doneButton {
	width: 75px;
	margin-top: 30px;
	margin-left: 660px;	/* 470px */
	float:left;
}
.clearFloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a img { 
	border: none;
}
a:link, a:visited {
	color: #EEEEEE;

}
a:hover, a:active {
	color:#00CCFF;
	text-decoration: none;
}
