/* Cached vesion created on 09/02/12 11:31:06*/
/* elapsed time: 0.0355 secs */

/* CLASSI NECESSARIA ALLA IMPAGINAZIONE TABLE FREE */
/* Sarebbe pi sensato metterli nel BlobView ma questo  il solo css invocato sicuramente da tutti */


P { margin: 0; padding: 0;}

.BLOBAlignLeft {
 text-align: left;
 position: relative; /* serve per gestire un bug di ie http://www.positioniseverything.net/explorer/peekaboo.html */
}

.BLOBAlignCenter { text-align: center;}
.BLOBAlignRight { text-align: right;}
.BLOBAlignJustify { text-align:justify;}

.BLOBBlockAlignCenter { text-align: center; }
.BLOBBlockAlignCenter div {margin: 0 auto;}
.BLOBBlockAlignRight { float: right;}
.BLOBBlockAlignLeft { float:left;}

.BLOBListSymbolDisc { list-style-type: disc;}
.BLOBListSymbolCircle { list-style-type: circle;}
.BLOBListSymbolSquare { list-style-type: square;}
.BLOBListSymbolDecimal { list-style-type: decimal;}
.BLOBListSymbolLowerLetter { list-style-type: lower-alpha;}
.BLOBListSymbolUpperLetter { list-style-type: upper-alpha;}
.BLOBListSymbolNone { list-style-type: none;}

.BLOBFloatClear {
 clear: both; 
 }
.BLOBFloatLeft {
 float: left;
 position: relative; /* serve per gestire un bug di ie http://www.positioniseverything.net/explorer/peekaboo.html */
}

.BLOBFloatRight {
 float: right;
 position: relative; /* serve per gestire un bug di ie http://www.positioniseverything.net/explorer/peekaboo.html */
}

.BLOBMarginLeft {
 margin-left: 10px;
}

.BLOBMarginRight {
 margin-right: 10px;
}


.BLOBIMGSpacerLeft { padding-left: 10px;}
.BLOBIMGSpacerRight { padding-right: 10px;}



.BLOBVAlignMiddle {
 vertical-align: middle;
}

.BLOBVAlignTop {
 vertical-align: top;
}

.BLOBVAlignBottom {
 vertical-align: bottom;
}


.BLOBWidth100 {width: 100%;}
.BLOBWidth50 {width: 49%;}

/* usato per affiancare orrizontalmente n oggetti */
.BLOBWidthN1 {float: left; width: 99%;}
.BLOBWidthN2 {float: left; width: 49.5%;}
.BLOBWidthN3 {float: left; width: 33%;}
.BLOBWidthN4 {float: left; width: 24.7%;}
.BLOBWidthN5 {float: left; width: 19.8%;}
.BLOBWidthN6 {float: left; width: 16.5%;}
.BLOBWidthN7 {float: left; width: 14.1%;}
.BLOBWidthN8 {float: left; width: 12.3%;}
.BLOBWidthN9 {float: left; width: 11.0%;}
.BLOBWidthN10 {float: left; width: 9.9%;}
.BLOBWidthN11 {float: left; width: 9.0%;}
.BLOBWidthN12 {float: left; width: 8.2%;}
.BLOBWidthN13 {float: left; width: 7.6%;}
.BLOBWidthN14 {float: left; width: 7.0%;}
.BLOBWidthN15 {float: left; width: 6.6%;}

/* usato per la dimensione delle celle delle tabelle */
.BLOBWidthTDN1 {width: 99%;}
.BLOBWidthTDN2 {width: 49.5%;}
.BLOBWidthTDN3 {width: 33%;}
.BLOBWidthTDN4 {width: 24.7%;}
.BLOBWidthTDN5 {width: 19.8%;}
.BLOBWidthTDN6 {width: 16.5%;}
.BLOBWidthTDN7 {width: 14.1%;}
.BLOBWidthTDN8 {width: 12.3%;}
.BLOBWidthTDN9 {width: 11.0%;}
.BLOBWidthTDN10 {width: 9.9%;}
.BLOBWidthTDN11 {width: 9.0%;}
.BLOBWidthTDN12 {width: 8.2%;}
.BLOBWidthTDN13 {width: 7.6%;}
.BLOBWidthTDN14 {width: 7.0%;}
.BLOBWidthTDN15 {width: 6.6%;}




.BLOBWidthEmpty {}

.BLOBRow1px {
 font-size: .05em;
 height: 1px;
}

.BLOBHidden{
	visibility:hidden;
	position: absolute;
	top: -1000em;
	font-size: .1em;
}


img {
 border-width: 0;
}

table {
 border-width: 0;
}

form {
 padding: 0px; margin: 0px;
}

.FlexCMPError {
 position: relative;
 margin: 2em 0 2em 0;
 padding: .5em;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: .9em;
 font-weight:bold;
 color: #000000;
 background-color:#FFFF66;
 border: 2px solid #FF0000;
}

.errList{
	 position: relative;
	 margin: 1em 0;
	 padding: .5em;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size: .9em;
	 font-weight:bold;
	 color: #000000;
	 background-color:#FFFF66;
	 border: 2px solid #FF0000;
	list-style-type: none;
}

.nowrap {
 white-space:nowrap;
}





/* Nuovi stili per XHTML -------------------------------------------------------------------------- */


.adminPanelPageInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:left;
	border: 1px solid #000066;
	margin: .3em;
	padding: .3em;
}
.adminPanelPageInfoItem {
	font-size: .65em;
	font-weight: normal;
}
.adminPanelPageInfoItemTitle {
	font-size: .65em;
	font-weight: bold;
}

/* Bordo del campo bloboject che diventa rosso se lasci vuoto un campo obbligatori */
.fldBox {border: 1px solid black;}
.fldErr {border: 1px solid red;}


/* Da qui inizia il vero admin.css, le classi sopra servono all'impaginazione tablefree */
A.adminLinkOnSite {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #000000;
	background-color: #D6E0F7;
	text-decoration: none;
	text-align: center;
	height: 1em;
	margin: 0px 4px 0px 4px; 
	padding: 0px 2px 1px 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #000000 #000000 #FFFFFF;
}
A.adminLinkOnSite:hover {
	margin:  0 4px 0 4px;
	padding: 1px 1px 0 3px;
	border-color: #000000 #FFFFFF  #FFFFFF #000000;
}
A.adminLinkOnSite:active {
	color: #000000;
	background-color: #FEC643;
	border-color: #000000 #FFFFFF  #FFFFFF #000000;
}


/* ------------------------ FORM DI LOGIN ---------------- */


.FlexLoginBoxContainer  {
 width: 100%;
 text-align:center;
}

.FlexLoginBox {
	border: 1px solid #003399;
	width: 400px;
	text-align: left;
	background-image: url(http://www3.corpoforestale.it/flex/cm/TemplatesUSR/modules/IT/TemplatesUSR-CM-modules-img/Enter.jpg);
	background-position: top right;
	background-repeat:repeat-y;
	margin: auto auto;
}

.FlexLoginContent{
 width: 245px;
 text-align: center; 
}


.FlexLoginTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000066;
	background-color: #FFFFFF;
	margin: .2em 0em .2em 0em;	
}
.FlexLoginLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #003399;
	background-color: #FFFFFF;
}
.FlexLoginField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	background-color: #FFFFFF;
}

.FlexLoginButton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #003399;
	background-color: #FFFFFF;
	margin: .2em 0em .2em 0em;
}
.FlexLoginSmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #333333;
	background-color: #FFFFFF;
	text-align:left;
	margin-bottom: 1em;
}
.FlexLoginSmallText A{
	color: #333333;
	background-color: #FFFFFF;
}/* -------- STILI GENERALI -------- */
/* --- Classi "prezzemolo" da usare ovunque --- */
.GoAway {
	position:absolute; top:-10000em; left:-1000em;
}
.clear {
	clear:both; width:99%; height:1px; line-height:.05em; font-size:.05em; color:#FFFFFF;
}
/* --- Msg di errore e avvisi --- */
.Errore { 
	margin:10px 0; padding:20px 0; 
	border:2px solid #010101; color:#010101; background-color:#FFFF7E;
	font-weight:bold; font-size:1.2em; text-align:center;
}
.Attenzione { 
	padding:10px; margin:10px 0; border:1px solid #010101; 
	font-size:.8em; font-weight:bold; color:#010101; text-align:center;
}
.Attenzione a { 
	color:#804000;
}
.Attenzione a:hover {
	text-decoration:none; 
	color:#804000;
}
/* -------- LAYOUT -------- */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:100%;
	color:#010101; background-color:#FFFFFF; 
	margin:0; padding:0; line-height:1em;
}
#Layout {
	border-top:4px solid #C2CBD0; 
	width:98%; position:relative; padding:0; margin:1px auto;
}
#ColCent {
	margin:0 13em 0 14em; padding:10px;
	color:#010101; background-color:#FFFFFF; 
	min-height:50em; 
}
#ColCent2Col {
	margin:0 0 0 14em; padding:10px;
	background:#F2F2F2 url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/SfondoLayout.gif) 0 0 repeat-x;
	min-height:50em; 
}
#ColSx {
	position:absolute; top:0; left:0; width:14em; 
}
#ColDx {
	position:absolute; top:0; right:0; width:13em; 
}
/* ------- MENU COL SX "UTILITY" ------- */
.MenuUtility { 
	margin:15px 0;
}
.MenuUtility ol { 
	list-style-type:none; 
	margin:10px 0 0 0; padding:15px 5px 0 5px; 
	border-top:2px solid #EDECEC;
	font-size:.7em; font-weight:bold;
	color:#804000; background-color:#FFFFFF;
}
.MenuUtility ol.Mappa {
	margin:0; padding:0 5px 0 5px;
	border:none;
}
.MenuUtility ol li {
	margin:0 0 7px 15px;
}
.MenuUtility ol li img {
	color:#804000; background-color:#FFFFFF;
	padding:0 5px 0 0; vertical-align:bottom; 
	
}
.MenuUtility ol li a { 
	color:#804000; background-color:#FFFFFF;
}
.MenuUtility ol li a:hover {
	text-decoration:none;
}/* -------- TESTATA -------- */
.Testata1 { 
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/Testata.jpg) 100% 0 no-repeat;
}
.Testata2 { 
	background:transparent url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/LogoCF.gif) 15px 25px no-repeat;
	height:109px;
}

