body,p,td,th,ol,h1,h2,h3,h4,h5,h6,a,span,div,form,input,select,textarea,caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
	}

body { margin: 0px; background-color: #FFF; text-align:center }
th { text-align:center } 

a:hover { text-decoration:underline }

/* ID  */

#container{
	position: relative;
	width: 1000px;
	margin: 0px auto;
	background-position: 0px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	text-align:left	
}

#loghi{
	position:absolute;
	left: 779px;
	top:304px;
	width:211px;
	height:92px;
	z-index:1;
	visibility: visible;
}

#tendina_menu{
	position:absolute;
	left:306px;
	top:263px;
	width:408px;
	height:300;
	z-index:1;
	visibility: visible;
	background-color: #ECECEC;
}


/* SFONDI */

.sf_sfumatura_banner {
	background-image: url(/img/sfondo_sfumatura_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 40px;
}
.sf_tratteggio_hp {
	background-image: url(/img/tratteggio_o_hp_corso.jpg);
	background-repeat: repeat-x;
	background-position: middle;
}

.sf_scuro{ background-color: #3F3E3E; }
.sf_medio{ background-color: #BDBDBD; }
.sf_chiaro{ background-color: #ECECEC; }
.sf_rosso { background-color:#C30C3D; }
.sf_rosa { background-color:#ECECEC; } /* ho forzato il colore rosa */
.sf_bianco { background-color:white; }
.sf_main{background-image: url(/img/sf_main.jpg);
		 background-repeat: repeat-x;}

/* BORDI */
.bordo_white_bottom { border-bottom: 3px solid #FFFFFF;}
.bordo_bottom_tratteggiato {border-bottom: 1px dashed #3F3E3E;}
.bordo_destra { border-right: 1px solid #3F3E3E; }

.bordo_destra { border-right: 1px solid #CCCCCC; }
.bordo_sinistra { border-left: 1px solid #CCCCCC; }
.bordo { border: 1px solid #666666; }

/* LINKS E TESTI */

.grey_14,a.grey_14,a.grey_14:hover,a.grey_14:visited { 
	font-size: 14px;
}
.grey_15,a.grey_15,a.grey_15:hover,a.grey_15:visited { 
	font-size: 15px;
	color: #8D8D8D;
}
.grey_13,a.grey_13,a.grey_13:hover,a.grey_13:visited { 
	font-size: 13px;
	color: #8D8D8D;
}
.grey_12,a.grey_12,a.grey_12:hover,a.grey_12:visited { 
	font-size: 12px;
	color: #8D8D8D;
}
.grey_20,a.grey_20,a.grey_20:hover,a.grey_20:visited { 
	font-size: 20px;
	font-weight: bold;
}
.red_12,a.red_12,a.red_12:hover,a.red_12:visited { 
	color: #C30C3D;
	font-size: 12px;
}
.red_14,a.red_14,a.red_14:hover,a.red_14:visited { 
	color: #C30C3D;
	font-size: 14px;
}

.red_14_menu  { color: #C30C3D; background-color:white; font-size: 14px; }
a.red_14_menu,a.red_14_menu:hover,a.red_14_menu:visited{ color: #3F3E3E; }
a.red_14_menu:hover { text-decoration:underline; }

.red_20,a.red_20,a.red_20:hover,a.red_20:visited { 
	color: #C30C3D;
	font-size: 20px;
}
.red_25,a.red_25,a.red_25:hover,a.red_25:visited { 
	color: #C30C3D;
	font-size: 25px;
	font-weight: bold;
}
.grey_28,a.grey_28,a.grey_28:hover,a.grey_28:visited { 
	font-size: 28px;
	font-weight: bold;
}
.white_14,a.white_14,a.white_14:hover,a.white_14:visited { 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.white_13,a.white_13,a.white_13:hover,a.white_13:visited { 
	font-size: 13px;
	color: #ffffff;
}
.white_12,a.white_12,a.white_12:hover,a.white_12:visited { 
	font-size: 12px;
	color: #ffffff;
}


/* SPAZIATURE E ALLINEAMENTI */

.pad8 { padding: 8px;}
.pad10 { padding: 10px;}
.pad33_sx { padding: 0px 0px 0px 33px;}
.pad20_sx { padding: 0px 0px 0px 20px;}
.pad3 { padding: 3px;}
.pad5 { padding: 5px;}
.pad20 { padding: 20px;}
.margini3 { margin: 3px; }
.align_sx_top { vertical-align: top; text-align: left; }
.align_dx_center { vertical-align: middle; text-align: right; }

/* ALTEZZE */
.h50 { height:50px }
.h22 { height:22px }

/* PULSANTI */
.btn_red_mini {
	background-image:url(/img/btn_red_mini.gif);
	margin:2px; text-align:center;
	background-repeat: no-repeat;
	height:17px; width:110px; display:inline-block;
	background-position: left center; font-size:12px;
	color:white; font-weigh:bold
	}
.btn_gray_mini { 
	background-image:url(/img/btn_gray_mini.gif); margin:2px; text-align:center; 
	height:17px; width:110px; display:inline-block; background-repeat: no-repeat; 
	background-position: left center;
	font-size:12px; color:black; font-weight:bold 
	}
.btn_red {
	background-image:url(/img/btn_red.gif);
	text-align:center; 	height:30px; width:200px; display:inline-block;
	font-size:12px; color:white;
	font-weigh:bold;
	background-repeat: no-repeat; background-position: center center;
	padding-top: 7px;
	}
.btn_gray { 
	background-image:url(/img/btn_gray.gif); margin:5px; text-align:center; 
	height:30px; width:200px; display:inline-block; 
	font-size:12px; color:black; font-weight:bold 
	}

/* CAMPI DEI FORM */
input, textarea {
	background-image:url(/img/sf_campi.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bgnone { background-image:none; border-style:none }