.rich-progress-bar-block {
	white-space: nowrap;
}

.rich-progress-bar-width {
	width: 200px;
}

.rich-progress-bar-shell {
	border: 1px solid;
	margin-bottom: 2px;
}

.rich-progress-bar-shell-dig {
	border-color: #BED6F8;
	border: 1px solid;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	margin-bottom: 2px;
	overflow: hidden;
	position: relative;
}

.rich-progress-bar-height,.rich-progress-bar-height-dig {
	height: 13px;
}

.rich-progress-bar-uploaded {
	background-repeat: repeat-x;
	background-color: #E79A00;
	background-image: url(upload_status.gif);
}

.rich-progress-bar-uploaded-dig {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	border-color: #BED6F8;
}

.rich-progress-bar-remained {
	font-weight: bold;
	position: relative;
	text-align: center;
	background-color: #FFFFFF;
}

.rich-progress-bar-completed {
	background-repeat: repeat-x;
	background-color: #E79A00; 
	background-image : url(upload_status.gif);
	font-weight : bold;
	text-align: center;
	background-image: url(upload_status.gif);
}

.rich-progress-bar-padding {
	padding: 0pt;
}

.rich-progress-bar-vpe-text {
	font-weight : bold;
	text-align: center;
}