

/*
Progress bar styles
*******************************************************************************/
.progress-bar {
	height: 20px;
	width: 481px;
	background: url(progress-bar-background.jpg);
}

.progress-bar .progress {
	width: 0;
	height: 20px;
	text-align: left;
	background: url(progress-bar-foreground.jpg) navy;
}

.progress-bar-container {
	margin: 15px;
	border: 0;
	padding: 12px;
	width: 481px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: url(/themes/default/css/lightning_repeat.jpg);
	background-position: -500px -800px;
	-webkit-box-shadow: 3px 8px 24px rgb(50,50,50);
	-moz-box-shadow: 3px 8px 24px rgb(50,50,50);
	filter:
	progid:DXImageTransform.Microsoft.Shadow(color=#373737,direction=135,strength=4);
    border: none;
	}

.progress-bar-container .activity-name {
	text-align: left;
	font-family: arial, "Lucida-sans";
	font-size: 9pt;
	margin: 0 0 4px 6px;
}


