
/*	user.css												*/

/*	Versione 23/06/2010										*/

/*	Directory: AiR/Repository								*/

/*	----------------------------------------------------	*/

input.suggerimento, textarea.suggerimento {
	background-color: #EEEEEE;	/* Colore 3	*/
	color: #FF0000;				/* Colore l2 */
	font-family: Verdana, Arial, Sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal; 
	width: 200px;
}

/*	-----------------------------------------------------------	*/
/*	Stili per la visualizzazione della lista dei siti Web utili	*/
/*	-----------------------------------------------------------	*/

div.siti_utili {
	border: 1px solid #D7D7D7;
	margin: 0;
	margin-top: 4px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
}

.testo_label, .testo_link {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1.0em;
	font-family: Verdana, Arial, sans-serif;
}

.testo_label { font-style: normal; }

.testo_link, .testo_linkx {
	padding-bottom: 0;
	padding-left: 10px;
	font-style: italic;
}
.testo_link { padding-bottom: 1.1em; }


.testo_link a { color: #0028C8; }		/* Blu logo	*/

.testo_link a:hover { color: #C80028; }	/* Rosso triadic	*/ 

/*	-----------------------------------------------------------	*/

div.box_wrapper {
	width: 1px;						/* Vedere user_xxxx.css	*/
	margin: 0 auto;
	margin-bottom: 10px;
}

div.box_left, div.box_right { 
	width: 1px;						/* Vedere user_xxxx.css	*/
	border: 1px solid #800000;		/* Rouge brique			*/
}

div.box_left { float: left; }

div.box_right { float: right; }

div.box_img { width: 110px; float: left; }
div.box_testo { padding-top: 10px; padding-right: 10px;}


