BODY {
	margin-top:10px;
	background-color: #F9F8EF;
}

/* GESTIONE TOP*/
.tabellaCentrale{
	margin:0px;
	padding:0px;
	width:800px;
	background-color: #FFFFFF;
	height: 100%;
	border: 1px solid #000000;
}

.tabellaInterna{
	margin:0px;
	padding:0px;
	width:800px;
}

.tabellaSinistra{
	width:200px;
}

.rigaSinistra{
	padding-left: 20px;
	padding-top: 4px;
	width:200px;
	height:25px;
	background-image : url(image/pulsantino.jpg);
	background-repeat : no-repeat;
	font-family:verdana;
	font-size:14px;
	color:#000080;
	font-weight: bold;
}

.rigaSinistraFreccia{
	width:15px;
}

.CorpoCentrale{
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	font-family:verdana;
	font-size:13px;
	text-align:justify;
	line-height:20px
}

.CorpoCentraleRicerca{
	font-family:verdana;
	font-size:13px;
	text-align:justify;
	font-weight: bold;
}

.Esperti{
	text-align: center;
	font-family:verdana;
	font-size:10px;
}

.EspertiInt{
	text-align: center;
	font-family:verdana;
	font-size:12px;
	background-color: #F0F0F0;
	color:#000080;
	font-weight: bold;
}

.Spazio {
	width: 100%;
	height: 10px;
	padding-bottom: 0%;
}

.MenuLink {
	font-family:verdana;
	font-size: 12px;
	text-decoration:none;
	color:#000080;
}

fieldset { 
margin:10px;
padding:.6em;
border:1px solid #aaa;
width:350px;
}

legend{ 
font-variant:small-caps;
font-style:normal;
color:#000080;
font-size:15px;
}

.FormInput {
margin:0;
padding:0;
width:250px;
border:1px solid #000080;
background:#F9F8EF;
font-size:11px;
font-family: verdana;
}

.FormTasti {
width:100px;
border:1px outset #666;
background:#F9F8EF;
color:#000080;
font:11px verdana;
font-weight:bold;
}

.FormIntestazioni{
	font-family:verdana;
	font-size:11px;
}

.Intestazione{
padding-left:10px;
color: gray;
font-family: verdana;
font-size: 15px;
font-weight: bold;
border-bottom: solid 1pt #000080;
}
/*Menu Settori di interesse*/

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 12px Verdana;
margin: 10px 0;
}
.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: red;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #000080;
}

/*Fine Menu Settori di interesse*/

