#divFileProgressContainer {
  clear: both;
  }

.progressWrapper {
  width: 942px;
	overflow: hidden;
}

.progressContainer {
  padding: 11px;
  color: #c0c0c0;
  font-weight: bold;
  background: #656565;
  margin-bottom: 18px;
  clear: both;
  height: 75px;
  line-height: 18px;
	overflow: hidden;
}

.red /* Error */
{
  
}

.green /* Current */ 
{

}

.blue /* Complete */
{

}

.progressName {
	font-weight: bold;
  color: #c0c0c0;
	width: 323px;
	height: 18px;
  line-height: 18px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 5px;
	height:30px;
}

.progressBarInProgress{
	background: #70ff65 url('/images/progress_pattern.png') repeat-x 0 0;
}

.progressBarComplete {
	width: 100%;
	background-color: #70ff65;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 85%;
	font-family: Verdana;
	text-align: left;
	white-space: nowrap;
  font-weight: normal;
  font-style: italic;
}

a.progressCancel,
a.progressCancel:link,
a.progressCancel:active,
a.progressCancel:visited,
a.progressCancel:hover{
	font-size: 0px;
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/images/icons/action-block.gif);
	background-repeat: no-repeat;
	float: right;
}

a.progressCancel:hover 
{
	background-position: 0px 0px;
}