@charset "utf-8";
/* CSS Document */

#progress_bar,
#flash-content {
	text-align: left;
	margin: auto;
}

#flash-content {
	text-align: center;
	height: 0;
	overflow: hidden;
}

#progress_bar {
	margin-top: 20px;
	width: 585px;
	padding: 10px;
	text-align: right;
	background: #343434;
	font: normal normal bold 14px sans-serif;		
	color: #FFFFFF;
}

#progress_bar * {
	padding: 0;
	margin: 0;
}

#progress_bar p.bar_container {
	float: left;
	display: block;
	background: url(/img/bar_bg.gif) repeat-x;
	width: 585px;
	height: 67px;
	margin-bottom: 10px;
}

#progress_bar p.bar_container span.left_bar,
#progress_bar p.bar_container span.bar,
#progress_bar p.bar_container span.right_bar {
	display:  block;
	height: 67px;
	float: left;
}		

#progress_bar p.bar_container span.left_bar {
	width: 12px;
	background: url('/img/bar_left.gif') no-repeat left top;
}

#progress_bar p.bar_container span.right_bar {
	width: 12px;
	background: url('/img/bar_right.gif') no-repeat left top;
	float: right;
}

#progress_bar p.bar_container span.bar {
	width: 0;
	background: url('/img/bar_center.gif') repeat-x left top;
}

#progress_bar {
	text-align: center;
	color: #FFFFFF;
}

.percentage_loaded
{
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
}