/*-------------------------------------------------------*/
/* Pagina																	*/
/*-------------------------------------------------------*/
BODY
{
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
	scrollbar-face-color: #E1E1F0;
	scrollbar-arrow-color: #333399;
	scrollbar-darkshadow-color: #FFCC55;
	scrollbar-3dlight-color: #EAF0F6;
	scrollbar-base-color: #333399;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #E1E1F0;
	scrollbar-track-color: #FFCC55;
	table-layout: auto;
	margin: 8px;
}
p {
	text-align: justify;
	line-height: 130%;
}
table {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: top;
}
/*td {
	vertical-align: top;
}*/

a, a:active, a:focus, a:link {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 100%;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color : #464646;
}
h1, h2, h3,h4 {
	color: #333399;
	margin-top: 0%;
	font-family: "Trebuchet MS", serif;
}
h1 {
	font-size: 130%;
	text-transform: uppercase;
	border-bottom: 1px solid #333399;
	margin-bottom: 20px;
}
h2 {
	font-size: 115%;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-bottom: 1px solid #CECECE;
}
h3 {
	font-size: 120%;
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-top: 10px;
	border-bottom: 1px solid #CECECE;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	letter-spacing: 1px;
}
hr {
	color: #333399;
	height: 1px;
}
.errore {
	color: #FF0000;
	text-align: left;
}
.tdhr {
	background-image: url(../img/bg_hr.gif);
	background-repeat: repeat-x;
}

/*-------------------------------------------------------*/
/* Testi																	*/
/*-------------------------------------------------------*/
.sottotitoli {
	font-size: 100%;
	letter-spacing: 1px;
	color: #777777;
	font-weight: bold;
}


/*-------------------------------------------------------*/
/* Link																	*/
/*-------------------------------------------------------*/

a.small a:link a:visited {
	color: #000000;
	font-size: 90%;
}
a.small a:hover{
	color: #0000FF;
}
.BtnGrandi a {
	font-family: "Trebuchet MS", serif;
	font-size: 110%;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #333399;
}
.BtnGrandi a:hover{
	color: #CC0000;
	text-decoration: none;
	font-size: 110%;
}



/*-------------------------------------------------------*/
/* Form																*/
/*-------------------------------------------------------*/
.input {
	border: 1px solid #333399;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-left: 1px;
	background-color: #FFFFFF
}
SELECT.input {
	margin: 0;
	padding: 0;
}
.button {
	color: #333399;
	text-transform: uppercase;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 93%;
	height: 18px;
}
.bgbtn {
	background-image: url(../img/bg_btn.gif);
	line-height: 15px;
	width: 120px;
	text-align: center;
	height: 17px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	border: 0px;
	cursor: hand;
	font-size: 11px;
	vertical-align: top;
}


/*-------------------------------------------------------*/
/* Tabelle																*/
/*-------------------------------------------------------*/
fieldset{
	width: 555px;
}
.maschera {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 555px;
	border: 0px;
}
.maschera td{
	vertical-align: top;
}
.intestazione {
	background-image: url(../img/bg_intestazioni.jpg);
	height: 18px;
	padding: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color : #1F3C6C;
}
a.intestazione a a:link {
	font-family: Arial, Helvetica, sans-serif;
	color : #1F3C6C;
	text-decoration: none;
}
a.intestazione a:hover{
	color : #777777;
}
.td1 {
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	vertical-align: top;
}
.td2 {
	background-color : #E1E1F0;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	vertical-align: top;
}
.TDfrm {
	color : #1F3C6C;
	font-style: italic;
	font-family : Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: right;
}

/*-------------------------------------------------------*/
/* Livelli																*/
/*-------------------------------------------------------*/

div.corpo {
	position:relative;
	height: 93%;
	/*border: 1px solid #000000;*/
	font-size: 100%;
	vertical-align: top;
}

div.footer {
	position: relative;
	vertical-align: bottom;
	/*border: 1px solid #FF0000;*/
}
