
/* *** SEZIONE MODELLO BASE *** */

body.modello_base
{
	background-image: url('images/sfondo.gif');
	margin: 0px;
}
table.tabella_base
{
	border-style: none;
	border: 0px;
	border-collapse: collapse;
	width: 766px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: rgb(255,255,255);
}
td.alto
{
	vertical-align: top;
	padding-top: 1px;
	padding-bottom: 6px;
}
td.basso
{
	vertical-align: top;
	padding-top: 1px;
}
td.sinistra
{
	background-color: rgb(230,230,255);
	color: #666699;
	vertical-align: top;
	width: 150px;
	height:100%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;

	border-right-color: rgb(210,210,210);
	border-right-style: solid;
	border-right-width: 1px;
}
td.destra
{
	vertical-align: top;
	width: 616px;
	height:100%;
	padding-top: 8px;
	padding-bottom: 15px;
}


/* *** SEZIONE INTESTAZIONE *** */

div.barra_alto
{
	width: 100%;
	height: 12px;
	margin-top: 0px;
	padding: 0px;
	background-color: rgb(230,230,255);
	color: rgb(102,102,153);
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	float: right;

	border-bottom-color: rgb(210,210,210);
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
div.studiomarchionni
{
	width: 100%;
	margin-left: 0px;
}
img.logocdl
{
	float: left;
	margin-left: 7px;
	margin-top: 13px;
}
img.studiomarchionni
{
	float: left;
	margin-left: 15px;
	margin-top: 33px;
}
img.strettamano
{
	float: right;
	margin-right: 10px;
	height: 120px;
}
div.consulenti
{
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	color: white;
	font-size: 10px;
	font-weight: normal;
	background: url('images/bkgfooter.gif') repeat-x;
	float: left;
	width: 100%;
	height: 11px;
	margin-left:0px;
}
a:link.intestazione
{
	color: white;
	text-decoration: none;
}
a:visited.intestazione
{
	color: white;
	text-decoration: none;
} 
a:hover.intestazione
{
	color: #003466;
	text-decoration: none;
	background-color: #FFFF8A;
}


/* *** SEZIONE MENU *** */

body.menu
{
	background-color: rgb(230,230,255);
}
div.menu
{
	color: rgb(102,102,153);
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 5px;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
img.lucchetto
{
	margin-right: 5px;
	vertical-align: text-bottom;
}
a:link.menu
{
	color: rgb(0,0,102);
	text-decoration: none;
}
a:visited.menu
{
	color: rgb(0,0,102);
	text-decoration: none;
} 
a:hover.menu
{
	color: #003466;
	text-decoration: none;
	background-color: #FFFF8A;
}


/* *** SEZIONE CORPO *** */

body
{
	font-family: Verdana, Helvetica, sans-serif, Arial, Tahoma;
	text-align: left;
	color: rgb(102,102,153);
	font-size: 14px;
}
h1
{
	width: 65%;
	text-align: left;
	font-size: 17px;
	color: rgb(102,102,153);
	border-bottom-style: dotted;
	border-bottom-color: rgb(150,150,150);
	border-bottom-width: 2px;
	margin-left:7px;
	margin-right:5px;
	padding-bottom: 3px;
}
p
{
	width: 99%;
	text-align: left;
	font-size: 14px;
	margin-left: 7px;
	margin-right: 5px;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 0px;
	line-height: 130%;
}
ul
{
	list-style-image: url('images/freccia_dx_rossa.gif');
	list-style-type: disc;
}
ul.ipertesto
{
	list-style-image: url('images/punto_blu.gif');
}
li
{
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 12px;
}
a:link
{
	color: rgb(0,0,102);
	text-decoration: underline;
}
a:visited
{
	color: rgb(0,0,102);
	text-decoration: underline;
} 
a:hover{
	color: #003466;
	text-decoration: none;
	background-color: #FFFF8A;
}
img.presentazione
{
	height: 133px;
	width: 135px;
}
table.area_riservata
{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-collapse: collapse;
	border-style: solid;
	border-color: rgb(210,210,210);
	border-width: 1px;
	width: 250px;
	padding: 0px;
	margin: 0px;
	background-color: rgb(240,240,255);

}
td.area_riservata
{
	padding: 7px;
	height: 30px;
}
input.area_riservata
{
	font-family: Verdana;
	color: white;
	font-size: 13 px;
	font-weight: bold;
	background-color: rgb(240,0,0);
	height: 28px;
	width: 80px
}
img.area_riservata
{
	float: left;
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 50px;
}
div.codice_utente_errato
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color:black;
	background-color=rgb(255,255,200);
	width: 80%;
}


/* *** SEZIONE PIE' DI PAGINA *** */

div.pie_di_pagina
{
	padding-left: 0pt;
	padding-top: 0pt;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	background: url('images/bkgfooter.gif') repeat-x;
	float: left;
	width: 100%;
	color: white;
	height: 12px;
}
