/* CSS Document */

.nonvisibile {

	display: none;

}



.visibile {

	display: block;

}

.deleted{
text-decoration: line-through;
}



.obbligatorio {

color: #ff0000;

}



/*definisco l'aspetto generale dei dei LINK*/

a {

	text-decoration:none;

	font-weight:bold;

	color: #000099;

}





div#nav a:hover{

	background-color:#fff;

	color: #990000;

	border-bottom:2px solid #000099;

	

}

div#main a{

	text-decoration:none;

	font-weight:bold;

	color:#F2B5B5;

}



div#main1 a{

	text-decoration:none;

	font-weight:bold;

	color:#F2B5B5;

}



div#main2 a{

	text-decoration:none;

	font-weight:bold;

	color:#F2B5B5;

}

div#main3 a{

	text-decoration:none;

	font-weight:bold;

	color:#F2B5B5;

}



div#main a:hover{

	background-color:#fff;

	color: #990000;

	border-bottom:2px solid #000099;

	

}



div#main2 a:hover{

	background-color:#fff;

	color: #990000;

	border-bottom:2px solid #000099;

	

}



div#main3 a:hover{

	background-color:#fff;

	color: #990000;

	border-bottom:2px solid #000099;

	

}



div .box a:hover{

	background-color:#fff;

	color: #990000;

	text-decoration:underline;	

}



div#foot a:hover{

	background-color:#fff;

	color: #990000;

	text-decoration:underline;	

}



/*nascondo le BARRE ORIZZONTALI*/

hr {

	display:none;

}



/*definisco l'aspetto dei TITOLI*/

h1 {

	color:#000099;

	line-height: 1em;

	border-bottom-style:solid;

	border-bottom-color:#000099;

	border-bottom-width:2px;

	border-top-style:solid;

	border-top-color:#000099;

	border-top-width:1px;

}



h2 {

	color:#000099;

	line-height: 1em;

	margin: 0;

	padding: 0;

	border-bottom-style:solid;

	/*border-bottom-color:#000099;

	border-bottom-width:2px;

	border-top-style:solid;

	border-top-color:#000099;

	border-top-width:1px;*/

	font-size:150%;

}







h3 {

	color:#000099;

	line-height: 1em;

	margin: 0;

	padding: 0;

}



/*POSIZIONAMENTO/

/*azzero il padding e il margine di default del BODY */

body {

	padding: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

}



/*creo una sezione HEADER settando la proprieta clear in modo che non si sovrapponga con le colonne sottostanti*/



#head {

	width:100%;

	background-image: url(img/1px.gif);

	border-bottom-style: solid;

	border-bottom-width: 0px;

	border-bottom-color: #efefef;

	border-top-style: solid;

	border-top-width: 3px;

	border-top-color: #efefef;

	margin-bottom: 1em;

	clear: both;

    padding: 0px;

}



/*definisco le dimensionioni relative delle COLONNE LATERALI posizionandole attraverso la propriet float*/



/*COLONNA SINISTRA*/

#left {

    float: left;

    width: 21%;

}



/*COLONNA DESTRA*/

#right {

	float: right;

	width: 19%;

}

	

/* faccio scivolare la COLONNA CENTRALE tra le colonne laterali attraverso l'impostazione del padding*/

#main {

	padding: 0px 19% 0px 21%;

	font-size: 100%;

	line-height: 140%;

	text-align:justify;

	font-family: Georgia, Times New Roman, Times, serif;

	border-right-color: #efefef;

	border-right-style: solid;

	border-top-width: 3px;

	border-left-color: #efefef;

	border-left-style: solid;

	border-left-width: 3px;

	margin-top: 0em;

	margin-right: 1em;

	margin-bottom: 0px;

	margin-left: 1em;



}



/*definisco una COLONNA CENTRALE alternativa che occupa tutto il corpo del documento*/

#main2 {

	padding: 0px 2em 0px 2em;

	font-size: 100%;

	line-height: 140%;

	text-align:justify;

	font-family: Georgia, Times New Roman, Times, serif;

	border-right-color: #efefef;

	border-right-style: solid;

	border-top-width: 3px;

	border-left-color: #efefef;

	border-left-style: solid;

	border-left-width: 3px;

	margin-top: 0em;

	margin-right: 1em;

	margin-bottom: 2em;

	margin-left: 1em;



}



/*definisco una COLONNA CENTRALE alternativa distanziata dal bordo destro*/

#main3 {

	padding: 0px 1em 0px 21%;

	font-size: 100%;

	line-height: 140%;

	text-align:justify;

	font-family: Georgia, Times New Roman, Times, serif;

	border-right-color: #efefef;

	border-right-style: solid;

	border-top-width: 3px;

	border-left-color: #efefef;

	border-left-style: solid;

	border-left-width: 3px;

	margin-top: 0em;

	margin-right: 1em;

	margin-bottom: 0px;

	margin-left: 1em;



}







/*definisco il FOOTER*/

#foot {

	clear: both;
	width: 100%;
	background-image: url(img/1px.gif);
	border-bottom-width: 3px;
	border-top-width: 3px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-color: #efefef;
	border-top-color: #efefef;
	font-family: Georgia, Times New Roman, Times, serif;
}


#foot img{
	float:right;
	border: 2px solid #000000;
	margin:0.5em;
}

/*definisco l'aspetto dei paragrafi all'interno del FOOTER*/

div#foot p {	
	font-size: 80%;
	line-height: 120%;
	margin:0.5em;
	padding:0,5em;
	}



/*LAYOUT*/



/*HEADER*/

/*dentro l'header creo un box per contenere l'IMMAGINE*/

