
/************************************************************/
/* Style Guide Regione Lombardia - release 1.0 - 30/06/2010 */
/************************************************************/

/************/
/*** Body ***/
/************/
body {
	margin: 0;
	padding:0;
	font-family: "Trebuchet MS", Garuda, FreeSans, arial, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #0b8800;
}
a:hover {
	text-decoration: underline;
}

ul {
	list-style:none;
	margin: 10px 5px;
	padding:0;
}
li {
	margin-left: 10px;
}

img {
	border: none;
}

select {
	background: #ffffff;
}

div.content_separator {
	height: 20px;
	clear: both;
}

/***************************/
/*** Barra istituzionale ***/
/***************************/
div#barra_istituzionale {
	width: 100%;
}
div#barra_istituzionale div.spalla_sx {
	width: 300px;
	height: 76px;
	float: left;
}
div#barra_istituzionale div.spalla_dx {
	width:  20px;
	height: 76px;
	float: right;
}
div#barra_istituzionale img.logo {
	float: left;
	padding-left: 70px;
	padding-top: 20px;
	border: none;
}
div#barra_istituzionale .fascia_sup {
	height: 45px;
	vertical-align: bottom;
}
div#barra_istituzionale .fascia_top_verde {
	height: 20px;
	background-color: #348D45;
}
div#barra_istituzionale .fascia_top_bianca {
	height: 8px;
	background-color: #FFFFFF;
}
div#barra_istituzionale .fascia_bassa_bianca {
	height: 12px;
	background-color: #FFFFFF;
}

div#barra_istituzionale .fascia_inf {
	height: 30px;
	text-align: right;
}
div#barra_istituzionale ul.voci_navigazione {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
	font-size: .91em;
	color: #000000;
	text-align: right;
	float: right;
}
div#barra_istituzionale ul.voci_navigazione li {
	display: inline;
	border-right:1px solid black;
	margin: 0 5px 0 0;
	padding: 0 7px 0 0;
}
div#barra_istituzionale ul.voci_navigazione li.last {
	border-right: none;
	margin: 0;
	padding: 0;
}
div#barra_istituzionale div.sormontante_titolo {
	height: 15px;
}
div#barra_istituzionale div.area_titolo {
	height: 30px;
	background-color: #FFFFFF;
	
}
div#barra_istituzionale div.area_titolo div.spalla_sx {
	width: 10px;
	height: 30px;
	background: url(../images/tagli_html/top_titolosx.gif) no-repeat;
	float: left;
}
div#barra_istituzionale div.area_titolo div.spalla_dx {
	width: 10px;
	height: 30px;
	background: url(../images/tagli_html/top_titolodx.gif) no-repeat;
	float: right;
}
div#barra_istituzionale h1.titolo {
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
	font-size: 19px;
	display: inline;
	margin-right: 30px;
}
div#barra_istituzionale h1.nome_gamma_servizi {
	text-transform: uppercase;
	color: #0b8800;
	font-weight: bold;
	font-size: 2.16em;
	display: inline;
}
div#barra_istituzionale span.numero_verde {
	float: right;
	color: #077505;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	
}
div#barra_istituzionale a {
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	line-height: 23px;
}
div#barra_istituzionale a:hover {
	font-weight: bold;
	text-decoration: underline;
}
h2.sottotitolo_applicativo {
	text-transform: uppercase;
	font-size: 1.00em;
	color: #313131;
	padding-left: 200px;
	font-weight: bold;
	margin: 0;
}

/**************/
/*** Footer ***/
/**************/
div#footer {
	clear:both;
	height: 30px;
	width: 100%;
	border-top: 2px solid #0b8800;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 8px;
	position : relative;
    bottom : 0;
    background-color: #003354;
}

div#footer div.titolo_e_copyright {
	float: left;
	margin-left: 25px;
	width: 100%;
	text-align: center;
}

