﻿.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:#eeeeee;
    padding:12px;
    border:1px solid #c0bebe;
	float: right;
    width:276px;
}
.VideoGallery .GalleryPreview .GalleryInfo {
	overflow: hidden;
}

.VideoGallery .ContentDiv
{
    float:right;
    width:300px;
    display:block;
}

.VideoGallery
{
    min-width:840px;
    width:840px;
    overflow:visible;
}
.VideoGallery .VideoFileName{
    font-size:14px;
    color:#666666;
    font-weight:bold;   
}
.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{
    
}
.VideoGallery .thumbnail{
    margin:5px 5px 5px 0;
    float:left;
}

.VideoGallery .thumbnail img
{
    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;
	float:left;
}
.VideoGallery .video-file-item .MoveDownLink
{
	background:transparent url(images/arrow_right_small.gif) no-repeat top left;
	display:block;
	height:25px;
	width:25px;
	float:right;
}
.VideoGallery .videoFileOptions{
    display:block;
    padding:10px;
    font-size:14px;
    color:#666666;
    font-weight:bold;
    padding-left:33px;
    background:url(images/video.jpg) no-repeat;
}

.VideoGallery .Player
{
	float:left;
	margin-bottom:20px;
}
.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;
	width:251px;
	padding:0;
	margin:5px 20px 5px 5px;
	overflow:hidden;
}

.VideoGallery .current
{
	background-color:rgb(243,248,254);
	background-image: url(images/file-back-selected.jpg);
}

.VideoGallery .video-file-item
{	
	width:233px;
	overflow:hidden;
	padding:0;
	margin:10px;
}

.VideoGallery .video-file-item img
{
	cursor:pointer;
	max-height:100px;
	max-width:100px;
	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
{
    position: relative;
    z-index:1;
    
	color:#77818F;
	font-size:16px;
	font-weight:bold;
	padding-bottom:4px;
	margin-bottom:6px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-style:normal;
	font-variant:normal;
	line-height:16px;
	cursor:pointer;
	max-width: 133px;
	max-height: 50px;
	height:50px;
	
}

.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:#545454;
	font-family :Tahoma,Arial,Helvetica;
	font-size:12px;
	text-decoration:none;
	cursor:pointer;
	overflow: hidden;
}

.VideoGallery .ThumbnailHeader
{
	clear:both;
	border-bottom: 2px solid #7994CB;
	width:100%;
	overflow:hidden;
	margin-bottom:20px;	
}

.VideoGallery .video-file-item .EditLink
{
    background: transparent url(images/edit_btn.png);
	display:block;
	overflow:visible;
	height:17px;
	width:45px;
	float:left;
	z-index:111111111;
	position: relative;
}

.VideoGallery .video-file-item .DeleteLink
{
    background: transparent url(images/delete_btn.png);
	display:block;
	overflow:visible;
	height:17px;
	width:58px;
	float:right;
	z-index:111111111;
	position: relative;
}


.VideoGallery a.DeleteLink:hover,
.VideoGallery a.EditLink:hover
{
    text-decoration:none;
}

.VideoUrl
{
    width: 100%;
    float: left;
}

.EmbedText
{
    margin-bottom: 12px;
    width: 100%;
    float: left;
}

.EmbedLabel
{
    margin-top: 12px;
}

.PagingButton,
.SelectedPagingButton,
.LeftButtonActive,
.RightButtonActive,
.LeftButtonInActive,
.RightButtonInActive
{
    background:transparent;
    text-decoration:none;
    padding-left:3px;
    padding-right:3px;
    padding-top:3px;
    padding-bottom:0px;
    font-size:14px;
}

/*.LeftButtonActive,
.RightButtonActive,
.LeftButtonInActive,
.RightButtonInActive
{
    margin-bottom:0px;
    min-width:50px;
    width:50px;
    text-decoration:none;
    padding-left: 3px;
    padding-right: 3px;
    font-size:14px;
}*/

.LeftButtonActive,
.RightButtonActive:link,
.RightButtonActive:visited,
.RightButtonActive:active,
.RightButtonActive,
.LeftButtonActive:link,
.LeftButtonActive:visited,
.LeftButtonActive:active
{
    color:#575757;
}

.LeftButtonActive:hover,
.RightButtonActive:hover
{
    text-decoration:none;
    color: #2BA0F1;
}

.LeftButtonInActive,
.RightButtonInActive
{
    color: #7A7A7A;
}

.SelectedPagingButton
{
    color: #2BA0F1;
    border-color: #2BA0F1;
    text-decoration:none;
}

.PagingButton:link,
.PagingButton:visited,
.PagingButton:active
{
    text-decoration:none;
    color:#575757;
}

.PagingButton:hover,
.SelectedPagingButton:hover
{
    color: #2BA0F1;
    border-color: #2BA0F1;
    text-decoration:none;
}

.PagingDiv
{
    margin-top: 10px;
    padding:0px;
}