.TestataHome  { 
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/TestataHome.jpg);
}
.TestataMain  { 
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/TestataMain.jpg);
}

.TestataChiSiamo { 
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/TestataChiSiamo.jpg);
}
.TestataDoveSiamo { 
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/TestataDoveSiamo.jpg);
}
.TestataBandi { 
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/TestataBandi.jpg);
}
.TestataComunicazione { 
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/TestataComunicazione.jpg);
}
.TestataEventi { 
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/TestataEventi.jpg);
}
.TestataServizi { 
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/TestataServizi.jpg);
}

.TestataPoliziaAmbientale { 
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/TestataPoliziaAmbientale.jpg);
}
.TestataAntincendioBoschivo { 
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/TestataAntincendioBoschivo.jpg);
}
.TestataSpecieProtette { 
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/TestataSpecieProtette.jpg);
}
.TestataSicurezzaInMontagna { 
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/TestataSicurezzaInMontagna.jpg);
}
.TestataEmergenzaAmbientale1515 { 
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/TestataEmergenzaAmbientale1515.jpg);
}
.TestataAreeProtette { 
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/TestataAreeProtette.jpg);
}
.TestataRicercaScientifica { 
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/TestataRicercaScientifica.jpg);
}

.TestataGuideConsigli { 
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/TestataGuideConsigli.jpg);
}
.TestataDossier { 
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/TestataDossier.jpg);
}
.TestataPerPiccoli { 
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/TestataPerPiccoli.jpg);
}
.TestataAmiciDelForestale { 
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/TestataAmiciDelForestale.jpg);
}

a.LinkHome {
	position:absolute; top:15px; left:25px; 
	display:block; width:220px; height:75px;	
}/* UTILITIES: STAMPA, MAPPA, LINGUE, RICERCA */
/* -------- LISTA CONTENITRICE -------- */
ol.Utility {
	position:absolute; top:7px; right:5px; z-index:3000;
	margin:0; padding:0; list-style-type:none; width:55px;
}
ol.Utility li {
	float:left; width:24px;
}
ol.Utility li a {
	display:block; width:24px; height:24px;
}
/* -------- STAMPA -------- */
ol.Utility li a.Stampa {
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Stampa.gif) 0 0 no-repeat; margin-left:5px;
}
/* -------- MAPPA SITO: link + Pagina mappa -------- */
ol.Utility li a.Mappa {
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Mappa/Mappa.gif) 0 0 no-repeat;
}
.MapIndexTree {
	font-size:.7em;
}
.MapIndexTree a {
	color:#804000;
}
.MapIndexTree a:hover {
	text-decoration:none;
}
.MapIndexTree ol {
	list-style-type:none; margin:0 0 0 8px; padding:0;  
	font-weight:bold;
}
.MapIndexTree ol li {	
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Mappa/Mappa-1Liv.gif) 0 9px no-repeat;	
	padding:7px 0 0 13px; margin:0;
}
.MapIndexTree ol li a {
	color:#804000;
}
.MapIndexTree ol li a:hover {
	text-decoration:none;
}
.MapIndexTree ol ol {
	list-style-type:none; border:none;
	padding:0; font-weight:normal; margin: 0 0 0 20px;
}
.MapIndexTree ol ol li {
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Mappa/Mappa-2Liv.gif) 0 10px no-repeat;	
	padding:5px 0 0 11px;
}
.MapIndexTree ol ol ol li {
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Mappa/Mappa-3Liv.gif) 0 8px no-repeat;		
	padding:3px 0 0 8px;
}
.MapIndexTree ol ol ol ol li {
	background:none; padding:3px 0 0 8px;
}
/* ------- LINGUE ------- */
	/* ------- Versione con select testuale ------- */
ol.Utility li.Lingue form.LangForm {
	width:auto;
}
/* ------- RICERCA ------- */
	/* --- Box Ricerca --- */
#formSearchBox {
	margin:1px 0; padding:8px 0; width:14em;
	background-color:#E5E5E5; color:#010101;
}
#formSearchBox label {
	font-size:.7em; padding-left:5px; vertical-align:middle;
}
#frmSearchText {
	padding:1px; border:1px solid #979797; width:10.1em; 
	vertical-align:middle; font-size:.7em;
}
#frmSearchSubmit { 
	padding:0 0 0 2px; vertical-align:middle;
	position:relative; top:1px; 
}
	/* --- Pagina Ricerca Avanzata --- */
#formSearchAdv select {
	width:12.3em; margin-left:5px; border:1px solid #010101; background-color:transparent; 
}
#formSearchAdv option {
	background-color:transparent; 
}
#formSearchAdv input.Submit {
	font-weight:bold; margin-left:13em;
}
/* Pagina del Risultato della Ricerca */
ol.RisultatoRicerca {
	list-style-type:none; margin:10px 0; padding:0; font-size:.7em;
} 
ol.RisultatoRicerca li {
	margin:0 0 8px 0; clear:both;
}
ol.RisultatoRicerca div {
	float:left; width:100px; padding-right:5px; text-align:right;
} 
ol.RisultatoRicerca p {
	margin:4px 0 0 0; padding:0; height:9px;	
	background:transparent url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/pollBar.gif) 100% 0 no-repeat;
	border:1px solid #010101; float:right;
}
ol.RisultatoRicerca a {
	color:#804000; background-color:transparent;
	display:block; float:left;
}
ol.RisultatoRicerca a:hover {
	text-decoration:none;
}
ol.RisultatoRicerca .SearchResultKeyword {
	color:#010101; background-color:#FFFF7E; font-weight:bold; padding:0 1px;
}/* ------- MENU ORIZZONTALE ------- */

/* 
---------------- MEMORANDUM COMBINAZIONI ----------------
1) ".MenuH ol li a" --> Voce non corrente (cliccabile)
3) ".MenuH ol li.LISel strong" --> Voce corrente evidenziata (non cliccabile)
2) ".MenuH ol li.LIStrong strong" --> Voce corrente (non cliccabile)
4) ".MenuH ol li.LISel strong a.Sel" --> Voce non corrente ma evidenziata/selezionata (cliccabile)
---------------------------------------------------------
 */
 
.MenuH {
	margin:0; padding:0;
	color:#FFFFFF; background-color:#0D5600;
}
.MenuH ol { 
	margin:0 0 0 15px; padding:3px 0; list-style-type:none; 
	font-size:.75em; font-weight:bold;
	color:#FFFFFF; background:#0D5600 url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuH/MenuH.gif) 0 0 repeat-x;
}
.MenuH ol li {
	display:inline; margin-right:-4px; line-height:2.5em;
}
.MenuH ol li a {
	color:#FFFFFF; background-color:transparent;
	padding:11px 12px 4px 12px;
}
.MenuH ol li a:hover {
	padding:11px 12px 4px 12px;
	color:#FFFFFF; 
}
.MenuH ol li.LIStrong strong,
.MenuH ol li.LISel strong {
	padding:11px 12px 4px 12px;
	color:#FFFFFF; background:transparent url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuH/MenuHSel.gif) 0 0 repeat-x;
	border-bottom:1px solid #6B9E5B;
}
.MenuH ol li.LISel strong a.Sel {
	padding:0; color:#FFFFFF; background:none; border-bottom:none
}
.MenuH ol li.LISel strong a.Sel:hover {
	text-decoration:none;
}/* ------- MENU VERTICALE ------- */
.MenuV { 
	margin:5px 0 20px 0;
}
	/* I LIVELLO */
.MenuV ol {
	list-style-type:none; 
	margin:0; padding:0;
	font-size:.7em; font-weight:bold;
}
.MenuV ol li {
	margin:0; padding:0; 
	border-bottom:1px solid #FFFFFF; border-top:1px solid #FFFFFF;   
}
.MenuV ol li a {
	display:block; width:18em; 
	margin:0; padding:7px 1em 7px .9em; border-top:5px solid #4B7F3D;
	background:#125800 url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV1Liv.gif) 98% 10px no-repeat;
	text-decoration:underline; color:#FFFFFF;
}
.MenuV ol li a:hover {
	display:block; width:18em; 
	margin:0; padding:7px 1em 7px .9em; border-top:5px solid #4B7F3D;
	background:#125800 url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV1LivH.gif) 98% 10px no-repeat;
	text-decoration:none; color:#FFFFFF;
}
.MenuV ol li.LIStrong strong,
.MenuV ol li.LISel a.Sel {
	display:block; width:18em; 
	margin:0; padding:7px 1em 7px .9em; border-top:5px solid #4B7F3D;
	background:#125800 url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV1LivH.gif) 98% 10px no-repeat;
	text-decoration:none; color:#FFFFFF;
}
.MenuV ol li.LISel strong {
	display:block; width:18em; 
	margin:0; padding:7px 1em 7px .9em; border-top:5px solid #4B7F3D;
	background:#125800 url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV1LivH.gif) 98% 10px no-repeat;
	text-decoration:none; color:#FFFFFF;
}
	/* II LIVELLO */