div#footer div.titolo_e_copyright span.titolo {
	color: #313131;
	font-weight: bold;
	text-transform: uppercase;
}
div#footer div.titolo_e_copyright span.nome_gamma_servizi {
	font-weight: bold;
	text-transform: uppercase;
}
div#footer ul.voci_navigazione {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
	margin-right: 25px;
}
div#footer ul.voci_navigazione li {
	display: inline;
	border-right:1px solid #0b8800;
	margin: 0 5px 0 0;
	padding: 0 7px 0 0;
}
div#footer ul.voci_navigazione li.last {
	border-right: none;
	margin: 0;
	padding: 0;
}
div#footer ul.voci_navigazione li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #0b8800;
}
div#footer ul.voci_navigazione li a:hover {
	font-weight: bold;
	text-decoration: underline;
}

/*******************/
/*** Area utente ***/
/*******************/
div#area_utente {
	font-size: 1.00em;
	color: #000000;
	padding-left: 10px;
	padding-right: 20px;
	background-color: #00bf00; /* #dada45; */
	height: 30px;
	font-weight: bold;
}
div#area_utente span.dati_utente span.ico_utente {
	background: url(../images/icone/18/ico_utente_18.gif) no-repeat center;
	width: 18px;
	height: 30px;
	float: left;
	margin-right:5px;
}

div#area_utente span.dati_utente span#nome_utente {
	height: 30px;
	float:left;
	line-height: 30px;
}

div#area_utente span.dati_utente {
	height: 30px;
	float:left;
	line-height: 30px;
	width: 70%;
}
div#area_utente ul.links {
	text-align: right;
	margin:0;
}
div#area_utente ul.links li {
	display: inline;
	list-style-image: none;
	border-left:1px solid #000000;
	padding: 0 0 0 10px;
	margin-left: 5px;
}
div#area_utente ul.links li.first {
	border: none;
	margin: 0;
	padding: 0;
}
div#area_utente ul.links a {
	line-height: 30px;
	text-decoration: none;
	color: #000000;
}
/* div#area_utente ul.links a img { */
/* 	vertical-align: middle; */
/* 	margin-right:5px; */
/* } */

/**********************/
/*** Area contenuti ***/
/**********************/
div#area_contenuti {
	background-color: #ededa4;
	padding: 15px 10px 20px 10px;
}
div#area_contenuti .tab_area_contenuti {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #cccccc;
	margin: 0px 10px 0px 10px;
}
div#area_contenuti div.area_testo {
	padding: 15px 10px 20px 10px;
}
div.content_closer {
	height: 20px;
	clear: both;
	background-color: #ededa4;
}
div.content_closer_thin {
	height: 1px;
	clear: both;
}

div#layout div#area_contenuti, div#layout_190_left div#area_contenuti {
	background: url(../images/tagli_html/sfondo_menu_grigio_300.png) repeat-y;
	padding: 0px 0px 0px 300px;
}

div#area_contenuti div.colonna_sx {
	width: 49%;
	float:left;
}
div#area_contenuti div.colonna_dx {
	width: 49%;
	float:right;
}
div#area_contenuti div.box {
	background-color:#ededa4;
	margin: 5px;
	padding: 5px;
}


/*********************/
/*** Titolo pagina ***/
/*********************/
div#titolo_pagina {
	font-size: 1.33em;
	font-weight: bold;
	color: #000000;
	padding: 0 10px;
	background-color: #e5e57f;
	line-height: 30px;
	text-transform: uppercase;
}

div#titolo_pagina ul.tool_utility {
	float: right;
	list-style-type: none;
	margin: 0;
}
div#titolo_pagina ul.tool_utility li {
	display: inline;
	width: 18px;
	border-left:1px solid #b6b6b6;
	padding: 0 0 0 4px;
	margin: 0;
}
div#titolo_pagina ul.tool_utility img {
	vertical-align: middle;
	border: 0;
}

/************************/
/*** Menu orizzontale ***/
/************************/
ul#menu_orizzontale {
	font-size: 1.00em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-color: #cad5ca;
	height: 30px;
	padding: 0 10px;
	list-style-type: none;
	margin: 0;
}
ul#menu_orizzontale li {
	display: inline;
	border-right:1px solid #b6b6b6;
	margin: 0 5px 0 0;
	padding: 0 7px 0 0;
}
ul#menu_orizzontale img {
	vertical-align: middle;
	margin: 0 5px;
	border: 0;
}
ul#menu_orizzontale a {
	text-decoration: none;
	color: #000000;
	line-height: 30px;
}

