	
	* {
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	body {
		font-size: 8pt;
		background-color: #fff !important;
		background-image: url(none) !important;
	}

	form, .elenco {
		text-align: center !important;
		width: 100% !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		background-color: #fff !important;
	}
	form {
		width: 200mm !important;
		height: 280mm !important;
		max-width: 200mm !important;
		max-height: 280mm !important;
		margin:0 !important;
	}
	
	a {
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
	}
	
	table {
		width: 100%;
		font-size: 8pt;
		font-family: Verdana, Tahoma;
	}
	table td {
	}
	
	thead th {
		font-weight: normal !important;
		color: #000 !important;
		background-color: #eee !important;
		box-shadow: none !important;
		border: none !important;
		border-bottom: 1px solid #888 !important;
		border-radius: 0 !important;
	}
	
	.campi td.testo {
		border: none !important;
		background-color: transparent !important;
	}
	.campi td.campo {
		border: none !important;
		border-bottom: 1px solid #ccc !important;
	}

	.elenco .cmd {
		display: none;
	}
	
	button, input[type=submit], input[type=button], .mautenzione, .testata, .piepagina, .home, .homearea, .filtri, .barra_titolo, #msgbar, #registra {
		display: none !important;
	}
	
	select, textarea, input {
		border: 0 !important;
	}
	select:focus, textarea:focus, input:focus {
		background-color: #fff;
		box-shadow:       none !important;
		border:           0 !important;
	}
	select:disabled, textarea:disabled, input:disabled {
		border: 0 !important;
	}

	li {
		margin-top: 5pt;
		margin-left: 20pt;
		padding-left: 5pt;
	}

	/* nasconde header sito */
	.menu-testata {
		display: none;
	}
