body { 
 font-style: normal;
 font-variant: normal;
 font-weight: normal; 
 font-size:10px; 
 font-family: verdana;
 text-align: center;
 color: #000000; 	
 margin: 0px;
 
}

/*dichiarazioni varie*/		
form {
	margin-top: 0;
	margin-bottom: 0;
}
input, select, textarea {
	border: 1px solid #999;
	font-family: Tahoma, Verdana, serif;
	font-size: 11px;
}
	
td {  font-size: 10px; }
	
.testo {FONT-SIZE: 11px; MARGIN-LEFT: 4px; COLOR: #000000; MARGIN-RIGHT: 5px; FONT-FAMILY: Verdana; TEXT-ALIGN: justify}
.error { color: #ff0000; font-weight: bold; }
.done {FONT-SIZE: 11px; MARGIN-LEFT: 0px; COLOR: #33cc33; MARGIN-RIGHT: 5px; FONT-FAMILY: Verdana; TEXT-ALIGN: justify}
.poll {FONT-SIZE: 9px; MARGIN-LEFT: 0px; COLOR: #000000; MARGIN-RIGHT: 3px; FONT-FAMILY: Verdana; TEXT-ALIGN: left}

/* dichiarazione delle classi per gli SVARIONI */
.svarione_new {	COLOR: #000000;	background-color: #DADADA;}
.svarione_old { COLOR: #333333; }

.male{ color: #336699; }
.female{ color: #FF7777; }

.admin{ color:#6699FF; font-weight: bold; }
.highlight{ color:#FFBB00; font-weight: bold; }
.gray{ color:#666666 }
/* LINK */
A:link          {BACKGROUND: none; COLOR: #333333; FONT-SIZE: 10px; FONT-FAMILY: Verdana,arial,Helvetica;	TEXT-DECORATION: none;}
A:active        {BACKGROUND: none; COLOR: #666666; FONT-SIZE: 10px; FONT-FAMILY: Verdana,arial,Helvetica;	TEXT-DECORATION: none;}
A:visited       {BACKGROUND: none; COLOR: #333333; FONT-SIZE: 10px; FONT-FAMILY: Verdana,arial,Helvetica;	TEXT-DECORATION: none;}
A:hover         {BACKGROUND: none; COLOR: #666666; FONT-SIZE: 10px;	FONT-FAMILY: Verdana,arial,Helvetica;	TEXT-DECORATION: none;}

/* LINK del menu principale */
.headlink A:link          {BACKGROUND: none; COLOR: #333333; FONT-SIZE: 10px; FONT-FAMILY: Verdana,arial,Helvetica;	TEXT-DECORATION: none;}
.headlink A:active        {BACKGROUND: none; COLOR: #333333; FONT-SIZE: 10px; FONT-FAMILY: Verdana,arial,Helvetica;	TEXT-DECORATION: none;}
.headlink A:visited       {BACKGROUND: none; COLOR: #333333; FONT-SIZE: 10px; FONT-FAMILY: Verdana,arial,Helvetica;	TEXT-DECORATION: none;}
.headlink A:hover         {BACKGROUND: none; COLOR: #555555; FONT-SIZE: 10px;	FONT-FAMILY: Verdana,arial,Helvetica;	TEXT-DECORATION: none;}

/* ci assicuriamo che le immagini non abbiano bordo */
img {border: 0px;}




	
	/* DIV vario */
	#extra {
		clear: both;		
		width:570px;
		
		border: 1px solid #333;
		background: url('immagini/buddy.gif') no-repeat bottom right #fff;
		margin: 30px 5px 5px 5px;
		padding:7px 4px 4px 4px;
		}

		#div1 {
		width: 500px;
		border: 1px solid #333;
		padding: 5px;
		margin: 5px;
		}
		

		/* DIV per la pagine personale*/
		.user_all{
		 clear: both; 
		 width: 380px;
		 padding: 1px;
		}
		.user_left{
		float:left;
		font-weight: bold;
		font-size: 10px;
		text-align: right;
		width: 170px;
		}
		.user_right{
		float:right;
		text-align: left;
		width: 200px;	
		}
		#user_big_left{	
		width: 400px;
		float:left;
		margin:10px;
		}