/**********************/
/*** Menu verticale ***/
/**********************/
div.jsenable div{
	cursor: pointer
}
div#menu_verticale ul.show, div#menu_verticale ul {
	display:block
}
div#menu_verticale ul.hide {
	display:none
}

div#colonna_menu_sx, div#colonna_sx {
	background: url(../images/tagli_html/sfondo_menu_grigio_300.png) repeat-y;
	float:left;
	width:300px;
	font-size: 1.00em;
}

div#menu_verticale{
	width:300px;
	background: #e8eee8;
	color: #313131;
	float: left;
}
div#menu_verticale a{
	display: block;
	text-decoration: none;
	color: #313131;
	padding-right: 5px;
}
div#menu_verticale ul, div#menu_verticale li{
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div.filetto {
	list-style-image: none;
	position: relative;
	left: -12px;
	width:300px;
	height: 11px;
	background: url(../images/tagli_html/menu_tilebgpuntini.gif) repeat-x center;
}
div#menu_verticale ul ul {
	padding-left: 12px;
}
div#menu_verticale div.pannello {
	display:block;
	line-height: 30px;
	margin: 0;
	padding-left:5px;
	background: url(../images/tagli_html/menu_tilebgtitolo.gif) repeat-x;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
div#menu_verticale div.pannello span.aperto, div#menu_verticale div.pannello span.chiuso {
	float: right;
	height: 30px;
	width: 20px;
}
div#menu_verticale div.menu span.aperto, div#menu_verticale div.menu span.chiuso {
	float: left;
	height: 12px;
	width: 12px;
}
div#menu_verticale div.pannello span.aperto {
	background: url(../images/tagli_html/menu_freccia_on.gif) no-repeat center center;
}
div#menu_verticale div.pannello span.chiuso {
	background: url(../images/tagli_html/menu_freccia_off.gif) no-repeat center center;
}
div#menu_verticale div.menu span.aperto {
	background: url(../images/tagli_html/menu_freccia_on.gif) no-repeat center center;
}
div#menu_verticale div.menu span.chiuso {
	background: url(../images/tagli_html/menu_freccia_off.gif) no-repeat center center;
}
div#menu_verticale li, div#menu_verticale li.off {
	font-weight: normal;
	color: #313131;
}
div#menu_verticale li.on {
	font-weight: bold;
	color: #000000;
}
div#menu_verticale div.menu {
	line-height: 15px;
	background: none;
}
div#menu_verticale div:hover {
	font-weight: bold;
}
div#menu_verticale a:hover {
	font-weight: bold;
}

/**************/
/*** Tabber ***/
/**************/
div.sovra_tabber {
	height: 15px;
}

ul.tabber {
	font-size: 1.16em;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin: 0 10px;
	height: 40px;
	background-color: #ffffff;
	background: url(../images/tagli_html/sfondo_tabber_bianco.gif) repeat-x;
	list-style-type: none;
	padding: 0;
}
ul.tabber li.tab {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #cccccc;
	background: url(../images/tagli_html/sfondo_tab_bianco.gif) repeat-x;
	height: 40px;
}
ul.tabber li.tab_separator {
	display: table-cell;
	width: 3px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc;
	height: 40px;
}
ul.tabber li.tab#active {
	border-bottom-width: 0px;
	background: url(../images/tagli_html/pixel_bianco.gif) repeat;
}
ul.tabber li.tab a {
	text-decoration: none;
	color: #000000;
}

/***************/
/*** Tabella ***/
/***************/
table {	
/* 	background-color: #ffffff; */
	border-collapse:collapse;
	width: 100%;
}

/* tr { */
/* 	background-color: #ededa4; */
/* } */

/* tr:hover { */
/* 	background-color: #e5e57f; */
/* } */

