/*------------------------------------------------------------------------
# JOOFORGE.com - Il Web All'Italiana
# ------------------------------------------------------------------------
# Copyright © 2004-2009 JOOFORGE.com. Tutti i diritti riservati.
# Website:  http://www.jooforge.com/
-------------------------------------------------------------------------*/

div#jf-progresstasks span.percentText {
	padding-left: 7px;
	font-size: 11px;
}

div#jf-progresstasks .barBg {
	background: url(../../images/bg.png) no-repeat;
	width: 100%;
	height: 12px;
}

div#jf-progresstasks .currentPercent {
	background: url(../../images/bar.png) no-repeat;
	background-position: -122px 0px;
	width: 123px;
	height: 12px;
	float: left;
	margin-top: 3px;
}
