/*------------------------------------------------------------------------
# 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;
}

div#jf-progresstasks div.task
 {
	
	padding-bottom: 5px;
	padding-right: 20px;
	/*float: left;
	border:1px solid #CCCCCC;
  */
}

div#jf-progresstasks div.projectname
 {
	font-weight: bold;
}
div#jf-progresstasks  span.deadline {
	font-size: 11px;
	font-weight: normal;
}
div#jf-progresstasks  span.datered {
	color:#FF0000;
	font-size: 11px;
	font-weight: normal; 
}