/*----------------------------
 Autore:    	 Inspect.it
 Data revisione: Maggio 2009
-------------------------------*/
/*--- Impostazioni elementi HTML base --*/
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 11px;
}

body {
	margin: 0;
	padding: 0 5px;
}

body,div,table,input,select,td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	margin: 0px 5px;
	padding: 0 0 0.5em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea {
	background: #FFF url(../images/text-bg.gif) repeat-x 0 0;
	border: 1px solid #7F9DB9;
	font-family: Tahoma, Arial, serif;
	font-weight: normal;
	font-size: 12px;
}

a,a:link,a:visited {
	text-decoration: none;
	color: #003366;
}

a:hover {
	text-decoration: none;
	text-decoration: none;
	color: #c10000;
}

fieldset {
	border: solid 0.1em #C0C0C0;
}

fieldset legend {
	padding: 0em .5em .5em 1em;
	font-variant: small-caps;
	font-weight: bold;
	color: #a0a0a0;
	padding-left: 8px;
}

fieldset#div {
	width: 99%;
	padding-left: 5px;
	/*margin: 0em 0em 0em .5em;*/
}

caption {
	border-bottom: 0px solid #ffa20c;
	text-align: left;
	color: white;
	text-align: left;
	padding-top: 20px;
	font-weight: bolder;
	font-style: italic;
}

/*---- Impostazioni relative ai DIV di layout  ----*/
div#page {
	width: 100%; /* Imposta la larghezza della pagina (si puo' usare anche 100%) */
	text-align: left;
	margin: 0;
	padding-left: auto; /* servono x centrare la pagina*/
	padding-right: auto;
	/* background: url(3col.jpg) repeat-y; */
}

div#header {
	text-align: left;
	width: 100%;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

div#footer {
	text-align: left;
	width: 100%;
	vertical-align: baseline;
	padding-top: 5px;
}

div#pageCenter {
	/*display: table-row;*/
	text-align: left;
	vertical-align: top;
	border: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	min-height: 350px;
}

div#bodyContainer { /* contiene leftBar, bodyContent, rightBar */
	width: 100%;
}

div#bodyContent {
	width: 100%; height ="400px";/* Imposta l'altezza della parte centrale (body) della pagina */

	text-align: left;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;
	/*border: 1px solid red;*/
}

div#pageLeft { /*display: table-cell; */

	width: 155px; /*modificare anche il .pageLeft qui sotto */
	text-align: left;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 0;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
}

.pageLeft { /*display: table-cell; */
	width: 155px;
	text-align: left;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 0;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 10px;
}

div#pageBody { /* contiene topBar, bodyContainer, bottomBar */
	/*display: table-cell;*/
	width: 100%;
	height: 100%;
	text-align: left;
	vertical-align: top;

	/*border: 1px solid green;*/
}

div#pageRight { /*display: table-cell;*/
	text-align: left;
	vertical-align: top;
	padding-left: 2px;
	padding-right: 0px;
}

div#topBar {
	width: 100%;
	text-align: center;
	vertical-align: top;
	padding: 0;
	padding-bottom: 1px;
	margin-top: 0;
}

.topBar {
	width: 100%;
	text-align: center;
	vertical-align: top;
	padding: 0;
	padding-bottom: 1px;
	margin-top: 0;
}

.topMenu {
	width: 100%;
	padding: 1px;
}

div#leftBar {
	width: 1%;
	text-align: left;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 2px;
}

div#rightBar {
	text-align: left;
	vertical-align: top;
	padding-left: 2px;
	padding-right: 0px;
}

div#bottomBar {
	width: 100%;
	padding: 5px 2px 5px 2px;
}

.bottomBar {
	width: 100%;
	padding: 5px 2px 5px 2px;
}

div#piePagina {
	text-align: center;
	vertical-align: middle;
	border-top: solid .15em #C0C0C0;
	margin-top: 1em;
}

div#filoArianna {
	width: 100%;
	font-size: 1.0em;
	text-align: left;
	vertical-align: middle;
	background-color: #E3E3E3;
	border-top: solid .1em #E3E3E3;
	border-bottom: solid .1em #C0C0C0;
}

