#PC_Maximize{
	display: block; 
	float: right; 
	margin-right: 4px; 
	width: 21px; 
	height: 20px;
}

#PC_Normal{
	display: block; 
	float: right; 
	margin-right: 4px; 
	width: 21px; 
	height: 20px;
}

#itemTitle {
	width: 95%;
	height: auto;
	text-indent: 10px;
	background: #fff;
	padding-top: 3px;
}

#itemTitle h3{
	color: #304672;
}

.centerText {
text-align: center;
}

.docItem{
	width: 94%; 
	height: auto; 
	float: left; 
	margin: 5px 0;
}

.number{
	float: left; 
	width: 5%; 
	height:	100%;
}

.content{
	float: right; 
	width: 95%;
}

.relatore{
	font-style:italic;
}

#menuPannello {
	right: 17px;
	width: auto;	/*modificato da Fabrizia */
	height: 16px;
	padding: 7px 3px 3px 3px;
	background: #385286;
	font-size: 0.8em; /* 0.9 giovanni */
	font-weight: bolder;
	color: #fff;
	border-bottom: none;
}

#menuPannello a:link, #menuPannello a:visited, #menuPannello h3 {
	color: #fff;
}

#menuPannello h3 {
	font-size: 130%;
}

#menuPannello a:hover {
	text-decoration: underline;
}

.menuPannelloRight{
	float: right;
	text-align: right;
}

.menuPannelloLeft{
	float: left;
	text-align: left;
}

#mostraLink {
	background: #fff;
	width: 400px;
	height: 200px;
	border: 1px solid #385286;
	border-top: none;
	float: left;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-left: 4px;
	width: 400px;
	height: auto;
	position: absolute;
	top:350px;
}

#mostraLink h3 {
	width: 100%;
	height: 38px;
	background: url(../../img/scheda_header_bg.gif) left top repeat-x;
	color: #fff;
	padding: 0;
	line-height: 2.2em;
	text-indent: 10px;;
}

#mostraLink p#chiudiDettaglio {
	width: 150px;
	text-align: right;
	padding: 10px;
	float: right;
}

#mostraLink textarea#linkIntervento{
	margin-left:5px;
	margin-right:5px;
	font-size: 120%; 
	font-weight: bolder;
	color: #304672;
	width: 390px;
}


