body     {font-size: 12px; background-color: #FFFFFF; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; }
.Stile1  {font-size: 12px; color: #FFFFFF; font-weight: bold; }
.Stile2  {font-size: 12px; color: #000000;}
.Stile3  {font-size: 12px; text-align: center}
.Stile4  {font-size: 36px; color: #0000CC;}
.Stile5  {font-size: 12px; }
.Stile6  {font-size: 36px; }
.Stile7  {font-size: 12px; color: #000000; }
.Stile8  {font-size: 11px; font-weight: bold; }
.Stile9  {font-size: 12px; font-weight: bold;}
.Stile10 {font-size: 12px; }
.Stile11 {font-size: 12px; font-weight: bold;}
.Stile12 {font-size: 12px; color: #FFFFFF;}
.Stile13 {font-size: 12px; color: #FFFFFF;}
.Stile14 {font-size: 12px; font-weight: bold; }
.Stile15 {font-size: 12px; color: #FFFFFF}
.Stile16 {font-size: 12px; font-weight: bold; color: #FFFFFF; }
.Stile17 {font-size: 24px; color: #FFFFFF;}
.rgh {text-align: right;}
.warning_show {
	position: absolute;
	top: 30%;
	left: 30%;
	width: 30%;
	border: 1px solid #ff0000;
	background: #ffeeee;
	color: #ff0000;
	padding: 50px;
}
.warning_hide {
	display: none;
}

.succes {
	padding: 10px 10px 10px 40px;
	border: 1px solid #009900;
	background: #eeffee url('../immagine/ok.gif') no-repeat 8px 5px;
	color: #009900;
}
.errore {
	padding: 10px 10px 10px 40px;
	border: 1px solid #ff0000;
	background: #ffeeee url('../immagine/error.gif') no-repeat 8px 5px;
	color: #ff0000;
}

.al_right {
	text-align: right;
}
.al_left {
	text-align: left;
}

.img_edit{
	background-url: '../immagine/edit_16x16.gif';
}

.header_main {
	width: 1000px;
	min-height: 139px;
	height: 139px;
	background: url('../immagine/head_bk.jpg');
}

.header_main_text {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	padding: 8px;
}
.header_main_text span {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}
.header_main_logout {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	padding: 8px;
	float: right;
}

.header_main_logout a, .header_main_logout a:visited {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
}
.header_main_logout a:hover, .header_main_logout a:active {
	color: #ff6600;
	font-weight: bold;
	font-size: 13px;
}

.menu_container{
	width: 1000px;
	height: 29px;
	background: url('../immagine/menu_bk.gif');
}

fieldset {
	width: 980px;
}

fieldset td {
	padding: 10px;
	background: #eff6ff;
}
fieldset th {
	text-align: left;
	width: 180px;
	background: #99ccff;
	padding: 10px;
}
