.news-container
{
	/*border-left:solid 1px #FC9F07;*/
	background-color:white;
}

.primopiano-container .documentlist
{
	min-height:170px;
}

.related-documents .documentlist
{
	border-top:solid 1px #ddd;
}
.documentlist .item
{
	padding:10px;
}
.primopiano-container .documentlist .item
{
	border:none;
}

.documentlist .item img.image,
.documentlist .item-with-top-border img.image
{
	margin-right:10px;
	border:solid 1px #5e5e5e !important;
}

.documentlist .message
{
	min-width:448px;
	text-align:center;
}

.date-time
{
	text-align:right;
	font-size:11px;
	color:#000;
}

.news-data
{
	/*border-bottom:solid 1px #EE6229;	*/
	text-align:left;
}

.news-data .line
{
	height:1px;
	color:#ee6229;
	margin-left:20px;
}

.news-data .lbl
{
}

.news-title
{
	text-align:left;
	font-weight:bold;
}
.news-title a:link,
.news-title a:visited
{
	color:#0f4dbc;
	text-decoration:none;
}
.news-title a:hover,
.news-title a:active
{
	color:#333333;
	text-decoration:none;
}

.news-description,
.news-subtitle
{
	/*color:#969696;*/
	margin-top:5px;
	text-align:justify;
}
.news-description a:link,
.news-subtitle a:link,
.news-description a:visited,
.news-subtitle a:visited,
.news-description a:hover,
.news-subtitle a:hover,
.news-description a:active,
.news-subtitle a:active
{
	color:#333333;
	text-decoration:none;
}

.news-subtitle
{
	font-style:italic;
}

.more-link
{
	font-size:11px;
	font-weight:normal;
	margin-top:5px;
	text-align:right;
	background:transparent url(../media/img/archivioIcon.gif) no-repeat right;
	padding-right:20px;
}
.more-link a:link,
.more-link a:visited
{
	color:#333333;
}
.more-link a:hover,
.more-link a:active
{
	color:#0f4dbc;
}

/*begin alert*/
.news-title-alert
{
	/*color:#0f4dbc;*//*#5f9ad6;*/
	margin-top:5px;
	text-align:left;
	font-weight:bold;
}
.news-title-alert a:link,
.news-title-alert a:visited
{
	color:red; /*#0f4dbc;*/
	text-decoration:none;
}
.news-title-alert a:hover,
.news-title-alert a:active
{
	color:#333333;
	text-decoration:none;
}

.more-link-alert
{
	margin-top:5px;
	text-align:right;
	font-weight:bold;
}
.more-link-alert a:link,
.more-link-alert a:visited
{
	color:red; /*#0f4dbc;*/
}
.more-link-alert a:hover,
.more-link-alert a:active
{
	color:#333333;
}
/*begin alert*/
/**** begin NEWS DOCUMENT DETAILS ****/
.document-container
{
	/*border: solid 1px #d6dfea;*/
	/*background-image:url('../GetGradientImage.aspx?lgm=1&col1=%23f3f6fa&col2=%23e8eff7&w=1&h=40');*/
	/*background-color: #e5edf6;		/* GRADIENT FIX */
	/* background-color:#e8eff7; */
	/*background-repeat: repeat-x;*/
	/*background-position: left top;*/
	/*font-size:11px;*/
	/*min-height:300px;	/* fix ie image display bug */
}

.document-panel
{
	/* padding: 5px;*/
	/* background-image:url('../GetGradientImage.aspx?lgm=1&col1=%23e8eff7&col2=%23f3f6fa&w=1&h=40');
	background-repeat: repeat-x;
	background-position: left bottom;
	/* min-height:300px;	/* fix ie image display bug */
}

.document-image
{
	float:left;
}

.document-title
{
	/* color:#004489;*/
	color:#EE6229;
	font-weight:bold;
	padding-bottom:5px;
}

.document-subtitle
{
	font-style:italic;
	padding-bottom:5px;
}

.document-description
{
	text-align:justify;
	padding-bottom:5px;
}

.document-bodytext
{
	text-align:justify;
	padding-bottom:5px;
}

.document-author
{
	text-align:right;
	font-weight: bold;
	font-style: italic;
	padding-bottom:5px;
}

.document-note
{
	padding-bottom:5px;
}

.document-image
{
	padding-right:5px;
}
/**** end NEWS DOCUMENT DETAILS ****/