.MenuV ol ol {
	font-size:1em; font-weight:normal;
}
.MenuV ol ol li {
	font-weight:bold;
}
.MenuV ol ol li span { 
	padding-left:12px; background:transparent url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV2Liv.gif) 5px 3px no-repeat;
}
.MenuV ol ol li a {
	font-size:.9em; display:block; width:20.8em; 
	margin:0; padding:.5em; border-top:none;
	background:transparent url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV2Liv.jpg) 0 100% repeat-x;
	text-decoration:none; color:#010101; border-left:3px solid #4B7F3D;
}
.MenuV ol ol li a:hover {
	font-size:.9em; display:block; width:20.8em;  
	margin:0; padding:.5em; border-top:none;
	background:transparent url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV2Liv.jpg) 0 100% repeat-x;
	text-decoration: none; color:#010101; border-left:3px solid #ffc000;
}

.MenuV ol ol li a:hover span  {
	padding-left:12px; background:transparent url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV2LivH.gif) 5px 3px no-repeat;
}

.MenuV ol ol li.LIStrong strong {
	font-size:.9em; display:block; width:20.8em;  
	margin:0; padding:.5em; border-top:none;
	background:#EDEDED url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV2Liv.jpg) 0 100% repeat-x;
	text-decoration: none; color:#010101; border-left:3px solid #ffc000;
}

.MenuV ol ol li.LIStrong span  {
	padding-left:12px; background:transparent url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV2LivH.gif) 5px 3px no-repeat;
}



.MenuV ol ol li.LISel strong,
.MenuV ol ol li.LISel a.Sel {
	font-size:.9em; display:block; width:20.8em;  
	margin:0; padding:.5em; border-top:none;
	background:transparent url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV2Liv.jpg) 0 100% repeat-x;
	text-decoration:underline; color:#010101; border-left:3px solid #4B7F3D;
}
	/* III LIVELLO */
.MenuV ol ol ol li {
	font-weight:normal;
}

.MenuV ol ol ol li span, .MenuV ol ol ol li.LIStrong span, .MenuV ol ol li.LIStrong ol span, .MenuV ol ol ol li a:hover span  { 
	padding-left:12px; background:transparent url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV3Liv.gif) 6px 4px no-repeat;
}
.MenuV ol ol ol li a {
	font-size:.8em; display:block; width:23em; 
	margin:0; padding:.3em .3em .3em 1.6em;
	background:#B4D6AA none;
	text-decoration:none; color:#010101; border:none;
}
.MenuV ol ol ol li a:hover {
	font-size:.8em; display:block; width:23em; 
	margin:0; padding:.3em .3em .3em 1.6em;
	background:#E2F3DE none;
	text-decoration:underline; color:#010101; border:none;
}
.MenuV ol ol ol li.LIStrong strong {
	font-size:.8em; display:block; width:23em; 
	margin:0; padding:.3em .3em .3em 1.6em;
	background:#E2F3DE none;
	text-decoration:underline; color:#010101; border:none;
}



	/* IV LIVELLO */
.MenuV ol ol ol ol li span { 
	padding-left:12px; background:transparent url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV3Liv.gif) 6px 4px no-repeat;
}
.MenuV ol ol ol ol li a {
	font-size:.8em; display:block; width:21.6em; 
	margin:0; padding:.3em .3em .3em 3em;
	background:#E2F3DE;
	text-decoration:none; color:#010101;
}
.MenuV ol ol ol ol li a:hover {
	font-size:.8em; display:block; width:21.6em;
	margin:0; padding:.3em .3em .3em 3em;
	background:#B4D6AA;
	text-decoration:none; color:#010101;
}
.MenuV ol ol ol ol li.LIStrong strong {
	font-size:.8em; display:block; width:21.6em;
	margin:0; padding:.3em .3em .3em 3em;
	background:#E2F3DE;
	text-decoration:none; color:#010101;
}


	/* V LIVELLO */
.MenuV ol ol ol ol ol li span { 
	padding-left:12px; background:transparent url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV3Liv.gif) 6px 4px no-repeat;
}
.MenuV ol ol ol ol ol li a {
	font-size:.8em; display:block; width:20.6em; 
	margin:0; padding:.3em .3em .3em 4em;
	background:#E2F3DE;
	text-decoration:none; color:#010101;
}
.MenuV ol ol ol ol ol li a:hover {
	font-size:.8em; display:block; width:20.6em; 
	margin:0; padding:.3em .3em .3em 4em;
	background:#B4D6AA;
	text-decoration:none; color:#010101;
}
.MenuV ol ol ol ol ol li.LIStrong strong {
	font-size:.8em; display:block; width:20.6em; 
	margin:0; padding:.3em .3em .3em 4em;
	background:#E2F3DE;
	text-decoration:none; color:#010101;
}
	/* VI LIVELLO */
.MenuV ol ol ol ol ol ol li span { 
	padding-left:12px; background:transparent url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV3Liv.gif) 6px 4px no-repeat;
}
.MenuV ol ol ol ol ol ol li a {
	font-size:.8em; display:block; width:19.6em;
	margin:0; padding:.3em .3em .3em 5em;
	background:#E2F3DE;
	text-decoration:none; color:#010101;
}
.MenuV ol ol ol ol ol ol li a:hover {
	font-size:.8em; display:block; width:19.6em; 
	margin:0; padding:.3em .3em .3em 5em;
	background:#B4D6AA;
	text-decoration:none; color:#010101;
}
.MenuV ol ol ol ol ol ol li.LIStrong strong {
	font-size:.8em; display:block; width:19.6em; 
	margin:0; padding:.3em .3em .3em 5em;
	background:#E2F3DE;
	text-decoration:none; color:#010101;
}
	/* VII LIVELLO */
.MenuV ol ol ol ol ol ol ol li span { 
	padding-left:12px; background:transparent url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV3Liv.gif) 6px 4px no-repeat;
}
.MenuV ol ol ol ol ol ol ol li a {
	font-size:.8em; display:block; width:18.6em;
	margin:0; padding:.3em .3em .3em 6em;
	background:#E2F3DE;
	text-decoration:none; color:#010101;
}
.MenuV ol ol ol ol ol ol ol li a:hover {
	font-size:.8em; display:block; width:18.6em; 
	margin:0; padding:.3em .3em .3em 6em;
	background:#B4D6AA;
	text-decoration:none; color:#010101;
}
.MenuV ol ol ol ol ol ol ol li.LIStrong strong {
	font-size:.8em; display:block; width:18.6em; 
	margin:0; padding:.3em .3em .3em 6em;
	background:#E2F3DE;
	text-decoration:none; color:#010101;
}/* -------- BREADCRUMB -------- */
#Breadcrumb {
	font-size:.65em; padding:5px 55px 5px 0; margin:0 0 20px 0;
	border-bottom:1px dashed #010101; color:#010101;
}
div.BC3Col #Breadcrumb {
	margin-left:22.3em; margin-right:70px;
	height:1%;
}
#Breadcrumb a {
	color:#010101;
}
#Breadcrumb a:hover {
	text-decoration:none;
}
#Breadcrumb span {
	font-weight:bold;
}/* --- SEZIONI AGGIUNTIVE --- */
/* ------- BOX SPECIALE "PORTALI TEMATICI" ------- */
.PortaliTematici1 {
	background:#125800 url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/SezAgg/PortaliTematici1.gif) 0 0 repeat-x;
	padding:0; margin:0;
}
.PortaliTematici2 {
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/SezAgg/PortaliTematici2.gif) 0 0 no-repeat;
	padding:5px 0 0 0; margin:0;
}
.PortaliTematici3 {
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/SezAgg/PortaliTematici3.gif) 100% 100% no-repeat;
	padding:0 0 10px 0; margin:0;
}
.PortaliTematici3 h1 {
	margin:5px 0; padding:5px 0 0 44px; font-size:.9em; color:#FFFFFF;
	background:#125800 url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Titolo1-Inv.gif) 30px 7px no-repeat;
	
}
.PortaliTematiciInt1 {
	margin:0 10px; padding:8px 0; 
	background:#FFFFFF url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/SezAgg/PortaliTematiciInt1.gif) 0 0 no-repeat;
}
.PortaliTematiciInt2 {
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/SezAgg/PortaliTematiciInt2.gif) 100% 100% no-repeat;
	padding:0 0 5px 0; margin:0 0 -8px 0;
	
}
.PortaliTematiciInt2 div div.BLOBAlignCenter { 
	float:left; width:24.5%;
}


.CentroPagina { 
	margin:10px 0; 
}
.CentroPagina div div.BLOBAlignCenter { 
	float:left; width:20%;
}
.ContenutiHome img {
	border:3px solid #FFFFFF;
}
.ContenutiHome .viewLinkOnlyTextContainer a {
	font-weight:normal; padding-left:10px; background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Link.gif) 0 1px no-repeat;
}
.SezAgg {
	padding:5px;
}
.SezTopColDx {
	margin-top:40px;
}/* --- FORM DI SELEZIONE RAPIDA --- */
form.SelRapida { 
	margin:1px 0; padding:8px 0; width:14em;
	background-color:#E5E5E5; color:#010101;
}
form.SelRapida h2 {
	font-size:.75em; margin:0 0 0 6px; padding:0;
	position:relative; top:-3px;
}
form.SelRapida select {
	 float:left; width:155px; margin:0 5px; padding:1px; font-size:.7em;
	 border:1px solid #979797;
	
} 
form.SelRapida input.Submit {
	display:block; float:left; width:35px; height:19px; border:none;
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/SelRapida/SfondoSubmit.gif) 0 100% no-repeat;
}/* -------- OGGETTI DI CORPO PAGINA -------- */

/* ------- TITOLI ------- */
	/* Livello 1 */
.viewTitolo {
	margin:5px 0 10px; padding:0 0 0 14px; font-size:.9em; color:#010101;
	background:transparent url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Titolo1.gif) 0 2px no-repeat;
	
}
	/* Livello 2 */
.viewSottotitolo, .ViewTitolo2 {
	margin:5px 0; padding:0; font-size:.8em; text-transform:uppercase;
	color:#804000; background-color:transparent;
}
	/* Eventuali link nel sottotitolo inseriti da telaio */
