td, div, span, body, h2  {
 	font-size: 11px;
	font-family: verdana, arial, helvetica;
 	font-style: normal;
 	font-size: 11px;
}

td {
	vertical-align: top;
}

h2 {
 	color: #EF0000;
 	font-family: verdana, arial, helvetica;
 	font-weight: bold;
 	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h3 {
 	color: #0c409a;
 	font-family: verdana, arial, helvetica;
 	font-weight: bold;
 	font-size: 12px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	border-bottom: 1px solid #9ebef5;
}

div.guide {
	border: 1px solid #D8E3E6;
	padding: 4px 10px;
	padding-left: 30px;
	background-color: #FFFFF0;
	background-image: url(../img/icons/lightbulb.gif);
	background-position: 6px 6px;
	background-repeat: no-repeat;
	font: 11px/1.3em arial, verdana, sans-serif;
	margin: 5px 0 5px;
}

body  {
	background-color: #CCCCCC; /* #808080 */
	margin: 20px;
}
 
input, select, textarea {
 	font-family : verdana, arial, helvetica;
 	font-size: 11px;
	margin: 0px;
}

form { margin: 0px }
 
legend {
	font-family: tahoma, arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #cc0000;
	margin-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

fieldset { 
	border: 0px;
	/*border-top: 1px solid #ACA899;*/
	border: 1px solid #ACA899;
}

#testa {
	border-right: #ACA899 1px solid;
	border-left: #ACA899 1px solid;
	border-top: #ACA899 1px solid;
	background: #EAEAEA url(../img/bg_testa.gif) no-repeat top left;
	padding: 8px;
	width: 940px;
	float: left;
}

#corpo {
	border-right: #ACA899 1px solid;
	border-left: #ACA899 1px solid;
	border-bottom: #ACA899 1px solid;
	background-color: #FFFFFF;
	padding: 8px;
	width: 940px;
	float: left;
}

#piede {
	padding-top: 5px;
	padding-left: 10px;
	font-size: 9px;
	float: left;
	width: 940px;
}

#hp {
	background-color: #FFFFFF;
	margin: 10px 0px; 
	padding: 0px; 
}

/* l'immagine fra i record */
.separator {
	border: 0px solid #F00;
	width: 100%;
	height: 1px;
	float: left;
}

/* testa datagrid */
.tr-datagrid {
	background-color: #EAEAEA;
}

.imghelp {
	border: 0px;
	cursor: help;
 }
 
.headpage {
 	width: 930px;
	background-color: #ECE9D8;
	padding: 5px;
 }

.toolbar {
	padding: 5px;
	padding-left: 12px;
	background: #ece9d8 url(../img/bg_toolbar.gif);
	height: 17px;
	margin-bottom: 8px;
}
 
a:link, a:visited, a:active {
 	color: #0000FF;
	text-decoration: none;
}
 
a:hover {
 	color: #3366FF;
	text-decoration: none;
}

h1 {
 	/*color: #EF0000;*/
	color: #cc0000;
 	font-family: Tahoma, Lucida sans unicode, verdana, arial, helvetica;
 	/*font-weight: bold;*/
 	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.sottit {
 	color: #EF0000;
 	font-family : verdana, arial, helvetica;
 	font-size: 11px;
	margin-left: 15px;
}

.alert {
 	color: #FF0000;
}

.ronly {
	background-color: #EAEAEA;
}

.editabile {
	background-color: White;
}

div.colonna-sx {
	float: left; 
	width: 450px; 
	border-right: 1px solid #ACA899;
	padding: 5px;
}

div.colonna-dx {
	float: left; 
	width: 440px;
	padding: 5px;
}


#cform input.invalid, #cform textarea.invalid, #cform select.invalid {
	/*background-color: #FFE813;*/
	border: 2px inset #BB0000 !important;
}

.required {
	background-color: #FFF4E3;
}

