html, body {
	margin: 18;
}
			
input {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
}

select {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
}

textarea {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
	text-decoration: none;
	border: solid 1px #C6C6C6;
}

hr {
	color: #A5A5A5;                 /* IE */
	background-color: #A5A5A5;      /* FF */
	height: 1px;
	border: 0;
} 

a {
	font-family: Arial;
	font-size: 11px;
}

.bottonenormale {
	font-family: Arial;
	font-size: 12px;
	border-style: solid;
	border-width: 1;
	background-color: #C6C6C6;
}


/*          PAGINA DI LOGIN          */

.sfondo_login {
	background-image: url(img/sf_login.jpg);
	background-repeat: no-repeat;
}

.login {
	font-family: Arial;
	font-size: 12px;
	color: #838383;
	font-weight: normal;
	text-decoration: none;
}

input.text_login {
	font-family: Arial;
	font-size: 12px;
	color: #838383;
	font-weight: normal;
	text-decoration: none;
	height: 19px;
	width: 160px;
	border: solid 1px #C6C6C6;
}

.bottone_accedi {
	background-image: url(img/accedi.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 70px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_accedi_hover {
	background-image: url(img/accedi_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 70px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_pulisci {
	background-image: url(img/pulisci.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_pulisci_hover {
	background-image: url(img/pulisci_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_seleziona {
	background-image: url(img/seleziona.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 108px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_seleziona_hover {
	background-image: url(img/seleziona_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 108px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_deseleziona {
	background-image: url(img/deselez.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 124px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_deseleziona_hover {
	background-image: url(img/deselez_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 124px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_nuova_lav {
	background-image: url(img/nuovaLav.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 124px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_nuova_lav_hover {
	background-image: url(img/nuovaLav_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 124px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_annulla {
	background-image: url(img/annulla.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_annulla_hover {
	background-image: url(img/annulla_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_conferma {
	background-image: url(img/conferma.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_conferma_hover {
	background-image: url(img/conferma_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_chiudi {
	background-image: url(img/chiudi.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_chiudi_hover {
	background-image: url(img/chiudi_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_elimina {
	background-image: url(img/elimina.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_elimina_hover {
	background-image: url(img/elimina_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_upload {
	background-image: url(img/upload.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_upload_hover {
	background-image: url(img/upload_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_agg_allegato {
	background-image: url(img/agg_allegato.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 130px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_agg_allegato_hover {
	background-image: url(img/agg_allegato_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 130px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_visual_all {
	background-image: url(img/visual_all.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 112px;
	height: 29px;
	cursor: hand;
	cursor: pointer;
}

.bottone_visual_all_hover {
	background-image: url(img/visual_all_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 112px;
	height: 29px;
	cursor: hand;
	cursor: pointer;
}

.powered {
	font-family: Arial;
	font-size: 11px;
	color: #838383;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1;
}

a.powered {
	font-family: Arial;
	font-size: 11px;
	color: #838383;
	font-weight: normal;
	text-decoration: underline;
	letter-spacing: 1;
}


/*          PULSANTI          */


.bottone_indietro {
	background-image: url(img/freccia_sx_ico.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_cerca {
	background-image: url(img/cerca.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_cerca_hover {
	background-image: url(img/cerca_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}


.bottone_copia {
	background-image: url(img/copia.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_copia_hover {
	background-image: url(img/copia_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_indietro {
	background-image: url(img/indietro.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_indietro_hover {
	background-image: url(img/indietro_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_salva {
	background-image: url(img/salva.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_salva_hover {
	background-image: url(img/salva_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_inserisci
{
	background-image: url(img/inserisci.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_inserisci_hover {
	background-image: url(img/inserisci_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_inserisci_FE
{
	background-image: url(img/inserisciFE.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_inserisci_FE_hover {
	background-image: url(img/inserisciFE_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_inserisci_fattMan
{
	background-image: url(img/inserisci_fattMan.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 143px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_inserisci_fattPrenotata
{
	background-image: url(img/prenotafattura.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 143px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_inserisci_fattPrenotata_hover {
	background-image: url(img/prenotafattura_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 143px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_inserisci_fattMan_hover {
	background-image: url(img/inserisci_fattMan_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 143px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_dettaglio
{
	background-image: url(img/dettaglio.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_dettaglio_hover {
	background-image: url(img/dettaglio_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_testata
{
	background-image: url(img/testata.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_testata_hover {
	background-image: url(img/testata_h.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.errore {
	font-family: Arial;
	color: Red;
	font-size: 12px;
	font-weight: normal;
}


/*             PAGINE INTERNE              */

.operatore {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
	text-decoration: none;
}

.tabellaBordata {
	border: solid 1px #d9d9d9;
	padding-top: 20px;
	padding-left: 18px;
}

.cella_menuSx {
	background-color: #EEE;
	border-right: solid 1px #d9d9d9;
	padding-top: 20px;
	padding-left: 18px;
	WIDTH: 146px;
}

.menuSx_1 {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}

a.menuSx_1 {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}

a.menuSx_1:LINK {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}

a.menuSx_1:VISITED {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}

a.menuSx_1:ACTIVE {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}

a.menuSx_1:HOVER {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}

.menuSx_1_sel {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}


.menuSx_2 {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
	text-decoration: none;
	padding-left :10px;
}

a.menuSx_2 {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
	text-decoration: none;
	padding-left :10px;
}

a.menuSx_2:LINK {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
	text-decoration: none;
	padding-left :10px;
}

a.menuSx_2:VISITED {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
	text-decoration: none;
	padding-left :10px;
}

a.menuSx_2:ACTIVE {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
	text-decoration: none;
	padding-left :10px;
}

a.menuSx_2:HOVER {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	padding-left :10px;
}

.menuSx_2_sel {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	padding-left :10px;
}


.grande
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #909090;
}

.campi {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
	text-decoration: none;
}

.campiNeretto {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: bold;
	text-decoration: none;
}

input.text_campi {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
	text-decoration: none;
	border: solid 1px #C6C6C6;
}


input.text_campi_disabilitato {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	background-color:#EEEEEE;
	font-weight: normal;
	text-decoration: none;
	border: solid 1px #C6C6C6;
}

input.text_campi_dx {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
	text-decoration: none;
	text-align:right;	
	border: solid 1px #C6C6C6;
}

input.text_campi_center {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
	text-decoration: none;
	text-align:center;	
	border: solid 1px #C6C6C6;
}
select.combo_campi {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
	text-decoration: none;
	height: 19px;
	border: solid 1px #C6C6C6;
}

.radio_campi {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
	text-decoration: none;
	
}

.checkbox_campi {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
	text-decoration: none;
	height: 19px;
	border: solid 1px #C6C6C6;
}

.areaTesto_campi {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
	text-decoration: none;
	border: solid 1px #C6C6C6;
}

.Testo {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
	text-decoration: none;
}

.bottonenew {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background: url(img/sfBtn.gif) repeat-x center center;
	border:0;
	height:17px;
	color:#949294;
}

.bottonenew:HOVER {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background: url(img/sfBtn.gif) repeat-x center center;
	border:0;
	height:17px;
	color:#bdbdbd;
	cursor:pointer;
	cursor:hand;
}

.normaleBOLD           /*  intestazioni inserimento  */
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: 5D5D5D;
	line-height: 26px;
}

hr.rigaIns {
	color: #fff;                 /* IE */
	background-color: #fff;      /* FF */
	height: 2px;
	border: 0;
}


/*             TABELLE            */

.intestazioni {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #5D5D5D;
	background-color: #eee;
	line-height: 18px;
	text-indent: 3px;
}

.header_tabella_risultati {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #5D5D5D;
	background-color: #eee;
	line-height: 18px;
	text-indent: 3px;
}

.elenco_colorato_chiaro {
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	color: #5D5D5D;
	background-color:#fff;
	line-height: 18px;
	text-indent: 3px;
}

.elenco_colorato {
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	color: #5D5D5D;
	background-color:#F6F6F6;
	line-height: 18px;
	text-indent: 3px;
}

.riga_elenco_sel {
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	line-height: 18px;
	text-indent: 3px;
}

.pagine {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #5D5D5D;
	background-color: #fff;
}

a.pagine {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #5D5D5D;
	background-color: #fff;
}


/*             PULSANTI              */

.bottone_logout {
	background-image: url(img/logout.gif);
	background-repeat: no repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.bottone_logout_hover {
	background-image: url(img/logout_h.gif);
	background-repeat: no repeat;
	background-position: center center;
	background-color: #fff;
	border: none;
	width: 72px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}



.pos
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 10px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	font-family: Verdana,Arial;
	background-color: lightgrey;
}
.pos2
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 10px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	font-family: Verdana,Arial;
	position: absolute;
	top: 35%;
	background-color: lightgrey;
}

.pos3
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 10px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	font-family: Verdana,Arial;
	background-color: lightgrey;
}

.linknormale
{
font-family: Arial;
font-size:10px;
border-style: solid;
border-width: 1;
background-color: #FFFFFF;
}

.bottoneselezionato
{
font-family: Arial;
font-size:10px;
border-style:dotted;
border-width: 1;
background-color: #FFFF00;
}

.bottone
{
	border: solid 1px #c6c6c6;
	font-size: 10px;
	color: #909090;
	font-family: Arial;
	font-weight: normal;
	background-color: white;
	text-align: center;
	letter-spacing: 1;
}

.normale
{
font-family: Arial;
font-size:10px;
}

.grandenb
{
font-family: Arial;
font-size:14px;
font-weight:normal;
}


.text_body 
{
	font-family: Arial;
	color: #000000;
	font-size: 11px;
	padding: 5px
}

.labelgrid
{
	font-size: 7pt;
	vertical-align: baseline;
	border-top-style: none;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	text-align: left;
	border-bottom-style: none;
}
.labelgriddx
{
	font-size: 7pt;
	vertical-align: baseline;
	border-top-style: none;
	font-family: Verdana, Arial;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	text-align: right;
	border-bottom-style: none;
}
.inputdx
{
	
	font-size: 11px;
	color: #000000;
	font-family: Verdana,Arial;
	text-align: right;
}


.anon
{
	font-size: 10px;
	color: #000000;
	font-family: Verdana,Arial;
	text-decoration: none;
}
.labelgridDXb
{
	font-weight: bold;
	font-size: 7pt;
	vertical-align: baseline;
	border-top-style: none;
	font-family: Verdana, Arial;
	border-left-style: none;
	background-color: transparent;
	text-align: right;
}
a.news{
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: left;
	line-height: 120%;
	}
	a.news:HOVER{
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: CC0100;
	text-align: left;
	line-height: 120%;
	}
	a.rss
{
	font-weight: normal;
	font-size: 10px;
	color: black;
	line-height: 120%;
	font-family: verdana;
	text-align: left;
	text-decoration: none;
}
	a.rss:HOVER{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: CC0100;
	text-align: left;
	line-height: 120%;
text-decoration: none;
	}