table.grid {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	border-collapse:collapse;
	color: #000000;
	width: 100%;
	background-color: #ecf5ec;
}
table.tabella_ridotta {
	border-width: 0;
	width: auto;
}
table.grid th {
	background-color: #c2ddc0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	padding: 5px;
	text-transform: uppercase;
	text-align: left;
	vertical-align:top;
	font-weight: bold;
}
table.grid tr.riga_alternata {
	background-color: #e6e4e0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
}
table.grid tr:hover {
	background-color: #c2ddc0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
}
table.grid td {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	padding: 5px;
	text-align: left;
}

table.grid td.numero {
	text-align: right;
}
table.grid td.centrato {
	text-align: center;
}

table.grid tr a {
	text-decoration: none;
	color: #0b8800;
}
table.grid tr a:hover {
	text-decoration: underline;
}

div.toolbar_tabella {
	height: 30px;
	background-color: #ffffff;
}
div.toolbar_tabella img, td img, th img {
	vertical-align: middle;
	border: 0;
	margin: 0 5px;
}
ul.tool_utility {
	float: left;
	padding: 0 10px;
	margin: 5px 0 0 0;
}
ul.tool_utility a {
	text-decoration: none;
	color: #0b8800;
}
ul.tool_utility li {
	display: inline;
	padding: 0 5px;
	margin-left: 0;
}
ul.pager {
	float: right;
	padding: 0 5px;
	margin: 5px 0 0 0;
}
ul.pager li {
	display: inline;
	padding: 0 1px;
	margin-left: 0;
}
ul.pager li.avanti {
	border-left:1px solid #b6b6b6;
}
ul.pager li.indietro {
	border-right:1px solid #b6b6b6;
}
ul.pager li.inizio, ul.pager li.fine {
	border-right:1px solid #b6b6b6;
	border-left:1px solid #b6b6b6;
}
ul.pager a {
	text-decoration: none;
	color: #0b8800;
	padding: 0 5px 0 5px;
}
ul.pager a:hover {
	text-decoration: underline;
}
tr.pager td {
	border-width: 1px 0px 0px 0px;
	text-align: center;
}
tr.pager:hover {
	background-color: inherit;
}

/********/
/* Form */
/********/

form {
	padding: 0 10px;
}

div.col_33 {
	width: 33%;
	float:left;
	height: 40px;
}
div.col_66 {
	width: 66%;
	float:left;
	height: 40px;
}
div.col_100 {
	width: 100%;
	float:left;
	height: 40px;
}
div.col_25 {
	width: 24%;
	float:left;
	height: 40px;
}
div.col_50 {
	width: 49%;
	float:left;
	height: 40px;
}
div.col_75 {
	width: 74%;
	float:left;
	height: 40px;
}
div.col_20 {
	width: 19%;
	float:left;
	height: 40px;
}
div.col_80 {
	width: 79%;
	float:left;
	height: 40px;
}
div.riga {
	margin: 5px;
	height: 55px;
}
div.riga_25 {
	margin: 5px;
	height: 25px;
}
div.riga_35 {
	margin: 5px;
	height: 35px;
}
div.riga_110 {
	margin: 5px;
	height: 110px;
}
div.riga_165 {
	margin: 5px;
	height: 165px;
}
div.riga_220 {
	margin: 5px;
	height: 220px;
}

div.campo {
	float: left;
	margin-right: 5px;
}

label.orizz_sx {
	padding-right: 10px;
}
label.verticale {
	display: block;
}

img {
	vertical-align: middle;
	cursor: pointer;
}
hr {
	margin: 10px 0;
	color: #e8eee8;
}

/* Messaggi di errore */
label.fatal_error {
	display: block;
	font-size: .91em;
	color: #cc0000;
	font-weight: bold;
}
label.normal_error {
	display: block;
	font-size: .91em;
	color: #cc0000;
}
label.info_message {
	display: block;
	font-size: .91em;
	color: #000000;
}
label.confirm_message {
	display: block;
	font-size: .91em;
	color: #0b8800;
}
label.campi_obbligatori {
	color: #cc0000;
	font-weight: bold;
}
input.fatal_error {
	border: 2px solid #CC0000;
}
input.normal_error {
	border: 2px solid #CC0000;
}
div.alert_box {
	background-color: #f9e5e5;
	border: 2px solid #cc0000;
	margin: 10px;
	padding: 5px;
	color: #cc0000;
	font-weight: bold;
}

