#news {
	position: fixed;
	top: 10px;
	bottom: 10px;
	left: 0px;
	width: 25%;
	text-align: justify;
	background-color: white;
}

#newsOpen {
	position: fixed;
	top: 10%;
	width: 90%;
	height: 80%;
	overflow: hidden;
	text-align: justify;
	margin-left: 5%;
	margin-right: 5%;
	background-color: white;
}

#newsInfo {
	left: 10%;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	height: 20px;
	z-index: 10;
	position: absolute;
	text-align: center;
	width: 150px;
	background-color: white;
}

#newsInfoOpen {
	left: 10%;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	height: 20px;
	text-align: center;
	width: 150px;
}

#newsHeader {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	right: 1%;
	z-index: 10;
	position: absolute;
}

#newsHeaderOpen {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	right: 1%;
	position: absolute;
	z-index: 10;
}

#newsHeaderOpen a {
	border-top: 2px dotted #AAAAAA;
	color: black;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none;
	width: 20px;
	height: 20px;
}

#newsHeaderOpen a:hover {
	border-top: 2px dotted black;
}

#newsHeaderOpen .selected {
	border-top: 2px solid red;
}

#ticker {
	margin-left: 2%;
	margin-right: 2%;
	overflow: auto;
}

#ticker h3 {
	padding-left: 10px;
	padding-top: 10px;
	border-top: 2px dotted black;
	border-bottom: 1px dotted black;
	font-size: 11px; font-family : Arial, Verdana, sans-serif;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
}

#ticker p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666;
}

.titolo {
	font-weight: bold;
	border-bottom: 1px dotted black;
	font-size: 14px;
	display: block;
	color: black;
	padding-left: 10px;
}

.contenutoList {
	font-size: 12px;
	font-weight: normal;
	color: black;
}

.contenuto {
	font-size: 12px;
	font-weight: normal;
	color: black;
}