/*********************************
 * Old Videoalbum layout         *
 *********************************/
.VideoAlbum form.frmChooseAlbum,
.VideoAlbum form.frmChooseSubject {
	position:absolute;
	top:35px;
	width:320px;
	margin-left:10px;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}

.VideoAlbum form.frmChooseAlbum {
	left:300px;
}

.VideoAlbum form.frmChooseSubject {
	right:30px;
}

/* Make the select a fixed width so that the title in front
   of it has some space. */
.VideoAlbum form.frmChooseAlbum select,
.VideoAlbum form.frmChooseSubject select {
	width:200px;
	margin-left:5px;
}

.VideoAlbum .CmsItem {
	padding:0px;
	width:230px;
	height:100%;
	float:left;
}

.VideoAlbum .TextBlock {
	clear:left;
	float:left;
	background-color:#F4F4F4;
	margin-top:8px;
	width:452px;/*468 minus 2*8 padding*/
	padding:8px;
}
.VideoAlbum  form#upload {
	width:150px;
	float:left;
	clear:left;
}

.VideoAlbum  .Field_VideoUpload fieldset {
	border:0px;
	padding:0px;
}
.VideoAlbum .Field_VideoUpload fieldset legend {
	display:none;
}

.VideoAlbum .VideoLinks {
	text-align:left;
	overflow:auto;
	height:420px;
	width:99%;
}

.VideoPlayer {
	float:right;
}
/* Videothumbnails in the videoalbum. */
.VideoAlbum .VideoThumbnail {
	display:block;
	float:left;
	width:95%;
	margin:5px;
	border-bottom:1px solid #808080;
	padding-bottom:5px;
}

/* IE6 hack Margin conflicts with percentual width */
* html .VideoAlbum .VideoThumbnail {
	width:83%;
}

/* IE 7 hack.  Margin conflicts with percentual width */
*+html .VideoAlbum .VideoThumbnail {
	width:85%;
}
