/*
** CSS progress file css per Mocambo TV
** By Federico Capoano - MutaWeb http://www.mutaweb.com
*/

.progress-info {
	font:							13px Arial; font-weight: bold;
	text-align:					center;
}
.progress-data {
	background-color: #7C7C7C;
	border:						1px solid #898989;
	width:						50%;
}
.progress-data tr td {
	color:						black;
	background-color:			#C6C6C6;
	font:							12px Arial;
	width:						35%;
	padding:						5px;
}
.progress-bar1 {
	background-color:			#cccccc;
	background-image:			url('../images/uploadbar_1.gif');
	background-repeat:		repeat-x;
	position:					relative;
	text-align:					left;
	height:						20px;
	width:						400px;
	border:						1px solid #8BF100;
}
.progress-bar2 {
	background-color:			#666666;
	background-image:			url('../images/uploadbar_2.gif');
	background-repeat:		repeat-x;
	position:					relative;
	text-align:					left;
	height:						20px;
	width:						0%;
	margin:						0;
}