h1 a {
	width: 50px;
	height: 100px;
	display: block;
	/*border: 1px solid black;*/
}

form {
	margin: 0;
}

.styForm {
	font-family: monospace, courier;
	font-weight: normal;
	font-size: 12px;
}

div.riga {
	clear: both;
}

/* ------ BENVENUTO ------ */

#benvenuto, #benvenuto_campania {
	width: 100%;
	height: 50px;
	background: url(../images/home/benvenuto.gif) 0px 0px no-repeat;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	position: absolute;
	top: 100px;
	left: 0px;
	z-index: 1;
	padding-top: 15px;
}

#benvenuto_campania {
	background: url(../images/home/benvenuto_campania.gif) 0px 0px no-repeat;
top: 117px;
	}



#s_benvenuto {
	text-transform: uppercase;
	font-size: x-large;
	color: #004D9F;
}

#s_login {
	letter-spacing: 15px;
	font-size: medium;
	color: White;
}

/* ------ CENTRO ------ */

#testata h2 {
	text-align: center;
	color: #360;
}

#corpo {
	background: url(/images/home/a_studenti_fine.gif) no-repeat bottom left;
	min-height: 515px;
}

#corpo-sinistra {
	background: url(/images/home/a_studenti_fine.gif) no-repeat bottom left;
	min-height: 515px;
}

#corpo-destra {
	background: url(/images/home/a_docenti_fine.gif) no-repeat;
	background-position: 601px bottom;
	min-height: 515px;
}

#corpo-centro {
	background: url(/images/home/a_centro_riempitivo.gif) repeat-y 8px 0px;
	min-height: 515px;
}

#corpo-centro_campania {
	background: url(/images/home/a_centro_riempitivo_campania.gif) repeat-y 8px 0px;
	min-height: 515px;
}

#a_studenti, #a_docenti {
	width: 208px;
	padding-top: 50px;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: White;
}

#a_studenti {
	float: left;
	background: url(/images/home/a_studenti.gif) no-repeat top left;
	position: relative;
	height: 350px;
}

#a_docenti {
	float: right;
	background: url(/images/home/a_docenti_inizio.gif) no-repeat top right;
	position: relative;
	height: 350px;
}

#content {
	margin: 0px 200px;
	padding: 50px 0 20px 0;
	position: relative;
	min-height: 385px;
}

#contenuto {
	float: left;
	position: static;
	text-align: justify;
	padding: 10px 10px 20px 10px;
	background: #BBE0F6;
	color: #000066;
	width: 565px;
	min-height: 395px;
}

#pie-di-pagina {
	text-align: left;
	position: relative;
	bottom: 0px;
	left: 250px;
	width: 300px;
	margin-top: 25px;
}

.a_sinistra {
	float: left;
}

/* ------ ALTRO ------ */

#a_studenti.senza_titolo, #a_docenti.senza_titolo {
	padding-top: 10px;
}

a:link, a:visited {
	color: #000066 ;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF8204;
}

a:active {
	color: #FF8204;
}

a.pulsante,
a.pulsante:visited,
button.pulsante {
	margin: 0px auto;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	text-align: center;

	border-left: 2px solid #cbe5fc;
	border-top: 2px solid #cbe5fc;
	border-right: 2px solid #5480a4;
	border-bottom: 2px solid #5480a4;

	background: #5ca4de url(/images/home/pulsante_hover.png) top left repeat-x;
	padding: 4px 4px 4px 4px;

	cursor: pointer;
}

a.pulsante img,
a.pulsante:visited img,
button.pulsante img {
	vertical-align: middle;
}

div.pulsanti {
	text-align: center;
	margin: 20px 0 7px 0;
}

#content div.pulsanti {
	margin-top: 0px;
}

div.pulsanti button.pulsante {
	text-align: left;
	width: 172px;
	padding: 4px 2px 2px 2px;
	margin-right: 3px;
}

div.pulsanti a.pulsante {
	margin-bottom: 6px;
}

div.pulsanti button.pulsante img {
	float: left;
	margin-right: 10px;
}

div.pulsanti_scheda {
	margin: 5px 0 5px 0;
	padding: 5px 0;
	text-align: center;
}

div.pulsanti_scheda a.pulsante {
	padding: 5px;
}

img.icona_puls {
	height: 20px;
	vertical-align: middle;
	margin: -3px 2px 0px 10px;
}

#a_studenti a.pulsante, #a_docenti a.pulsante, #menu a.pulsante {
	width: 173px;
	display: block;
	padding: 4px 0px 4px 0px;
}

a.pulsante:hover, button.pulsante:hover {
	color: #fff;
	background: #9bcef8 url(/images/home/pulsante.png) top left repeat-x;
}

a.pulsante:active {
	color: #ff9c5a;
	background: #9bcef8 url(/images/home/pulsante.png) top left repeat-x;
}

div.bottoneria {
	margin-top: 12px;
	text-align: center;
	padding: 12px 4px 10px 4px;
}

a.con_margine, a:visited.con_margine {
	margin-top: 6px;
}

a.con_margine_doppio, a:visited.con_margine_doppio {
	margin-top: 24px;
}

legend {
	font-weight: normal;
	color: #2b8919;
	color: #e90000;
}

fieldset {
	margin: 0px 20px;
	font-weight: normal;
	font-size: 10pt;
	text-align: center;
	color: #2E85C9;
	border: 1px solid #2E85C9;
	padding: 6px;
}

fieldset.min {
	margin: 0px 20px;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	border: 1px solid #2E85C9;
	padding: 6px;
}

fieldset p {
	margin: 4px 0 4px 0;
	font-size: 12px;
}

fieldset p.nota {
	color: #2b8919;
}

