@charset "utf-8";
/* CSS Document */
#incorso {
	margin: 0px;
	list-style-type: none;
	border: 1px dashed #cccccc;
	background-color: #f2f2f2;
}
#incorso ol {
	list-style-type: none;
	margin: 0;
	padding: 3px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
#incorso ol li {
	padding: 0 0 2px 0;
	height: 30px;
}
#incorso ol li a {
	color: #333333;
	text-decoration: underline;
	display: block;
	padding: 1 0 6 1em;
	background-image: url(/attivita/svolte/pointV.gif);
	background-repeat: no-repeat;
	height: 30px;
}
#incorso ol li a:hover {
	color: #CC0000;
	text-decoration: none;
	display: block;
	padding: 1 0 6 1em;
	background-image: url(/attivita/svolte/pointV.gif);
	background-repeat: no-repeat;
	height: 30px;
}
#incorso3 {
	margin: 0px;
	list-style-type: none;
	border: 1px dashed #cc0000;
	background-color: #E2EBE6;
}
#incorso3 ol {
	list-style-type: none;
	margin: 0;
	padding: 3px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
#incorso3 ol li {
	padding: 0 0 2px 0;
	height: 30px;
}
#incorso3 ol li a {
	color: #333333;
	text-decoration: underline;
	display: block;
	padding: 1 0 6 1em;
	background-image: url(/attivita/svolte/pointV.gif);
	background-repeat: no-repeat;
	height: 30px;
}
#incorso3 ol li a:hover {
	color: #CC0000;
	text-decoration: none;
	display: block;
	padding: 1 0 6 1em;
	background-image: url(/attivita/svolte/pointV.gif);
	background-repeat: no-repeat;
	height: 30px;
}