div.alert_box_verde {
	background-color: #99c796;
	border: 1px solid #000000;
	margin: 10px;
	color: #000000;
	font-weight: bold;
}

div.titolo_box {
	border: 2px solid #cccccc;
	padding: 5px;
	color: #000000;
	font-weight: bold;
}

div.box_sezione_tab {
	margin: 10px;
	margin: 0 10px 10px 10px;
	padding: 5px;
	color: #000000;
	background-color: #ededa4;
}

div.box_sezione_tab_2 {
	margin: 10px;
	margin: 0 10px 10px 10px;
	padding: 5px;
	color: #000000;
	background-color: url(../images/tagli_html/sfondo_menu_grigio_300.png) repeat-y;
	background: url(../images/tagli_html/sfondo_menu_grigio_300.png) repeat-y;
}

div.box_sezione_ricerca {
	margin: 10px;
	padding: 15px;
	color: #000000;
}

div.box_sezione_generica {
	background-color: #E8EEE8;
	margin: 10px;
	padding: 15px;
	color: #000000;
}

div#principale  {
/* 	background-color:#ededa4; */
}

/***************/
/*** Ricerca ***/
/***************/
div#ricerca {
	background-color: #ededa4;
	color: #000000;
}
div#ricerca h4.titolo {
	padding: 0 0 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.16em;
	line-height: 25px;
	display: inline;
	margin: 0;
}
div#ricerca div.campo {
	float: left;
	padding-right: 10px;
}

/************/
/* Pulsanti */
/************/
input.pulsante {
	cursor: pointer;
	height:25px;
	font-size: 1.00em;
	font-family: "Trebuchet MS", Garuda, FreeSans, arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	background: transparent url(../images/tagli_html/bottone_tilebg_off.gif);
	margin: 0 5px;
}
input.pulsante:hover {
	background: transparent url(../images/tagli_html/bottone_tilebg_on.gif);
}

input.pulsante_dx {
	float: right;
}

div.area_rispetto {
	float: right;
	padding: 10px 10px 5px 10px;
}

/**************/
/*** Wizard ***/
/**************/

ul.wizard {
	float: left;
	list-style-type: none;
	margin: 0 0 20px 0;
}
ul.wizard li {
	color: #0b8800;
	background: transparent;
	text-transform: uppercase;
	font-size: .91em;
	font-weight: bold;
	float: left;
	width: 120px;
	text-align: center;
	list-style:none;
	margin-left: 0;
}
ul.wizard li div.numero {
	width: 100%;
	font-size: 1.5em;
	height: 30px;
	line-height: 30px;
	background: url(../images/tagli_html/wizard_background.gif) no-repeat transparent;
	background-position: 50% 0;

}
ul.wizard li.on div.numero {
	background: url(../images/tagli_html/wizard_background.gif) no-repeat transparent;
	background-position: 50% -30px;
	color: #ffffff;
}
ul.wizard li.past div.numero {
	background: url(../images/tagli_html/wizard_background.gif) no-repeat transparent;
	background-position: 50% -60px;
	color: #0b8800;
}

/*******************/
/*** Accoglienza ***/
/*******************/
div#accoglienza {
	background-color: #ededa4;
}
div#accoglienza hr {
	color: #e8eee8;
}

/*** Area foto ***/
div#accoglienza div#area_foto {
	position: absolute;
	width:300px;
	height: 450px;
}

/*** Area contenuti ***/
div#accoglienza div#area_contenuti {
	height: 450px;
	padding: 0;
	margin-left: 300px;
}
div#accoglienza div#area_contenuti div#cards_accoglienza {
	width: 70%;
}

 div#box_1 {
  background-color: #ededa4;
  width: 100%;
  float: left;
  margin-top: 35px;
  margin-left: 10px;
  min-height: 400px;
}
div#box_2 {
  background-color: #ededa4;
  width: 100%;
  float: left;
  margin-top: 35px;
  margin-left: 5px;
  min-height: 400px;
}
div#box_3 {
  background-color: #b5c5b5;
  width: 32%;
  float: left;
  margin-top: 35px;
  margin-left: 10px;
} 