div#filoArianna a:hover {
	text-decoration: none;
	color: #c10000;
	border-bottom: 1px dotted #c10000;
}

/* ------  Stili usati nello StdContainer ('portlet') ----------*/
.portletSpacer {
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

.emptyPortletSpacer {
	padding: 0px 0px 2px 0px;
	margin: 0px;
}

.titoloPortlet {
	width: 100%;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background: url('../images/mii-icon.png') no-repeat right;
	background-color: #CCFF99;
}

.portletImage {
	margin: 0px;
	font-weight: bold;
	padding: 0 0 0 5px;
}

.linkDettaglioContenuto { /*font-size: .8em;*/

}

/* -------------------------------------------------*/
.divBorder {
	border-color: 0px solid #699;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.welcomeBackoffice {
	font-weight: bold;
	color: darkgreen;
}

.cursorHand {
	cursor: pointer;
}

.cursorDefault {
	cursor: default;
}

.msgContainer {
	line-height: 1.5;
	padding: 10px;
	text-align: justify;
	width: 70%;
	background-color: #fffafa;
	border-top: solid 1px #8f0505;
	border-bottom: solid 3px #7d6a6a;
	border-left: solid 1px #8f0505;
	border-right: solid 3px #7d6a6a;
}

.infoContainerOnContext {
	padding: 12px;
	background-color: lightyellow;
	border: 1px solid #6ea158;
	color: #6ea158;
}

.msgContainerOnContext {
	padding: 10px;
	background-color: #effaed;
	border: 1px solid #8DC540;
	color: #6ea158;
}

.errorContainerOnContext {
	padding-left: 20px;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:10px;
	background-color: #fcf5f5;
	border: 1px solid #8f0505;
	color: #8f0505;
}

.Etichetta { /*font-size: .8em;*/
	color: #000;
}

.EtichettaGreen {
	color: #006400;
}

.Etichetta a,.Etichetta a:link,.Etichetta a:visited {
	color: #003366;
}

.PrezzoListino {
	color: red;
	text-decoration: line-through;
}

.EtichettaObb {
	font-weight: bold;
	color: #000;
}

.EtichettaFac {
	color: #000;
	font-weight: normal;
}

.Output {
	/*background-color: #eee;*/
	color: #000;
}
.OutputS {
	padding:3px;
	background-color: yellow;
	color: #000;
	text-align: left;
	font-weight: bold;
	text-align: right;
}
.OutputN {
	padding:3px;
	/*background-color:  #eee;*/
	color: #000;
	text-align: right;
}
.OutputX {
	padding:3px;
	background-color: red;
	color: #000;
	text-align: left;
	font-weight: bold;
	text-align: right;
}
.Outputnull {
	padding:3px;
	/*background-color:  #eee;*/
	color: #000;
	text-align: right;
}

.TestoSinistra {
	text-align: left;
}

.fieldTagOutput {
	background: #FFF url(../images/text-bg.gif) repeat-x 0 0;
	border: 1px solid #7F9DB9;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.pulsante {
	font-size: .9em;
	color: #000;
}

.pulsante a {
	color: #000;
	display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background: #f0f0f0;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	width: 130px;
	height: 10px;
	border: 2px solid;
	border-color: #336;
	border-left: 1px solid;
	border-top: 1px solid;
}

.pulsante a:hover {
	color: #f00;
	background: #f0f0f0;
	background-color: #f0f0f0;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	width: 130px;
	height: 10px;
	border: 2px solid;
	border-color: #f00;
	border-bottom-color: #f00;
	border-right-color: #f00;
	border-top-color: #f00;
	border-left-color: #f00;
	border-bottom: 1px solid;
	border-left: 2px solid;
	border-right: 1px solid;
	border-top: 2px solid;
}



table#tabContainer {
	background-color: #fff;
	border-left: 1px solid #787878;
	border-bottom: 1px solid #787878;
	border-right: 1px solid #787878;
	border-top: 1px solid #787878;
}

