@import "pannello.css";
@import "slideshow.css";
@import "textscroller.css";
@import "simboleria.css";

div.pannello_container {
	height: 188px;
	bottom: -164px;
}

div.pannello>div.filetto {
	position: absolute;
	top: 42px;
	left: 152px;
	height: 131px;
	width: 1px;
	background-color: rgb(112,112,112);
}

div.pannello_container>ul.menu_pannello {
	position: absolute;
	bottom: -23px;
	left: 21px;

	height: 10px;
}

div.pannello_container>ul.menu_pannello>li>a>span {
	float: left;
	line-height: 9px;
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(98,98,98);
	cursor: pointer;
}
div.pannello_container>ul.menu_pannello>li>a>span:first-child {
	margin-right: 6px;
}

div.testo_container {
	position: absolute;

	top: 42px;
	left: 21px;

	width: 450px;
	height: 120px;
}

ul.testo {
	position: absolute;
	width: 436px;
}

ul.testo>li {
	float: left;
	width: 436px;
	height: 20px;
	font-size: 11px;
}

ul.testo>li>a {
	color: rgb(255,255,255);
}

ul.testo>li>a>span:first-child {
	margin-right: 6px;
}

ul.testo>li>a>span {
	float: left;
	line-height: 9px;
}

ul.testo>li>a>span.data {
	width: 87px;
	color: rgb(0,0,0);
}

ul.testo>li>a>span.hi {
	text-transform: uppercase;
	color: rgb(255,255,255);
}

ul.testo>li>a>span.download {
	text-decoration: underline;
	float: right;
	color: rgb(153,153,153);
}

ul.anni {
	position: absolute;

	top: 9px;
	left: 21px;
}

ul.anni>li {
	float: left;

	font-weight: bold;
	width: 57px;

	cursor: pointer;
}

div.slider {
	position: absolute;

	top: 41px;
	left: 500px;
}

div.slider.testo_su {
	cursor: pointer;
}

div.slider.barra {
	margin-top: 14px;
	margin-left: 4px;

	width: 1px;
	height: 83px;
}

div.slider.testo_giu {
	margin-top: 103px;

	cursor: pointer;
}

span.links {
	position: absolute;
	top: 40px;
	left: 176px;

	font-size: 11px;
	color: rgb(201,201,201);
}