.body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/back.gif);
}
.body,P,TD,TH {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #000000;
}
.testo {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EFEFED;
}.testo_black {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
.s_form {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background-attachment: fixed;
	background-image: url(/images/s_form.gif);
	background-repeat: no-repeat;
	background-position: -1px -1px;
}
A {
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	TEXT-DECORATION: underline;
	color: #FFFF00;
	font-weight: bold;
	font-size: 11px;
}
A:hover {
	COLOR: #FFCC00
;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
}.TITOLONEWS {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.TESTONEW {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-weight: normal;
}
.s_bacco {
	background-image: url(/images/s_bacco_red.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #000000;
	background-color: #ECB3A8;
}
.fotm_txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background-color: #ECB3A6;
	font-size: 10px;
}
.fotm_btn {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #990000;
	font-weight: bold;
	font-size: 10px;
}
.s_ori {

	color: #333333;
	background-image: url(/images/s_tratt_o.gif);
	background-repeat: repeat;
}
.contorno_foto {
	color: #999999;
	border: 1px dotted #999999;
}


/**
 * DatePicker widget using Prototype and Scriptaculous.
 * (c) 2007 Mathieu Jondet <mathieu@eulerian.com>
 * Eulerian Technologies
 *
 * DatePicker is freely distributable under the same terms as Prototype.
 * v0.9.1
 *
 */
div.datepicker {
	position: absolute;
	text-align: center;
	border: 1px solid #F23A26;
	font-family: arial;
}
div.datepicker-header {
 font-size: 12px;
 font-weight: bold;
 background: #FBD7C6;
 border-bottom:1px solid #c4d5e3;
 padding: 2px;
}
div.datepicker-footer {
	font-size: 10px;
	background: #FBD7C6;
	border-top:1px solid #c4d5e3;
	cursor: pointer;
	text-align: center;
	padding: 2px;
}
div.datepicker-calendar {
 font-size: 10px;
 background:#FFFFFF;
 padding: 2px;
 text-align: center;
}
div.datepicker-calendar table {
 font-size: 10px;
 border: 1px white solid;
 margin: 0px;
 padding: 0px;
 text-align: center;
}
div.datepicker-calendar table tr {
 border: 1px white solid;
 margin: 0px;
 padding: 0px;
}
div.datepicker-calendar table td {
 border: 1px #eaeaea solid;
 margin: 0px;
 padding: 0px;
 text-align: center;
}
div.datepicker-calendar table td:hover, 
div.datepicker-calendar table td.outbound:hover,
div.datepicker-calendar table td.today:hover {
 border: 1px #c4d5e3 solid;
 background: #FBD7C6;
 cursor: pointer;
}
div.datepicker-calendar table td.wday {
 border: 1px #ffffff solid;
 background: #ffffff;
 cursor: text;
}
div.datepicker-calendar table td.outbound {
 background: #FBD7C6;
}
div.datepicker-calendar table td.today {
	border: 1px #16518e solid;
	background: #F8AE8B;
}