.viewSottotitolo a, .ViewTitolo2 a {
	color:#804000; background-color:transparent;
}
.viewSottotitolo a:hover, .ViewTitolo2 a:hover {
	text-decoration:none;
}
	/* Livello 3 */
.viewTitolo3 {
	margin:4px 0; padding:0; font-size:.8em;
	color:#027244; background-color:transparent;
}
	/* Livello 4 */
.viewTitolo4 {
	margin:.5em 0; padding:.2em 1px .1em 11px; font-size:.85em;
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Titolo4.gif) 0 6px no-repeat;
	color:#010101; border-bottom:1px dashed #010101;
}
	/* Livello 5 */
.viewTitolo5 {
	margin:.5em 0; padding:.2em 1px .1em 11px; font-size:.8em;
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Titolo5.gif) 0 6px no-repeat;
	color:#010101; border-bottom:1px dotted #010101;
}
	/* Livello 6 */
.viewTitolo6 {
	margin:.3em 0; padding:.1em 1px .1em 11px; font-size:.8em;
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Titolo6.gif) 0 6px no-repeat;
	color:#010101;
}

/* ------- PARAGRAFAZIONI ------- */
.viewPar, .viewParCell, .viewLI {
	color:#010101; font-size:.7em; padding:2px 0;
}

/* ------- LINK(+IMMAGINE) E ALLEGATI(DOWNLOAD) ------- */
.viewPar a, .viewParCell a, .viewLI a {
	color:#804000; font-weight:bold;
}
.viewPar a:hover, .viewParCell a:hover, .viewLI a:hover, .LinkData a:hover {
	text-decoration:none;
 }
a.viewLink {
	font-size:.7em; color:#804000; font-weight:bold;
}
a.viewLinkIMG img {
	border:none; padding-right:5px; background-color:#FFFFFF;
}
a.viewLink:hover, a.viewAnchor:hover {
	text-decoration:none; 
}

/* ------- SOTTOTITOLO+PARAGRAFO+IMMAGINE ------- */
.viewSotTitCell {
	margin:5px 0; padding:0; font-size:.8em; text-transform:uppercase;
	color:#804000; background-color:transparent;
}  
dl.viewCaption,
dl.viewCaption dt,
dl.viewCaption dt img {
	margin:0; padding:0;
}
dl.viewCaption dd {
	margin:0; padding:0; color:#010101; 
	font-size:.7em; font-style:italic; text-align:center;
}

/* ------- CONTENITORE A DUE COLONNE ------- */
.BlobWidth100 { 
	clear:both; width:100%; 
	margin:10px 0; padding:0;
}
.BlobWidth50 { 
	padding:0; margin:0 .2%;
	float:left; width:49.5%;
	
	
	
	
}

/* ------- TABELLE DATI ------- */
.ViewSpaceCell {
	width:10px;
}
.viewTextCell {
	width:100%;
}
.viewTableCellText {
	font-size:.7em; text-align:left; color:#010101; padding:2px 1px;
}
.viewTableTDContainer {
	font-size:1.2em;
}
.viewTableCellText a {
	color:#804000;
}
.viewTableCellText a:hover { 
	text-decoration:none;
}
.viewTableHRTD,
.viewTableHCTD { 
	color:#FFFFFF; background-color:#19466E;
}
.viewTableHRTD a,
.viewTableHCTD a { 
	color:#FFFFFF; background-color:#19466E;
}
.viewTableHRTD a:hover,
.viewTableHCTD a:hover { 
	text-decoration:none;
}
.viewTableHRCellText,
.viewTableHCCellText { 
	color:#FFFFFF; background-color:#19466E;
	font-size:.7em; font-weight:bold; text-align:left; padding:2px 1px;
}

/* ------- ELENCO LINK AD ANCORA ------- */
.viewAnchorList {
	list-style-type:none; margin:5px 0 10px 5px; padding:0; clear:both; width:99%;
}
.viewAnchorList li {
	margin:2px 0; padding:0 1px;
	/* background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Ancora.gif) 0 6px no-repeat; */
}
.viewAnchorList li a.viewAnchor {
	background:none; padding:0; font-weight:normal;
}
a.viewAnchor {
	font-size:.7em; color:#804000; font-weight:bold;
	/* background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Top.gif) 0 0 no-repeat; */
	padding:.2em 1px;
}
	/* lista inline: trasformo "Contenuti" in "Contenuti AnchorListFloat" */
.AnchorListFloat .viewAnchorList li {
	display:inline; 
	margin:0; padding:0 8px 0 10px;
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Ancora.gif) 0 7px no-repeat;
}

/* ------- RIGA VUOTA E DI SEPARAZIONE ------- */
.viewLineBreak { 
	height:10px;
}
.viewHR { 
	color:#B2D4C6; height:2px; 
}

/* ------- CORSIVO GRASSETTO ED EVIDENZIATO ------- */
.userFormat1 {
	font-weight:bold; 
}
.userFormat2 {
	font-style:italic; 
}
.userFormat3 {
	color:#010101; background-color:#FFFF7E; 
}

/* ------- ELENCHI PUNTATI E NUMERATI ------- */
	/* Tutte le liste */
.viewUL, .viewOL, .viewLI ul, .viewLI ol {
	margin:0; padding:0 0 0 23px; 
}
.viewUL ol, .viewOL ol, .viewLI ul ol, .viewLI ol ol {
	margin:0; padding:0 0 0 12px;
}
.viewLI ol li {
	font-size:1em;
}
	/* Elenco puntato con pallino pieno */
.BLOBListSymbolDisc {
	list-style-type:disc;
}
.BLOBListSymbolDisc ol {
	list-style-type:square;
}
	/* Elenco puntato con pallino vuoto */
.BLOBListSymbolCircle {
	list-style-type:circle;
}
.BLOBListSymbolCircle ol {
	list-style-type:square;
}
	/* Elenco puntato con quadratino */
.BLOBListSymbolSquare {
	list-style-type:square;
}
.BLOBListSymbolSquare ol {
	list-style-type:none; padding:0; margin:0;
}
.BLOBListSymbolSquare ol li {
	padding-left:10px;
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Trattino.gif) 0 2px no-repeat;
}
	/* Elenco ordinato numerico */
.BLOBListSymbolDecimal {
	list-style-type:decimal; padding-left:28px;	
}
.BLOBListSymbolDecimal ol {
	list-style-type:lower-alpha; padding-left:22px;
}
	/* Elenco ordinato a lettere minuscole */
.BLOBListSymbolLowerLetter {
	list-style-type:lower-latin; padding-left:28px;		
}
.BLOBListSymbolLowerLetter ol {
	list-style-type:decimal; padding-left:22px;
}
	/* Elenco ordinato a lettere maiuscole */
.BLOBListSymbolUpperLetter {
	list-style-type:upper-latin; padding-left:28px;		
}
.BLOBListSymbolUpperLetter ol {
	list-style-type:decimal; padding-left:22px;
}
	/* Elenco ordinato senza alcun simbolo */
.BLOBListSymbolNone {
	list-style-type:none; padding-left:5px; 
}
.BLOBListSymbolNone ol {
	list-style-type:none; padding-left:10px;
}
	/* Elenco ordinato "personalizzato 1" */
.BLOBListSymbolCustom1 {
	list-style-position:outside;
	list-style-type:upper-roman; 
	padding:0; margin-left:40px; 
}
.BLOBListSymbolCustom1 ol {
	list-style-position:outside;
	list-style-type:lower-roman; 
	padding:0; margin-left:15px; 
}
	/* Elenco ordinato "personalizzato 2" */
.BLOBListSymbolCustom2 {
	list-style-type:none; margin-left:0; padding-left:0;
}
.BLOBListSymbolCustom2 li {
	padding-left:15px;
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Spunta.gif) 4px 5px no-repeat;
}
.BLOBListSymbolCustom2 ol {
	list-style-type:none; margin-left:0; padding-left:0;
}
.BLOBListSymbolCustom2 ol li {
	padding-left:10px;
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Trattino.gif) 0 2px no-repeat;
}

/* ------- PORZIONE DI INDICE ------- */
.viewIndexSlice ol {
	list-style-type:none; margin:10px 0; padding:0;
	font-size:.7em;	font-weight:bold;
}
.viewIndexSlice ol li {
	margin:3px 0; padding:.2em 1px;
}
.viewIndexSlice ol li a {
	color:#804000;
}
.viewIndexSlice ol li a:hover {
	text-decoration:none;
}

/* ------- ELENCO RSS ------- */
ol.RSSBlock {
	margin:10px 0; padding:0;
	list-style-type:none;
	font-size:.7em;
}
ol.RSSBlock li {
	margin:4px 0; padding:5px;
	border:1px solid #EDECEC;
}
ol.RSSBlock h2 {
	margin:.5em 0; padding:.2em 0 .2em .2em; font-size:.9em;
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Titolo2.gif) 0 0 repeat-x;
	color:#010101;
	
	
}
ol.RSSBlock a {
	color:#804000; font-weight:bold;
}
ol.RSSBlock a:hover {
	text-decoration:none;
}
ol.RSSBlock em {
	font-size:.9em; font-weight:normal;
}
ol.RSSBlock p {
	margin:5px 0; padding:0;
}

/* ------- ELEMENTI OGGETTO FORM ------- */
label.formTextLabel, 
label.formDropDownLabel,
label.formCheckboxLabel,
label.formTextAreaLabel {
	display:block; float:left; width:10em; margin-right:5px;
}
input.formText,
textarea.formTextArea,
select.formDropDown {
	display:block; float:left; width:15em; 
}
.formTextLabel, .formTextAreaLabel, .formCheckboxLabel, 
.formDropDownLabel, .formText, .formTextArea, .formDropDown, 
.formErrorList, .formRedirector, .formCheckbox, .formMandatory, .formError {
	font-size:.7em; 
}
.formTextLabel { 
	white-space:nowrap;
}
.formText, .formTextArea, .formDropDown {
	width:96%; 
}
.formError {
	color:#804000; font-weight:bold; 
}
.formErrorList {
	font-weight:bold; 
}

