/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

body
{
	margin: 0;
	padding: 0;
    BACKGROUND-COLOR: white;
    background-image: url(Immagini/sfondo.gif);
    FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    height: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

a {
	color: Black;
	text-decoration: none;		
}

a:visited
{
	color: Black;
	text-decoration: none;		
}

a:hover
{
	color: #990000;
	text-decoration: underline;		
}

#MainBox 
{
	width: 762px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#boxTestata
{
	height: 190px;
	background-image: url(Immagini/sfondoTestataRosso.jpg);
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}

#boxCorpo
{
	background-image: url(Immagini/sfondoCorpoRosso.gif);
	background-repeat: repeat-y;
	height: auto;
}

#boxFooter
{
	background-image: url(Immagini/sfondoFooterRosso.jpg);
	background-repeat: repeat-y;
	height: 40px;
}

#boxContenuti
{
	height: 100%;
	margin-left: 12px;
}

#boxContenutiLeft
{
	background-image: url(Immagini/sfondoContenuti.jpg);
	background-repeat: repeat-y;
	width: 500px;
	vertical-align: top;
}

#boxContenutiLeft img
{
	margin-left: 16px;
}

#boxContenutiLeft img.float
{
	float: left;
	margin-left: 27px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #124354;
}

#boxContenutiLeft img.float_right
{
	float: right;
	margin-right: 30px;
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #124354;
}


#boxContenutiLeft p.intro, #boxContenutiLeft p.presentazione, #boxContenutiLeft div.intro
{
	font-size: 11px;
	margin-right: 30px;
	text-align: justify;
	color: #112339;
	margin-left: 27px;
	margin-top: 0px;
	padding-top: 5px;	
}

#boxContenutiLeft div.intro ul
{
	margin: 0 10px 10px 10px;
}

#boxContenutiLeft div.intro ul li
{
	list-style-type: none;
	background-image: url(Immagini/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	list-style-position: outside;
	padding-left: 20px;
	padding-bottom: 10px;
}

 #boxContenutiLeft div.intro ul li ul
{
	margin: 0 10px 10px 19px;
}

#boxContenutiLeft div.intro ul li ul li
{
	list-style-type: disc;
	background-image: none;
	list-style-position: outside;
	padding-left: 0;
	padding-bottom: 10px;
}

#boxContenutiLeft p.presentazione
{
	clear: left;
	padding-bottom: 10px;
	margin-top: 0;
}

#boxMenu
{
	background-image: url(Immagini/sfondoMenu.jpg);
	background-repeat: no-repeat;
	height: 350px;
	vertical-align: top;
}

.tStage 
{
	font-size: 15px;
	font-weight: bold;
	width: 445px;
}

.tStage tr td.left
{
	text-align: left;
	padding-left: 30px;
	padding-right: 170px;
	padding-top: 47px;
	padding-bottom: 50px;
}

.tStage tr td.left a
{
	color: #990000;
	background-color: #fff;
	display: block;
	text-decoration: none;
	padding: 4px;
	margin: 0;	
}

.tStage tr td.left a:hover
{
	background-color: #990000;
	color: #fff;
}

div.intro div.boxModulistica
{
	background-image: url(Immagini/sfondoModuli.jpg);	
	background-repeat: no-repeat;
	margin-bottom: 8px;
	padding: 18px;
	padding-top: 20px;
}

div.intro div.boxModulistica div.titoloModulo
{
	margin-bottom: 5px;
}

div.intro div.boxModulistica div.titoloModulo span
{
	border: 1px solid #C8C8C8;
	padding: 5px;
}

div.intro div.boxModulistica div.download 
{
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(Immagini/word.gif);	
	background-repeat: no-repeat;
	background-position: 0 8px;
	
}

div.intro div.boxModulistica div.download a
{
	font-weight: bold;
	text-decoration: underline;
	color: #990000;	
}

div.intro div.boxModulistica div.download a:hover
{
	font-weight: bold;
	text-decoration: overline;
	color: #dd0000;	
}

div.intro div.boxModulistica div.descrizione
{
	margin-top: 15px;
	margin-bottom: 15px;	
}

div.intro div.boxAnagrafica 
{
	margin-bottom: 10px;
}

div.intro div.boxAnagrafica div.boxCorniceSup
{
	background-image: url(Immagini/sfondoDocentiSup.jpg);
	background-repeat: no-repeat;
	height: 10px;
	padding: 0;
}

div.intro div.boxAnagrafica div.boxCorniceCentrale
{
	background-image: url(Immagini/sfondoDocentiCentrale.jpg);
	background-repeat: repeat-y;
	padding: 10px 10px 10px 20px;
}

div.intro div.boxAnagrafica div.boxCorniceCentrale a.linkContatti
{
	margin-left: -10px;
	padding: 3px;
	background-color: Maroon;
	color: White;
	font-weight: bold;
}

div.intro div.boxAnagrafica div.boxCorniceCentrale a.linkContatti:hover
{
	text-decoration: none;
	padding-left: 20px;
}

div.intro div.boxAnagrafica div.boxCorniceCentrale span.nome
{
	border: 1px solid #C8C8C8;
	padding: 5px;
	font-weight: bold;
	text-transform: capitalize;
	color: #990000;
}

div.intro div.boxAnagrafica div.boxCorniceCentrale span.mansione
{
	margin-left: 5px;
	border-left: 1px solid #C8C8C8;
	padding-left: 6px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #990000;
}

div.intro div.boxAnagrafica div.boxCorniceCentrale div.email
{
	padding: 5px;
	text-align: right;
	margin-top: 10px;
	margin-right: 6px;	
	color: #990000;
}

div.intro div.boxAnagrafica div.boxCorniceCentrale div.email a
{
	border-left: 1px solid #C8C8C8;
	padding-left: 5px;
	color: #990000;
}

div.intro div.boxAnagrafica div.boxCorniceCentrale div.descrizione
{
	padding-right: 10px;
	margin-top: 5px;
}

div.intro div.boxAnagrafica div.boxCorniceCentrale div.descrizione table.tContenuto
{
	font-size: 11px;
	margin: 0;
	width: 400px;
}
div.intro div.boxAnagrafica div.boxCorniceCentrale div.descrizione table.tContenuto tr td.foto
{
	/*border: 1px solid #C8C8C8;*/
	padding: 2px;
	padding-bottom: 0;
	vertical-align: top;
	width: 120px;
}

div.intro div.boxAnagrafica div.boxCorniceCentrale div.descrizione table.tContenuto tr td.testo
{
	text-align: justify;
	padding-left: 5px;
	vertical-align: top;
}

div.intro div.boxAnagrafica div.boxCorniceCentrale div.descrizione table.tContenuto tr td.foto a
{
	margin: 0;
	border: 0;
	padding: 0;
	border: 1px solid #C8C8C8;
	padding: 2px;
	padding-bottom: 0px;
	height: 100%;
}

div.intro div.boxAnagrafica div.boxCorniceCentrale div.descrizione table.tContenuto tr td.foto a img
{
	margin: 0;
	border: 0;
	padding: 0;
}

div.intro div.boxAnagrafica div.boxCorniceCentrale div.boxAllegato div,
div.intro div.boxAnagrafica div.boxCorniceCentrale div.boxAllegati div
{
	font-weight: bold; margin-bottom: 6px; padding-bottom: 2px; border-bottom: 1px solid #E2E4E9;
}

div.intro div.boxAnagrafica div.boxCorniceCentrale div.boxAllegati div.lista
{
	border-bottom: 0;
}

div.intro div.boxAnagrafica div.boxCorniceCentrale div.boxAllegato a,
div.intro div.boxAnagrafica div.boxCorniceCentrale div.boxAllegati div.lista a
{
	padding-top: 3px; padding-bottom: 6px; background-repeat: no-repeat;
	padding-left: 27px;
}

div.intro div.boxAnagrafica div.boxCorniceCentrale div.boxAllegati div.lista a
{
	margin-bottom: 7px;
}

div.intro div.boxAnagrafica div.boxCorniceInf
{
	background-image: url(Immagini/sfondoDocentiInf.jpg);
	background-repeat: no-repeat;
	height: 20px;
}

div.intro table.tStage
{
	width: 440px;
}

div.intro table.tStage tr.boxCorniceSup
{
	background-image: url(Immagini/sfondoStageSup.jpg);
	background-repeat: no-repeat;
	height: 10px;
	padding: 0;
}

div.intro table.tStage tr.boxCorniceInf
{
	background-image: url(Immagini/sfondoStageInf.jpg);
	background-repeat: no-repeat;
	height: 30px;
}

div.intro table.tStage tr.boxCorniceCentrale
{
	background-image: url(Immagini/sfondoStageCentrale.jpg);
	background-repeat: repeat-y;
}

div.intro table.tStage tr.boxCorniceCentrale td table
{
	width: 95%;
	margin-top: 10px;
}

div.intro table.tStage tr.boxCorniceCentrale td table tr td.left
{
	text-align: center;
	width: 100%;
	padding: 0;
}

div.intro table.tStage tr.boxCorniceCentrale td table tr td.left div
{
	margin-left: 6px;
	padding: 0;
	text-align: left;
	padding-left: 30px;
	text-transform: uppercase;
}

div.intro table.tStage tr.boxCorniceCentrale td table tr td.left div a
{
	color: #990000;
	text-decoration: none;
	margin: 0;	
	font-weight: bold;
	font-size: 15px;
	display: block;
	padding: 4px;
}

div.intro table.tStage tr.boxCorniceCentrale td table tr td.left div a:hover
{
	background-color: #990000;
	color: #fff;
}

div.boxContatti 
{
	font-size: 11px;
	text-align: right;	
	margin-top: 20px;
	margin-right: 50px;
	line-height: 150%;
}

div.boxContatti span.facolta
{
	font-weight: bold;
	text-decoration: underline;
}