div#accoglienza div#area_contenuti div#cards_accoglienza div#box_sx {
	background-color: #ededa4;
	height: 350px;
	width: 48%;
	float: left;
	margin-top: 35px;
	margin-left: 10px;
}
div#accoglienza div#area_contenuti div#cards_accoglienza div#box_dx {
	background-color: #e5e57f;
	height: 350px;
	width: 48%;
	float: right;
	margin-top: 35px;
	margin-left: 5px;
}
div#accoglienza div#area_contenuti div#cards_accoglienza div.area_testo {
	padding: 5px 15px;
}

/*** Area login ***/
div#accoglienza div#area_login {
	background-color: #dada45;
	height: 350px;
	width: 26%;
	float: right;
	margin-top: 35px;
	margin-right: 20px;
}
div#accoglienza div#area_login form {
	padding: 5px 15px;
}

/******************/
/*** Calendario ***/
/******************/

/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #ccc;
  font-size: .91em;
  color: #000;
  cursor: default;
  background: #fff;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;	 /* They are the navigation buttons */
  padding: 2px;			 /* Make the buttons seem like they're pressing */
  background: #fff;
  color: #000;
  font-size: 1.20em;
}

.calendar .nav {
  background: #fff url(../images/tagli_html/menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;		/* Pressing it will take you to the current date */
  text-align: center;
  padding: 2px;
  background: #fff;
  color: #0b8800;
  font-size: 1.16em;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #ccc;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #0b8800;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #bdf5b9;
  color: #000;
  border: 1px solid #ccc;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #99c796;
  padding: 2px 0px 0px 2px;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #fff;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #564;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: .80em;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fff;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #0b8800;
  background: #fff;
}

.calendar tbody .rowhilite td {
  background: #ecf5ec;
}

.calendar tbody .rowhilite td.wn {
  background: #ecf5ec;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #bdf5b9;
  padding: 1px 3px 1px 1px;
  border: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #dec;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #fff;
  padding: 1px 3px 1px 1px;
  background: #99c796;
  color: #fff;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { font-weight: bold; color: #fff; background: #0b8800;}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #565;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px;
  background: #fff;
  color: #000;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #fff;
  border: 1px solid #bbb;
  color: #000;
  padding: 1px;
}
.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #99c796;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #565;
  background: #fff;
  color: #000;
  font-size: .90em;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #bdf5b9;
}

.calendar .combo .active {
  border-top: 1px solid #99c796;
  border-bottom: 1px solid #99c796;
  background: #99c796;
  font-weight: bold;
  color: #fff;
}

.calendar td.time {
  border-top: 1px solid #8a8;
  padding: 1px 0px;
  text-align: center;
  background-color: #ecf5ec;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #898;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #99c796;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

/*********************/
/*** Area Partners ***/
/*********************/

div#area_partners {
	padding-top:20px;
}

div.dicitura_area_partners {
	float: right;
   border:0;
	padding-right:20px;
	text-transform:uppercase;
}

div.area_loghi {
	clear:right;
   background-color: #ffffff;
   border-top:1px dotted #b6b6b6;
	float: right;
   margin: 0;
}

div.area_loghi div {
	float:left;
	height: 75px;
   width: 125px;
	padding: 0;
	margin: 10px 0;
	text-align:center;
}

div.area_loghi div.bordato {
   border-left:1px dotted #b6b6b6;
}

div.area_loghi img {
	vertical-align: middle;
	margin: 5px;
}

.voceSelezionata {
	background-color: #c2ddc0;
}

.boxLeft {
	padding: 10px;
	background-color: #ededa4;
}
.boxCentral {
	background-color: #ededa4;
}
.boxRight {
/* 	background-color: #ededa4; */
}

.labelBold {
	font-weight: bold;
	margin: 0;
	padding:0;
	font-family: "Trebuchet MS", Garuda, FreeSans, arial, sans-serif;
	font-size: 12px;
}

