/* Dimensione del carattere*/
.document {	font-size: 90%;}

/* LINK */
.document a{ color:#08315C; border-bottom: 1px dashed #A4C6E7;}
.document a:hover{ color:#000; border-bottom: 3px double #A4C6E7;}
.document a.evidente{ font-weight:bold; border-bottom-color:#08315C}
.document a.evidente:hover{ border-bottom-color:#08315C;}

/* Definizione grafica titoli (h2 e h3)*/
.document h2{
	font-weight: bold;
	font-size: 115%;
	line-height:140%;
	color: #CC3300;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	margin-top: 1em;
	font-variant: small-caps;
	
}

 /* H3 per le news in home page ha uno stile suo, applicato direttamente inline*/
.document h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 2.6em;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	letter-spacing: 0.1em;
}
.document h4 {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 1.5em;
	margin-top: 0em;
	color: #666666;
}
/* Paragrafi*/
.document p { /* interlinea per tutti i paragrafi*/
	line-height: 150%;
}
.document p {
	margin-top: 1.2em;
}

.document hr {
	color:#5E99BD;
	height:1px;
	background-color:#5E99BD;
	margin-top:1.5em;
	margin-bottom:0.5em;
}

/* Elenchi*/
.document ul {
	margin-top: 1.2em;
	margin-bottom: 2em;
}
.document li {
	margin-left: 2em;
	margin-top: 1.2em;
}
.document ul li h4 {
	font-size: 100%;
	margin-bottom: 0em;
}
.document ul li p {
	margin-top: 0.2em;
}

/* Elenchi di definizioni*/
.document dl dt { /* come h3*/
	font-size: 100%;
	font-weight: bold;
	margin-top: 2.6em;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	letter-spacing: 0.1em;
}
.document dl dd {
	margin-left: 2em;
	margin-top: 1em;
}
.document dl dd h4 {
	font-size: 1em;
	margin-bottom: 0em;
}
.document dl dd p {
	margin-top: 0.2em;
	margin-bottom: 0.8em;
}
.document dl dd ul,  .document dl dd ul li{
	margin-left: 0em;
	list-style-type: none;	
}

/* News*/
.document ul.newslist li {
	font-size:85%;
	list-style-type: none;
	list-style-image: url(images/stellina_ulli_news.gif);
}
.document ul.newslist a{
	border-bottom: none;
}
.document ul.newslist a:hover{
	border-bottom: 1px solid #A4C6E7;
}
.document ul.newslist a.newscat{
	color:#CC3300;
	border-bottom: 1px dashed #EFBFAF;
}
.document ul.newslist a.newscat:hover{ border-bottom: 1px dashed #CC3300;}


/* Immagini in linea*/
.document img.inlinea { 
	float:left;
	margin-right:1.5em;
	margin-bottom:0.2em;
}

/* stili speciali*/
.document span.grande {
	font-size: 170%;
	color: #08315C;
}

.document div.boxed {
	font-size: 80%;
	background-color: #DFEDF6;
	border: 1px solid #5E99BD;
	padding:0.5em 1em; /* super+inf - dx+sx*/
}

/* Schede Progetto (DL)*/
#schedaprogetto {
	line-height: 150%;
}
#schedaprogetto dt {
	margin-top: 1em;
	margin-bottom: 0.5em;
}
#schedaprogetto dd {
	margin-top: 0.5em;
}
#schedaprogetto dd p{
	margin-top:0.8em;
	margin-bottom: 1.6em;
}
#schedaprogetto dd ul li{
	list-style-type: disc;
	list-style-position: inside;
}