.formRedirector a.viewLink { 
	font-size:1em;
}


/* ------- ELEMENTI PERSONALIZZATI DA "CM" ------- */	
	/* BoxEvidenti dei testi personalizzati */
h1.viewTitoloInv {
	margin:5px 0; padding:5px 5px 5px 20px; font-size:.9em; color:#FFFFFF;
	background:#125800 url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Titolo1-Inv.gif) 6px 7px no-repeat;
	
}
#NLBody #NLCorpoPagina h1.viewTitoloApprofondimenti {
	margin:5px 0; padding:15px 5px 5px 30px; font-size:1.2em; color:#010101;
	background:#FFFFFF url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Titolo1-Approfondimenti.gif) 6px 0px no-repeat;
	border:none; 
}
#NLBody #NLCorpoPagina h1.viewTitoloNotizie {
	margin:5px 0; padding:15px 5px 5px 30px; font-size:1.2em; color:#010101;
	background:#FFFFFF url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Titolo1-Notizie.gif) 6px 0px no-repeat;
	border:none;
}
#NLBody #NLCorpoPagina h1.viewTitoloAppuntamenti {
	margin:5px 0; padding:15px 5px 5px 30px; font-size:1.2em; color:#010101;
	background:#FFFFFF url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Titolo1-Appuntamenti.gif) 6px 0px no-repeat;
	border:none;
}

	/* BoxBloccato dei testi personalizzati per testi tipo privacy */
div.BoxBloccato {
	display:block; overflow:auto; margin:10px 5px; padding:10px;
	width:90%; height:200px; border:1px solid #010101; 
	color:#010101; background-color:transparent; text-align:justify; font-size:.6em;
}

/* ------- AVVERTIMENTO BROWSER NON IE X MULTIMEDIA ------- */
.MultiMediaObjectAlert {
	font-weight:bold; font-size:.8em;
	border:1px solid #990000; padding:10px; margin:20px; 
	display:block; 
}
.MultiMediaObjectAlert a {
	color:#804000;
}
.MultiMediaObjectAlert a:hover {
	text-decoration:none;
}/* ------- USER LOGIN ------- */
.Accesso form {
	color:#010101; margin:10px 5px 0 5px; padding:10px 0; 
}
.Accesso form fieldset {
	/* background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Login/LogoCliente.gif) 99% 10px no-repeat; */
	background-color:#E5E5E5;
	border:1px solid #010101; margin:10px 0;
}
.AccessoImg form fieldset h2 {
	color:#010101; margin:10px 5px; padding:0; font-size:1em;
}
.AccessoImg form fieldset h2 a {
	text-decoration:underline;
}
.AccessoImg form fieldset h2 a:hover {
	text-decoration:none;
}
.Accesso form fieldset div.BoxBloccato {
	font-size:1em; width:auto; background-color:#E5E5E5; height:150px;
}
.Accesso form fieldset div.BoxBloccato p {
	padding:0; margin:0 0 5px 0; 
}
.AccessoImg form fieldset {
	background-image:none;
}
.Accesso form legend {
	font-size:1.2em; font-weight:bold; color:#804000;
}
.Accesso form div.Blocco {
	margin:0; padding:5px 0; 
	clear:both; width:100%;
}
.Accesso form fieldset div.CheckBox label { 
	 width:auto; text-align:left; 
	 color:#010101; background-color:transparent;
} 
.Accesso form fieldset div.CheckBox input {
	border:none; width:20px; margin-right:5px;
}
.Accesso form label {
	display:block; float:left; width:15em;
	font-weight:bold; text-align:right;
	padding-top:3px;
}
.Accesso form input {
	display:block; float:left; width:12em;
	padding:1px; margin-left:5px;
	border:1px solid #010101; background-color:#E5E5E5; 
}
.Accesso form input.submit {
	display:block; width:12.3em;
	margin:0 0 0 12.9em; padding:0;
	text-align:center; font-weight:bold; cursor:pointer;
	
	
	
}
.Accesso p {
	padding:20px 0 0 0; font-size:.9em; 
}
.Accesso p a {
	color:#804000; font-weight:bold; 
}
.Accesso p a:hover {
	text-decoration:none;
}
.Accesso p a.SitoFlexCMP {
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Login/LogoFlex.gif) 5px 0 no-repeat;
	float:left; display:block; margin-right:10px; 
	position:relative; top:-20px; 
	width:88px; height:50px; 
}
/* PANNELLO AMMINISTRATIVO */
.adminPanelPageInfo {
	margin:5px 0; padding:5px 0;
	border:1px solid #010101; color:#010101; background-color:#FFFFFF;
	font-size:.9em; text-align:center; 
}
.adminPanelPageInfoItem {
	font-size:.75em; font-weight:bold; padding:5px 0;
	color:#010101;
}
.adminPanelPageInfoItemTitle {
	font-size:.7em; color:#010101;
}
a.adminLinkOnSite {
	display:block; margin:5px; padding:3px;
	border:1px solid #010101; color:#010101; background-color:#FFFFFF;
	font-size:.7em; text-decoration:none; font-weight:bold; text-transform:uppercase;
}
a.adminLinkOnSite:hover {
	margin:5px; padding:3px;
	border:1px solid #010101; background-color:#010101; color:#FFFFFF;
}/* -------- CANALI -------- */
	/* -------- Elementi Generici -------- */
.LinkData { 
	padding:.1em 0; font-size:.7em;
}
.LinkData a {
	color:#804000;
}
.ElencoCanale a {
	color:#804000;
} 
.ElencoCanale a:hover {
	text-decoration:none;
} 
.ElencoCanale ol {
	list-style-type:none; margin:0; padding:0;
}
.ElencoCanale ol li {
	margin:4px 0; padding:1px; font-size:.7em;
}
.ElencoCanale ol li img {
	margin-right:5px;
}
.CanaleGenerico ol li { 
	padding-left:12px; background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Canali/CanaleGenerico.gif) 1px 4px no-repeat;
}
	/* -------- Image Block -------- */
.NewsBlock {
	width:100%; margin:7px 0;
}
.NewsBlockImgLeft {
	float:left; margin:0 4px 4px 0;
}
.NewsBlockImgRight {
	float:right; margin:0 0 4px 4px;
}
	/* -------- Elencatori specifici -------- */
.TitoloData ol li { 
	padding-left:9px; background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Canali/TitoloData.gif) 1px 6px no-repeat;
}
.SoloLink ol li { 
	padding-left:9px; background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Canali/SoloLink.gif) 1px 6px no-repeat;
}
.DataTitoloLink ol li { 
	padding-left:9px; background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Canali/DataTitoloLink.gif) 1px 6px no-repeat;
}
.DataStrilloLink ol li { 
	padding-left:9px; background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Canali/DataStrilloLink.gif) 1px 6px no-repeat;
}
.SoloFoto ol li { 
	 display:inline;
}
.SoloFoto ol li a { 
	 border:1px solid #010101; margin:5px; padding:0;
	
	
}
.SoloFoto ol li a:hover { 
	 border:1px solid #804000;
	
	
}
.NotizieAffiancate {
	width:100%; clear:both;
}
.NotizieAffiancate .NewsAffiancata {
	font-size:.7em; 
	float:left; width:48.8%; padding:5px .2% 23px 0; margin:0;
	
	border-bottom:2px solid #B2D4C6;
	min-height:210px;
	
	
}
.NotizieAffiancate .NewsAffiancata img {
	border:4px solid #FFFFFF; margin-top:15px;
}
.NotizieAffiancate .NewsAffiancata h3 {
	padding:0; margin:5px 0; font-size:1em;
	color:#027244; background-color:transparent;
}
.NotizieAffiancate .NewsAffiancata p {
	padding:5px 5px 5px 0; margin:0;
}
.NotizieAffiancate .NewsAffiancata a {
	padding:0 0 3px 12px; margin:0; color:#804000; 
	background:transparent url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Canali/NewsAffiancata.gif) 1px 1px no-repeat;
}
.NotizieAffiancate .Riga {
	height:2px; margin:5px 0; padding:0; border:1px solid #B2D4C6; width:100%;
}
.RassegnaStampa ol {
	margin:0; padding:0; list-style-type:none;
}
.RassegnaStampa ol li {
	margin:5px 0; padding:7px 2px 7px 13px; 
	color:#010101; line-height:1.2em; border:1px solid #EDECEC;
	background:#FFFFFF url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Canali/RassegnaStampa.gif) 6px 11px no-repeat;
}
.RassegnaStampa ol li.Grigio {
	background:#EDECEC url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Canali/RassegnaStampaGrigio.gif) 6px 11px no-repeat;
}
	/* -------- Paginazione -------- */
