/******************************************************************/
/*                         ELEMENT                                */
/******************************************************************/

body {
	margin: 0px auto;
	margin-top: 20px;
}

h1 {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	line-height: 27px;
	margin: 0px 0px 27px 0px;
	font-weight: bold;
}

h2 {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	line-height: 27px;
	margin: 0px 0px 27px 0px;
	font-weight: bold;
}

h3 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	margin: 0px 0px 18px 0px;
	font-weight: bold;
}

h4 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 18px 0px;
}

h5 {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 27px;
	margin: 0px 0px 27px 0px;
}

h6 {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 18px 0px;
}
pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 18px;
	margin: 0px 0px 18px 0px;
}
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 18px;
	margin: 0px 0px 18px 0px;
}

td.headerDX{
  padding-bottom: 25px;
}

/************ oggetti FORM ************/

input {
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
}

select {
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
}

textarea {
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
}



/******************************************************************/
/*                     ALLINEAMENTO dei sito                      */
/******************************************************************/

div.allineamentoSito {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 760px;
	/*text-align: center;*/
}

/******************************************************************/
/*                          HEADER                                */
/******************************************************************/

div#header {
	position: relative;
	width: 760px;
	height: 180px;
	background: url("/public/_img/header1.jpg") bottom left no-repeat;
	margin-bottom: 20px;
}
div#header div#imgHeader {
	position: absolute;
	width: 210px;
	height: 47px;
	left: 0px;
	top: 0px;
	background: #dddddd url("/public/_img/logo.gif") top left no-repeat;
}
div#header div#imgHeader a {
	display: block;
	widows: 100%;
	height: 100%;
}

/******************************************************************/
/*                         UTILITY                                */
/******************************************************************/

a.utility {
	color : #C0C0C0;
	background-color: transparent;
	text-decoration : underline;
}

a.utility:visited {
	color : #808080;
	background-color: transparent;
}

a.utility:hover {
	color : #C0C0C0;
	background-color: transparent;
	text-decoration : none;
}

TD.utilitySX {
	/*background-color : #00016E;*/
	/* ATTENZIONE: il percorso deve essere SEMPRE assoluto */
	background-image : url(/public/_img/bkg/utilitySX.gif);
	padding-bottom : 0px;
	padding-left : 2px;
	padding-right : 0px;
	padding-top : 0px;
}

TD.utilityDX {
	/*background-color : Black;*/
	/* ATTENZIONE: il percorso deve essere SEMPRE assoluto */
	background-image : url(/public/_img/bkg/utilityDX.gif);
	background-color: transparent;
	color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom : 6px;
	padding-left : 0px;
	padding-right : 5px;
	padding-top : 2px;
	text-align : right;
}




/******************************************************************/
/*                         CONTENTS                               */
/******************************************************************/

/************ TD contenitore ************/
.boxContent {
	padding: 0px 20px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}
.boxContent a {
	color: #0099CC;
	text-decoration: none;
}
.boxContent a:hover {
	color: #33CCCC;
	text-decoration: none;
}


/* ----- Footer ----- */
td.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	width: 100%;
	height: 20px;
}




/******************************************************************/
/*                           ALTRO                                */
/******************************************************************/

/************ Didascalia della foto della news ************/
.newsDidascalia {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.bkgGray {
	background-color: #808080;
	color: #000000;
}

.txtThanks {
	font-weight: bold;
}

table.noRientro td.boxContent{
  padding-left: 0;
}