/* Cached vesion created on 24/05/10 17:10:14*/
/* elapsed time: 0.0328 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://www.strhold.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;
}/* -------- OGGETTI DI CORPO PAGINA -------- */

	/* Titolo di livello 1 */
.viewTitolo {
	background:transparent url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Fregio.gif) 0 7px no-repeat;
	color: #003b57; font-size: 1em; 
	padding: 3px 0 3px 14px; margin: 2px 0 5px 0; 
	
}
	/* Titolo di livello 2 */
.viewSottotitolo {
	color:#005682; font-size:.9em;
	background:#f3f3f3 url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BG-TitoloBoxHome.gif) 0 0 no-repeat;
	padding:6px 0 8px 32px; margin:0;
}
.viewSottotitolo a {
	color:#005682; text-decoration:none;
}
.viewSottotitolo a:hover {
	text-decoration: underline;
}
	/* Titolo di livello 3 */
.viewTitolo3 {
	margin:.5em 0; padding:.2em 1px .1em 11px; font-size:.85em;
	background:url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Titolo4.gif) 0 6px no-repeat;
	color:#2F2C2C; border-bottom:1px solid #2F2C2C;
}
	/* Titolo di livello 4 generico */
.viewTitolo4 {
	margin:.5em 0; padding:.2em 1px .1em 11px; font-size:.85em;
	background:url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Titolo4.gif) 0 6px no-repeat;
	color:#2F2C2C; border-bottom:1px dashed #2F2C2C;
}
	/* Titolo di livello 5 generico */
.viewTitolo5 {
	margin:.5em 0; padding:.2em 1px .1em 11px; font-size:.8em;
	background:url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Titolo5.gif) 0 6px no-repeat;
	color:#2F2C2C; border-bottom:1px dotted #2F2C2C;
}
	/* Paragrafazioni */
.viewPar, .viewParCell, .viewLI {
	color:#2F2C2C; font-size:.7em; padding:4px;
}
div.viewPar p {
	height:auto; 
}
	/* Link - Link + immmagine - Download */
.viewPar a, .viewParCell a, .viewLI a {
	color:#035584;
}
.viewPar a:hover, .viewParCell a:hover, .viewPar a:active, 
.viewParCell a:active, .viewLI a:hover, .viewLI a:active,
.LinkData a:hover, .LinkData a:focus, .LinkData a:active {
	text-decoration:none;
 }
a.viewLink,
a.viewLinkIMG {
	font-size:.7em; color:#035584; font-weight:bold;
}
a.viewLinkIMG img {
	border:none; padding-right:4px; background-color:#FFFFFF;
	vertical-align:middle; 
}
a.viewLink:hover, a.viewLink:focus, a.viewLink:active,  
a.viewAnchor:hover, a.viewAnchor:focus, a.viewAnchor:active {
	text-decoration:none;
}
.viewLinkOnlyTextContainer {
	padding:0 0 0 .9em;	line-height:1.4em;
}
div.viewParCell p.EMWorkaround a:hover {
	text-decoration:none;
}
	/* Sottotitolo+paragrafo+immagine */
.viewSotTitCell {
	color: #005682; background-color: #f3f3f3;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BG-TitoloBoxHome.gif);
	background-position: 0 0; background-repeat: no-repeat;
	margin:0 3px; font-size:.9em;
	padding: 6px 0 8px 35px; margin: 0 0 6px 0;
}  
dl.viewCaption {
	margin:0; padding:0;
}
dl.viewCaption dt {
	margin:0; padding:0;
}	
dl.viewCaption dt img {
	margin:0; padding:0;
}	
dl.viewCaption dd {
	margin:0; padding:0; color:#2F2C2C; 
	font-size:.7em; font-style:italic; text-align:center;
}
	/* Tabella dati */
.ViewSpaceCell {
	width:10px;
}
.viewTextCell {
	width:100%;
}
.viewTableCellText {
	font-size:.7em; text-align:left; color:#2F2C2C; padding:2px 1px;
}
.viewTableTDContainer {
	font-size:1.2em;
}
.viewTableCellText a {
	color:#035584;
}
.viewTableCellText a:hover { 
	text-decoration:none;
}
.viewTableHRTD,
.viewTableHCTD { 
	color:#FFFFFF; background-color:#2F2C2C;
}
.viewTableHRTD a,
.viewTableHCTD a { 
	color:#FFFFFF; background-color:#2F2C2C; text-decoration:underline;
}
.viewTableHRTD a:hover,
.viewTableHCTD a:hover { 
	text-decoration:none;
}
.viewTableHRCellText,
.viewTableHCCellText { 
	color:#FFFFFF; background-color:transparent;
	font-size:.7em; font-weight:bold; text-align:left; padding:2px 1px;
}
	/* Elenco di link ad àncora */
.viewAnchorList {
	list-style-type:none; 
	margin:5px 0; padding:0;
}
/* per avere la lista delle àncore inline: trasformo "Contenuti" in "Contenuti AnchorListFloat" */
.AnchorListFloat .viewAnchorList li {
	display:inline; 
	margin:0 10px 0 0;
}
a.viewAnchor {
	font-size:.7em; color:#035584;
}
	/* Form */
.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:#035584; font-weight:bold; 
}
.formErrorList {
	font-weight:bold; 
}
	/* Riga vuota e riga di separazione */
.viewLineBreak { 
	height:10px;
}
.viewHR { 
	color:#FF9935; height:2px; border:1px solid #FF9935;
}
	/* Corsivo, grassetto, evidenziato */
.userFormat1 {
	font-weight:bold; 
}
.userFormat2 {
	font-style:italic; 
}
.userFormat3 {
	color:#2F2C2C; background-color:#FFFFCC; 
}

/* ------- 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://www.strhold.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://www.strhold.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://www.strhold.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:#035584;
}
.viewIndexSlice ol li a:hover {
	text-decoration:none;
}
.AnchorListFloat .viewIndexSlice ol li { 
	float:left; width:23%;
}
	/* Elenco RSS */
