.UPLOAD_total_progress_bar{
	height: 8px;
	width: 0%;
	border-radius: 4px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}

.UPLOAD_total_progress_bar_bg{
	height: 8px;
	width: 100%;
	border-radius: 4px;
	background: #505158 url(themes/stella/images/STELLA_media_view_bg.png);
	box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.7);
	
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 8px 8px;
	-moz-background-size: 8px 8px;
	-o-background-size: 8px 8px;
	background-size: 8px 8px;
}

.UPLOAD_total_progress_bar_bg_active{
	-webkit-animation: buffering-stripes 2s linear infinite;
	-moz-animation: buffering-stripes 2s linear infinite;
	-ms-animation: buffering-stripes 2s linear infinite;
	-o-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
}


.UPLOAD_file_progress{
	width: 100%;
	padding: 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CFCFCF;
	background: #F3F5F3;
}

.UPLOAD_file_display_text{
	color: #000000;
	font-size: 12px;
	margin-bottom: 5px;
}

.UPLOAD_file_progress_bar {
	height: 8px;
	width: 0%;
	
	border-radius: 5px;
	
	background: #7d8089; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d8089 0%, #494b51 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d8089), color-stop(100%,#494b51)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7d8089 0%,#494b51 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7d8089 0%,#494b51 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7d8089 0%,#494b51 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7d8089 0%,#494b51 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d8089', endColorstr='#494b51',GradientType=0 ); /* IE6-9 */
}

.UPLOAD_file_progress_bar_bg {
	height: 8px;
	width: 100%;
	
	margin-top: 5px;
	margin-bottom: 5px;
	
	border-radius: 4px;

	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.3);

	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 8px 8px;
	-moz-background-size: 8px 8px;
	-o-background-size: 8px 8px;
	background-size: 8px 8px;
	
	background: #FFFFFF;
	background: #dedede;
}

.UPLOAD_file_progress_bar_bg_active{
	-webkit-animation: buffering-stripes 2s linear infinite;
	-moz-animation: buffering-stripes 2s linear infinite;
	-ms-animation: buffering-stripes 2s linear infinite;
	-o-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
}

.UPLOAD_file_name{
	font-weight: bold;
	text-shadow: 0px -1px 0px rgba(255,255,255);
}

.UPLOAD_file_percentage{
	font-weight: bold;
	text-shadow: 0px -1px 0px rgba(255,255,255);
}

.UPLOAD_file_status{
	font-size: 9px;
	color: #494b51;
}

.UPLOAD_file_size{
	font-size: 9px;
	color: #494b51;
}

.UPLOAD_file_bitrate{
	font-size: 9px;
	color: #494b51;
}