/* testi principali */
.collo-testo{
	font: 10px Verdana;
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
}

.testa-testo{
	font: 25px Verdana;
	color: White;
}

.piede-testo{
	font: 10px Verdana;
	color: Gray;
}

/* aspetto di default dei link e delle immagini */

a {
	text-decoration: none;
	color: #144BAE;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}


/* sezione personalizzata per il menu */

.menu {
   list-style: none;
}

.menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

.menu li {
	font: 12px Verdana;
}

.menu li a {
   
}

.menu li a:hover {
	text-decoration: underline;
	background-color: #EDEDED;
}

.menu li .spazia{
	azimuth: left-side;
   height:20px;
	line-height:20px;
   margin-left: -30px;
}

.menu hr{
   display: none;
}

.menu #spaziatore1 {
	height: 30px;
	line-height:30px;
}

.menu #spaziatore2 {
	height: 15px;
	line-height:15px;
}

.menu #spaziatore3 {
	height: 15px;
	line-height:15px;
}

.menu .voce_evidenziata {
	font-weight: bold;
}

/* alcuni contenitori */

#box1{
	border: 1px solid #FFDDA4;
	text-align: left;
	margin-left: 18px;
	margin-right: 19px;
	background: #FBFBFB;
}

#box1 #box1-titolo {
	width: 100%;
	font: 12px Tahoma;
	font-weight: bold;
	color: #595959;
	background: #FFEFD5;
	text-align: center;
	height:23px;
	line-height:23px;
}

#box2{
	border: 1px solid #83ACCF;
	text-align: left;
	margin-left: 18px;
	margin-right: 19px;
	background: #FBFBFB;
}

#box2 #box2-titolo {
	width: 100%;
	font: 12px Tahoma;
	font-weight: bold;
	color: #595959;
	background: #B7CFE3;
	text-align: center;
	height:23px;
	line-height:23px;
}

#box3{
	border: 1px solid #8FBC8F;
	text-align: left;
	margin-left: 18px;
	margin-right: 19px;
	background: #FBFBFB;
}

#box3 #box3-titolo {
	width: 100%;
	font: 12px Tahoma;
	font-weight: bold;
	color: #595959;
	background: #B7D4B9;
	text-align: center;
	height:23px;
	line-height:23px;
}

.nascosto{
	display: none;
}

.domande{
background-color:#d1e1ef;
border:1px solid #83accf;
margin:0px;
padding: .5em .5em .5em .5em;
}

.login{
text-align:center;
margin-bottom: 2em;
padding-bottom:1em;
border-bottom: 1px solid #83ACCF;
}

.login span{
font-size:120%;
margin-bottom:.5em;
}

.suggerimenti{
font-size:90%;
color:#666666;
}

.right{
text-align:right;
font-style:italic;
}