#logo {

	height:81px;

}



/*dentro l'header creo una sezione per la BARRA DI NAVIGAZIONE ORIZZONTALE*/

#nav {

	width:100%;

	padding:0;

	background-color: #efefef;

	margin-bottom: 0;

	margin-top: 0;

	border-bottom-style:solid;

	border-bottom-color:#000099;

	border-bottom-width:1px;

	border-top-style:solid;

	border-top-color:#000099;

	border-top-width:1px;

}



/*all'interno della barra creo una LISTA NON ORDINATA di links*/

div#nav ul {

	list-style-type: none;/*elimino i punti elenco*/

	margin:0;

	padding:0;  /*elimino i rientri delle liste*/

	white-space: nowrap; /*costringo a non ridursi il testo*/

	font-family: Georgia, Times New Roman, Times, serif;

	font-size: 100%;

}



/* all'interno della lista definisco l'aspetto delle singole VOCI*/

	div#nav ul li {

	display: inline; 

	line-height: 140%;

	

}







/*COLONNE LATERALI*/



/*creo un BOX da utilizzare nelle colonne laterali */

.box {

	

	background-image: url(img/1px.gif);

	border-style: solid;

	border-width: 3px;

	border-color: #efefef;

	margin-top:2em;

	margin-bottom:2em;

	font-family: Georgia, Times New Roman, Times, serif;

	font-size: 80%;

	line-height: 120%;

	padding-right: 5px;

	text-align: left;

	padding-left: 5px;

	padding-top: 5px;

	

}





/*COLONNA DESTRA*/

/*dentro la colonna destra creo una lista non ordinata  per il MENU DI NAVIGAZIONE VERTICALE*/



/*creo un box per il MENU VERTICALE di navigazione*/

.menu1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 80%;

	list-style:none;

	margin-right:0em;

	margin-top:2em;

	margin-left:0em;

	border-style: solid;

	border-width: 3px;

	border-color: #efefef;

	padding-right: 1px;

	padding-left: 1px;

	padding-top: 1px;

	padding-bottom:1em;

	min-width:30%;

	

}



.menu1 li {

	

}



/*definisco l'aspetto dell'intestazione del menu*/





.menu1 p {

	margin:0;

	padding:0;

	border-bottom-style: solid;

	border-bottom-width: 3px;

	border-bottom-color: #efefef;

	line-height: 2em;

	text-align:center;

	font-size: 120%;

	font-weight:bold;

	color: #000099;

	background-image: url(img/1px.gif);

}



.label {

	margin:0;

	padding:0;

	border-bottom-style: solid;

	border-bottom-width: 3px;

	border-bottom-color: #efefef;

	line-height: 2em;

	text-align:center;

	font-size: 120%;

	font-weight:bold;

	color: #000099;

	background-image: url(img/1px.gif);

}



/*definisco l'aspetto dei links del menu verticale*/

ul.menu1 li a {

	display:inline;

	text-decoration:none;

	padding:0;

	height: 2.5em;

	line-height: 2.5em;

	

	

}



ul.menu1 li a:link,  ul.menu2 li a:visited{



}



ul.menu1 li a:hover,  ul.menu2 li a:active {

background-color:#efefef;

border-bottom:1px solid #000099;

}



	

	

/*MASCHERA DI LOGIN*/



fieldset.login {

	background-image:url(AManag/img/1px.gif);

	width:300px;

	margin:auto;
	

	/*border:solid thin #000099;*/

}



fieldset.login legend {

	color:#000099;

	line-height: 2em;

	margin: 0;

	padding: 0;

	font-size:150%;

}





fieldset.login label {

	margin-left:1em;

}



fieldset.login input {

	display:block;
	margin-left:1em;

}


/*FELLOWSHIP FORM*/

form.request{
	width:90%;
	margin:auto;
}

form.request fieldset{
	padding:1em;
	
}


form.request legend {
	line-height: 2em;
	margin: 0;
	padding: 0;
	font-size:150%;

}


form.request label {
	margin-left:1em;
	display:block;
	font-weight:bold;
}

.inline {
	display:inline;
}


form.request input, select, textarea{
	display:block;
	margin-left:1em;
	margin-bottom:0.5em;
}

form.request select.birth{
	display:inline;
	margin-left:1em;
	margin-bottom:0.5em;
}



/*MENU DESTRO ALTERNATIVO CON DEFINITION LIST*/



dl.menu1  {

	list-style:none;

	width:100%;

	min-width:160px;

}





dl.menu1 dt {

	/*list-style:none;*/

	margin:0;

	padding:0;

	border-bottom-style: solid;

	border-bottom-width: 3px;

	border-bottom-color: #efefef;

	line-height: 2em;

	text-align:center;

	font-size: 120%;

	font-weight:bold;

	color: #000099;

	background-image: url(AManag/img/1px.gif);

}







dl.menu1 dd {

	text-align:left;

	padding:0;

	margin:0;

	white-space:nowrap;

}





dl.menu1 dd a {

	display:block;

	text-decoration:none;

	padding:0;

	margin:0;

	height: 2.5em;

	max-height:2.5em;

	line-height: 2.5em;	

}





dl.menu1 dd a:hover,  dl.menu2 dd a:active {

	background-color:#efefef;

	/*border-bottom:1px solid #000099;*/

}



/*TABELLA per DATI TABELLARI*/

table.tabular {

	width:80%;

	border: thin solid #333333;

	margin-top:1em;

	margin-bottom:1em;

	margin-left:auto;

	margin-right:auto;

}



table.tabular th {

	border: thin dotted #333333;

}



table.tabular td {

	border: thin dotted #333333;

	

}