@charset "iso-8859-1";

/*Questi stili vengono usati in diverse liste tra cui alcune automatiche*/

.List_Box {
	clear: both;
	margin-bottom: 20px;
}

.List_ElementLink {
	clear: both;
	margin-top: 4px;
}

.List_ElementLink img {
	margin-right: 4px;
	margin-left: 2px;
}

.List_TagClouds {
	margin-top: 15px;
	margin-bottom: 15px;
}

.List_Thumbnail img {
	border: 1px solid #CCC;
	margin-right: 20px;
}

.List_ThumbLeft {
	margin-bottom: 15px;
	position:relative;
	width:50%;
	float:left;
	height:180px;
}

.List_ThumbRight {
	margin-bottom: 15px;
	position:relative;
}

.List_ThumbCenter {
	margin-bottom: 15px;
}

.List_NoThumb {
	margin-bottom: 15px;
}

.List_Highlights {
	height: 400px;
	position: relative;
}

.List_Highlights h3 a {
	font-size: 18px;
	color: white;
}

.List_HighlightsText {
	background: #000;
	opacity:0.7;
	filter:alpha(opacity=70);
	padding: 15px;
	position: absolute;
	bottom: 0px;
}

.List_HighlightsText div {
	color: white;
}

.List_ThumbLeft .List_Link{
	position:absolute;
	bottom:0;
	right:5%;
}

.List_ThumbLeft .List_Date, .List_ThumbRight .List_Date{
	font-size:20px;
	line-height:24px;
	color:#029aa3;
}

.List_ThumbLeft h3.List_Title, .List_ThumbLeft .List_Abstract{
	width:95%;
}

.List_ThumbRight .List_Link{
	float:right;
}

.List_Link a{
	color:#fff;
}

#Docs .List_ElementLink{
	clear:none;
	margin:0;
}