/*
//VECCHI TABS
div#tabNavigation {
	background-color: #fff;
	border-bottom: 1px solid #787878;
	text-align: left;
	margin: 0;
	margin-bottom: 0;
	width: 100%;
}

div#tabNavigation ul {
	border-bottom: 1px solid #787878;
	list-style-type: none;
	padding-left: 0 px;
	padding: 0;
	margin: 0;

}

div#tabNavigation li {
	border-bottom: 1px dotted #787878;
	display: inline;
	margin: 0em;
	margin-bottom: 0;
	text-decoration: none;
	border: 0px solid #787878;
	padding: 0 .6em;

}



div#tabNavigation li a:hover {
	background: #781351 url(../images/navr_b.gif)  right top no-repeat;
	color: #ffffff;
}

div#tabNavigation li a:hover span {
	background: url(../images/navr_b.gif)  right top no-repeat;
	padding-right: 10px;
}

div#tabNavigation li a {
	background: url(../images/navr.gif) right top no-repeat;
	color: #000;
	background: #ffa20c;
	text-decoration: none
}
div#tabNavigation li a span {
	background: url(../images/navr.gif) right top no-repeat;
	color: #000;
	background: #ffa20c;
	text-decoration: none
}

*/


#tabNavigation a
{
color: #000;
background: #F7BB0A url(../images/navl.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px;
/*border-bottom: 1px solid #787878;*/
}

#boxFEresizer
{
width: 100%;
text-align: right;
}


#tabNavigation a span
{
background: url(../images/navr.gif) right top no-repeat;
padding-right: 10px
}

#tabNavigation a, #tabNavigation a span
{
display: block;
float: left
}



#tabNavigation a:hover,#activelink a
{
color: #fff;
background: #2166A4 url(../images/navl_b.gif) left top no-repeat;
padding-left: 10px
}

#tabNavigation a:hover span, #activelink a span
{
background: url(../images/navr_b.gif) right top no-repeat;
padding-right: 10px
}

#tabNavigation ul
{
list-style: none;
padding: 0;
margin: 0
}



#tabNavigation li
{
float: left;
margin: 0;
cursor: pointer;
}


.TitoloElenco {
	color: #fff;
	font-weight: bold;
	background-color: #517181;
	border-top: 1px solid #787878;
}

.TitoloElencoCenter {
	color: #fff;
	font-weight: bold;
	background-color: #517181;
	text-align:center;
	border-top: 1px solid #787878;
}

.TitoloElenco a,.TitoloElenco a:link,.TitoloElenco a:visited {
	color: white;
	border: 0;
}

.TitoloElenco a:hover {
	color: #c10000;
	border: 0;
}

.griglia {
	background-color: #c0c0c0;
	/*font-size: .8em;*/
}

.grigliaIntestazione {
	font-weight: bold;
	background-color: #e3e3e3;
	color: #000;
}

.grigliaRiga {
	background-color: #f8f8f8;
}

.grigliaRiga:hover {
	background-color: #a5cbbc;
}

.grigliaRigaErrore {
    background-color: #cc3333;
}

.grigliaRigaRiferimento {
    background-color: #669933;
}

.grigliaRigaGialla {
    background-color: yellow;
}

.grigliaRigaGialla:HOVER {
    background-color: yellow;
}

.grigliaRigaErrore:hover {
    background-color: #red;
}

.grigliaRigaAlt {
	background-color: #e3e3e3;
}

.grigliaRigaAlt:hover {
	background-color: #a5cbbc;
}

.grigliaRigaSel {
	background-color: #687888;
	color: #fff;
}

.grigliaRigaSel:hover {
	background-color: #a5cbbc;
}

.grigliaPaginatore {
	background-color: #cacaca;
	color: #000;
}

.grigliaRigaPulsanti {
	border-width: 0;
	background-color: #cacaca;
	color: #000;
}

.t {
	background: url(../images/dot.gif) 0 0 repeat-x;
	width: 100%
}

.b {
	background: url(../images/dot.gif) 0 100% repeat-x
}

.l {
	background: url(../images/dot.gif) 0 0 repeat-y
}

.r {
	background: url(../images/dot.gif) 100% 0 repeat-y
}

.bl {
	background: url(../images/bl.gif) 0 100% no-repeat
}

