body {
	color: #000000;
	background-color: #808080;
}

div {
	margin: 0px;
	padding: 0px;
	color: #000000;
	border: 0px solid black;
	/*	background-color: #eeeeee;*/
}

/* blocchi principali */
div.finestra {
	margin: 0px auto;
	width: 900px;
	height: 600px;
	background-color: #808080;
}

div.testa {
	width: 900px;
	height: 100px;
	background-color: #808080;
	background: url(immagini/testa2.jpg);
}

div.corpo {
	width: 900px;
	height: 400px;
	overflow: auto;
	background-color: #eeeeee;
}

div.coda {
	width: 900px;
	height: 100px;
	background-color: #808080;
	background: url(immagini/piede.jpg);
	overflow: hidden;
}

/* sottoblocchi */
div.corpo div.media {
	width: 400px;
	height: 358px;
	float: left;
	text-align: center;
	position: absolute;
	padding: 20px;
}

div.corpo div.testo {
	width: 400px;
	height: 358px;
	float: right;
	padding: 20px 20px 0px 20px;
}

div.testa a.logo{
	width: 200px;
	height: 90px;
    margin: 5px 0 0 10px;
    float: left;
}
p.contatto {
	position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
    top: 20px;
    line-height: normal;
}
p.copyright{
	float: left;
	font-size: 10px;
	margin: 20px;
	color: gray;
}
div#strumenti {
	width: 350px;
	height: 330px;
	float: left;
	text-align: center;
	position: absolute;
	padding: 20px;
}

/* Immagini */
img {
	border: 0px solid black;
	margin: 0px auto;
	padding: 0px;
	vertical-align: middle;
}

div.media img.media {
	margin: 50px 5px 50px 5px;
}

img.logo {
	display: none;
	float: left;
	margin: 8px 0 0 20px;
	border: 0px black;
}

img.staticFlag{
	float: right;
	margin-top: -25px;
	margin-right: 20px;
	}

img.pdfIcon {
	vertical-align: bottom;
	margin: 2px;
}

/* Testo */
* {
	font-family: arial, helvetica, sans-serif;
}

H1 {
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	color: blue;
	margin-bottom: 5px;
}

H2 {
	text-align: center;
	font-variant: small-caps;
	font-size: 14px;
	color: black;
}

h3 {
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
}

p {
	text-align: right;
	font-size: 14px;
	margin: 5px 0 8px 0;
	line-height: 18px;
}

p.extra {
	text-align: left;
	font-style: italic;
	font-size: small;
}

p.benvenuto {
	text-align: left;
	font-size: small;
}

li {
	font-size: 14px;
	line-height: 18px;
}

strong {
	color: red;
	font-weight: bold;
}

/* link */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.screenshot:hover {
	opacity: .70;
	/*filter: alpha(opacity = 70);*/
}

/* righe */
hr.top {
	margin-right: 0px;
	text-align: right;
	width: 75%;
}

hr.bottom {
	margin-left: 0px;
	text-align: left;
	width: 75%;
}

/* tabelle */
table {
	text-align: center;
	border: 0px;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
}

table.dovesiamo {
	width: 100%;
	border: 0px;
	font-size: 14px;
	text-align: left;
}

table.intro {
	width: 100%;
	border: 0px;
	background-color: #8181fe;
	text-align: center;
	width: 695px;
	height: 400px;
}

/* form */
fieldset {
	text-align: center;
	margin: 0 auto;
}

form br {
	clear: left
}

form {
	text-align: center;
	border: 0px solid black;
	margin: 0 auto;
}

input:focus {
	background-color: #cccccc;
}

legend {
	font-size: 12px;
}

label {
	display: block;
	float: left;
	font-size: 12px;
	text-align: left;
	padding: 2px;
	width: 180px;
	vertical-align: middle;
}

textarea {
	font-size: 14px;
}

button {
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
	padding: 5px 10px 5px 10px;
}

/* pannello dei clienti */
div.intro_pannello {
	text-align: left;
	height: 100px;
	width: 850px;
	padding: 5px;
	margin: 0px 0 0 0;
}

div.intro_pannello p {
	text-align: left;
}

div.interfaccia {
	width: 900px;
	height: 270px;
}

div.pannello_sx {
	float: left;
	width: 420px;
	margin: 10px;
	overflow: auto;
}

div.pannello_dx {
	float: right;
	width: 420px;
	margin: 10px;
}

div.info_pannello {
	text-align: left;
}

div.info_pannello p {
	text-align: left;
	overflow: auto;
}

div.pannello_principale {
	text-align: center;
}

div.elenco_file {
	background-color: white;
	overflow: auto;
	text-align: left;
	border: 2px inset #eeeeee;
	width: 250px;
	height: 200px;
}

div.finestra_file {
	float: left;
	margin: 5px;
}

div.titolo_elenco_file {
	text-align: left;
	font-size: small;
	background-color: #808080;
	color: white;
	margin: 0px;
	padding: 2px 2px 2px 10px;
}

div.bottoni {
	float: right;
	text-align: center;
	margin: 5px;
}

p.pannello {
	text-align: center;
	font-size: small;
}

p.errore {
	border: 1px dashed blue;
	color: red;
	font-style: italic;
	text-align: center;
	padding: 3px;
}

input.bottoni_strumenti {
	text-align: center;
	font-size: small;
	padding: 3px 6px 3px 6px;
	margin: 8px 5px 8px 5px;
	width: 100px;
}

label.pannello {
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 200%;
}

td.titolo {
	text-align: left;
	font-variant: small-caps
}

td.valore {
	text-align: right;
}

div.info_pannello table {
	width: 400px;
}

div.info_pannello td {
	padding: 5px;
}