/* pagina attivita ***************************** start */

.attivita-column{
	border-right: 2px dashed #B3B3B3;
    float: left;
    margin-left: 15px;
    width: 300px;
    height: 470px;
}

.noBorder{
	border: none !important;
}


p.ciao {
	background-color: red;
	font-size: 20pt;
}

div.attivita-text-title{
	font-family: helvetica;
    font-size: 12pt;
    font-weight: bold;
    margin: 10px 0;
}

div.attivita-text{
	font-family: georgia;
    font-size: 10pt;
    line-height: 12pt;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
    vertical-align: top;
    width: 225px;
}

a.attivita-link-item{
	background-color: #B1B3B4;
    height: 28px;
    line-height: 21pt;
    margin-bottom: 5px;
    width: 225px;
	
	color: #FFFFFF !important;
    font-family: helvetica !important;
    font-size: 10pt;
    font-weight: bold;
    text-indent: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
	display: block;
}

a.attivita-link-item:hover{
	background-color: #009EE0;
}

div.attivita-link-item-empty{
	background-color: #ECECED;
    height: 28px;
    line-height: 18pt;
    margin-bottom: 5px;
    width: 225px;
}

/* pagina attivita ***************************** end */


/* pagina formazione ******************************** start */

.formazione-section-title p{
	font-family: helvetica;
	font-size:14pt;
	font-weight: bold;
	margin-top:0px;
}

.formazione-section-img p{
	
}

.formazione-section-text p{
    line-height: 24px;
    overflow: hidden;
    width: 350px;
}

.formazione-section-text{
	font-family: helvetica;
    font-size: 10pt;
    position: relative;
    width: 275px;
}

/* pagina formazione ******************************** end */