ol.ElencoRSS {
	list-style-type:none; margin:10px 0; padding:0;
}
ol.ElencoRSS li {
	list-style-type:none; margin:5px 0; padding:2px 0 2px 15px; font-size:.8em;
	background:url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/RSS.gif) 0 3px no-repeat;
	
}
ol.ElencoRSS li a {
	color:#035584;	
}
ol.ElencoRSS li a:hover {
	text-decoration:none;
}
	/* Elementi dell'oggetto FORM */
label.formTextLabel, 
label.formDropDownLabel,
label.formCheckboxLabel,
label.formTextAreaLabel {
	display:block; float:left; width:15em; margin-right:5px; text-align:right;
}
input.formText,
textarea.formTextArea,
select.formDropDown {
	display:block; float:left; width:15em; 
}
	/* Elementi personalizzati di CM */	
		/* BoxEvidenti dei testi personalizzati */
.BoxEvidente1 {
	border:1px solid #EF2C2C; padding:.6em; margin:1em 0;
	color:#EF2C2C; background-color:#FFFFFF; 
	font-weight:bold; font-size:.8em; text-align:center;
}
.BoxEvidente2 {
	border:1px solid #EF2C2C; padding:.6em; margin:1em 0;
	color:#000000; background-color:#E9E9E9; 
	font-weight:bold; font-size:.8em; text-align:center;
}
.BoxEvidente3 {
	border:1px solid #2F2C2C; padding:.6em; margin:1em 0;
	color:#000000; background-color:#FFFFFF; 
	font-weight:bold; font-size:.8em; text-align:center;
}
.BoxEvidente4 {
	border:1px solid #2F2C2C; padding:.6em; margin:1em 0;
	color:#2F2C2C; background-color:#FFFFCC; 
	font-weight:bold; font-size:.8em; text-align:center;
}
.ParagrafoNeroSfondoCelesteChiaro {
	padding:.6em; margin:1em 0;
	color:#2F2C2C; background-color:#CDE9F7; 
	font-weight:bold; font-size:.8em; text-align:center;
}
.ParagrafoBiancoSfondoCelesteScuro {
	padding:.6em; margin:1em 0;
	color:#FFFFFF; background-color:#01A5E2; 
	font-weight:bold; font-size:.8em; text-align:center;
}.editTitolo {   	
	width: 96%;
	font-size: 1em;	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;	background-color:transparent;
	padding: 0em 0em .1em 22px;
	border-bottom: 2px solid #FFFFFF;
}
.editSottotitolo, .editSotTitCell {
	width: 98%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .85em; 	font-weight: bold; 
	color: #0D437F; 	background-color: #C2E1FF;
}
.editPar {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .7em; 
	color:#000000; 	background-color:#ffffff;
	width: 90%;
}
.editParCell { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .7em; 
	color:#000000; 	background-color:#ffffff; 
	width: 90%; 
}
.editImgCell {  
	width: 50%
}
.editTextCell { 
	width: 50% 
}
.editInfo {  
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; 
	width:100%; 
}
.editInfoHDR {  
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px
}
.editHR { 
	color:#5276A0; background-color:transparent; height:1px;
}
.editLinkText {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:.7em; font-weight:bold; 
	color:#CC0000; background-color:transparent; 
}
.userFormat1{
	font-weight: bold; 
}
.userFormat2{
	font-style: italic; 
}
.userFormat3{
	color: #000000; background-color:#FFFFCC; 
}
body {
	color: #000; background-color: #ebebeb;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0; margin: 0;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BG-Body.jpg);
	background-position: 0 141px; background-repeat: repeat-x;
	}
#Layout { position: relative; width:100%; }
#ColSx { position: absolute; top: 0; left: 0; width: 220px; margin: 0; color: #000; background-color: transparent;}
#Breadcrumb {font-size:0.65em; border-bottom:1px solid #fff; padding-bottom:5px; padding-top:10px;}
#Breadcrumb a {color:#000000;}
#Testata {
	margin: 0; padding: 0; color: #fff; background-color: transparent;
	background-image:url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BG-Testata.jpg);
	background-position: 0 0; background-repeat: repeat-x;
	position: relative; border-bottom:2px solid #ffffff;
	}
#Testata img { display: block; }
#Banner { position: absolute; top: 1px; right: 29px; width: 146px;}
#Banner img { display: block; }
#Banner a img {border:none;}	

#Utility {
	position: absolute; top: 100px; right: 29px;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BG-Utility.gif);
	background-position: 0 0; background-repeat: no-repeat;
	color: #fff; background-color: #016282;
	margin: 0; padding: 0; width: 257px;
	min-height: 33px; 
	
}
#Utility ol { list-style-type: none; margin: 4px 0 4px 9px; padding: 0;}
#Utility ol li { display: inline; margin: 0; padding: 0 7px 0 7px; border-left: 1px solid #fff; } 
#Utility ol li img { border-style: none; }
#Utility div { display: inline; }
/* --- Box Ricerca --- */
#formSearchBox{
	margin: 0; padding: 0; display: inline;
}
#formSearchBox label{
	font-size: .7em; font-weight: normal;
	padding: 0; 
	color:#fff; background-color:#016282;	display: inline;
}
#frmSearchText{
	font-size: .65em;
	width: 90px;
	padding: 0; margin: 3px 0 2px 0; display: inline;
	height: 15px;
	border: 1px solid #0fb9f1;	vertical-align: middle;
}
#frmSearchSubmit { display: inline; vertical-align: middle; }

#Pagina {
	margin: 0; padding: 0 30px;
	background-image:url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BG-Arancione.jpg);
	background-position: 0 2px; background-repeat: repeat-x;
	color: #000; background-color: transparent;
	}

#ColSxHome { 
	position: absolute; top: 100px; left: 30px;
	width: 220px; margin: 0; 
	color: #000; background-color: transparent;
	}
#ColSxHome img.Fondo { display: block; padding: 0; margin: 0;  }
#ColSx img.Fondo { display: block; padding: 0; margin: 0;  }

#ColCent {
	margin: 0; padding: 0 10px 0 230px; min-height: 55em; 
	}

