﻿.VideoFileSettingsContent input, 
.VideoFileSettingsContent select, 
.VideoFileSettingsContent textarea
{
	width:200px;
	margin:0;
	padding :0;
}
.EditFileTitle
{
	font-size:15px !important;
}

.LinksPanel
{
	margin-top:10px;
}
.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:10px;
    border:1px solid #c0bebe;
    float:right;
    width:200px;        
}
.VideoGallery {    
    min-width:640px;
    width:640px;
    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{
    margin:5px;
}
.VideoGallery .thumbnail{
    margin:5px 5px 5px 0;
    float:left;
}
.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;	
	overflow:hidden;
	width:251px;
	padding:0;
	margin:5px 20px 5px 5px;
}

.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;
}

.VideoGallery .video-file-title
{
	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;
}

.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;
}

.VideoGallery .ThumbnailHeader
{
	clear:both;
	border-bottom: 2px solid #7994CB;
	width:100%;
	overflow:hidden;
	margin-bottom:20px;	
}

.VideoGallery .EditLink
{
    display:block;
    float:left;
    margin-right:10px;
    font-size:15px;
    color:#003366;
}

.VideoGallery a.EditLink:hover
{
    color:#FF0000;
    text-decoration:underline;
}

.VideoGallery .DeleteLink
{
	display:block;
    font-size:15px !important;
    color:#003366 !important;
}

.VideoGallery a.DeleteLink:hover
{
    color:#FF0000;
    text-decoration:underline;
}
