/* CSS Document */

body
	{background-color: #FFF;
	 margin: 0;
	 height: 100%}
body, p, td, th
	{font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;}
p
	{margin: 0}
a
	{color: black;
	 text-decoration: none}
a:hover
	{text-decoration: underline}

h1
	{font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	 margin-top: 0px;
	 margin-bottom: 5px}
	 
form
	{margin: 0}
	
th
	{font-weight: bold; text-align: left;}

.nascosto
	{color: #666666}
	
.titolo_scheda__elenco /* titolo della scheda nell'elenco delle schede */
	{font-weight: bold;
	 font-size: 9px;
	 margin-bottom: 2px;}
.titolo_scheda_nascosto__elenco /* titolo della scheda nascosta nell'elenco delle schede */
	{font-weight: bold;
	 font-size: 11px;
	 margin-bottom: 2px;
	 color: #666666}
.sotto_titolo_scheda__elenco /* sotto titolo della scheda nell'elenco delle schede */
	{font-size: 11px;
	 margin-bottom: 3px}

.titolo_scheda /* titolo della scheda */
	{font-weight: bold;
	 font-size: 9px;
	 margin-bottom: 2px}
.titolo_scheda_nascosto /* titolo della scheda nascosta*/
	{font-weight: bold;
	 font-size: 11px;
	 margin-bottom: 2px;
	 text-decoration: line-through}

.sotto_titolo_scheda /* sotto titolo della scheda */
	{font-size: 11px;
	 font-style: italic;
	 margin-bottom: 3px}
.testo_scheda /* testo della scheda */
	{background-color: #DDDDDD;
	 padding: 5px}

/** inizio stili per le FAQ **/
.domanda_faq
	{font-weight: bold;
	 font-size: 11px;
	 margin-bottom: 2px}
.risposta_faq 
	{font-style: italic}
/** fine stili per le FAQ **/

/** inizio stili per il FORUM **/
.forum_data
	{font-size: 7px}
/** fine stili per il FORUM **/

.current_user
	{font-size: 10px;}

.error
	{color: #990000;
	 font-style: italic;
	 font-weight: bold}
.error_code
	{color: #990000;
	 font-style: italic;
	 font-weight: normal;
	 font-size:6px}