.BoxBianco {
	background-color:#FFFFFF; 
	margin-top:10px; padding:5px 10px;
}

.TopComunicazioni { margin: 10px 0 0 0; }
.TopComunicazioni img { display: block; }

/* --- Box Comunicazioni --- */
.BoxComunicazioni {
	color: #fff; background-color: #016282;
	margin: 0; padding: 0 10px 10px 10px;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BG-BoxComunicazioni.jpg);
	background-position: bottom right; background-repeat: no-repeat;
	min-height: 161px; 
}
.BoxComunicazioni h2.viewSottotitolo { 
	margin: 0; padding: 4px 0 3px 12px;
	font-size: .8em; font-weight: bold; color:#fff;
	background:transparent url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Fregio.gif) 0 8px no-repeat;
}
.BoxComunicazioni h3.viewTitolo3 {
	color:#fff; background:transparent none;
	font-weight: bold; font-size: .8em;
	margin: 5px 0; padding: 0;
	border-bottom:none;
}
	
.Contenitore { width: 100%; margin: 5px 0; padding: 0; float: left; }
.NOFloat { clear: both; height: 1px; }
.BoxHome {
	float: left; width:32%;
	
	margin: 0 .5%; padding: 1px 1px 0 1px;
	color: #000; background-color: #fff; 
}
.BoxHome .viewSottotitolo { 
	border-top: 3px solid #10b9f4;
	
}
	
.ElencatoreHome { float: left; width: 46%; padding-left: 15px; padding-right: 5px;}
.BordoTratteggiato { border-left: 1px dashed #a0a0a0; }

.SpallettaCanale {
	margin: 0; padding: 0; 
	border-bottom: 1px solid #fe9b37;
	}
.SpallettaCanale ol { list-style-type: none; margin: 0; padding: 0 0 8px 0; }
.SpallettaCanale ol li a { 
	color: #fff; background-color: transparent; 
	text-decoration: underline;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FregioSpalletta.gif);
	background-position: 0 3px; background-repeat: no-repeat;
	font-size: .7em; font-weight: bold;
	margin: 0; padding: 0 0 0 11px;
	
	}
.BoxBianco .SpallettaCanale {
	margin: 0; padding: 0; 
	border-bottom: 1px solid #fe9b37;
	}
.BoxBianco .SpallettaCanale ol { list-style-type: none; margin: 0; padding: 0 0 8px 0; }
.BoxBianco .SpallettaCanale ol li a { 
	color: #035584; background-color: transparent; 
	text-decoration: underline;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FregioSpalletta.gif);
	background-position: 0 3px; background-repeat: no-repeat;
	font-size: .7em; font-weight: bold;
	margin: 0; padding: 0 0 0 11px;
	
	}
	

#TopFooter {
	margin: 0; padding: 0;
	background-image:url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/CornerDx-Footer.gif);
	background-position: top right; background-repeat: no-repeat;
	text-align: left;
	}
#TopFooter img { display: block; }

#Footer { 
	margin: 0; padding: 0 0 5px 0;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BG-Footer.gif);
	background-position: 0 0; background-repeat: repeat-x; 
	color: #000; background-color: #cfcfcf;
	text-align: center; position:relative;
	}
