.clearer{
	clear: both;
}

.input0{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #746B63;
	padding: 0px;
	width:250px;
}

/*------------------------------------------------------------ */

#main {
	width: 630px;
	background-color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}

#header{
	height: 120px;
}

/*------------------------------------------------------------ */

#content {
	width: 630px;
	text-align:center;
}

#content ul{
	text-align:left;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 0px;
	margin-right: 0px;
}

#content #listaElementi li{
	list-style-type: none;
	display: list-item;
	width: 100%;
	font-size: 14px;
	background-color:#f6f6f6;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	display: block;
	float: left;
	font-weight: normal;
	margin-bottom:10px;
	padding:5px;
	
}

#content  #listaElementi img{
border:0;
}



#content #listaElementi a{
	font-weight: bold;
	color: #505050;
	text-decoration: none;
}


/*-------------------------------------------------------------*/
#content #nuovoElemento {
	width: 630px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left:5px;
	text-align: left;
	font-size: 16px;
}

#content #nuovoElemento a{
	font-weight: bold;
	color: #505050;
	text-decoration: none;
}

#content #nuovoElemento a .sel{
 color:#960001;
}

/* --------------------------------------------------------------*/ 

#msgBox{
	width:760px;
	margin-top:10px;
	margin-left:4px;
	margin-right:4px;
	color: #FFFFFF;
	background-color: #505050;
	border: 1px solid #3B5468;
	text-align: left;
	padding: 5px;
	margin-bottom: 5px;
		
}

/* --------------------------------------------------------------*/ 


#footer{
	text-align: left;
	width:776px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top:15px;
}
#footer a{
	color: #505050;
	text-decoration: underline;
}
#footer a:hover{
	text-decoration: none;
}



