﻿.VideoFileSettingsContentWrapper
{
	background-color:#FFF;
}

.VideoFileSettingsContent 
{
	text-align:left;
	width:600px;
	margin: 0 auto;
}

.VideoFileSettingsContent .EditFileTitle
{
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
}

.VideoFileSettingsContent .EditFileTitle span
{
	font-size:15px
}
.VideoFileSettingsContent .videogallery-button
{
	background:transparent url(images/btn.gif) no-repeat scroll left top;
	color:gray !important;
	display:block !important;
	font-weight:bold;
	height:22px;
	line-height:22px;
	text-align:center;
	text-decoration:none !important;
	width:64px;
	font-size:12px;
	float:left;
	margin-right:20px;
}

.VideoFileSettingsContent .edit-video-file-row-field
{
	overflow:hidden;
}

.VideoFileSettingsContent .edit-video-file-error-message
{
	margin-left:150px;
}

.VideoFileSettingsContent .edit-video-file-row-field input, 
.VideoFileSettingsContent .edit-video-file-row-field select, 
.VideoFileSettingsContent .edit-video-file-row-field textarea
{
	width:280px;
	margin:0;
	padding :0;
}

.VideoFileSettingsContent .edit-video-file-row-field .edit-video-file-check-box input
{
	width:auto;
}

.VideoFileSettingsContent .edit-video-file-row
{
	clear:both;
	overflow:hidden;
	padding-bottom:4px;
}

.VideoFileSettingsContent .edit-video-file-row-field .radio-buttons input
{
	width:auto;	
}

.VideoFileSettingsContent .edit-video-file-row-title
{
	width:150px;
	float:left;
}

.VideoFileSettingsContent .DNN_File_Selector
{
	width:300px;
}

.VideoFileSettingsContent .DNN_File_Selector .file_selector_row
{
	padding-bottom:4px;
}

.VideoFileSettingsContent .DNN_File_Selector .file_selector_row .SubHead
{
	clear:both;
	width:60px;
	float:left;
	overflow:hidden;
	height:20px;
	line-height:20px;
}

.VideoFileSettingsContent .DNN_File_Selector .file_selector_row select,
.VideoFileSettingsContent .DNN_File_Selector .file_selector_row input
{
	width: 220px;display:block;
}

.VideoFileSettingsContent .DNN_File_Selector .file-input
{
	width:auto;
}

.VideoFileSettingsContent .DNN_File_Selector .file-upload-btn
{
	width:55px;
}

.VideoFileSettingsContent .existing-file-area
{
	width:280px;
	margin-bottom:10px;
}

.VideoFileSettingsContent  .LinksPanel
{
	margin-top:10px;
	overflow:hidden;
	margin-left:150px;
	padding-bottom:10px;
	clear:both;
}
.VideoGallery .galleryInformation{
    display:block;
    padding:10px;
    padding-left:20px;
    background:url(images/info.jpg) no-repeat left;    
    font-weight:bold;    
}
.VideoGallery .add{
    display:block;
    padding:10px;   
    background:url(images/add.jpg) no-repeat left;    
    font-weight:bold;    
    padding-left:20px;
}
.VideoGallery .GalleryPreview{
    background:#ffffff;
    padding:15px;
    border:1px solid #c0bebe;
    float:right;
    width:200px; 
	height:200px;
}
.VideoGallery {    
    min-width:835px;
    width:835px;
    overflow:visible;
}
.VideoGallery .VideoFileName{
    font-size:12px;
    color:#666666;
    font-weight:normal;   
}
.VideoGallery .Edit{
    background: url(images/edit.gif) no-repeat left;
    padding-left:20px;
    float:right;
    font-weight:bold;
    height:16px;
    display:block;
    margin-top:15px;
    padding-top:6px;
}
.VideoGallery .VideoFileDescription{
	font-size:13px;
    color:#164988;
    font-weight:normal; 
	
    
}
.VideoGallery .thumbnail{
    margin:5px 5px 0px 0px;
    float:left;
}