#ChannelPager {	
	padding:10px; margin:10px 0; border:1px solid #804000;
	 clear:both;
}
#ChannelSelection {
	margin:5px 0; padding:0; 
}
#ChannelYearList, 
#ChannelMonthList,  
#ChannelDayList { 	
	clear:both;	width:99%;
}
#ChannelYearLabel, 
#ChannelMonthLabel, 
#ChannelDayLabel {
	float:left; line-height:2em;
}
#ChannelYearList ol, 
#ChannelMonthList ol, 
#ChannelDayList ol { 	
	list-style-type:none; border-left:1px solid #010101;	
	margin:0; padding:0; 
}
#ChannelYearList ol li, 
#ChannelMonthList ol li, 
#ChannelDayList ol li {	
	margin:0; padding:0; border-right:1px solid #010101;
	float:left; line-height:2em;	
}
#ChannelPager a, #ChannelPager strong {	
	color:#804000; font-weight:bold; margin:0 7px;
}
#ChannelPager a:hover {	
	text-decoration:none;
}
.ChannelSelItem span {	
	padding:0 7px; font-weight:bold;
}
.ChannelEmptyItem span {
	display:none;
}
#ChannelClear {	
	clear:both; height:0;
}/* ---------- CALENDARIO -------------- */
h2.viewTitoloCalendario { 
	font-size:.7em; margin:0; padding:0; text-align:center; color:#125800;
}
.viewCalendar {
	font-size:.65em; text-align:center;
	border-top:1px solid #4B7F3D; border-bottom:1px solid #4B7F3D;
	color:#010101; background-color:#FFFFFF;
	margin:3px 0 10px 0; padding:5px 0;
	float:left; clear:both; width:21.5em;
}
#ChannelPager .viewCalendar {
	font-size:1em; text-align:center;
	color:#010101; background-color:#FFFFFF;
	margin:5px 3px; padding:5px 0 0 0;
}
.viewCalendar div {
	text-align:center;
}
.viewCalendar div span {
	margin:0 2px; white-space:nowrap; font-weight:bold;
}
.viewCalendar table {
	font-size:1em; width:21.5em; margin:5px 0;
}
.viewCalendar table td {
	padding:1px 4px; text-align:center; letter-spacing:.05em;
}
.viewCalendar table td.current {
	font-weight:bold; border:1px solid #125800;
}
.viewCalendar a {
	color:#125800; background-color:#FFFFFF; font-weight:bold;
}
.viewCalendar a:hover {
	text-decoration:none;
}
.daySu {
	color:#125800;
}

div.viewCalendar div a {
	color:#125800; background-color:transparent; padding:3px;
	font-weight:bold; text-decoration:none; font-size:1.3em;
	position:relative; top:2px;
}
div.viewCalendar div a:hover {
	color:#4B7F3D;
}
div.viewCalendar div span { 
	font-weight:normal; padding:0 10px;
}/* FORUM */
.ForumTopicList, 
.ForumMsgList {	
	font-size:.7em;
}
.ForumTopicList p, 
.ForumMsgList p {
	text-align:right;
}
.ForumTopicList table p, 
.ForumMsgList table p {
	text-align:left;
}
.ForumMsgList table p.ForumMsgDate {
	float:right;
}
.ForumTopicList p a, 
.ForumMsgList p a {	
	font-weight:bold; text-decoration:underline;
	color:#804000; background-color:transparent;
}
.ForumTopicList p a:hover,
.ForumMsgList p a:hover {	
	text-decoration:none;
}
.ForumTopicList table, 
.ForumMsgList table {	
	border-bottom:1px solid #010101; border-left:1px solid #010101; border-collapse:collapse;
	margin:1em 0; width:100%;	
}
.ForumTopicList table tr, 
.ForumTopicList table tr {	
	text-align:center;
}
.ForumTopicList table tr td, 
.ForumMsgList table tr td {	
	border-top:1px solid #010101; border-right:1px solid #010101;
}
.ForumMsgList table tr th,
.ForumTopicList table tr th {	
	border-top:1px solid #010101; border-right:1px solid #010101;
	font-size:1.1em; padding:3px;
}
.ForumMsgList table tr th a,
.ForumTopicList table tr th a {
	white-space:nowrap;	
}
.ForumTopicList table thead tr th, 
.ForumMsgList table thead tr th {
	color:#804000; background-color:transparent;
	margin:0 0 .5em 0; padding:0;		
	font-size:1em; height:2.5em;
}
.ForumTopicList table tr td {
	padding:.2em .5em;
}
.ForumMsgList table tr td {	
	padding:.5em;
}
.ForumTopicList table thead tr th, 
.ForumMsgList table thead tr th {	
	padding:.1em 1em;
}
.ForumTopicList table tbody tr th a, 
.ForumMsgList table tbody tr th a {	
	color:#010101; background-color:transparent;	
	text-decoration:underline; font-weight:bold;
}
.ForumTopicList table tbody tr th a:hover, 
.ForumMsgList table tbody tr th a:hover {
	text-decoration:none;
}
.ForumMsgList table tbody tr th.TopicMsg, 
.ForumMsgList table tbody tr td.TopicMsg {
	color:#804000; background-color:transparent;
}
.ForumMsgList table tbody tr th {
	font-weight:normal;	
	vertical-align:top;	text-align:left;
}
.ForumMsgList table tbody tr td h3,
.ForumMsgList table tbody tr td.TopicMsg h3 {
	margin:0 0 .5em 0; padding:0; font-size:1.2em;
	color:#804000; background-color:transparent;
}
.ForumMsgList table tbody tr td div {	
	text-align:right;
}
.ForumMsgList table tbody tr td div a {	
	color:#010101; background-color:transparent;	
	font-weight:bold;
}
.ForumMsgList table tbody tr td.TopicMsg div a, 
.ForumMsgList table tbody tr th.TopicMsg div a, 
.ForumMsgList table tbody tr th.TopicMsg a {	
	color:#010101; background-color:transparent;
}
.ForumPaginator {	
	font-size:.7em;	text-align:center; line-height:1.5em;
	margin:.5em 0 0 0; padding:.2em 0;	
}
.ForumPaginator span {
	display:inline;	
	margin:0 .2em; padding:.1em;
}
.ForumPaginator ol {
	display:inline;	list-style-type:none;
	margin:0 auto; padding:0; font-weight:bold;
}
.ForumPaginator ol li { 
	display:inline;	
	padding:.1em; margin:0 .2em;
}
.ForumPaginator ol li a, 
.ForumPaginator span a {
	padding:0; margin:0;
	color:#010101; background-color:transparent;	
	text-decoration:underline;
}
.ForumPaginator ol li a:hover { 
	text-decoration:none;
}
.ForumPaginator span.NavInactive,
.ForumPaginator li.NavInactive {
	color:#804000; background-color:transparent;
	border:1px solid #FFFFFF;	
}
.ForumPaginator span.NavActive a,
.ForumPaginator li.NavActive a {
	color:#010101; background-color:transparent;	
	border:1px solid #FFFFFF;	
	padding:.1em;
}
a.BOLink img { 
	margin-right:3px; position:relative; top:3px;
}
.ForumThreadList ol {
	list-style-type:none; border:1px solid #FFFFFF;
	margin:10px 0; padding:5px;
}
.ForumThreadList ol li {	
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Forum/Forum-1Liv.gif) 0 0 no-repeat;	
	padding:2px 0 3px 19px; margin:.5em 0;
}
.ForumThreadList ol li a {
	color:#010101; background-color:transparent; font-weight:bold;
}
.ForumThreadList ol li a:hover {
	text-decoration:none;
}
.ForumThreadList ol ol {
	list-style-type:none; border:none;
	padding:0;
}
.ForumThreadList ol ol li {
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Forum/Forum-2Liv.gif) 0 1px no-repeat;	
	padding:0 0 0 17px; line-height:1.4em;
}
.ForumThreadList ol ol ol li {
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Forum/Forum-3Liv.gif) 0 1px no-repeat;	
}
.ForumThreadList ol ol ol ol li {
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Forum/Forum-4Liv.gif) 0 1px no-repeat;	
}
.ForumThreadList ol ol ol ol ol li {
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Forum/Forum-5Liv.gif) 0 1px no-repeat;	
}
.ForumThreadList ol ol ol ol ol ol li {
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Forum/Forum-6Liv.gif) 0 1px no-repeat;	
}
.ForumComposeForm div, 
.ForumComposeForm p {
	clear:both; padding: .5em 0 0 0;
}
.ForumComposeForm div label {
	display:block; width:6em; float:left;
	font-size:.7em;	
}
.ForumComposeForm p label {
	display:block; width:auto;	
	font-size:.7em;
}
.ForumComposeForm div input {
	width:20em;	float:left;
	margin:0; border:1px solid #FFFFFF;	
	font-size:.7em;
}
.ForumComposeForm div span {
	float:left;
}
.ForumComposeForm p textarea {
	font-size:.7em;	
	border:1px solid #010101; width:100%;
}
.ForumComposeForm p input {
	border:1px solid #010101;	
	font-size:.7em; text-align:center;
}
.ForumComposeForm p a {
	color:#010101; background-color:transparent;	
	font-size:.7em; font-weight:bold; text-decoration:underline;
}
.ForumComposeForm p a:hover {	
	text-decoration:none;
}
/* Forum di inserimento articolo in un thread */
.ForumForm {font-size:.7em; padding:10px; margin:10px 0; border:1px solid #010101;}
.ForumForm label {display:block; float:left; width:12em; margin:4px 5px 4px 0;}
.ForumForm sup {font-weight:bold; color:#010101;}
span.formMandatory {font-weight:bold; color:#010101; font-size:.8em;}
.ForumForm textarea {display:block; float:left; width:21.1em; height:10em; border:1px solid #010101; padding:3px 2px; margin:4px 5px 4px 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.05em;}
.ForumForm input, .ForumForm input.formText {display:block; float:left; width:20em; border:1px solid #010101; padding:3px 2px; margin:4px 5px 4px 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.1em;}
.ForumForm input.formText[type=hidden] {display:none;}
.ForumForm input.Submit {display:block; float:left; width:20em; padding:4px; margin-left:14em; color:#010101; font-weight:bold; text-transform:uppercase; background-color:transparent; font-size:.9em;}
.ForumForm input.Submit:hover {background-color:transparent; color:#804000;}
.ForumForm .Coda {margin:10px 0; padding:10px; background-color:transparent; color:#010101; border:1px solid #010101;}
.ForumForm .Coda p {margin-bottom:5px;}
.ForumForm .Coda a {color:#010101; font-weight:bold;}
.ForumForm .Coda a:hover {text-decoration:none;}/* --- NEWSLETTER --- */
	/* --- Box di iscrizione al servizio --- */
form.FormNewsLetter {
	margin:10px 0; padding:5px 0; width:13em;
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/NewsLetter/SfondoNL.jpg) 0 0 repeat-x;
	border-bottom:5px solid #19466E; border-top:5px solid #19466E;
}
form.FormNewsLetter h2 {
	padding:3px 0 5px 36px; margin:0;
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/NewsLetter/LogoNL.gif) 0 0 no-repeat;
	color:#010101; font-size:.8em; font-weight:bold;
}
form.FormNewsLetter h2 a {
	color:#010101;
}
form.FormNewsLetter h2 a:hover {
	text-decoration:none;
}
form.FormNewsLetter input {
	width:90px; margin:5px 5px 1px 5px; font-size:.7em;

}
form.FormNewsLetter input.Submit {
	font-weight:bold; font-size:.7em; border:none; padding:2px; width:65px;
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/NewsLetter/SfondoSubmitNL.gif) 0 0 repeat-x;	
}
	/* --- Telaio lettera --- */
#NLBody {
	font-size:.9em;
	color:#000000; background-color:#FFFFFF;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	padding:3px; margin:2px;
}
#NLBody img {
	background-color:#FFFFFF;
}
#NLIntestazione {
	color:#2F2C2C; background-color:#FFFFFF;
	font-size:.9em; text-align:center;
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/NewsLetter/SfondoTestataNL.jpg) 0 0 repeat-x;
}
#NLIntestazione div.Data {
	color:#19466E; padding-right:5px; 
	text-align:right; font-style:italic; font-size:.85em;
}
#NLIntestazione h1 {
	color:#19466E; text-align:center; font-size:1.3em;
}
ol#NLTestata {
	text-align:center; list-style-type:none;
	color:#2F2C2C; background-color:#FFFFFF;
	margin:15px 0 10px 0; padding:10px 5px;
	font-size:.7em;
}
ol#NLTestata li {
	padding:3px 5px; margin:0 2px;
	display:inline;
	border-left:1px solid #2F2C2C; border-right:1px solid #2F2C2C; 
	color:#2F2C2C; background-color:#FFFFFF;
}
ol#NLTestata li a {
	color:#AF0000; background-color:#FFFFFF;
	text-decoration:underline;
}
ol#NLTestata li a:hover {
	text-decoration:none;
}
#NLBanner {
	display:none;
}
#NLBody #NLCorpoPagina .ViewSottotitolo,
#NLBody #NLCorpoPagina .viewTitolo,
#NLBody #NLCorpoPagina .viewTitolo1,
#NLBody #NLCorpoPagina .viewLink, 
#NLBody #NLCorpoPagina .viewLinkIMG,
#NLBody #NLCorpoPagina .BLOBAlignLeft,
#NLBody #NLCorpoPagina .BLOBVAlignMiddle,
#NLBody #NLCorpoPagina .viewParCell,
#NLBody #NLCorpoPagina .BLOBAlignJustify,
#NLBody #NLCorpoPagina p.EMWorkaround,
#NLBody #NLCorpoPagina p,
#NLBody #NLCorpoPagina dl, 
#NLBody #NLCorpoPagina dt, 
#NLBody #NLCorpoPagina dd,
#NLBody #NLCorpoPagina BLOBWidth100, 
#NLBody #NLCorpoPagina BLOBFloatRight,
#NLBody #NLCorpoPagina BLOBIMGSpacerLeft {
	color:#000000; background-color:#FFFFFF;
}
#NLBody #NLCorpoPagina h1 {
	font-size:1.2em; 
	padding-bottom:3px; 
	border-bottom:1px solid #19466E;
	color:#19466E; background-color:#FFFFFF;
}
#NLBody #NLCorpoPagina h2 {
	font-size:1.1em; 
	color:#19466E; background-color:#FFFFFF;
}
#NLBody #NLCorpoPagina h3 {
	font-size:1em; 
	padding-bottom:1px; 
	color:#19466E; background-color:#FFFFFF;
}
#NLBody #NLCorpoPagina a {
	color:#000000; font-weight:lighter;
	text-transform:uppercase;
}/* ------------------- Nuovo telaio importazione NL ------------------- */
#BodyNL {
	width:600px; margin:10px auto; padding:0;
}
#BodyNL a {
	color:#063; background-color:transparent; font-weight:bold;
}
#BodyNL a:hover {
	color:#99CC81; background-color:transparent; text-decoration:none;
}
.Header {
	margin-bottom:-2px; display:block;
} 
.MenuNL ol {
	list-style-type:none; margin:0; padding:0; font-size:.7em;
	text-transform:uppercase; border-top:10px solid #CCC; color:#000; 
	background-color:#9C6; font-weight:bold; text-align:center;
} 
.MenuNL ol li {
	display:inline; padding:0 20px; line-height:1.7em;
}
#BodyNL .MenuNL ol li a {
	color:#000; background-color:transparent; text-decoration:none;
}
#BodyNL .MenuNL ol li a:hover, #BodyNL .MenuNL ol li strong {
	color:#008A56; background-color:transparent; text-decoration:underline;
}
.ContenutiNL {
	padding:10px 0;
}
.FooterNL {
	background-color:#063; color:#FFF; font-size:.7em; 
	text-align:center; padding:3px 0;
}

