@charset "UTF-8";

ul.anni {
	clear: right;
	float: left;
	padding-bottom: 20px;
}
.titolo_anno {
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 20px;
}
ul.anni > li {
	list-style-type: none;
	float: left;
	height: 40px;
	line-height: 40px;
	border: 1px solid transparent;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 10px;
	font-family: monospace;
	font-size: 130%;
}
ul.anni > li:hover {
	border: 1px solid black;
	background-color: white;
}

ul.anni > li.selected {
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	border: inherit;
	background-color: inherit;
	font-weight: bold;
}


ul.notizie {
	clear: both;
}
li.notizie {
	list-style-type: none;
	float: left;
	clear: both;
}


.notizia_data {
	float: left;
	color: #600000;
	font-weight: bold;
	font-style: italic;
	height: 27px;
	line-height: 30px;
	padding-left: 25px;
	font-family: "Courier New", monospace;
	font-size: 100%;
	cursor: default;
}
.notizia_titolo {
	float: left;
	font-style: italic;
	margin-left: 5px;
	padding-left: 20px;
	padding-right: 5px;
	line-height: 27px;
	height: 27px;
	color: black;
	background-image: url("icons/arrow_right.png");
	background-position: left center;
	cursor: default;
}
.notizia_testo {
	float: left;
	clear: both;
	font-size: 100%;
	text-align: justify;
	width: auto;
	margin-left: 20px;
	padding: 10px;
	/*border-bottom: 1px solid gray;*/
	padding-bottom: 5px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	cursor: default;
	
	border-left: 3px solid transparent;
}
li.notizie:hover > .notizia_testo {
	border-color: darkred;
}

li.notizie > .notizia_testo ul {
	margin-left: 25px;
}



/*
.notizia_data {
	color: gray;
	font-style: italic;
	margin-left: 20px;
	padding-left: 10px;
}
.notizia_titolo {
}
.notizia_testo {
	display: inline-block;
	font-size: 100%;
	text-align: justify;
	width: 80%;
	margin-left: 20px;
	padding: 10px;
	border-bottom: 1px solid gray;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

*/