#Footer ol {  list-style-type: none; margin:3px 0; padding: 0; } 
#Footer ol li { display: inline; margin: 0 5px;}
#Footer p { font-size: 0.55em; margin: 0; padding: 0; }
#Footer p a { color: #000; background-color: transparent; text-decoration: underline; }
#Footer p a:hover, #Footer p a:focus, #Footer p a:active { text-decoration: none; }
#Footer img  { border-style: none; }
.NewsBlock h2 {
	font-size: .7em;
}
.NewsBlock h2 a { color: #003b58; background-color: transparent;  text-decoration: underline;}
.NewsBlock .viewPar { margin: 7px 0 0 0; color: #000; background-color: transparent; }
.NewsBlock .NewsBlockImgLeft {	padding-bottom: 6px; background-image: url(http://www.strhold.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/FondoImgNews.gif);
	background-position: bottom left; background-repeat: repeat-x;
	}

/* -------- CANALI -------- */
	/* -------- Elementi Generici -------- */
.LinkData { 
	padding:.1em 0; font-size:.7em;
}
.LinkData a {
	color:#035584;
}
.ElencoCanale a {
	color:#035584;
} 
.ElencoCanale a:hover {
	text-decoration:none;
} 
.ElencoCanale ol {
	list-style-type:none; margin:0; padding:0 0 0 10px;
}
.ElencoCanale ol li {
	margin:4px 0; padding:3px 1px; font-size:.7em;
}
.CanaleGenerico ol li { 
	padding-left:12px; background:url(http://www.strhold.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 { 
}
.SoloLink ol li { 
	padding-left:15px; background:url(http://www.strhold.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Canali/FrecciaBlu2.gif) 4px 6px no-repeat;
	
}
.Brochure ol li { 
	padding-left:22px; background:url(http://www.strhold.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Canali/PDF.gif) 0 2px no-repeat;
	
}
.DataTitoloLink ol li { 
	padding-left:9px; background:url(http://www.strhold.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Canali/DataTitoloLink.gif) 1px 6px no-repeat;
}
.DataStrilloLink ol li { 
	padding-left:9px; background:url(http://www.strhold.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 #2F2C2C; margin:5px; padding:0;
	
	
}
.SoloFoto ol li a:hover { 
	 border:1px solid #035584;
	
	
}
.NotizieAffiancate {
	width:100%; clear:both;
}
.NotizieAffiancate div.NewsAffiancata {
	font-size:.7em; 
	border:1px solid #FBFBFB; background-color:#FFFFFF;
	float:left; width:47%; padding:3px; margin:3px;
	min-height:80px;
	
}
.RassegnaStampa ol {
	margin:0; padding:0; list-style-type:none;
}
.RassegnaStampa ol li {
	margin:5px 0; padding:7px 2px 7px 13px; 
	color:#2F2C2C; line-height:1.2em; border:1px solid #FBFBFB;
	background:#FFFFFF url(http://www.strhold.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Canali/RassegnaStampa.gif) 6px 11px no-repeat;
}
.RassegnaStampa ol li.Grigio {
	background:#FBFBFB url(http://www.strhold.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 #035584;
	position:relative; 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 #2F2C2C;	
	margin:0; padding:0; position:relative;
}
#ChannelYearList ol li, 
#ChannelMonthList ol li, 
#ChannelDayList ol li {	
	margin:0; padding:0; border-right:1px solid #2F2C2C;
	float:left; line-height:2em;	
}
#ChannelYearList ol li a, 
#ChannelMonthList ol li a, 
#ChannelDayList ol li a {	
	color:#035584; font-weight:bold; margin:0 7px;
}
#ChannelYearList ol li a:hover, 
#ChannelMonthList ol li a:hover, 
#ChannelDayList ol li a:hover,
#ChannelYearList ol li a:active, 
#ChannelMonthList ol li a:active, 
#ChannelDayList ol li a:active {	
	text-decoration:none;
}
.ChannelSelItem span {	
	padding:0 7px; font-weight:bold;
}
.ChannelEmptyItem span {
	padding:0 7px; font-weight:normal;
}
#ChannelClear {	
	clear:both; height:0;
}#MenuH { margin: 0; padding: 0; text-align: center; color: #c80004; font-size:.7em; background-color: #ff9933;}
#MenuH ol {
	list-style-type: none;
	margin: 0 8px; padding:5px 0px 5px 0px;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BG-MenuH.gif); background-position: 0 0;
	background-repeat: repeat-x; 
	border-bottom: 2px solid #ffffff; border-right: 1px solid #cbcbcb; border-left: 1px solid #cbcbcb;
	
	background-color: #ececec;
	}
#MenuH ol li { display: inline; background-image:url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/trattino.gif); background-repeat:no-repeat; background-position: 100% 3px; padding-right:12px; padding-left:8px;}

#MenuH ol li a{color:#000000; text-decoration:none; font-weight:bold;}
#MenuH ol li a:hover, #MenuH ol li a:active, #MenuH ol li a:focus {text-decoration:underline;} 

#MenuHBottom { text-align: left;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuHCornerDx.gif); background-position: bottom right;
	background-repeat: no-repeat;
	color: #000; background-color: #ff9933;
}
#MenuHBottom img { display: block; }



/* MENU VERTICALE SOLO IN HOME */
.BoxMenuHome {
	background:#ff9934 url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BG-ColSx.jpg) 0 0 no-repeat;
	padding:10px 0 0 0;
}
.MenuVHome { 
	margin:0; padding:0 0 0 10px;
}
.MenuVHome ol {  
	width: 198px; list-style-type: none; 
	margin: 0; padding: 0; 
	border-left: 1px solid #cbcbcb; border-right: 1px solid #cbcbcb;  
}
.MenuVHome ol li {
	margin: 0; padding: 0;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BG-MenuV.gif);
	background-position: 0 0; background-repeat: repeat-x;
	color: #000; background-color: #ededed;
	border-bottom: 1px solid #cbcbcb;
	}
.MenuVHome ol li a {
	font-size: .7em; font-weight: bold; text-decoration: none;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FregioLink.gif);
	background-position: top right; background-repeat: no-repeat;
	color: #000; background-color: transparent;
	display: block; width: 166px;
	padding: 5px 22px 4px 10px;
	border-bottom: 1px solid #fff;
	}
.MenuVHome ol li a:hover {
	color: #c50000; background-color: transparent;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FregioSel.gif);
	}
.MenuVHome ol li.LIStrong strong {
	background-color:transparent;
	font-size: .7em; font-weight: bold;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FregioSel.gif);
	background-position: top right; background-repeat: no-repeat;
	color: #c80004; 
	display: block; width: 166px;
	padding: 5px 22px 4px 10px;
	border-bottom: 1px solid #fff;
}		
/* MENU VERTICALE SOLO GENERALE */
.BoxMenu {
	background:#0fb9f1 url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BG-ColSx2.jpg) 0 0 no-repeat;
	margin-top:10px; padding:10px 0 0 0; 
}
.MenuV { 
	margin:0; padding:0 0 0 10px;
}
	/* LIVELLO I */
.MenuV ol {  
	width:198px; list-style-type:none; 
	margin:0; padding:0; 
	border-left: 1px solid #cbcbcb; border-right: 1px solid #cbcbcb;  
}
.MenuV ol li {
	margin: 0; padding: 0;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BG-MenuV.gif);
	background-position: 0 0; background-repeat: repeat-x;
	color: #000; background-color: #ededed;
	border-bottom: 1px solid #cbcbcb;
}
.MenuV ol li a {
	font-size: .7em; font-weight: bold; text-decoration: none;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FregioLink.gif);
	background-position: top right; background-repeat: no-repeat;
	color: #000; background-color: transparent;
	display: block; width: 166px;
	padding: 5px 22px 4px 10px;
	border-bottom: 1px solid #fff;
}
.MenuV ol li a:hover {
	color: #c50000; background-color: transparent;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FregioSel.gif);
}
.MenuV ol li.LIStrong strong {
	color: #ffffff; background-color:#016180;
	font-size: .7em; font-weight: bold;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FregioSelBlu.gif);
	background-position: top right; background-repeat: no-repeat;
	display: block; width: 166px;
	padding: 5px 22px 5px 10px;
	border-bottom: 1px solid #fff;
}
	/* LIVELLO II */
