html{
	height:100%;
	padding-bottom:1px;
}
body{
	margin-top:0;
	background-image:url(patt_v.gif);
	background-position:left top;
	background-repeat:repeat;
}
input,textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border:1px solid #C8C8C8;
}
td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2b2b2b;
}
.td_att{
	background-color:#FFFADC;
	}
.feed_1{
	margin-top:10px;
	padding:3px;
	background-color:#FFFADC;
	text-align:justify;
	line-height:15px;
	border-bottom:1px solid #FFE23B;
}
.feed_2{
	margin-top:10px;
	padding:3px;
	text-align:justify;
	line-height:15px;
	border-bottom:1px solid #39894A;
}
.sf_preindex{
	background-image:url(base_v.gif);
	background-position:center center;
	background-repeat:no-repeat;
	line-height:13px;
}
.sf_testata{
	background-image:url(testata_v.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.sf_titoli{
	background-image:url(basetitoli_v.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.testo{
	text-align:justify;
	padding:0 35px;
	line-height:22px;
}
.titoletto{
	font-size:14px;
	color:#666666;
}
.titoletto_menu{
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}
.titolo{
	font-size:30px;
	color:#ea1533;
}
.piede{
	padding-top:3px;
	font-size:11px;
}
.piede a{
	color:#2b2b2b;
	font-weight:bold;
	text-decoration:none;
}
.piede a:link{
	color:#2b2b2b;
	font-weight:bold;
	text-decoration:none;
}
.piede a:visited{
	color:#2b2b2b;
	font-weight:bold;
	text-decoration:none;
}
.piede a:hover{
	color:#ea1533;
	font-weight:bold;
	text-decoration:none;
}
.piede a:active{
	color:#2b2b2b;
	font-weight:bold;
	text-decoration:none;
}
.bordo{
	border:1px solid #C8C8C8;
	padding:2px;
}
.no_bordo{
	border:none;
}
.tit_feedback{
	border:1px solid #C8C8C8;
	background-color:#FFCC33;
}
/**/
.toro {
	cursor: url(../_js/img/zoomin.cur), pointer;
    outline: none;
}
.toro-active-anchor img {
	visibility: hidden;
}
.toro-wrapper {
	background: white;
}
.toro-caption {
    display: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.toro-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../_js/img/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.toro-credits,
a.toro-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.toro-credits:hover,
a.toro-credits:hover i {
    color: white;
    background-color: gray;
}
a.toro-full-expand {
	background: url(../_js/img/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.toro-overlay {
	display: none;
}
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand;
	cursor: pointer;
	background: url(../_js/img/close.png);
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_js/img/close.png', sizingMethod='scale');
}
.toro-display-block {
    display: block;
}
.toro-display-none {
    display: none;
}