BODY {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

A {
	color: #0070C1;
    outline: none;
}

A:hover {
	color: #C6361F;
}

#CorpoPagina {
	font-size: 12px;
	color: #00406E;
	line-height: 1.5em;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 20px;
	text-align: justify;
}

#CorpoPagina P {
	margin-bottom: 1em;
}

#CorpoPagina STRONG {
	color: #C6361F;
}


#CorpoPagina H2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.3em;
	color: #C6361F;
}

#CorpoPagina H3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.3em;
	color: #0070C1;
}

#CorpoPagina UL, #CorpoPagina OL  {
	margin-bottom: 1em;
}

#CorpoPagina UL LI {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 18px;
}

#CorpoPagina OL LI {
	list-style-position: outside;
	margin-left: 28px;
}

#CorpoPagina A, #PiedePagina A {
    text-decoration: underline;
}

#CorpoPagina A:hover, #PiedePagina A:hover  {
    text-decoration: none;
}

.Centro {
	text-align: center;
}

.Dx {
	text-align: right;
}

.Debug {
	border: 1px solid red;
}

.NoWrap {
	white-space: nowrap;
}

.Clear {
	clear: both;
	height: 1px;
	font-size: 0px;
}

.Ext {
	background-image: url('../immagini/b_linkext.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 16px;
}

#CorpoPagina .Blue {
	color: #00406E;
}

/* pagina catalogo-corsi.cfm */

#CorpoPagina .CatalogoCorsi {
	width: 100%;
	border-collapse: collapse;
}

.CatalogoCorsi TD {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	text-align: left;
}

.CatalogoCorsi TD.Data {
	text-align: right;
	text-transform: lowercase;
	background-image: url('../immagini/b-data.gif');
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 15px;
}

.CatalogoCorsi TD.Coordinatore {
	padding-bottom: 10px;
}



/* pagina osservatorio-fr-filantropia.cfm */

#Filantropia {
	width: 100%;
}

#Filantropia TH, #Filantropia TD {
	font-size: 11px;
	text-align: center;
	vertical-align: text-top;
	padding: 3px;
	background-color: #D9DEE2;
	line-height: 15px;
}

#Filantropia TD UL {
	margin-bottom: 0px;
}

#Filantropia TD UL LI {
	text-align: left;
}

/* pagina alumni.cfm */

#AlumniElenco {
	width: 100%;
}

#AlumniElenco TD {
	font-size: 11px;
	background-color: #D9DEE2;
	padding-left: 10px;
	padding-right: 10px;
}
#AlumniElenco TD.Nome {
	
}

#AlumniElenco TD.Curriculum {
	text-align: right;
}

/* pagina scheda_corso.cfm */

#SchedaCorso {
	border-collapse: collapse;
	width: 100%;
}

#SchedaCorso .Curva {
	width: 22px;
	background-color: #75AD82;
}

#PrincipaleSchedaCorso {
	width: auto;
	vertical-align: top;
	font-size: 11px;
}

#SchedaCorsoSeparatore {
	width: 40px;
	background-image: url('../immagini/b-schedacorso.gif');
	background-repeat: repeat-y;
}

#BarraSchedaCorso {
	width: 120px;
	vertical-align: top;
	font-size: 11px;
	text-align: left;
}

#BarraSchedaCorso H4 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
}

#BarraSchedaCorso LI {
	list-style-type: none;
	display: inline;
}

#BarraSchedaCorso A {
	display: block;
	background-color: #ffffff;
	color: #00406E;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 2px;
	text-decoration: none;
}

#BarraSchedaCorso A:hover {
	color: #C6361F;
}

#BloccoOrari {
	background-color: #ffffff;
	text-align: center;
	line-height: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* pagina soggetto-promotore.cfm */

#ElencoSoci {
	width: 100%;
}

#ElencoSoci TD {
	width: 33%;
	text-align: center;
	padding-bottom: 5px;
}

/* pagina certificato-fund-raising-management.cfm */

A#IscrivitiFRM {
	display: block;
	width: 280px;
	text-align: center;
	background-color: #575958;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-left: auto; 
	margin-right: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}

A#IscrivitiFRM:hover {
	color: #E3A832;
	text-decoration: none;
}

P.Link {
	text-align: left;
}

P.Link A {
	display: block;
	font-weight: bold;
	background-image: url('../immagini/b-soggetto-promotore.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 15px;
}

/* pagina faculty.cfm */

#SchedaFaculty {
	width: 100%;
	border-collapse: collapse;
	background-color: #3F464C;
	margin-bottom: 15px;
}

#SchedaFaculty TD {
	padding: 10px;
	text-align: left;
	color: #ffffff;
}

#SchedaFaculty TD STRONG {
	color: #ffffff;
}

#SchedaFaculty TD H2 {
	color: #E3A832;
}

#SchedaFaculty TD A {
	color: #FFFFFF;
	text-decoration: none;
}

#SchedaFaculty TD A:hover {
	text-decoration: underline;
}

#SchedaFaculty TD.Immagine {
	width: 150px;
}

#SchedaFaculty TD.Ruolo {
	width: auto;
}

#SchedaFaculty TD IMG {
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #4F585F;
	width: 130px;
	height: 130px;
}	

/* pagina lavoro-cerco.cfm */

#CorpoPagina #CercoOffroLavoro {
	width: 100%;
	border-collapse: collapse;
}

#CercoOffroLavoro TD {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	padding-top: 10px;
}

#CercoOffroLavoro TD.Dati {
	font-size: 11px;
	padding-left: 20px;
	border-bottom: 1px solid #909090;
	padding-bottom: 10px;
	padding-top: 10px;
}



/* Form */

#FormWrapper {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
}

#FormWrapper LABEL {
	display: block;
	width: 110px;
	float: left;
	text-align: right;
	font-weight: bold;
	color: #000000;
}

#FormWrapper .Campo {
	display: block;
	float: right;
	width: 300px;
	border: 1px solid #B2B6B8;
	margin-bottom: 5px;
	background-color: #ffffff;
}


#FormWrapper INPUT.Submit {
	background-color: #575859;
	color: #ffffff;
	font-weight: bold;
	border: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.LinkPuls {
	display: block;
	width: 250px;
	background-color: #3F464C;
	text-align: center;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	
}