fieldset.ul {
}

#favviso {
	text-align: justify;
}

#fattendere {
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
	border: 1px solid #2E85C9;
	padding: 6px;
	margin: 100px 20px 0 20px;
	color: #2E85C9;
}

#faccesso {
	margin-bottom: 5px;
}

fieldset.bacheca {
	margin: 0px 20px;
	font-weight:normal ;
	font-size: 9pt;
	color: green;
	border: 1px solid #2E85C9;
	padding: 3px;
	text-align: justify;
	margin-bottom: 12px;
}

#w3c {
}

img {
	border: none;
}

.nascosto, a.nascosto, #a_studenti a.nascosto, #a_docenti a.nascosto, #menu a.nascosto {
	display: none;
}

.telefono {
	font-family: monospace;
	font-size: 12px;
	color: Blue;
	text-align: center;
}

.messaggio {
	font-size: 9pt;
	text-align: left;
	padding: 8px 14px 0 17px;
	font-weight: normal;
}

.messaggio p {
	text-align: left;
	margin-right: 5px;
}

.messaggio ul {
	padding: 0 0 0 17px;
	margin: 0;	
}

.messaggio ul li {
	margin: 0;
	padding-top: 0px;
}

.messaggio em,
button.pulsante em {
	font-weight: normal;
	font-style: italic; 
	color: gold;
}

button.pulsante em {
	font-weight: bold;
	font-style: normal; 
	color: gold;
}

.messaggio_piccolo {
	font-size: 8pt;
}

.centrato {
	text-align: center;
}

.testo_grande {
	font-size: 16px;
}

.numero-telefono {
	font-weight: bold;
}

.numero-telefono img {
	vertical-align: middle;
}

.errore {
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}

.informazione {
	color: #0000ff;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}

/**/

table {
	font-size: 12px;
}

table.scheda tr td {
        text-align: left;
        vertical-align: top;
        font-weight: normal;
}

table.scheda tr td.campo {
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;
}

table.scheda tr td.separatore {
	font-weight: bold;
	text-align: left;
	color: #2b8919;
	padding: 5px 0 5px 0;
}

table.scheda tr td.separatore_grande {
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	font-size: 10pt;
}

table.scheda tr td.separatore_modesto {
	font-weight: bold;
	text-align: left;
	padding: 15px 0 5px 0;
}

p.centrato {
	text-align: center;
}

/**/

div.datodifatto {
	font-style: italic;
}

div.titolo_contenuto {
	color: #0000cc;
	font-size: 170%;
	margin-bottom: 20px;
	text-align: left;
	border-bottom: 0px solid #816647;
}

div.titolo_contenuto em {
	font-style: italic;
}

table.lista {
	background: #fff;
	border-collapse: collapse;
}

.allargata {
	width: 100%;
}

table.lista tr td {
	border-bottom: 1px solid #d1e0e7;
	padding: 4px 8px 4px 8px;
	text-align: center;
}

table.lista tr.intestazione td {
	font-weight: bold;
	color: #656565;
	background: #f1f1f1;
	text-align: center;
}

table.lista tr.hover td {
	background: #e4f2f9;
}

table.lista td.testo {
	text-align: left;
}

.importante {
	font-weight: bold;
	font-size: 120%;
}

.descrizione {
	color: #46b0e7;
}


/* ------ FORUM ------ */


img.azione {
	width: 16px;
	height: 16px;
	margin-right: 2px;
	vertical-align: middle;
	border: 0px;
}

img.azione_menu
{
    margin-right: 0px;
}


.intervento {
	background: #fff;
	color: #000;
	padding: 12px;
	margin-bottom: 6px;
}

.intervento h2, .albero_risposte h2 {
	display: block;
	position: static;
	color: #85bce6;
	font-size: 170%;
	font-weight: normal;
	text-align: left;
	width: 100%;
}

.albero_risposte h2 {
	margin-bottom: 12px;
}

#contenuto h3 {
	border-top: 1px solid #003791;
	padding-top: 6px;
	display: block;
	position: static;
	color: #003791;
	font-size: 170%;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}

.intervento .autore {
	font-size: 90%;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 24px;
}

.intervento .piede {
	color: #bbb;
	margin-top: 24px;
	text-align: right;
}

.intervento .piede .data {
	float: left;
}

.intervento .piede .altro {
}

.albero_risposte {
	margin-left: 0px;
	margin-bottom: 12px;
	background: #fff;
	color: #000;
	padding: 12px;
}

table.layout {
	border-collapse: collapse;
}

table.layout tr td {
	padding: 0;
}

#div_ricerca {
	margin-top: 1em;
	margin-bottom: 1.5em;
	padding: 1em;
	border: 0px outset #888;
	font-size: 9pt;
	background: #ffffda;
}

div.errore_autenticazione {
	color: red;
	background: #fff url(/images/errore.png) 10px 50% no-repeat;
	border: 1px solid #f00;
	padding: 10px 10px 10px 60px;
	font-size: 12px;
	text-align: left;
}

div.errore_autenticazione .titolo {
	font-weight: bold;
	font-size: 15px;
}

div.errore_autenticazione .dettagli {
	font-weight: normal;
}

div.errore_autenticazione .dettagli em {
	font-style: normal;
	font-weight: normal;
	font-family: monospace;
}

p.separatore_sezioni {
	margin: 10px 0;
}

.nota_pie_di_pagina {
	text-align: left;
	margin: 5px 0 5px 0;
	font-size: 12px;
}

.nota_pie_di_pagina .simbolo,
.rif_nota 
{
	color: #f00;
	font-weight: normal;
}

.rif_nota {
	font-size: 10px;
	position: relative;
	top: -0.25em;
	margin-left: 2px;
}

