/* tabella generale */
.tbElencoNews01 {

}
/* tabella contenete l'elenco */
.tbElencoNews02 {
	width: 600px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-bottom: 2px;
}

/* celle della cornice */
.tdTopLeft {
	width: 20px;
}
.tdTop {

}
.tdTopRight{
	width: 20px;
}
.tdRight {
	width: 20px;
}
.tdBottomRight {
	width: 20px;
}
.tdBottom {
}
.tdBottomLeft {
	width: 20px;
}
.tdLeft {
	width: 20px;
}

/* celle dei campi */
.tdBullet {

}
.tdData {
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 2px;

}
.tdTitolo {
	font-weight: bold;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 2px;
}
.tdTitolo a:link {  
	color: #D60006; 
}
.tdTitolo a:hover {  
	color: #D60006; 
}
.tdTitolo a:visited {  
	color: #D60006; 
}
.tdDesc {
	vertical-align: top;
}
.tdContenuto {

}
.tdIconaNews {
	width: 110px;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: top;
}
.tdImgNews {
	width: 270px;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: top;
}
.tdSeparatoreNews {
	height: 2px;
	background-color: #BFBFBF;
}

/* cella che separa orizzontalmente le news tra loro */
.tdSpaziatore {
	
}