.MenuV ol ol {   
	border:none;  
}
.MenuV ol ol li {
	margin: 0; padding: 0;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BG-MenuV.gif);
	background-position: 0 0; background-repeat: repeat-x;
	color: #000; background-color: #ededed;
}
.MenuV ol ol li a {
	font-size: .7em; font-weight: bold; text-decoration: none;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FrecciaBlu.gif);
	background-position: 10px 9px; background-repeat: no-repeat;
	color: #000; background-color: transparent;
	display: block; width: 154px;
	padding: 5px 22px 4px 22px;
	border-bottom: 1px solid #fff;
}
.MenuV ol ol li a:hover {
	color: #c50000; background-color: transparent;
	font-size: .7em; font-weight: bold; text-decoration: none;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FrecciaBlu.gif);
	background-position: 10px 9px; background-repeat: no-repeat;
	display: block; width: 154px;
	padding: 5px 22px 4px 22px;
	border-bottom: 1px solid #fff;
}
.MenuV ol ol li.LIStrong strong {
	background-color:#ffffff;
	font-size: .7em; font-weight: bold;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FrecciaBlu.gif);
	background-position: 10px 9px; background-repeat: no-repeat;
	color: #c50000; background-color: transparent;
	display: block; width: 154px;
	padding: 5px 22px 4px 22px;
	border-bottom: 1px solid #fff;
}
.MenuV ol ol li.LISel a.Sel {
}
	/* LIVELLO III */
.MenuV ol ol ol li {
	margin: 0; padding: 0;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BG-MenuV.gif);
	background-position: 0 0; background-repeat: repeat-x;
	color: #000; background-color: #ededed;
}
.MenuV ol ol ol li a{
	font-size: .7em; font-weight: bold; text-decoration: none;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FrecciaBlu.gif);
	background-position: 16px 9px; background-repeat: no-repeat;
	color: #000; background-color: transparent;
	display: block; width: 148px;
	padding: 5px 22px 4px 28px;
	border-bottom: 1px solid #fff;
}
.MenuV ol ol ol li a:hover {
	font-size: .7em; font-weight: bold; text-decoration: none;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FrecciaBlu.gif);
	background-position: 16px 9px; background-repeat: no-repeat;
	color: #c50000; background-color: transparent;
	display: block; width: 148px;
	padding: 5px 22px 4px 28px;
	border-bottom: 1px solid #fff;
}
.MenuV ol ol ol li.LIStrong strong {
	background-color:#ffffff;
	font-size: .7em; font-weight: bold;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FrecciaBlu.gif);
	background-position: 16px 9px; background-repeat: no-repeat;
	color: #c50000; background-color: transparent;
	display: block; width: 148px;
	padding: 5px 22px 4px 28px;
	border-bottom: 1px solid #fff;
}
.MenuV ol ol ol li.LISel a.Sel {
}
.AnchorListFloat .MenuV ol ol ol { 
	display:none;
}
	/* LIVELLO IV */
.MenuV ol ol ol ol li {
	margin: 0; padding:0;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BG-MenuV.gif);
	background-position: 0 0; background-repeat: repeat-x;
	color: #000; background-color: #ededed;
}
.MenuV ol ol ol ol li a {
	font-size: .7em; font-weight: normal; text-decoration: none;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FrecciaBlu.gif);
	background-position: 24px 9px; background-repeat: no-repeat;
	color: #000; background-color: transparent;
	display: block; width: 140px;
	padding: 5px 22px 4px 36px;
	border-bottom: 1px solid #fff;
}
.MenuV ol ol ol ol li a:hover {
	font-size: .7em; font-weight: normal; text-decoration: none;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FrecciaBlu.gif);
	background-position: 24px 9px; background-repeat: no-repeat;
	color: #c50000; background-color: transparent;
	display: block; width: 140px;
	padding: 5px 22px 4px 36px;
	border-bottom: 1px solid #fff;
}
.MenuV ol ol ol ol li.LIStrong strong {
	background-color:#ffffff;
	font-size: .7em; font-weight: normal;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FrecciaBlu.gif);
	background-position: 24px 9px; background-repeat: no-repeat;
	color: #c50000; background-color: transparent;
	display: block; width: 140px;
	padding: 5px 22px 4px 36px;
	border-bottom: 1px solid #fff;
}
.MenuV ol ol ol ol li.LISel a.Sel {
}
	/* LIVELLO V */
.MenuV ol ol ol ol ol li {
	margin: 0; padding:0;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BG-MenuV.gif);
	background-position: 0 0; background-repeat: repeat-x;
	color: #000; background-color: #ededed;
}
.MenuV ol ol ol ol ol li a {
	font-size: .65em; font-weight: normal; text-decoration: none;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FrecciaBlu.gif);
	background-position: 32px 9px; background-repeat: no-repeat;
	color: #000; background-color: transparent;
	display: block; width: 132px;
	padding: 5px 22px 4px 44px;
	border-bottom: 1px solid #fff;
}
.MenuV ol ol ol ol ol li a:hover {
	font-size: .65em; font-weight: normal; text-decoration: none;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FrecciaBlu.gif);
	background-position: 32px 9px; background-repeat: no-repeat;
	color: #c50000; background-color: transparent;
	display: block; width: 132px;
	padding: 5px 22px 4px 44px;
	border-bottom: 1px solid #fff;
}
.MenuV ol ol ol ol ol li.LIStrong strong {
	background-color:#ffffff;
	font-size: .65em; font-weight: normal;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FrecciaBlu.gif);
	background-position: 32px 9px; background-repeat: no-repeat;
	color: #c50000; background-color: transparent;
	display: block; width: 132px;
	padding: 5px 22px 4px 44px;
	border-bottom: 1px solid #fff;
}
.MenuV ol ol ol ol ol li.LISel a.Sel {
}
	/* LIVELLO VI */
