
/*	user.css									*/

/*	Versione del 03-11-2011						*/

/*	Directtory: /Studenti/materiale				*/

/*	----------------------------------------	*/

/*	-----------------------------------------------------	*/
/*	2. Ridefinizione dei colori per le tabelle (03-11-11)	*/
/*	-----------------------------------------------------	*/

table.informazione_small, table.informazione_small_c, 
table.informazione, table.informazione_c 
{ border-color: rgb(124,148,172); }

tr.contenuto_bc, tr.testo_bc { color: white; }
td.riga_titolo { background-color: rgb(102,154,204); border-color: rgb(124,148,172); }

tr.testo { color: black; }
td.rb_bs, td.rb_prima_bs { background-color: rgb(235,242,250); border-color: rgb(124,148,172); }

tr.tb_normale_bc { color: white; }	/* vecchi CSS di BUG	*/
tr.tb_normale { color: black; }		/* vecchi CSS di BUG	*/

tr.contenuto_small { color: black; }


/*	----------------------------------------	*/
/*	Gestione Link in scadenze_importanti		*/

.titolo_link {
	font-style: normal;
}
.titolo_link a { color: blue; }
.titolo_link a:hover { color: #AB003D; }	/* Colore 1	*/

/*	+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++	*/