#BodyNL .viewTitoloNotizie, #BodyNL .viewTitoloAppuntamenti, #BodyNL .viewTitoloApprofondimenti {
	color:#99CC81; font-size:.7em; margin:0 0 10px; padding:13px 0 5px 28px; text-transform:uppercase;
	background-color:transparent; background-repeat:no-repeat; background-position:0 0; border:none;
}
#BodyNL .viewTitoloNotizie {
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/NL/Notizie.gif);
}
#BodyNL .viewTitoloAppuntamenti {
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/NL/Appuntamenti.gif);
}
#BodyNL .viewTitoloApprofondimenti {
	background-image:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/NL/Approfondimenti.gif);
}

.ElencoNL ol li {
	margin-bottom:10px;
}
.Verde {
	color:#063; background-color:transparent;
}

#BodyNL div.Accesso form {
	margin-top:0; padding-top:0;
}

/* ------- SONDAGGI ------- */
form.PollForm {
	margin:0; padding:5px; 
	color:#010101; background-color:transparent;
}
div.PollBox {
	color:#010101; background-color:transparent;
	padding:5px; border:1px solid #010101; margin:10px 0;
	background-color:#E5E5E5;
}
div.PollBox ol li input {
	position:relative; left:4px; width:16px; 
	margin:0 5px 0 -8px; padding:0;
	
	
}
div.PollBox input.Submit {
	margin-top:10px;
}
div.PollBox ul li img {
	position:relative; top:5px;
}
div.PollBox p {
	margin:0; padding:3px 0;
}
div.PollBox p.Totale {
	margin:10px 0 5px 0; padding:0; font-weight:bold;  
}
div.PollBox a {
	color:#804000; background-color:transparent; font-weight:bold;  
}
div.PollBox a:hover {
	text-decoration:none; 
}
div.PollBox a.TuttiSondaggi {
	padding:2px 0 20px 34px; display:block; float:left; 
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Sondaggi/Sondaggi.gif) 0 0 no-repeat;
	min-height:15px;
	
	
	
}
.VMenu h1 { 
	font-size:.8em; margin:8px 3px;
}
.VMenu h2 { 
	font-size:.7em; margin:5px 3px;
}
.VMenu .PollBox { 
	margin:5px 3px;
}/* ------- MODULO GALLERIA FOTOGRAFICA ------- */
.GPContent { 
	position:absolute; top:-10000px; left:-10000px;
}
	/* Elenco generale: gallerie, album e foto */
.GalleryPlus {
	background:#FFFFFF; color:#010101; padding:10px; 
}
.GalleryPlus ul {
	padding:20px 0 0; margin:0; list-style-type:none; font-size:.7em;
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/GalleryPlus/Barra.gif) 0 10px repeat-x;
}
.GalleryPlus ul li {
	background:#FFFFFF url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/GalleryPlus/Barra.gif) 0 100% repeat-x; 
	margin-bottom:20px; padding-top:10px; padding-bottom:25px;
}
.GalleryPlus dl {
	margin:0; padding-bottom:5px; position:relative; 
}
.GalleryPlus dt {
	margin:0; padding:0 0 0 10px;
}
.GalleryPlus h3.viewTitolo3 {
	text-align:right;
}
.GalleryPlus ul li a {
	display:block; padding:5px; margin:0 0 5px; font-size:1.1em;
	text-decoration:none; font-weight:bold; color:#AF0000; background-color:#F2F2F2;
}
.GalleryPlus ul li a:hover {
	text-decoration:underline;
}
.GalleryPlus ul li img {
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/GalleryPlus/FotoBottom.gif) 50% 100% no-repeat; 
	padding:0 0 12px; position:absolute; left:0; top:0; max-height:90px; 
}
.GalleryPlus dd {
	margin:0; padding:0 0 0 10px; line-height:1.5em;
}
.GalleryPlus dd.Description {
	margin-bottom:10px;
}
	/* Elencatori in modalità "Affiancata" [templates "-Affianca.html"] */
.Affianca ul li { 
	margin-right:1%; padding-right:1%; min-height:130px;
	float:left; width:31.2%; 
}
.Affianca ul li a {
	width:98%; padding:5px 1%; 
}
	/* Elencatori in modalità "Centrata" [templates "-Centra.html"] */
.Centra .viewImageNumPag dl dt {
	text-align:center;
}
	/* Elenco gallerie [templates "DEFAULT / BLOBElencoGallerie-ElencoGallerie.html"] */
.GalleryList {
}
	/* Elenco album [templates "DEFAULT / BLOBElencoAlbum-ElencoAlbum.html"] */
.AlbumList {
}
	/* Elenco foto [templates "DEFAULT / BLOBAlbum-Album.html"] */