.br {
	background: url(../images/br.gif) 100% 100% no-repeat
}

.tl {
	background: url(../images/tl.gif) 0 0 no-repeat
}

.tr {
	background: url(../images/tr.gif) 100% 0 no-repeat;
	padding: 6px
}

.boxFEresizer {
	border-color: #5F5FC0;
	padding: 2px;
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	text-align: right;
}

.EtichettaNumVerde {
	color: darkgreen;
	font-weight: bold;
}

.EtichettaBlu {
	color: darkblue;
	font-weight: bold;
}

.EtichettaInfo {
	font-weight: bold;
}

.contorno {
	border: 0px solid #ffa20c;
	border-top: 0px;
}

.titoloListino { /*font-size: .7em;*/
	font-weight: bold;
	background-color: #D1DEF1;
	padding-left: 4px;
}

.divListino { /*font-size: 1.0em;*/
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #699;
	padding: 5px;
}

/*
.caption {
	font-weight: bold;
	cursor: pointer;
}
*/

.testo_evidenza {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #009900;
}

.testo_evidenza2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #E24A01;
}

.testo_evidenza3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FF0066;
	text-decoration: none
}

.testo_evidenza4 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #99C2E0;
	text-decoration: none
}

.testo_evidenza5 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #E24A01;
	text-decoration: none;
	font-weight: bold;
}

.testo_evidenza6 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none
}

.titoligrandi {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E24A01;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 0px 3px 0px 3px;
	text-decoration: none
}

.titoli {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E24A01;
	font-weight: bold;
	background-color: #ffffff;
	padding: 0px 3px 0px 3px;
	text-decoration: none
}

.colore3 {
	background: #F5F5F5;
	height: 30PX;
	width: 100%;
}

.grigio {
	background: #F5F5F5;
	width: 100%;
}

.colore1 {
	background: #E24A01;
}

.colore1_a {
	background: #E24A01;
	color: #FFFFFF;
	font-weight: bold;
}

.colore2 {
	background-color: #99C2E0
}

.colore5 {
	background-color: #003366
}

.colore4 {
	background-color: #006699
}

.colore6 {
	background-color: #57A1CE
}

.colore7 {
	background-color: #CCCCCC
}

.colore8 {
	background-color: #EBEBEB
}

.colore9 {
	background-color: #F8F7F1
}

.testo_scuro {
	padding: 0px 20px 0px 15px;
}

.testo_bianco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none
}

.dotted { /*font-size: 1.0em;*/
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #999999;
}

.filoPrenotazione {
	padding: 5px;
	font-size: 1.1em;
	color: #993333;
}

.filoPrenotazione a {
	color: #993333;
}

.passoCorrente {
	color: #006600;
	font-weight: bold;
}

.portletTipologia {
	color: #003366;
	font-weight: bold;
}

.portletLocalita {
	color: #003366;
	font-weight: bold;
}

.portletCodice {
	color: #003366;
	font-weight: bold;
}

.portletDescrizione {
	color: #000000;
}

.portletImg {
	width: 100px;
	background-color: transparent;
}

.portletContinua {

}

.portletElencoCompleto {
	color: #006600;
	font-weight: bold;
}

.prezzoBase {
	white-space: normal;
	color: #000000;
}

.tablePortlet {
	vertical-align: top;
	border: 0px;
	border-style: solid;
	border-color: red;
	padding: 0px;
	margin: 0px;
}

.porletScadenza {
	color: #006600;
}



.sidebox {
	margin: 0 auto; /* center for now */
	width: 100%; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}
.boxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 5px 5px 5px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 10px;
}

.contenutiMagici{
	visibility: hidden;
}

.rssLogo{
	background: url(../images/rss_logo.gif) 100%  top  no-repeat;

}

.rssContainer{
}

.rssElement{
	background: url(../images/news-new.png) no-repeat top left;
	padding-left: 20px;

}


.tagCloud1 {
	padding-left: 4px;
    font-size: 0.9em;
    color: #0066CC;
}

