﻿/* STRUTTURA DEL DOCUMENTO */
.container
{
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	width: 912px;
	display: table;
}
.innerContainer
{
	background-image: url(../images/backgroundImage.gif);
	background-repeat: no-repeat;
	background-position: 493px 0px;
	width: 898px;
	min-height: 623px;
	margin: 0px 7px;
	display: table;
	}

.leftZone
{ 
	width: 235px;
	display: table;
	float: left; 
	}
	
.rightZone
{ 
	width: 663px;
	display: table;
	float: left; 
	}

.volumeArea
{
	}
	
.menuArea
{
	height: 88px;
	display: table;
	}

.menuArea, .researchArea
{
	}

.contentArea
{
	width: 400px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: solid 1px #C0CDE0;
	border-right: solid 1px #C0CDE0;
	float: left; 
	min-height: 490px;
	height: auto !important;
	height: 490px;
}

/*Approfondire qui */
.contactArea
{
	float: left;
	width: 220px;
}

.footerZone
{
	margin-top: 10px;
	text-align:center;
	width: 100%;
	background-image: url(../images/closer.gif);
	background-repeat: no-repeat;
	height: 30px;
	font-size: 7pt;
}

/* STILI PER I CONTROLLI FORM */
.formRiga, .formBarra
{
	float: left !important;
	float: none;
	width: 98%;
	display: block; 
	clear: both; 
	}

.formRiga
{
	margin-top: 0px;
	margin-bottom: 5px;
	}

.formBarra
{
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
	}

.formEtichetta, .formCampo
{
	display: block; 
	text-align:left;
	}

.formEtichetta
{
	font-weight: bold;
	float: left;
	margin-top: 3px;
	}

.formCampo
{
	float: right;
	}

.pulsanteAzione
{
	margin-left: 8px;
	margin-right: 8px;
	} 
	
.Errore
{
	color: Red;
	display: block;
	text-align: left;
	}

