@charset "utf-8";
/* CSS Document */


/*list */

#news {
	font-family: "Times New Roman", Times, serif;
}

#news .row  {
	background-color: #EEEEEE;
	font-size: 11px;
	padding-left: 40px;
}

#news .row a:link, #news .row a:visited  {
	color: #0B1A6F;
	font-size: 11px;
	text-decoration:none;
	
}

#news .row a:hover {
	text-decoration:underline;
	
} 

/* details */

#news_details {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#news_details .titolo {
	font-weight:bold;
}

#new_details .titolo descrizione {

}


/* admin */

#news-insert {
	overflow:scroll;
}
#form-insert {
}

#news_insert .id, #news_insert .sottotitolo, #news_insert .data, #news_insert .link, #news_insert .fonte  {
	visibility:hidden;
	height:0;
	overflow: hidden;
}

#news_insert .titolo-field   {
	width:200px;
}

#news_insert .descrizione-field {
	width:300px;
	height:70px;
}

/* view */
#row_view {
 clear:both;
 border-bottom :solid #999999 1px;
 margin-bottom:5px;
}

#row_view .data, #row_view .titolo, #row_view .modifica, #row_view .cancella {
	width:70px;
	float:left;
}

#row_view .descrizione {
	width:350px;
	float:left;
	overflow:auto;
}
