BODY {
	COLOR: #444466;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-STYLE: normal;
	TEXT-DECORATION: none;
	SCROLLBAR-FACE-COLOR: #dde2e6;
	SCROLLBAR-HIGHLIGHT-COLOR: white;
	SCROLLBAR-SHADOW-COLOR: white;
	SCROLLBAR-3DLIGHT-COLOR:  #666666;
	SCROLLBAR-ARROW-COLOR: #666666;
	SCROLLBAR-TRACK-COLOR: #f3f4f6;
	SCROLLBAR-DARKSHADOW-COLOR: #666666;
	margin:0;
	background-color: #f3f4f6;
}


/* _______________________________________________ STILI TESTO _______________________________________________ */

A:link { COLOR: #930; TEXT-DECORATION: none ; font-weight: bold ; FONT-SIZE: 11px}
A:visited { COLOR: #930; TEXT-DECORATION: none ; font-weight: bold ; FONT-SIZE: 11px}
A:active { COLOR: #c60; TEXT-DECORATION: none ; font-weight: bold ; FONT-SIZE: 11px}
A:hover { COLOR: #c60; TEXT-DECORATION: none ; font-weight: bold ; FONT-SIZE: 11px}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
}

.Titoli {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; font-style: normal;
	font-weight: bold; text-decoration: none;
	text-align: left;
}

.TitoliColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; font-style: normal;
	color: #ff6600; font-weight: bold
	text-align: left;
}

.Testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

.TestoInEvidenza {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #50697D;
	font-weight: bold;
}

/* _______________________________________________ STILI FORM _______________________________________________ */

.textbox {
	border:1px solid #444466;
	font-size: 12px;
	padding-top: 2px;
	padding-left: 5px;
	color: #444466;
	background-color: #ffffff;
	background-image: url('/hive/images/input_bg.gif');
	font-family: Arial, Helvetica, sans-serif;
	SCROLLBAR-FACE-COLOR: #dedede;
	SCROLLBAR-HIGHLIGHT-COLOR: white;
	SCROLLBAR-SHADOW-COLOR: white;
	SCROLLBAR-3DLIGHT-COLOR:  #666666;
	SCROLLBAR-ARROW-COLOR: #666666;
	SCROLLBAR-TRACK-COLOR: white;
	SCROLLBAR-DARKSHADOW-COLOR: #666666;
}

.button {
	cursor: pointer;
	border-top:2px solid #dde2e6;
	border-left:2px solid #dde2e6;
	border-bottom:2px solid #333355;
	border-right:2px solid #333355;
	font-size: 12px;
	color: #444466;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

input.button:hover {
	cursor: pointer;
	border-top:2px solid #ff9933;
	border-left:2px solid #ff9933;
	border-bottom:2px solid #ff6600;
	border-right:2px solid #ff6600;
	font-size: 12px;
	color: #ff9933;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

input.button:focus {
	cursor: pointer;
	border-top:2px solid #666666;
	border-left:2px solid #666666;
	border-bottom:2px solid #cccccc;
	border-right:2px solid #cccccc;
	font-size: 12px;
	color: #ffffff;
	background-color: #444466;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}



/* _______________________________________________ STILI TABELLE _______________________________________________ */

.TabellaEsterna {
	background-color: #ffffff;
	border: 1px solid #8ea4ba;
	border-collapse: separate;
	margin: 0px;
	padding: 3px;
}

.TabellaInterna {
	background-color: #8ea4ba;
	border-collapse: separate;
	margin: 0px;
	padding: 0px;
}

.TitoloFinestra1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #444466;
	background-color: #cccccc;
	background-image: url('/hive/images/shader_silver.gif');
	border: 1px solid #8ea4ba;
	margin: 4px;
	padding: 2px;
	text-align: left;
}

.TitoloTabella {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
	background-image: url('/hive/images/shader_silver2.gif');
	margin: 2px;
	padding: 4px;
	text-align: left;
}

.TitoloTabella A:link {color: #444466;}
.TitoloTabella A:visited {color: #444466;}
.TitoloTabella A:active {color: #ff6600;}
.TitoloTabella A:hover {color: #ff6600;}


.CellaTesto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #444466;
	background-color: #FFFFFF;
	text-align: left;
}

.CellaTestoAlt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #444466;
	background-color: #f3f4f6;
	text-align: left;
}

.CellaTestoHilite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #f3f4f6;
	text-align: left;
}

.TabellaBottoni {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	border-collapse: separate;
	border-spacing: 0px;
	border-style: none;
}

.TabellaHelp {
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0px;
	border-collapse: separate;
	border: 1px dotted #ff6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}