.VideoGallery .thumbnail img
{
	max-height:100px;
	max-width:100px;
	width: expression((this.width > 290 && parseInt(this.height) < parseInt(this.width)) ? '290px': true);
	height: expression((parseInt(this.height) > 290 && parseInt(this.height) >= parseInt(this.width)) ? '290px': true);
}

.VideoGallery .video-file-item .MoveUpLink
{
	background-image:url(images/arrow_left_small.gif);
	display:block;
	height:23px;
	width:25px;
}
.VideoGallery .video-file-item .MoveDownLink
{
	background:transparent url(images/arrow_right_small.gif) no-repeat top left;
	display:block;
	height:25px;
	width:25px;
}
.VideoGallery .videoFileOptions{
    display:block;
    padding:10px;
    font-size:11px;
    color:#666666;
    font-weight:normal;
    padding-left:33px;
    background:url(images/video.jpg) no-repeat;
}
.VideoGallery .Player
{
	float:left;
	margin-bottom:4px;
}
.VideoGallery .thumbnails-wrapper
{
	width:100%;
	overflow:hidden;
	clear:both;	
}

.VideoGallery .thumbnails
{
	float:left;
	overflow:hidden;
}

.VideoGallery .video-file-item-wrapper
{
	background:#F3F4F6 url(images/file-back.jpg) repeat-x scroll;
	background-position:center bottom;
	height:140px;
	float:left;
	border:1px solid #CFCFCF;	
	overflow:hidden;
	width:260px;
	padding:0;
	margin:5px 5px 5px 5px;
}

.VideoGallery .current
{
	background-color:rgb(243,248,254);
	background-image: url(images/file-back-selected.jpg);
}

.VideoGallery .video-file-item
{	
	width:240px;
	overflow:hidden;
	padding:0;
	margin:10px;
	
}

.VideoGallery .video-file-item img
{
	cursor:pointer;
	max-height:150px;
	max-width:150px;
	width: expression((this.width > 100 && parseInt(this.height) < parseInt(this.width)) ? '100px': true);
	height: expression((parseInt(this.height) > 100 && parseInt(this.height) >= parseInt(this.width)) ? '100px': true);
}

.VideoGallery .video-file-title
{
	color:#d92238;
	font-size:12px;
	font-weight:normal;
	padding-bottom:4px;
	margin-bottom:0px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-style:normal;
	font-variant:normal;
	line-height:14px;
	cursor:pointer;
}

.VideoGallery .videogallery-clear
{
	clear:both;
}

.VideoGallery .video-file-description,
.VideoGallery a.video-file-description:link,
.VideoGallery a.video-file-description:visited,
.VideoGallery a.video-file-description:active
{
	color:#444444;
	font-family :Tahoma,Arial,Helvetica;
	font-size:12px;
	text-decoration:none;
	cursor:pointer;
}

.VideoGallery .ThumbnailHeader
{
	clear:both;
	border-bottom: 4px solid #000000;
	width:100%;
	overflow:hidden;
	margin-bottom:0px;	
	margin-bottom:12px;
}

.VideoGallery .EditLink,
.VideoGallery a.EditLink:active,
.VideoGallery a.EditLink:visited
{
	line-height:15px;    
    margin-right:10px;
    font-size:13px;
    color:#003366;
}

.VideoGallery a.EditLink:hover
{
	line-height:15px;
	font-size:13px;
    color:#003366;
    text-decoration:underline;
}

.VideoGallery .DeleteLink,
.VideoGallery a.DeleteLink:active,
.VideoGallery a.DeleteLink:visited
{
	line-height:15px;
	font-size:13px;	
    color:#003366 !important;
}

.VideoGallery a.DeleteLink:hover
{
	line-height:15px;
	font-size:13px;
    color:#003366;
    text-decoration:underline;
}

