/* ===== Flash content ===== */
#cs_flashBody {
	
}
#cs_noexpressUpdate {
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003300;
	text-align: left;
	/* background-image: url(Video_nofp_bg.gif); */
	background-repeat: no-repeat;
	width: 210px; 
	height: 200px;	
	padding: 40px;
}
/* ===== Layout ===== */
body {
	/*background: url(../../resources/images/page/PageBackground.jpg) bottom center repeat #b2bad0;*/
	background: #b2bad0; /* YourTube gray is ededed. Was blue from old site #b2bad0; */ 
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif;
	
	min-width: 994px;
	margin: 0;
	padding: 0;	
}
#wrapper {
	width: 994px;	
	margin-left: auto;
	margin-right: auto; 
	padding-top: 15px;
}
#flashcontent { /* width is 600 */
	margin: 0 0px 0 0px;
	/*height: 510px;*/
}
#video {
	width: 600px;
	margin: 0 auto;
}
#footer {
	clear: both;
	position: relative;	
	width: 600px;
	margin: 0 auto;
	text-align: center;
}
/* ===== Videos list ===== */
.list {
	width: 750px;
	margin: 30px auto 30px auto;
	padding: 10px 10px 20px 20px;
	/*background: url(../../resources/images/misc/BkgGreenGradientLong.png) top center no-repeat white;*/
	background-color: white;
	border: 3px solid gray;
	
	/* Round corners */
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 	  8px 8px 8px 8px;
	border-radius: 		  8px 8px 8px 8px;		
}
p#list-title {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
p.list-comment {
	padding-bottom: 10px;
}
.list p { 
	font-size: 14px; 
	margin: 5px 0 5px 0;
}
#dropdown-videos-dl-part1, #dropdown-videos-dl-part2, #dropdown-videos-dl-part3 {
	font-size: 16px;
	font-weight: 600;
	padding: 7px 0 0 0;
	line-height: 120%;
}
.list blockquote {
	margin: 0 0 0 20px;
}

/* ===== Details ===== */
#text1, #text2, #video-number, #next-video {
	text-align: center;
	margin: 7px;
}
#text1 {
	padding-top: 0px;
	font-size: 20px;
	font-weight: 600;
}
#text2 {
	font-size: 14px;
}
/* ===== Standard Links ===== */
a:link { 
	color: #002fc8;
	text-decoration: none;
}
a:visited {
	color: #7b62a5;  
	text-decoration: none;
} 
a:hover {
	text-decoration: underline;
}
a:active {
	color: #990000; 
	text-decoration: none;
}