#cform label { /* modifca .bsend se cambi il valor di width! */
	float: left;
	text-align: right;
	padding-right: 10px;
	width: 140px;
	margin-top: 5px;
	margin-bottom: 2px;
	display: block;
}

#cform label.onright {
	float: left; 
	text-align: left; 
	display: block;
	width: 300px;
	margin-top: 5px;
	margin-bottom: 2px;
}

#cform input, #cform select, #cform textarea {
 	font-family: verdana, arial, helvetica;
 	font-size: 11px;
	margin-bottom: 2px;
	margin-top: 2px;
}

#cform input, #cform select {
	width: 200px;
}

#cform label a {
	color: Red;
	border-bottom: 1px dotted Red;
}

#cform input.numerico, input.numerico {
	width: 80px;
	text-align: right;
}

#cform input.medio {
	width: 80px;
}

#cform input.smallint, input.smallint {
	text-align: right;
	width: 40px;
}

#cform br {
	clear: left;
}

#cform .boxes {
	width: 15px;
}

#cform .bsend, .bsend { /* il pulsante che invia i form */
	width: 150px;
	margin: 10px 0 20px 0;
}

#cform .flabel { /* label flatted */
	text-align: right;
	padding-right: 10px;
	width: 140px;
	margin-top: 2px;
	margin-bottom: 2px;
	display: inline;
	float: none;
}

#cform .fupload { /* field per l'upload */
	width: 200px;
}

/* ----------------------- */

.visibile {
    display: block;
    visibility: visible;
}

.invisibile {
    display: none;
    visibility: hidden;
}

fieldset.dati-login {
	background-image: url(../img/chiavi2.gif);
	background-repeat: no-repeat; 
	background-position: 820px 40px;
}

input.prezzo {
	width: 50px;
}

#headhome {
	border-top: 1px solid #CCC; 
	border-left: 1px solid #CCC; 
	border-right: 1px solid #CCC; 
	background-image: url(../img/bg_menu.gif); 
	width: 450px; 
	margin: 0 auto;
}

#foothome {
	padding-top: 7px; 
	border-top: 1px solid #CCCCCC;
	width: 450px; 
	margin: 0 auto;
}

th {
	background: #EAEAEA url(../img/bg_th.gif) no-repeat top left;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	text-align: left;
}

th.tdth { /* riga datagrid th dove c'e' l'icona */
 	background-color: #EAEAEA;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	width: 18px;
	padding: 0px;
}

caption {
	text-align: left;
	background: #ece9d8;
	padding: 5px;
	padding-left: 12px;
	background-image: url(../img/bg_headpage.gif);
	height: 26px;
}

.headpage {
 	width: 925px;
	height: 16px;
	padding: 5px 5px 5px 10px;
	background: url(../img/bg_headpage.gif) #efebdb;
	margin-bottom: 10px;
	border-top: 1px solid #d8d7d6;
	border-left: 1px solid #d8d7d6;
	border-right: 1px solid #d8d7d6;
 }

tr.visti {
 	background-color: #e3ecf4;
 }
 
#toolbar-utente {
	float: left; 
	height: 25px; 
	border-bottom: 1px solid #A0A0A0; 
	background-image: url(../img/bg_utente.gif); 
	float: left;
}

.box-ricerca {
	width: 930; 
	border: 1px solid #a8c4e6; 
	margin: 0 0 10px 0; 
	background-color: ; 
	padding: 5px;
	background: #ddecfe url(../img/bg_box-ricerca.gif) no-repeat top left;
}

.box-ricerca th {
	background: #bdd6f4 url(../img/bg_th_search-box.gif) no-repeat top left;
	background-color: #bdd6f4;
	border-bottom: 1px solid #84a9e9;
}

a.helpMessage {
	border-bottom: 1px dotted Red;
	text-decoration: none;
	color: Red;
}

.box-legenda {
	background-color: #EAEAEA;
	border: 1px solid #CCCCCC; 
	padding: 5px; 
}


