body {
	margin:0px;
	font-family: "Trebuchet MS";
	font-size:14px;
	color:#333;
}
img { border:none; }
a { text-decoration:none;}
#Cont_Testata { width:100%; height:92px; background-color:#C4081C; }
#Cont_Loghi { width:80%; min-width:900px; margin:auto; }
#menuHead { width:80%; margin:auto; height:52px; padding-left:15px; }
#Cont_Content { width:100%; background-color:#eff0ee; padding-bottom:20px; }
#Cont_Interno_Content { width:80%; min-width:980px; margin:auto; }
#Cont_Footer { width:100%; min-height:250px; background-image:url(../images/footer/barretta_top_footer.jpg); background-repeat:repeat-x; background-position:top; background-color:#CCC; padding-top:10px;}
#Footer_Content { width:80%; min-width:900px; margin:auto; background-color:#CCC; }
#Cont_Form {width:100%; }
#LogMod { width:100%; }
#MenuButt { margin:10px; float:left; width:32px; height:32px; background-position:top; cursor:pointer; }
#MenuButt:hover{ margin:10px; float:left; width:32px; height:32px; background-position:bottom; cursor:pointer; }
.point { cursor:pointer; }

.rosso{color:#C4081C;}
.grigio{color:#CCC;}
.grigioScuro{color:#333;}
.bianco{color:#FFF;}

.bgBianco {background-color:#FFF;}
.bgGrigio {background-color:#CCC;}
.bgRosso {background-color:#C4081C;}
.bgGrigioScuro {background-color:#999;}

.corpo {
	font-family: "Trebuchet MS";
	font-size:14px;
	text-decoration: none;
}
.negativo {
	color:#CC0000;
	text-decoration: none;
}
.copy{
	font-family: "Trebuchet MS";
	font-size:12px;
	text-decoration:none;
}
.small {
	font-family: "Trebuchet MS";
	font-size:10px; 
	text-decoration:none;
}
.big {
	font-family: "Trebuchet MS";
	font-size:18px; 
	text-decoration:none;
}
.bigest {
	font-family: "Trebuchet MS";
	font-size:26px; 
	text-decoration:none;
}
.titolo {
	font-family: "Trebuchet MS";
	font-size:30px; 
	text-decoration:none;
}
.form {
	font-family: "Trebuchet MS";
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color:#E0E0E0;
	background-color:#FEFEFE;
	color:#444444;
	margin-left:0px;
	margin-right:0px;
	width: 100%;
}
.form2 {
	font-family: "Trebuchet MS";
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color:#E0E0E0;
	background-color:#FEFEFE;
	color:#444444;
	margin-left:0px;
	margin-right:0px;
}
.form3 {
	font-family: "Trebuchet MS";
	height: 32px;
	border-style:solid;
	border-width:1px;
	border-color:#E0E0E0;
	background-color:#FEFEFE;
	color:#444444;
}
.butt {
	font-family: "Trebuchet MS";
	color: #C4081C;
	font-size: 14px;
	background-color: #FEFEFE;
	border:1px solid #E0E0E0;
	border-radius: 5px 5px 5px 5px;
	background-image:url(../images/admin/menu_bg2.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	padding:6px;
	cursor: pointer;
}
.butt:hover {
	font-family: "Trebuchet MS";
	color: #999;
	font-size: 14px;
	background-color: #FEFEFE;
	border:1px solid #E0E0E0;
	border-radius: 5px 5px 5px 5px;
	background-image:url(../images/admin/menu_bg.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	padding:6px;
	cursor: pointer;
}
.butt2 {
	font-family: "Trebuchet MS";
	color: #C4081C;
	font-size: 10px;
	background-color: #FEFEFE;
	border:1px solid #E0E0E0;
	border-radius: 5px 5px 5px 5px;
	background-image:url(../images/admin/menu_bg2.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	padding:4px;
	cursor: pointer;
}
.butt2:hover {
	font-family: "Trebuchet MS";
	color: #999;
	font-size: 10px;
	background-color: #FEFEFE;
	border:1px solid #E0E0E0;
	border-radius: 5px 5px 5px 5px;
	background-image:url(../images/admin/menu_bg.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	padding:4px;
	cursor: pointer;
}
.tabMoz {
	border-radius: 5px 5px 5px 5px;
}
.tabMoz .tabInto {
	border: solid 1px #CCC;
	border-radius: 5px 5px 5px 5px;
	background-image:url(../images/admin/menu_bg.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	padding:10px;
}
.shadowMoz {
	 -moz-box-shadow: 0px 2px 4px #999;
}