.tagCloud2 {
	padding-left: 3px;
    font-size: 1.2em;
    font-weight: bold;
    color: #CC7733;

}
.tagCloud3 {
	padding-left: 3px;
    font-size: 1.45em;
    font-weight: bold;
    color: #0066CC;
}

.tagCloud4 {
	padding-left: 3px;
    font-size: 1.7em;
    font-weight: bold;
    color: #006699;
}
.tagCloud5 {
	padding-left: 3px;
    font-size: 2.0em;
    color: #00AA55;
}
.tagCloud6 {
	padding-left: 3px;
    font-size: 1.9em;
    font-weight: bold;
    color: #00AA66;
}
.tagCloud7 {
	padding-left: 3px;
    font-size: 2.1em;
    font-weight: bold;
    color: #00BB33;
}

/* ---------------------------------------------	*/
/* --		MENU
/* ---------------------------------------------	*/

/* .........................................................................
Elemento del menu: principale */

a.elementoPrincipale,
a.elementoPrincipale:link,
a.elementoPrincipale:visited		{
	height:1.8em;
	padding-right:0.2em;
	border-top:solid 0.1em #ffffff;
	border-bottom:solid 0.1em #ffffff;
	background-color:#e3e3e3;
	color:#000000;
	font-weight:bold;
	text-indent:0.5em;
	vertical-align:middle;
	white-space:nowrap;
	display:block;
	}
a.elementoPrincipale:hover			{
	height:1.8em;
	padding-right:0.2em;
	border-top:solid 0.1em #ffffff;
	border-bottom:solid 0.1em #ffffff;
	background-color:#666666;
	color:#ffffff;
	font-weight:bold;
	text-indent:0.5em;
	vertical-align:middle;
	white-space:nowrap;
	display:block;
	}

/* .........................................................................
Elemento del menu: allo stesso livello del principale */

a.elementoLiv0,
a.elementoLiv0:link,
a.elementoLiv0:visited		{
	padding:0.2em 0em 0.2em 0.2em;
	border-top:solid 0.1em #e3e3e3;
	border-bottom:solid 0.1em #666666;
	background-color:#e3e3e3;
	color:#000000;
	text-indent:0.5em;
	vertical-align:middle;
	white-space:nowrap;
	display:block;
	}
a.elementoLiv0:hover			{
	padding:0.2em 0em 0.2em 0.2em;
	border-top:solid 0.1em #ffffff;
	border-bottom:solid 0.1em #ffffff;
	background-color:#666666;
	color:#ffffff;
	text-indent:0.5em;
	vertical-align:middle;
	white-space:nowrap;
	display:block;
	}

/* .........................................................................
Elemento del menu: allo stesso livello del principale selezionato */

a.elementoLiv0Sel,
a.elementoLiv0Sel:link,
a.elementoLiv0Sel:visited {
	padding:0.2em 0em 0.2em 0.2em;
	border-top:solid 0.1em #666666;
	border-bottom:solid 0.1em #666666;
	background-color:#666666;
	color:#ffffff;
	text-indent:0.5em;
	vertical-align:middle;
	white-space:nowrap;
	display:block;
	}
a.elementoLiv0Sel:hover			{
	padding:0.2em 0em 0.2em 0.2em;
	border-top:solid 0.1em #ffffff;
	border-bottom:solid 0.1em #ffffff;
	background-color:#666666;
	color:#ffffff;
	text-indent:0.5em;
	vertical-align:middle;
	white-space:nowrap;
	display:block;
	}

/* .........................................................................
Elemento del menu: primo livello */

a.elementoLiv1,
a.elementoLiv1:link,
a.elementoLiv1:visited		{
	padding:0.2em 0em 0.2em 0.2em;
	border-top:solid 0.1em #e3e3e3;
	border-bottom:solid 0.1em #666666;
	background-color:#e3e3e3;
	color:#000000;
	text-indent:1em;
	vertical-align:middle;
	white-space:nowrap;
	display:block;
	}
a.elementoLiv1:hover			{
	padding:0.2em 0em 0.2em 0.2em;
	border-top:solid 0.1em #ffffff;
	border-bottom:solid 0.1em #ffffff;
	background-color:#666666;
	color:#ffffff;
	text-indent:1em;
	vertical-align:middle;
	white-space:nowrap;
	display:block;
	}