.Album {
}
		/* Elenco foto > Modalità "Immagine singola, paginazione per titolo immagine" */
.SingleImageTitPag {
	background:#FFFFFF url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/GalleryPlus/FotoBigBottom.gif) 0 50% repeat-x;
}
.SingleImageTitPag dl {
	margin:0;
}
.SingleImageTitPag dt {
	margin:0; padding:0;
}
.SingleImageTitPag dl dd {
	margin:5px 0; padding:0; font-size:.7em; text-align:center; font-style:italic;
}
.SingleImageTitPag img {
	position:static; background:none; padding:10px; margin:0 10px 0 0;
	border:1px solid #010101; max-height:none; 
}
.SingleImageTitPag dl dt img {
	padding:0 0 12px; border:none;
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/GalleryPlus/FotoBottom.gif) 50% 100% no-repeat;
}
.SingleImageTitPag .SingleImage {
	float:left;
}
		/* Elenco foto > Modalità "Elenco miniature" */
			/* Fase 1: gruppo miniature */
.viewImageTotal {
	float:left; margin:0 20px 10px 0; font-size:.7em;
}
.viewImageTotal dt strong {
	display:block; text-align:center; margin-bottom:4px; line-height:1.2em;
}
.viewImageTotal dd img {
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/GalleryPlus/FotoBottom.gif) 50% 100% no-repeat; padding:0 0 12px;
}
			/* Fase 2: immagine grande singola */
.ThumbImageSingle dl dt {
	padding:5px 0;
}
.ThumbImageSingle dl dt img {
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/GalleryPlus/FotoBottom.gif) 50% 100% no-repeat; padding:0 0 12px;
}
.ThumbImageSingle dl dd {
	font-size:.7em; text-align:center; font-style:italic; padding-left:0;
}
			/* Fase 2: link di ritorno all'elenco */
.BackLink {
	margin:10px 0; padding:0 0 0 20px; font-size:.7em; font-weight:bold; color:#AF0000;
	background:transparent url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/GalleryPlus/BackLink.gif) 0 1px no-repeat;
}
		/* Elenco foto > Modalità "Foto singola con navigazione per numero pagina" */
.viewImageNumPag dl dt {
	padding:5px 0;
}
.viewImageNumPag dl dt img {
	background:url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/GalleryPlus/FotoBottom.gif) 50% 100% no-repeat; padding:0 0 12px;
}
.viewImageNumPag dl dd {
	font-size:.7em; text-align:center; font-style:italic;
}
/* ---- PAGINAZIONE | NAVIGAZIONE ---- */
	/* Paginazione a titoli per album a immagine singola */
.GalleryPlus .FlexNavi {
	margin:10px 0; padding:10px 10px 20px; font-size:.65em; font-weight:bold; color:#010101;
	background:transparent url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/GalleryPlus/FondoNav.gif) 0 0 repeat-x;
} 
.GalleryPlus .FlexNavi ol {
	margin:0; padding:0; list-style-type:none; float:left;
}
.GalleryPlus .FlexNavi ol li {
	float:left;
} 
.GalleryPlus .FlexNavi span.NavInactive, 
.GalleryPlus .FlexNavi span.NavActive a, .GalleryPlus .FlexNavi span.NavActive strong, 
.GalleryPlus .FlexNavi ol li a, .GalleryPlus .FlexNavi ol li strong {
	margin:0 3px; padding:3px 5px 5px; display:block; float:left; border:1px solid #FFFFFF;
}
.GalleryPlus .FlexNavi a { 
	color:#AF0000; background-color:transparent; text-decoration:none;
}
.GalleryPlus .FlexNavi a:hover, .GalleryPlus .FlexNavi span.NavActive strong, .GalleryPlus .FlexNavi ol li strong { 
	color:#FFFFFF; background-color:#AF0000;  padding:3px 5px 5px;
}
	/* Paginazione a "Immagine singola, paginazione per titolo immagine" */
.SingleImageTitPag .FlexNavi {
	padding:30px 0 0 30px; font-size:.7em; background:none;
}
.SingleImageTitPag .FlexNavi ol {
	float:none; list-style-type:decimal;
}
.SingleImageTitPag .FlexNavi ol li {
	float:none; margin:0 0 5px;
}
.SingleImageTitPag .FlexNavi span.NavInactive, 
.SingleImageTitPag .FlexNavi span.NavActive a, .SingleImageTitPag .FlexNavi span.NavActive strong, 
.SingleImageTitPag .FlexNavi ol li a, .SingleImageTitPag .FlexNavi ol li strong {
	padding:2px; float:none; display:inline; border:none;
}
.SingleImageTitPag .FlexNavi a { 
	color:#010101; background-color:transparent; text-decoration:underline;
}
.SingleImageTitPag .FlexNavi a:hover, .SingleImageTitPag .FlexNavi span.NavActive strong, .SingleImageTitPag .FlexNavi ol li strong { 
	color:#010101; background-color:transparent; text-decoration:none;
}
	/* Paginazione a "Foto singola con navigazione per numero pagina" */
.viewImageNumPag .FlexNavi {
	min-width:380px; 
}
/* FlexNavi Paginator */
.FlexNavi {
	margin:20px 0 0; padding:10px 10px 40px; font-size:.65em; font-weight:bold; color:#010101;
	background:#F8F8F8 url(http://www3.corpoforestale.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/GalleryPlus/FondoNav.gif) 0 0 repeat-x;
} 
.FlexNavi ol {
	margin:0; padding:0; list-style-type:none; float:left;
}
.FlexNavi ol li {
	float:left;
} 
.FlexNavi span.NavInactive, .FlexNavi span.NavActive a, .FlexNavi span.NavActive strong, .FlexNavi ol li a, .FlexNavi ol li strong {
	margin:0 3px; padding:3px 5px 5px; display:block; float:left; border:1px solid #FFFFFF;
}
.FlexNavi a { 
	color:#AF0000; background-color:transparent; text-decoration:none;
}
.FlexNavi a:hover, .FlexNavi span.NavActive strong, .FlexNavi ol li strong { 
	color:#FFFFFF; background-color:#AF0000;  padding:3px 5px 5px;
}

	/* Dimensioni varie */
	/* Colori del Progetto */   
	/* Colori del MenuV */	
	/* Colori del MenuH */
	/* Colori Vari */

acronym, abbr {border-bottom:none; cursor:help;}

.ContenutiHome .BLOBWidth50 {
	min-width:inherit; 
} 



label.FlexLoginLabel {
	background-color:transparent;
}
div.BLOBIMGSpacerRight, div.BLOBIMGSpacerLeft {
	background-color:transparent; color:#010101;
}
ol.Utility3Col {
	right:14em;
}

.CentroPagina a.viewLinkIMG img {
	background-color:#F2F2F2;
}

 
.ContenutiNL #formSearchBox {
	width:auto;
}

.RicercaAvanzataCont h2 {
	margin-top:15px;
}
.ClassificationFormBlock fieldset {
	margin:10px 0 0; padding:10px; font-size:.7em; 
}
.ClassificationFormBlock fieldset legend {
	font-size:1.1em; font-weight:bold; color:#804000; background-color:transparent;
	
}
.ClassificationFormBlock fieldset ol {
	margin:0; padding:0; list-style-type:none;
}
.ClassificationFormBlock fieldset ol ol {
	font-size:1em; margin-left:15px;
}

	/* MenuV - selezionato di canale */
 div.MenuV ol ol li.LISel a.Sel {
 	margin:0; padding:0; background:@rasp none; color:#0c3900;
 	width:21.8em; border:none; text-decoration:none;
}
 div.MenuV ol ol li.LISel a.Sel:hover {
 	text-decoration:underline;
} 
	/* Testi personalizzati - titoli vari colorati */
 .viewTitoloNotizie {
	background-color:transparent; color:#125800; border-bottom:1px solid #125800;
	margin:10px 0; padding:0; font-size:1em; line-height:1.1em;	
}
 .viewTitoloAppuntamenti {
	background-color:transparent; color:#AF0000; border-bottom:1px solid #AF0000;
	margin:10px 0; padding:0; font-size:1em; line-height:1.1em; 	
}
 .viewTitoloApprofondimenti {
	background-color:transparent; color:#3B3D87; border-bottom:1px solid #3B3D87;
	margin:10px 0; padding:0; font-size:1em; line-height:1.1em;
} 
	/* Elencatore "Immagini Allineate" */
.ImmaginiAllineate {
	margin:20px 0 0;
}
.ImmaginiAllineate ol li {
	float:left; margin:0 0 20px; padding:0; text-align:center; font-size:.6em;
	width:130px; min-height:140px; 
}
.ImmaginiAllineate ol li img {
	width:75px; height:100px;3margin-bottom:6px;
}
.ImmaginiAllineate ol li a {
	color:#804000; background-color:transparent; text-decoration:none; font-weight:bold;
}
.ImmaginiAllineate ol li a:hover {
	text-decoration:underline;
}
	/* Elencatore "Lanci Affiancati" */
.LanciAffiancati ol li {
	float:left; margin:0 1% 10px 0; padding:0;
	width:48.9%; min-height:120px; 
}
.LanciHome ol li {
	min-height:260px; 
}
.LanciAffiancati ol li img {
	width:80px; height:80px; float:left; margin:0 5px 5px 0;
}
.LanciHome ol li img {
	border:3px solid #FFFFFF; width:210px; height:140px; float:none; margin:0;
}
.LanciAffiancati ol li a {
	color:#804000; background-color:transparent; font-weight:bold;	text-decoration:none;
}
.LanciAffiancati ol li a:hover {
	text-decoration:none;
}
.LanciAffiancati ol li p {
	color:#010101; background-color:transparent; margin:0; padding:0;	
}
.LanciHome ol li p {
	margin-top:5px;	
}
 

.clear {
	line-height:.05em; height:1px; 
	font-size:.05em; margin:0; padding:0;
}
