/* CSS Document */
#news {
	float: left;
	width: 460px;
}
#news .title, #istituti .titleBox {
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 2px;
	
	color: #336699;
	font-weight: bold;
}
#news .item {
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#news .item .dateTime {	
	color:#666666;
	font-size: 0.9em;
}
#news .item .newsTitle, #home .title {
	padding-bottom: 10px;
	color: #000000;
	font-weight: bold;
	font-size: 1.25em;	
}

#news .item .dataImage, #home .item .dataImage {
	float: left;
	padding: 5px;	
}
#news .item .dataImage img{
	height: 80px;
}

#home .item .dataImage img{
	max-height: 140px;
	max-width: 200px;	
}
#home .item td {
	vertical-align: top;
	padding-right: 10px;	
}

#istituti {
	margin-left: 480px;
}

#istituti .tools, #istituti #item_istituto{
	padding-bottom: 10px;
}
#istituti .tools a{
	font-weight: bold;
	color: #336699;
}
#istituti .item{
	padding-bottom: 5px;
}
#istituti input.text, #istituti textarea.text{
	width: 180px;
}
#istituti textarea.text{
	height: 40px;
}

#navigator .items .group{
	border: 0;
	margin-left: 0;
	padding-bottom: 10px;
	padding-left: 5px;	
}
#navigator .group .title{
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 3px;
	font-size: 1.25em;
}
#navigator .items .item{
	padding: 2px 5px;
	font-size: 1em;
	color: #FFFFFF;
}
#navigator .items .item a{
	color: #FFFFFF;
	font-weight: bold;
}
#navigator .items .item a:hover{
	color: #003366;
}