.labelNormal {
	margin: 0;
	padding:5;
	font-family: "Trebuchet MS", Garuda, FreeSans, arial, sans-serif;
	font-size: 12px;
}

.labelSottotitolo {
	margin: 0;
	padding:0;
	font-family: "Trebuchet MS", Garuda, FreeSans, arial, sans-serif;
	font-size: 9px;
}

.tab {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #cccccc;
	background: url(../images/tagli_html/sfondo_tab_origin.gif) repeat-x;
	height: 40px;
}

label {
	margin: 0;
	padding:0;
	font-family: "Trebuchet MS", Garuda, FreeSans, arial, sans-serif;
	font-size: 12px;
}

.titolo_tabella {
	background-color: #c2ddc0;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #cccccc;
	padding: 5px;
	text-transform: uppercase;
	text-align: left;
	vertical-align:top;
	font-weight: bold;
}

.fatal_error {
    background-image:none;
    background-color:#fdd;
    border: 1px solid #EA8D7B;
}

.menu_verticale{
	width:180px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #313131;
	float: left;
}

.campo_obbligatorio {
    background-image:none;
    background-color:#fdd;
}


.tabber {
	font-size: 1.16em;
	font-weight: bold;
	color: #000000;
	margin: 0 10px;
	height: 30px;
	background-color: #ecf5ec;
	background: url(../images/tagli_html/sfondo_tabber_origin.gif) repeat-x;
	list-style-type: none;
	padding: 0;
}

.gwt-Grid { 
	margin-top: 10px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cccccc;
	padding: 15px 15px 15px 15px;
}

.area_utente {
	font-size: 1.00em;
	color: #000000;
	padding-left: 10px;
	padding-right: 20px;
	background-color: #dada45;
	height: 30px;
	font-weight: bold;
}

/* /****************************************************** */
/* *						TabPanel */
/* ******************************************************/ */

.gwt-TabPanel {
	margin-top: 10px;
	padding: 15px;
	text-transform: none;
	border-style: solid;
	border: 3px;
	border-color: red;
}

.gwt-TabBar {
	color: #000000;
	height: 25px;
	list-style-type: none;
	padding: 0;
	margin-top: 25px;
}

.gwt-TabBar .gwt-TabBarFirst{
	height						:	100%;
	width						:	25px;
	padding-left				:	3px;
	border-bottom				:	1px solid #cccccc;
}

.gwt-TabBar .gwt-TabBarRest{
	border-bottom				:	1px solid #cccccc;
	padding-right				:	3px;
}

.gwt-TabPanelBottom {
	margin: 30px 0px 10px 30px;
}

.gwt-TabBarItem {
	height: 25px;		
 	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #cccccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	font-family: "Trebuchet MS";
	cursor: pointer;
	border-bottom: 1px solid #cccccc;
}

.gwt-TabBarItem-selected {
	font-weight: bold;
	height: 25px;
 	border-style: solid;
 	border-width: 1px 1px 0px 1px;
	border-color: #cccccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	cursor: default;
	border-bottom: 0px solid ;
}

/* .gwt-TabPanel { */
/* 	margin-top: 10px; */
/* 	padding: 15px; */
/* 	border: 1px solid #cccccc; */
/* 	text-transform: none; */
/* } */

/* .gwt-TabPanelBottom { */
/* /*   background-color:  #ededa4; */ */
/* 	margin: 10px 0px 10px 10px; */
/* } */

/* .gwt-TabBar { */
/*  	font-size: 1.0em; */
/* 	font-weight: bold; */
/* 	color: #000000; */
/* 	height: 40px; */
/* 	list-style-type: none; */
/* 	padding: 0; */
/* } */

/* .gwt-TabBarItem { */
/* 	height: 40px; */
/*  	border-style: solid; */
/* 	border-width: 1px 1px 0px 1px; */
/* 	border-color: #cccccc; */
/* 	margin: 0px 2px 0px 2px; */
/* 	padding: 0px 15px 0px 15px; */
/* 	font-family: "Trebuchet MS"; */
/* 	font-size: 16px; */
/* /* 	background-color: #ededa4; */ */
/* } */

