/*********************************************************************/
/************** Progetti di Impresa Srl copyright 2008 ***************/
/*********************************************************************/


/*********************************************************************/
/*****                                        ************************/
/*****         GESTIONE DOCUMENTALE           ************************/
/*****                                        ************************/
/*********************************************************************/

#boxGestioneDocumenti{
	margin: 10px 0;
	font-size: 85%;
}

#boxGestioneDocumenti ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px dotted #AAD0EA;
}

#boxGestioneDocumenti ul li{
	margin: 0;
}

#boxGestioneDocumenti ul li a{
	font-size: 100%;
	font-weight: bold;
}

#boxGestioneDocumenti a:hover{
}

#boxGestioneDocumenti .sfondo2 {
	clear: both;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 0;
	width:100%;
	border-bottom: 1px solid #AAD0EA;
}

#boxGestioneDocumenti H3 {
}

#boxGestioneDocumenti H4 {
}

#boxGestioneDocumenti H5 {
	clear: both;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 0;
	width:100%;
	border-bottom: 1px solid #AAD0EA;
}

#boxGestioneDocumenti H6 {
	font-size: 100%;
	font-weight: normal;
	padding-top: 2px;
}

#boxGestioneDocumenti .allegato {
	font-size: 100%;
	margin: 10px 0;
}

#boxGestioneDocumenti .spiacente{
	display:block;
	clear:both;
	margin:.5em 0;
	float:left;
	width:100%;
}

#boxGestioneDocumenti .spiacente img{
	vertical-align:middle;
}