/* OVERALL */

	body {
		font-size: 9pt;
		font-family: "Arial";
		color: #ccc;
	}

	p {
		text-align: justify;
		margin: 0pt 0pt 6pt 0pt;
	}

	td {
		vertical-align: top;
	}

	img {
		border: 0px;
	}
	img.left {
		float: left;
		margin: 3pt 6pt 6pt 0;
	}

	img.right {
		float: right;
		margin: 3pt 0 6pt 6pt;
	}

	.center {
		text-align: center;
	}

	.block {
		display: block;
	}

	.strong {
		font-weight: bold;
	 }


/* TITOLI */

	h1 {
		color: #48678c;
		font-weight: bold;
		font-size: 20pt;
		margin: 0pt 0pt 24pt 0pt;
		font-variant: small-caps;
		font-family: 'Georgia', 'Times New Roman';
	}

	h2 {
		color: #48678c;
		font-weight: bold;
		font-size: 16pt;
		margin: 24pt 0pt 18pt 0pt;
		border-bottom: dotted 1px #446688;
		font-family: 'Georgia', 'Times New Roman';
	}

	h3 {
		color: #48678c;
		font-weight: bold;
		font-size: 12pt;
		margin: 18pt 0pt 12pt 0pt;
		font-family: 'Georgia', 'Times New Roman';
	}




/* TESTO - ALTRI FORMATI */

	p.Message_BigRed {
		font-weight: bold;
		color: #A00;
		text-align: center;
		font-size: 12pt;
		padding: 6pt;
		margin-bottom: 12pt;
	}



/* LINK */

	a, a:visited, a:active {
		color: #8F9DAD;
		text-decoration: none;
	}

	a:hover {
		color: #8F9DAD;
		text-decoration: underline;
	}

	/* ul#MainMenu a, ul#MainMenu a:visited, ul#MainMenu a:active {
		color: #aaa;
		text-decoration: none;
	}

	ul#MainMenu a:hover {
		color: #aaa;
		text-decoration: underline;
	} */

	a.admin, a.admin:visited, a.admin:hover, span.admin {
		color: #CC99FF;
	}


/* FORM STANDARD */

	/*	NOMENCLATURA STANDARD:
		
		 - FS_Pagina__Action_NumeroFieldset
		 - FORM_Pagina__Action
		 - TABLE_Pagina__Action_NumeroTabella
	*/


	/* TABELLA */

		/* Tabella standard: [Etichetta, Campo, Descrizione] + [Errore] */

			table.form td.label {
				vertical-align: middle;
				font-weight: bold;
			}
			table.form td.field {
				vertical-align: middle;
			}
			table.form td.descr {
				vertical-align: middle;
				padding-left: 6pt;
				/*font-style: italic;*/
				font-size: 8pt;
			}
			table.form td.error {
				vertical-align: middle;
				/*font-style: italic;*/
				font-size: 8pt;
				color: #F00;
			}

		/* Tabelle personalizzate */
			/* FORM_Pagina__Action */

			#FORM_All__Login td.label {
				font-size: 9pt; font-weight: bold;
			}
			#FORM_All__Login td.field {
				text-align: right;
			}

	/* FIELDSET */

		fieldset {
			/* border-width: 1px;
			border-color: #999999;
			border-style: solid; */
			border: solid 1px #999999;
			padding: 6pt;
			display: block;
			/* Allineamento (inserire nel tag align=center per retrocompatibilità) */
			margin-left: auto;
			margin-right: auto;
		}

		legend {
			color: white;
			/*background-color: #081019;*/
			padding: 6pt 3pt;
			font-weight: bold;
		}

		/* LARGHEZZA */

			#FS_User_Login__Login {
				width: 200px;
			}

			#FS_User_Activate__Activate {
				width: 300px;
			}


	/* INPUT */

		input.text {
			border: solid 1px #2d3640; 
			background:#20252b;
			color:#999;
			font-size:12px;
			line-height:13px;
			padding:2px;
		}
		input.text:hover {
			background: #1b222b;
		}
		input.button {
			cursor: pointer;
			font-family: "Tahoma", "Arial";
			color: #999999;
			font-size: 12px;
			padding: 2px 4px;
			border: solid 1px #2d3640;
			background: #12171d;
		}

		/* LARGHEZZA (definita in base al fieldset o alla form appartenenza) */

			#FS_User_Login__Login input.text {
				width: 100px;
			}

			#FS_User_Register_1 input.text, #FS_User_Register_2 input.text {
				width: 100px;
			}

		/* PERSONALIZZATE */

			#FORM_LeftSidebar__Login input.text {
				font-size:11px;
				line-height:12px;
				width: 90px;
			}
			#FORM_LeftSidebar__Login input.button {
				font-size:11px;
			}





/* ELENCHI */

	/*ul#MainMenu, */ul.Img1, ul.Img1_Spaced {
		list-style-image: url("WSI_Immagini/Grafica/UL_1.gif");
		padding-left: 20px;
		margin: 0px;
		/* border: solid 1px red; */ /* PER TESTARE MARGIN E PADDING */
	}

	/*ul#MainMenu .SubMenu {
		list-style-image: url("WSI_Immagini/Grafica/UL_1.gif");
		padding-left: 20px;
		margin: 0px;
		border: solid 1px red; PER TESTARE MARGIN E PADDING
	}*/

	ul.Img1_Spaced li {
		margin-bottom: 6pt;
	}


/* TABELLE */

	table.Layout_1 th, table.Layout_1 td.FirstCol_1, table.Layout_1 td.FirstCol_1b {
		background-color: #12171D;
		border: solid 1px #2c353e;
		padding: 2px 4px;
	}

	table.Layout_1 th, table.Layout_1 td.FirstCol_1b {
		background-color: #12171D;
		border: solid 1px #2c353e;
		font-weight: bold;
		padding: 2px 4px;
	}

	table.Layout_1 td {
		background-color: #202832;
		border: solid 1px #2c353e;
		padding: 2px 4px;
	}

	table.Layout_1 td.FirstCol_2, table.Layout_1 td.FirstCol_2b {
		background-color: #20252b;
		border: solid 1px #2c353e;
		padding: 2px 4px;
	}

	table.Layout_1 td.FirstCol_1b, table.Layout_1 td.FirstCol_2b {
		font-weight: bold;
	}

	table.Layout_1 td.Icons {
		background-color: transparent;
		border: 0;
		padding: 0;
		text-align: center;
		vertical-align: middle;
	}




/* ALTRO */

	/* News */

		div.News {
			border: dotted 1px #4c555e;
			padding: 6pt;
			margin-bottom: 18pt;
		}


		div.News_Data { /* NON IN USO */
			color: #ffffff;
			margin-bottom: 3pt;
			text-align: right;
			font-style: italic;
		}

		div.News_Titolo {
			color: #48678c;
			font-family: "Georgia", "Times New Roman";
			font-size: 16pt;
			font-weight: bold;
			margin-bottom: 18pt;
		}

		div.News_Testo {
			margin-bottom: 12pt;
		}

		div.News_Dettagli {
			color: #ffffff;
			border-top: solid 1px #4c555e;
			padding-top: 3pt;
		}


	/* Forum */


	div.Forum_Categorie {
		border: dotted 1px #4c555e;
		padding: 6pt;
		margin-bottom: 18pt;
	}




/* NEWS */