.MenuV ol ol ol ol ol ol li {
	margin: 0; padding:0;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BG-MenuV.gif);
	background-position: 0 0; background-repeat: repeat-x;
	color: #000; background-color: #ededed;
}
.MenuV ol ol ol ol ol ol li a {
	font-size: .65em; font-weight: normal; text-decoration: none;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FrecciaBlu.gif);
	background-position: 40px 9px; background-repeat: no-repeat;
	color: #c50000; background-color: transparent;
	display: block; width: 124px;
	padding: 5px 22px 4px 52px;
	border-bottom: 1px solid #fff;
}
.MenuV ol ol ol ol ol ol li a:hover {
	font-size: .65em; font-weight: normal; text-decoration: none;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FrecciaBlu.gif);
	background-position: 40px 9px; background-repeat: no-repeat;
	color: #c50000; background-color: transparent;
	display: block; width: 124px;
	padding: 5px 22px 4px 52px;
	border-bottom: 1px solid #fff;
}
.MenuV ol ol ol ol ol ol li.LIStrong strong {
	background-color:#ffffff;
	font-size: .65em; font-weight: normal;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/FrecciaBlu.gif);
	background-position: 40px 9px; background-repeat: no-repeat;
	color: #c50000; background-color: transparent;
	display: block; width: 124px;
	padding: 5px 22px 4px 52px;
	border-bottom: 1px solid #fff;
}
.MenuV ol ol ol ol ol ol li.LISel a.Sel {
}/* ------- USER LOGIN ------- */
.Accesso form {
	color:#2F2C2C; margin:10px 5px 0 5px; padding:10px 0; 
}
.Accesso form fieldset {
	/* background:url(http://www.strhold.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Login/LogoCliente.gif) 99% 10px no-repeat; */
	background-color:#F2F6FB;
	border:1px solid #2F2C2C; margin:10px 0;
}
.AccessoImg form fieldset h2 {
	color:#2F2C2C; 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:#F2F6FB; 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:#035584;
}
.Accesso form div.Blocco {
	margin:0; padding:5px 0; 
	clear:both; width:100%;
}
.Accesso form fieldset div.CheckBox label { 
	 width:auto; text-align:left;
} 
.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 #2F2C2C; background-color:#F2F6FB; 
}
.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:#035584; font-weight:bold; 
}
.Accesso p a:hover {
	text-decoration:none;
}
.Accesso p a.SitoFlexCMP {
	background:url(http://www.strhold.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 VERTICALE SU COLONNA */
/* richiama i telaietti non attualmente in uso con nome "tAdminLinksBCK.html" e "tLogoutBCK.html", 
che bisogna rinominare e richiamare in colonna "AdminLink.txt" ed eliminare il richiamo a "AdminLinkInLine.txt" */
.adminPanelPageInfo {
	margin:5px 0; padding:5px 0;
	border:2px solid #FF7101; color:#FFFFFF; background-color:#FF9935;
	font-size:.9em; text-align:center; 
}
.adminPanelPageInfoItem {
	font-size:.75em; font-weight:bold; padding:5px 0;
	color:#FFFFFF; background-color:#FF9935; text-align:center;
}
.adminPanelPageInfoItemTitle {
	font-size:.7em; color:#FFFFFF; background-color:#FF9935; text-align:center;
}
a.adminLinkOnSite, a.adminLinkOnSite:hover {
	display:block; margin:5px; padding:3px;
	color:#FFFFFF; background-color:#016282;
	font-size:.7em; text-decoration:none; font-weight:bold; text-transform:uppercase;
}
/* PANNELLO AMMINISTRATIVO IN LINE IN CORPOPAGINA */
/* richiama i telaietti sperimentali attualmente in uso */
.AdminInLine {
	font-size:.7em; font-weight:bold; 
}
.AdminInLine div, 
.AdminInLine div.adminPanelPageInfo,
.AdminInLine div.adminPanelPageInfoItemTitle,
.AdminInLine div.adminPanelPageInfoItem { 
	display:inline; color:#FFFFFF;
	border:none; font-size:.9em; letter-spacing:normal;
}
.AdminInLine div.adminPanelPageInfoItemTitle,
.AdminInLine div.adminPanelPageInfoItem,
.AdminInLine div.adminPanelPageInfoItem br { 
	display:none;
} 
.AdminInLine div.adminPanelPageInfo div a.adminLinkOnSite {
	display:block; float:left; padding:5px 5px 10px 5px; margin:0 2px;
	color:#FFFFFF; background-color:#016282;
	text-transform:uppercase; border:2px solid #FF7101; 
	font-size:1.2em; letter-spacing:-.1em; text-decoration:underline; text-align:left;
	
}
.AdminInLine div.adminPanelPageInfo div a.adminLinkOnSite:hover  {
	border:2px solid #FF9935; text-decoration:underline;
}
.AdminInLine ol { 
	margin:0; padding:0; list-style-type:none; display:inline;
}
.AdminInLine ol li {
	float:left; margin:0 2px; letter-spacing:-.1em;
}
.AdminInLine ol li.Utente {
	padding:5px; border:2px solid #FF7101; background-color:#016282;
}
.AdminInLine a {
	display:block; padding:5px;
	color:#FFFFFF; background-color:#016282;
	text-transform:uppercase; border:2px solid #FF7101;
}
.AdminInLine a:hover {
	border:2px solid #FF9935; text-decoration:underline;
}
/* -------- MAPPA SITO: Pagina mappa -------- */
.MapIndexTree {
	font-size:.7em;
}
.MapIndexTree a {
	color:#035584;
}
.MapIndexTree a:hover {
	text-decoration:none;
}
.MapIndexTree ol {
	list-style-type:none; margin:0; padding:0;  
	font-weight:bold;
}
.MapIndexTree ol li {	
	background:url(http://www.strhold.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:#035584;
}
.MapIndexTree ol li a:hover {
	text-decoration:none;
}
.MapIndexTree ol ol {
	list-style-type:none; border:none;
	padding:0; font-weight:normal;
}
.MapIndexTree ol ol li {
	background:url(http://www.strhold.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://www.strhold.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;
}/* ---------- Calendario -------------- */
.viewCalendar {
	font-size:.65em; text-align:center;
	border:1px solid #2F2C2C;
	color:#2F2C2C; background-color:#FFFFFF;
	margin:5px 3px; padding:5px 0 0 0;
	float:left; clear:both; width:@LargCalendar;
}
#ChannelPager .viewCalendar {
	font-size:1em; text-align:center;
	border:1px solid #035584; color:#2F2C2C;
	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 {
	border-collapse:separate; font-size:1em; 
	width:@LargCalendar; margin:5px 0;
}
.viewCalendar table th {
	font-size:1.05em;
}
.viewCalendar table td {
	padding:3px 1px; text-align:center;
	border:1px solid #2F2C2C;
}
.viewCalendar table td.current {
	border:1px dotted #2F2C2C; 
	background-color:#FBFBFB; color:#2F2C2C;
	font-weight:bold;
}
.viewCalendar a {
	color:#FFFFFF; background-color:#2F2C2C;
	font-weight:bold; text-decoration:underline;
	padding:1px;
}
.viewCalendar table td a:link,
.viewCalendar table td a:visited {
	display:block; font-weight:bold;	
	color:#FFFFFF; background-color:#2F2C2C;
	padding:1px;
}
.viewCalendar table td a:hover {
	color:#2F2C2C; background-color:#FFFFFF;
}
.viewCalendar .NewsBlock .NewsBlockImgLeft,
.viewCalendar .NewsBlock .NewsBlockImgRight {
	height:0;
}
.daySu {color:#035584;}/* 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:#035584; background-color:transparent;
}
.ForumTopicList p a:hover,
.ForumMsgList p a:hover {	
	text-decoration:none;
}
.ForumTopicList table, 
.ForumMsgList table {	
	border-bottom:1px solid #2F2C2C; border-left:1px solid #2F2C2C; 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 #2F2C2C; border-right:1px solid #2F2C2C;
}
.ForumMsgList table tr th,
.ForumTopicList table tr th {	
	border-top:1px solid #2F2C2C; border-right:1px solid #2F2C2C;
	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:#2F2C2C; 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:#2F2C2C; 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:#2F2C2C; 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:#035584; background-color:transparent;
}
.ForumMsgList table tbody tr td div {	
	text-align:right;
}
.ForumMsgList table tbody tr td div a {	
	color:#2F2C2C; 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:#2F2C2C; 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:#2F2C2C; background-color:transparent;	
	text-decoration:underline;
}
.ForumPaginator ol li a:hover { 
	text-decoration:none;
}
.ForumPaginator span.NavInactive,
.ForumPaginator li.NavInactive {
	color:#035584; background-color:transparent;
	border:1px solid #FFFFFF;	
}
.ForumPaginator span.NavActive a,
.ForumPaginator li.NavActive a {
	color:#2F2C2C; background-color:transparent;	
	border:1px solid #FFFFFF;	
	padding:.1em;
}
a.BOLink img { 
	margin-right:3px; position:relative; top:3px; border:none;
}
.ForumThreadList {
	font-size:.75em;
}
.ForumThreadList ol {
	list-style-type:none; border:1px solid #2F2C2C;
	margin:10px 0; padding:5px;
}
.ForumThreadList ol li {	
	background:url(http://www.strhold.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:#2F2C2C; 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://www.strhold.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://www.strhold.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://www.strhold.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://www.strhold.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://www.strhold.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 #2F2C2C; width:100%;
}
.ForumComposeForm p input {
	border:1px solid #2F2C2C;	
	font-size:.7em; text-align:center;
}
.ForumComposeForm p a {
	color:#2F2C2C; 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 #2F2C2C; width:100%;}
.ForumForm label {display:block; float:left; width:12em; margin:4px 5px 4px 10px; }
.ForumForm sup {font-weight:bold; color:#2F2C2C;}
span.formMandatory {font-weight:bold; color:#2F2C2C; font-size:.8em;}
.ForumForm textarea {display:block; float:left; width:21.1em; height:10em; border:1px solid #2F2C2C; 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 #2F2C2C; padding:3px 2px; margin:4px 5px 4px 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.1em;}
.ForumForm input.Submit {display:block; float:left; width:20em; padding:4px; margin-left:14.8em; color:#2F2C2C; font-weight:bold; text-transform:uppercase; background-color:transparent; font-size:.9em;}
.ForumForm input.Submit:hover {background-color:transparent; color:#035584;}
.ForumForm .Coda {margin:10px; padding:10px; background-color:transparent; color:#2F2C2C; border:1px solid #2F2C2C;}
.ForumForm .Coda p {margin-bottom:5px;}
.ForumForm .Coda a {color:#2F2C2C; font-weight:bold;}
.ForumForm .Coda a:hover {text-decoration:none;}#CorpoPaginaCentrale {
	margin: 0px; padding: 0px;
	
	color:#000000;
	background-color: #FFFFFF;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BG-CorpoPagina.jpg);
	background-repeat:repeat-x;
	background-position: top left;
	text-align:left;
	border-bottom: 3px solid #2557A0;
}
#Impaginazione{
	border-collapse: collapse;
	padding:0; margin: 0;
	width: 50%;
}

.ColCarello { 
	/*width: 170px; */
	width: 100%; 
	margin:0; padding:0; 
	background-color:#FFFFFF; color: #004C96; 
	text-align: left; vertical-align: text-top;
	font-size: .7em;
}

.ColCarello h2 {
	color: #004C96;
	background-color: transparent;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/IntestazioneCarello.gif);
	background-position: top left;
	background-repeat:no-repeat;
	padding: 8px 0 8px 38px;
	margin: 0;
	font-weight:bold;
	font-size: 1em;
}

.CartRow {
	float:left; padding: 0 0 0 10px;
	
}

.CartRow img{float:left; margin: 0 2px;}

.CartRow div {
	/* width: 100px; */
	width: 100%; 
	}


.MyCartHeader {
	border-top: 1px solid #053A82;
}	

.TotCarrello{
	clear: both;
	margin: .5em .5em 1.5em .5em;
	padding: .2em;
	border-top: 1px solid #053A82;
}

.PulsantiCarrello{
	text-align:center;
	margin: .3em;
	width: 100%;
	padding-bottom: 2em;
}

a.ModificaCarello{
	display:block;
	color: #E9372E; background-color: #ffffff;
	margin: 10px auto; 
	padding: 7px 4px 6px 24px;
	width: 130px;
	font-weight: bold;
	text-decoration:none;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Carrello/ModificaCarello.gif);
	background-position: top left;
	background-repeat: no-repeat;
}


a.ProcediAcquisto {
 	color: #147700;
	background-color: #ffffff;
	margin: 10px auto; 
	padding: 7px 22px 6px 4px;
	width: 130px;
	font-weight: bold;
	text-decoration:none;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Carrello/Acquista.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

a.ProcediAcquisto:hover, a.ModificaCarello:hover {
	text-decoration: underline;
}


.AggiungiAlCarrello{
	margin: 1em auto;
}

.RiepologoCarrello{
	font-size: .7em;
	background-color:#D9E4EF; color: #004C96; 
	text-align: left; 
	margin: 1em; padding: 0 0 2em 0;
	border: 1px solid #093B90;
}

.RiepologoCarrello h2 {
	color: #FFFFFF;
	background-color: #053A80;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/IntestazioneNoCarello.gif);
	background-position: top left;
	background-repeat:no-repeat;
	padding: 8px;
	margin: 0;
	font-weight:bold;
	font-size: 1em;
}
#CartSymbol{
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/IntestazioneCarello.gif);
	padding: 8px 0 8px 38px;
}
.RiepologoCarrello table{
	width: 100%;
}
.RiepologoCarrello p{
	margin: .5em;
}

.RiepologoCarrello table tr td img{
	vertical-align:middle;
}
.RiepologoCarrelloBtn input{
	color:#093B90;
	background-color: #D9E4EF;
	border: 1px solid #093B90;
	width: 10em; padding: 1px;
	font-size: 1em;
	vertical-align:middle;
}
.ColPrezzo, .ColRimuovi{
	text-align:right;
}

.WizardBlock label {
	width: 240px;
	float: left;
}

.WizardBlock .OptionSet label {
	width:auto;
	float: none;
}




.Wizard{
	font-size: .7em;
	background-color:#D9E4EF; color: #004C96; 
	text-align: left; 
	margin: 1em; padding: 0 0 2em 0;
	border: 1px solid #093B90;
}
.WizardButton{text-align: center; margin-top: 1em; padding-top: 1em; border-top: 5px solid #093B90;}
.WizardBlock{padding: .5em;}
.WizardBlock input, .WizardBlock select{vertical-align:middle;}
.WizardBlock div{margin: 0 0 1em 0;}

.WizardBlock  .RiepologoCarrello {font-size: 1em; border: none; padding: 0;}
.WizardBlock  .RiepologoCarrello table {border: 1px solid #093B90; border-collapse: collapse;}
.WizardBlock  .RiepologoCarrello table td, 
.WizardBlock  .RiepologoCarrello table th {border: none; }


.WizardOption{text-align: center; }


.Wizard h2 {
	color: #FFFFFF;
	background-color: #053A80;
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/IntestazioneNoCarello.gif);
	background-position: top left;
	background-repeat:no-repeat;
	padding: 8px;
	margin: 0;
	font-weight:bold;
	font-size: 1em;
}
.Wizard h2 input{
	font-size: .8em;
	float:right;
}

.WizardScrollBlock{padding: .5em; height: 6em; overflow:auto; margin: .2em; border: 1px solid #053A80; }
.WizardScrollBlock h3{background-color:#D9E4EF; color: #004C96; background-image: none; font-size: .95em; margin: 0; padding: .5em;}


#CartSymbol{
	background-image: url(http://www.strhold.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/IntestazioneCarello.gif);
	padding: 8px 0 8px 38px;
}

.Wizard p{
	margin: .5em;
}

#frmNome, #frmIndirizzo, #frmCF, #frmPIVA, #frmCitta, #frmEmail, #frmTelefono {width: 20em;}
#frmCAP {width: 5em;}


.Hide{position: absolute; top: -1000em; left: -1000em;}

body div, body p, div, p, div.viewPar p, div.viewParCell p,
div.ElencoCanale ol li.Bianco p,
div.ElencoCanale ol li.Grigio p {
	height:auto;
	
}
    
div.Absolute {
	position:absolute; left:10px; top:15px;
	border:1px solid #016282; background-color:#FEBE80; color:#2F2C2C;
}
div.Absolute p {
	 margin:10px; font-size:.7em; text-align:center; border:4px solid #FEBE80;
}
 
div#CommunityUserForm { 
	padding:10px; margin:10px 0;
	font-size:.8em;
}
div#CommunityUserForm legend { 
	font-weight:bold; color:#035584;    
}
div#CommunityUserForm legend.AdminFormBOFieldsetLegend { 
	font-size:1.2em; margin:10px 0;
}
.ClassificationFormBlock ol {
	list-style-type:none; margin:0; padding:0; font-weight:bold;
}
.ClassificationFormBlock ol li input {
	position:relative; top:3px; 
	
}
.ClassificationFormBlock ol ol {
	margin-left:15px; font-size:.9em; font-weight: normal;
}


.BLOBWidth100 {
	width: 100%;
}
.BLOBWidth50 {
	width: 49%;
}
.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;
}
.GoAway, .BLOBHidden { 
	position:absolute; top:-10000em;
}
.viewLineBreak { line-height:.05em; font-size:.05em; height:10px;}
acronym, abbr { 
	border-bottom:none; cursor:help;
}
.NOFloat { 
	line-height:.05em; font-size:.05em;
}
.AreaRiservataPartner .BLOBWidth50 { 
	background-color:#FFFFFF; padding:0 2px 2px 2px;
	min-height:130px;
	
	
	
	
}
.AreaRiservataPartner .BLOBWidth50 div { 
	background-color:#FCFCFC; padding:0;
}

.clear { clear:both; width:100%; height:0; line-height:.05em; font-size:.05em;}

.BLOBAlignLeft { text-align: left;}
.BLOBAlignCenter { text-align:center;}  
.BLOBAlignRight { text-align: right;}
.BLOBAlignJustify {text-align:justify;}
.BLOBVAlignMiddle {vertical-align:middle}



.BoxBianco form { margin:0; padding:0;}


.Informativa {border: 1px solid #585858; color: #585858; background-color: #fff; height: 150px; overflow: auto; margin: 10px auto}
.Informativa h2 {font-size: 12px; margin: 0;}
.Informativa p {font-size: 10px;}
.Informativa p a {color: #4D4DFF}
