body
{
	text-align: center;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #333;
	padding: 0px;
}

/* FONT */
.bold { font-weight: bold; }
.rosso { color: #F00; }

a:link, a:visited, a:hover, a:active
{
	color: #333;
	text-decoration: none;
}

/* BLOCCHI */
#contenitore
{
	text-align: left;
	width: 880px;
	height: auto;
	min-height: 450px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
	padding: 0px;
	border: 1px solid #CCC;
	overflow: hidden;
}

/* LOGIN */
#contenitore table#login
{
	width: 260px;
	margin-top: 210px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 210px;
}

#contenitore table#login td
{
	padding-left: 4px;
	padding-right: 4px;
}

#intestazione
{
	width: 620px;
	height: auto;
	margin-top: 30px;
	margin-left: 235px;
	margin-right: auto;
	margin-bottom: 0px;
	border: 0px solid #CCC;
	position: absolute;
}

#menu
{
	text-align: right;
	width: 190px;
	height: auto;
	margin-top: 65px;
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	padding: 0px;
	border: 0px solid #CCC;
	float: left;
}

#menu .elemento
{
	width: 100%;
	height: auto;
	border: 0px;
}

#grosso
{
	width: 630px;
	height: auto;
	margin-top: 65px;
	margin-left: 45px;
	margin-right: auto;
	margin-bottom: 25px;
	border: 0px solid #CCC;
	float: left;
}

/* FORM */
.input
{
	height: 13px;
	margin-top: 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	padding: 1px;
	border: 1px solid #CCC;
}

.textarea
{
	margin: 0px;
	padding: 1px;
	border: 1px solid #CCC;
}

.checkbox
{
	margin: 0px;
}

/* TABELLA */
table.tabella
{
	border-top: 0px solid #CCC;
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
	border-bottom: 0px solid #CCC;
	border-collapse: collapse;
}

table.tabella tr td
{
	border-top: 0px solid #CCC;
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-collapse: collapse;
}

table tr td.noBorder
{
	text-align: center;
	border: 0px solid #CCC;
	border-collapse: collapse;
}

table.tabella tr td.intestazione
{
	font-weight: bold;
	padding-bottom: 5px;
}

table.tabella tr td.piePagina, table.tabella tr td.piePaginaAzzurro
{
	padding-top: 5px;
	border-top: 2px solid #CCC;
	border-bottom: 0px;
}

table.tabellaScrittaPiccola
{
	font-size: 11px;
	border-top: 0px solid #CCC;
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
	border-bottom: 0px solid #CCC;
	border-collapse: collapse;
}

table.tabellaScrittaPiccola tr td
{
	border-top: 0px solid #CCC;
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-collapse: collapse;
}

table tr td.noBorder
{
	text-align: center;
	border: 0px solid #CCC;
	border-collapse: collapse;
}

table.tabellaScrittaPiccola tr td.intestazione
{
	font-weight: bold;
	padding-bottom: 5px;
}

table.tabellaScrittaPiccola tr td.piePagina, table.tabellaScrittaPiccola tr td.piePaginaAzzurro
{
	padding-top: 5px;
	border-top: 2px solid #CCC;
	border-bottom: 0px;
}

table.tabellaTrasparente
{
	border-top: 0px solid #CCC;
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
	border-bottom: 0px solid #CCC;
	border-collapse: collapse;
}

table.tabellaTrasparente td.colonnaUno, table.tabellaTrasparente tr#mostraNascondi td.colonnaUno
{
	text-align: right;
	padding-right: 9px;
	padding-bottom: 8px;
}

table.tabellaTrasparente td.colonnaDue, table.tabellaTrasparente tr#mostraNascondi td.colonnaDue
{
	text-align: left;
	padding-left: 9px;
	padding-bottom: 8px;
}

#contenitoreTabellaStampa
{
	width: auto;
	margin: 8px;
	padding: 0;
	border: 0px solid #000;
}

#contenitoreTabellaStampa table.tabellaStampa
{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 2px;
	border-collapse: collapse;
}

.centra
{
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.left
{
	width: 100%;
	text-align: left;
	margin: 0px;
}

.sfondoBianco { background-color: #FFF; }
.sfondoAzzurro { background-image: url(immagini/sfondoAzzurro.png); }

.pulsante
{
	background-image: url(immagini/sfondoAzzurro.png);
	width: 180px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	padding: 4px;
	border: 1px solid #CCC;
}

select
{
	margin: 0px;
}

#mostraNascondi { display: none; }