/* CSS Document */
.panel{
	text-align: left;
	height:20px;
	padding:5px 0 0 40px;
	border-top:1px solid #CCCCCC;
	cursor:pointer;
	margin-bottom:0px;
	width:600px;
	clear:both;
}
.panel a{
	text-decoration:none;
	color:#000000;
}
.panel-up{
	/*background:url(backtitle-up.gif) no-repeat scroll 10px 5px;*/
	background:url(/img/comuni/down.png) no-repeat scroll 10px 5px;
}
.panel-down{
	/*background:url(backtitle-down.gif) no-repeat scroll 10px 5px;*/
	background:url(/img/comuni/up.png) no-repeat scroll 10px 5px;
}
.panel-target{
	padding:5px;
	background-color:FFF;
	width:600px;
	float:left;
}
.panel-closed{
	display:none;
}