/* .gwt-TabBarItem-selected { */
/* 	height: 40px; */
/*  	border-style: solid; */
/* 	border-width: 2px 2px 0px 2px; */
/* 	border-color: #cccccc; */
/* 	background-color: #e5e57f; */
/* 	color: #cc0000; */
/* 	margin: 0px 2px 0px 2px; */
/* 	padding: 0px 15px 0px 15px; */
/* } */

.label_fatal_error {
	font-size: .91em;
	color: #cc0000;
	font-weight: bold;
}

.x-form-invalid-field, textarea.x-form-invalid-field {
    background-image:none;
    background-color:#cc0000;
    border-color:#cc0000;
}

.obbligatorio_error {
	font-size: .91em;
	color: #cc0000;
	font-weight: bold;
}


.titolo_tabella {
	background-color: #c2ddc0;
}

.treeItem {
	text-align: left;
}



.riga_verde {
	background-color: #c2ddc0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

.riga {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

.verde_background {
	background-color: #d3e7d2;
}

.grid_colonna_header {
	background-color: #c2ddc0;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #cccccc;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}


.grid_riga_verde_chiaro td{
	background-color: #d3e7d2;
}

.grid_riga_alternata td{
	background-color: #e6e4e0;
}

.grid_riga_verde td{
	background-color: #c2ddc0;
}

.grid_column_align_right
  {
  text-align: right;
 }
 
.h1Conferma{
	font-size: 150%; 
	font-weight: bold; 
}

.bloccoVoceNavigazione {
	font-weight: bold;
	font-family: "Trebuchet MS", Garuda, FreeSans, arial, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}

.labelVoceNavigazione {
	text-align: center;
}


.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}
.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
.CSSTableGenerator tr:hover td{	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#e6e4e0; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ededa4; }
.CSSTableGenerator td{
	vertical-align:middle;
	border:1px solid #000000;
	/* border-width:0px 1px 1px 0px; */
	border-width:0px 1px 0px 0px;
	text-align:center;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
	background:-o-linear-gradient(bottom, #dada45 5%, #dada45 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dada45), color-stop(1, #dada45) );
	background:-moz-linear-gradient( center top, #dada45 5%, #dada45 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#dada45", endColorstr="#dada45");	background: -o-linear-gradient(top,#dada45,99c796);
	background-color:#dada45;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:10px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #dada45 5%, #dada45 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dada45), color-stop(1, #dada45) );
	background:-moz-linear-gradient( center top, #dada45 5%, #dada45 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#dada45", endColorstr="#dada45");	background: -o-linear-gradient(top,#dada45,99c796);

	background-color:#dada45;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


.CSSTableGenerator2 {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator2 table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.CSSTableGenerator2 tr:nth-child(odd) { background-color:#e6e4e0; }
.CSSTableGenerator2 tr:nth-child(even)    { background-color:#ededa4; }
.CSSTableGenerator2 td{
	text-align:left;
	border:0px solid #000000;
	/** border-width:0px 0px 1px 1px;**/
}
.CSSTableGenerator2 tr:first-child td{
	background:-o-linear-gradient(bottom, #dada45 5%, #dada45 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dada45), color-stop(1, #dada45) );
	background:-moz-linear-gradient( center top, #dada45 5%, #dada45 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#dada45", endColorstr="#dada45");	background: -o-linear-gradient(top,#dada45,99c796);
	background-color:#dada45;
	border:0px solid #000000;
	text-align:left;
	border-width:0px 0px 1px 1px;
	font-size:10px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.CSSTableGenerator2 table td:last-child {
	text-align:center;
}
.CSSTableGenerator2 table td:first-child {
	width: 90%;
}


.CSSTableGenerator3 {} 

.CSSTableGenerator3 table td:last-child {
	text-align:center;
}
.CSSTableGenerator3 table td:first-child {
	width: 90%;
}

.filtroLabelAlbero {
	margin-left: 10px;
	font-weight:bold;
}

.filtroAlbero {
	margin-left: 10px;
}

.esportaAlbero {
	margin-left: 220px;
	margin-right: 20px;
}