.progetto	{
		display: 		block;
		width:			980px;
		height:			auto;
		}
		
		
.progetto h1	{
		color: 			#444444;
		font-size:		15px;
		line-height:		15px;
		font-weight:		bold;
		display: 		block;
		}	
		
		
		
.listelloGruppo			{
				display: 		block;
				width:			980px;
				height:			30px;
				font-size:		12px;
				line-height:		31px;
				margin-bottom:		1px;
				padding-left: 		10px;
				font-weight:		bold;
			
				background-color: #AAAAAA;
				color: #000000;
				border-bottom: 1px solid #999999;
				font-weight: bold;				
				}
		
		
.listelloProgetto		{
				display: 		block;
				width:			990px;
				min-height:		130px;
				height:			auto;

				border-bottom: 		solid 1px #dedede;
				}		
			
.listelloProgetto .immagine	{
				display: 		block;
				width:			160px;
				height:			120px;		

				padding: 		5px;
				float: 			left;
				
				}
				
.listelloProgetto .informazioni	{
				display: 		block;
				width:			310px;
				height:			120px;		

				padding: 		5px;
				float: 			left;				
				}
				
.listelloProgetto .note		{
				display: 		block;
				width:			490px;
				min-height:		120px;	
				height: 		auto;

				padding: 		5px;
				float: 			left;
				}
				
		
.listelloProgetto .titoletto	{
				display: 		block;
				width:			310px;
				height:			20px;		
				color: 			#333333;
				font-size:		14px;
				line-height:		14px;
				font-weight:		bold;
				}		
				
.listelloProgetto .box		{
				display: 		block;
				height:			100px;		
				color: 			#333333;
				font-size:		11px;
				line-height:		14px;
				font-weight:		bold;
				}		
				
.listelloProgetto .annotazioni
				{
				display: 		block;
				width:			465px;
				height:			50px;	
				padding:		10px;
				padding-bottom:		15px;
				color: 			#707070;
				font-size:		13px;
				line-height:		14px;
				font-weight:		bold;
				border: 		solid 1px #dddddd;
				background-color: 	#efefef;
				}
					
					
.show				{
				display: 		block;
				width: 			150px;
				height: 		10px;
				line-height: 		10px;
				font-size:		10px;
				border: 		solid 1px #dddddd;
				background-color: 	#efefef;
				color: 			#000000;
				margin-bottom: 		3px;
				padding: 		3px;
				cursor: 		pointer;
				}
				
.show:hover			{
				background-color: 	#ededed;
				border: 		solid 1px #000000;

				}
				
.showL				{
				padding: 5px;
		
				padding-left: 		105px;
				height: auto;
				}
.listelloShow			{
				display: 		block;
				width:			760px;
				height:			auto;
				margin-left: 		80px;
	
				font-size:		12px;
				line-height:		21px;
				border-bottom: 		solid 1px #434c57;
				margin-bottom:		1px;
				color: 			#434c57;
				font-weight:		bold;
				}	
				
.overflow			{
				width:			760px;
				height:			auto;
				margin-left: 		80px;
				padding:		5px;
				height:			auto;
				overflow: 		auto;
				}	
				
.overflow img			{
				display: block;
				float: left;
				margin-right: 5px;
				cursor: pointer;
				border: solid 2px #ffffff;
				}	
				
.overflow img:hover		{
				border: solid 2px #777777;				
				}			
				
.code				{
				border: 	solid 1px #434c57;
				width:		150px;
				height:		20px;
				line-height:    20px;
				color:		#434c57;
				font-size:	14px;
				}				