/* .........................................................................
Elemento del menu: primo livello selezionato */

a.elementoLiv1Sel,
a.elementoLiv1Sel:link,
a.elementoLiv1Sel:visited		{
	padding:0.2em 0em 0.2em 0.2em;
	border-top:solid 0.1em #666666;
	border-bottom:solid 0.1em #666666;
	background-color:#666666;
	color:#ffffff;
	text-indent:1em;
	vertical-align:middle;
	white-space:nowrap;
	display:block;
	}
a.elementoLiv1Sel:hover			{
	padding:0.2em 0em 0.2em 0.2em;
	border-top:solid 0.1em #ffffff;
	border-bottom:solid 0.1em #ffffff;
	background-color:#666666;
	color:#ffffff;
	text-indent:1em;
	vertical-align:middle;
	white-space:nowrap;
	display:block;
	}

/* .........................................................................
Elemento del menu: secondo livello */

a.elementoLiv2,
a.elementoLiv2:link,
a.elementoLiv2:visited		{
	padding:0.2em 0em 0.2em 0.2em;
	border-top:solid 0.1em #f8f8f8;
	border-bottom:solid 0.1em #666666;
	background-color:#f8f8f8;
	color:#000000;
	text-indent:1.5em;
	vertical-align:middle;
	white-space:nowrap;
	display:block;
	}
a.elementoLiv2:hover			{
	padding:0.2em 0em 0.2em 0.2em;
	border-top:solid 0.1em #ffffff;
	border-bottom:solid 0.1em #ffffff;
	background-color:#666666;
	color:#ffffff;
	text-indent:1.5em;
	vertical-align:middle;
	white-space:nowrap;
	display:block;
	}

/* .........................................................................
Elemento del menu: secondo livello selezionato */

a.elementoLiv2Sel,
a.elementoLiv2Sel:link,
a.elementoLiv2Sel:visited		{
	padding:0.2em 0em 0.2em 0.2em;
	border-top:solid 0.1em #666666;
	border-bottom:solid 0.1em #666666;
	background-color:#666666;
	color:#ffffff;
	text-indent:1.5em;
	vertical-align:middle;
	white-space:nowrap;
	display:block;
	}
a.elementoLiv2Sel:hover			{
	padding:0.2em 0em 0.2em 0.2em;
	border-top:solid 0.1em #ffffff;
	border-bottom:solid 0.1em #ffffff;
	background-color:#666666;
	color:#ffffff;
	text-indent:1.5em;
	vertical-align:middle;
	white-space:nowrap;
	display:block;
	}

/* .........................................................................
Elemento del menu: spaziatura dagli elementi in primo piano */

.spaziaturaElementi			{
	height:3em;
	padding:0em 0em 0em 0.2em;
	border-bottom:solid 0.1em #666666;
	background-color:#e3e3e3;
	color:#00ff00;
	display:block;
	}

/* -- STILI SPECIFICI APPLICAZIONE
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

/* ---------------------------------------------	*/
/* -- INTESTAZIONE
/* ---------------------------------------------	*/

.Intestazione							{
	width:100%;
	}

.IntestazioneInfo					{
	font-size:0.8em;
	padding-right:6px;
	text-align:right;
	color:#ffffff;
	overflow:hidden;
	}

.IntestazioneInfoApp			{
	width:244px;
	white-space:nowrap;
	text-align:right;
	font-weight:bold;
	font-size:1.4em;
	}

.IntestazioneInfoAppSecondarie {
    width:244px;
    white-space:nowrap;
    text-align:right;
    font-weight:bold;
    font-size:1em;
    }

.IntestazioneInfoUtente		{
	width:100%;
	font-size:0.8em;
	}

.IntestazioneInfoBandiere {
    width:244px;
    white-space:nowrap;
    font-weight:bold;
    color:#ffffff;
    font-size:0.55em;
    }

.CellaElencoN{
}
.CellaElencoS{
    background-color: green;
}

.scrollableDiv {
	width: 828px;
	overflow: auto;
}
