/* Cached vesion created on 10/03/10 21:31:30*/
/* elapsed time: 0.0102 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.csv.como.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;
}/* Costanti del Progetto */

/* -------- LAYOUT -------- */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:100%;
	color:#000; background-color:#FFF; 
	margin:0; padding:0; line-height:1em;
}
/* --- Per struttura con posizionamenti assoluti: 3 col!! --- */
.Layout {
	width:100%; position:relative; padding:0;
}
.ColCent, .ColCent2Col {
	margin:0 224px 0 13em; padding:10px;
}
.ColCent2Col {
	margin-right:0; 
}
.ColSx {
	position:absolute; top:-36px; left:0; width:13em; z-index:2; padding-top:145px;
	background:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Layout/Logo.gif) 50% 0 no-repeat;
}
.ColSxInt {
	background:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Layout/BarraColSx.gif) 0 0 no-repeat; padding:10px 0 0 1.5em;
}
.ColDx {
	position:absolute; top:10px; right:0; width:224px; z-index:2; 
}
.C1X {
	background:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Layout/C1X.gif) 0 0 repeat-x;
	
}
.C2X {
	background:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Layout/C2X.gif) 100% 0 repeat-y;
	
}
.C3X {
	background:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Layout/C3X.gif) 0 100% repeat-x;
	
}
.C4X {
	background:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Layout/C4X.gif) 0 0 repeat-y;
	
}
.C1 {
	background:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Layout/C1.gif) 100% 0 no-repeat;
	
}
.C2 {
	background:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Layout/C2.gif) 100% 100% no-repeat;
	
}
.C3 {
	background:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Layout/C3.gif) 0 100% no-repeat;
	
}
.C4 {
	background:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Layout/C4.gif) 0 0 no-repeat; padding:10px 20px;
	
}
.Contenuti {
	min-height:49em; 
}
/* --- Per struttura con flottaggi: 2 col!! --- */
.ColCent2ColMenuSx {
	margin:0 0 0 13em; padding:10px 0 10px 10px; 
	color:#000; background-color:#FFF; 
}
.ColCent2ColMenuDx {
	margin:0 224px 0 0; padding:10px 10px 10px 0; 
	color:#000; background-color:#FFF; 
}
.OldIEwidth99 {
	width:100%; float:left;
	
	
}
.OldIEfloat {
	float:left;
	
	
}
.ColSxFloat {
	float:left; width:13em; 
}
.ColDxFloat {
	float:right; width:224px; 
}
/* --- Classi "prezzemolo" da usare ovunque --- */
.GoAway {
	position:absolute; top:-10000px; left:-10000px;
}
.clear {
	display:block; clear:both; width:99%; 
	height:1px; line-height:.05em; font-size:.05em;
}
/* --- Msg di errore e avvisi --- */
.Errore { 
	margin:10px 0; padding:20px 0; 
	border:2px solid #000; color:#000; background-color:#8FB9E0;
	font-weight:bold; font-size:1.2em; text-align:center;
}
.Attenzione { 
	padding:10px; margin:10px 0; border:1px solid #000; 
	font-size:.8em; font-weight:bold; color:#000; text-align:center;
}
.Attenzione a { 
	color:#003569; background-color:transparent;
}
.Attenzione a:hover {
	text-decoration:none; color:#003569; background-color:transparent;
}

/* -------- TESTATA -------- */
.TestataX {
	background:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/TestataX.gif) 0 0 repeat-x; height:68px;
}
.Testata {
	background:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/Testata.gif) 0 0 no-repeat; height:68px;
}
a.Home {
	display:block; width:140px; height:130px; position:absolute; top:70px; left:65px; z-index:3;
}
/* -------- OGGETTI DI CORPO PAGINA -------- */
h1, h2, h3, h4, h5 {
	font-family:"Trebuchet MS", Verdana, sans-serif; 
	font-size:1em; margin:10px 0; padding:0;
	color:#ce0000; background-color:transparent;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	color:#ce0000; background-color:transparent;
}
	/* Livello 1 */
.viewTitolo {
	 font-size:1.4em;
}
	/* Livello 2 */
.viewSottotitolo, .viewSotTitCell, ol.RSSBlock h2 {
	margin-bottom:7px; font-size:1.1em;
}
	/* Livello 3 */
.viewTitolo3 {
	margin-bottom:5px;
}
	/* Livello 4 */
.viewTitolo4 {
	margin-bottom:3px; font-size:.9em;
}
	/* Livello 5 */
.viewTitolo5 {
	margin-bottom:3px; font-size:.8em;
}
/* ------- PARAGRAFAZIONI ------- */
.viewPar, .viewParCell, .viewLI {
	color:#000; font-size:.75em; padding:2px 0;
}
/* ------- LINK(+IMMAGINE) E ALLEGATI(DOWNLOAD) ------- */
.viewPar a, .viewParCell a, .viewLI a {
	color:#003569; font-weight:bold;
}
.viewPar a:hover, .viewParCell a:hover, .viewLI a:hover, .LinkData a:hover {
	text-decoration:none;
 }
a.viewLink {
	font-size:.75em; color:#003569; font-weight:bold;
}
a.viewLinkIMG img {
	border:none; padding-right:5px; background-color:#FFF;
}
a.viewLink:hover, a.viewAnchor:hover {
	text-decoration:none; 
}
/* ------- SOTTOTITOLO+PARAGRAFO+IMMAGINE ------- */
dl.viewCaption, dl.viewCaption dt, dl.viewCaption dt img {
	margin:0; padding:0;
}
dl.viewCaption dd {
	margin:0; padding:0; color:#000; 
	font-size:.75em; font-style:italic; text-align:center;
}
/* ------- TABELLE DATI ------- */
.viewTable {
	margin:10px 0;
}
.ViewSpaceCell {
	width:10px;
}
.viewTextCell {
	width:100%;
}
.viewTableCellText {
	font-size:.75em; text-align:left; color:#000; padding:2px 1px;
}
.viewTableTDContainer {
	font-size:1.2em;
}
.viewTableCellText a {
	color:#003569;
}
.viewTableCellText a:hover { 
	text-decoration:none;
}
.viewTableHRTD,
.viewTableHCTD { 
	color:#FFF; background-color:#000;
}
.viewTableHRTD a,
.viewTableHCTD a { 
	color:#FFF; background-color:#000;
}
.viewTableHRTD a:hover,
.viewTableHCTD a:hover { 
	text-decoration:none;
}
.viewTableHRCellText,
.viewTableHCCellText { 
	color:#FFF; background-color:#000;
	font-size:.75em; 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;
}
.viewAnchorList li a.viewAnchor {
	background:none; padding:0; font-weight:normal;
}
a.viewAnchor {
	font-size:.75em; color:#003569; font-weight:bold;
	padding:.2em 1px;
}
/* ------- RIGA VUOTA E DI SEPARAZIONE ------- */
.viewLineBreak { 
	height:10px;
}
.viewHR { 
	color:#003569; height:2px; 
}

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

/* ------- 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;
}

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

/* ------- ELENCO RSS ------- */
ol.RSSBlock {
	margin:10px 0; padding:0;
	list-style-type:none;
	font-size:.75em;
}
ol.RSSBlock li {
	margin:4px 0; padding:5px;
	border:1px solid #9a9a9a;
}
ol.RSSBlock a {
	color:#003569; 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 FORM ------- */	
input, submit, textarea, label, .formMandatory {
	font-size:.75em; font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* ------- ELEMENTI PERSONALIZZATI DA "CM" ------- */	
	/* BoxDimensioneFissa */
div.BoxDimensioneFissa {
	display:block; overflow:auto; height:80px; 
	margin:10px 0; padding:10px;
	border:1px solid #000; color:#000;
	text-align:justify; font-size:.7em;
}
div.BoxDimensioneFissa a {
	color:#003569; background-color:transparent;
}
div.BoxDimensioneFissa a:hover {
	text-decoration:none;
}
	/* Box "ElementiDistintivi" - uso speciale di userformat3 per emulare il sottotitolo */
.ElementiDistintivi {
	background:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/ElementiDistintivi.jpg) 100% 0 no-repeat; 
	margin:10px 0; padding:45px 30px 20px 15px; min-height:120px;
	
	
}
.ElementiDistintivi a {
	color:#003569; background-color:transparent;
}
.ElementiDistintivi a:hover {
	text-decoration:none;
}	
	/* ------- Box Stondato ------- */
.BoxStondato .Box1 {
	background:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Box1.gif) 0 0 no-repeat;
	margin:5px; padding:0;
}
.BoxStondato .Box2 {
	background:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Box2.gif) 100% 0 no-repeat;
}
.BoxStondato .Box3 {
	background:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Box3.gif) 100% 100% no-repeat;
}
.BoxStondato .Box4 {
	padding:15px; margin:10px 0; 
	background:transparent url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Box4.gif) 0 100% no-repeat;
	color:#003569; font-size:1em; font-weight:bold; text-align:center;
	min-height:80px;
	
	
}
.BoxStondato a {
	color:#003569; background-color:transparent;
}
.BoxStondato a:hover {
	text-decoration:none;
}
	/* ------- Special ------- */
.Special {
	color:#ce0000; background-color:transparent;
}
/* -------- CANALI -------- */
	/* -------- Elementi Generici -------- */
.ElencoCanale a {
	color:#003569; background-color:transparent; 
} 
.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:.75em;
}
.ElencoCanale ol li img {
	float:left; padding:0 5px 5px 0;
}
	/* -------- Elencatore "Titolo+Data" -------- */
.TitoloData a {
	font-weight:bold;
} 
	/* -------- Elencatore predefinito: NewsBlock -------- */
.NewsBlock {
	width:100%; margin:7px 0;
}
.NewsBlockImgLeft {
	float:left; margin:0 4px 4px 0;
}
.NewsBlockImgRight {
	float:right; margin:0 0 4px 4px;
}
	/* --- Elencatore "Top Home" --- */
.TopHome ol li {
	margin-bottom:10px; padding-bottom:20px; border-bottom:1px solid #f3f3f3;
}
.TopHome a {
	color:#003569; background-color:transparent; text-decoration:underline;
}
.TopHome a:hover {
	text-decoration:none;
}
.TopHome h2 {
	font-size:1.8em; margin:0 0 10px; padding:0; color:#ce0000; background-color:transparent;
}
.TopHome a.Vai {
	padding-left:35px; background:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Freccia.jpg) 7px 0 no-repeat;
}
.TopHome p.Sub {
	margin:5px 0; padding:0; color:#003569; background-color:transparent; font-size:1.1em;
}
	/* --- Elencatore "Notizie Affiancate" --- */
.Affianca ol li {
	float:left; width:48.8%; margin-right:1%;
	color:#000; background-color:transparent;
	min-height:120px; 
}
.Affianca ol li span {
	letter-spacing:.1em; color:#000; background-color:transparent;
}
.Affianca ol li h3 {
	font-size:1.2em; padding:0; margin:3px 0 7px 0; font-weight:normal;
}
.Affianca ol li p {
	color:#000; background-color:transparent; margin:0; padding:0;
}
.Affianca ol li img {
	float:left; padding:4px 4px 4px 0;
}
	/* --- Elencatore "Rassegna Stampa" --- */
.RassegnaStampa ol {
	margin:30px 0; padding:0; list-style-type:none;
}
.RassegnaStampa ol li {
	margin:0 0 10px; padding:5px 10px 3px 5px; color:#000; background-color:#FFF;
	border:1px solid #8FB9E0; border-bottom:none; border-right:none;
}
	/* --- Elencatori colorati --- */
.MenuCanale {
	background:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV.gif) 0 0 no-repeat; color:#003569;
	margin:0 0 4px; padding:5px 3px 5px 8px; list-style-type:none; font-weight:bold;
	min-height:85px; 
}
.MenuCanale h1 {
	margin:0 0 8px; padding:0; font-size:.8em; color:#000; background-color:transparent;
}
.MenuCanale h1 a {
	color:#000; background-color:transparent; text-decoration:none;
}
.MenuCanale h1 a:hover {
	text-decoration:underline;
}
.MenuCanale ol li {
	margin:0; padding:0 0 5px 15px; font-size:.7em;
	background:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV-1Liv.gif) 0 4px no-repeat; 
}
.MenuCanale ol li a, .MenuCanale ol li strong {
	color:#000; background-color:transparent; text-decoration:none; font-weight:normal;
}
.MenuArancio {
	background-image:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV-Arancio.gif);
}
.MenuVerde {
	background-image:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV-Verde.gif);
}
.MenuAcqua {
	background-image:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV-Acqua.gif);
}
.MenuAzzurro {
	background-image:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV-Azzurro.gif);
}
.MenuViola {
	background-image:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV-Viola.gif);
}
.MenuRosa {
	background-image:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV-Rosa.gif);
}
.MenuCanale ol ol {
	background:none; font-weight:normal; margin:5px 0 0 10px; padding:0; 
	font-size:.9em; min-height:10px; 
}
.MenuCanale ol ol li {
	margin:0; padding:1px 0;
}
.MenuCanale ol ol li a, .MenuCanale ol ol li strong {
	background:transparent url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV-2Liv.gif) 0 3px no-repeat; 
	color:#003569; padding:0 0 0 10px; text-decoration:none;
}
.MenuArancio ol ol li a, .MenuArancio ol ol li strong {
	background-image:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/Bullet-Arancio.gif);
}
.MenuVerde ol ol li a, .MenuVerde ol ol li strong {
	background-image:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/Bullet-Verde.gif);
}
.MenuAcqua ol ol li a, .MenuAcqua ol ol li strong {
	background-image:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/Bullet-Acqua.gif);
}
.MenuAzzurro ol ol li a, .MenuAzzurro ol ol li strong {
	background-image:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/Bullet-Azzurro.gif);
}
.MenuViola ol ol li a, .MenuViola ol ol li strong {
	background-image:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/Bullet-Viola.gif);
}
.MenuRosa ol ol li a, .MenuRosa ol ol li strong {
	background-image:url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/Bullet-Rosa.gif);
}
	/* -------- Paginazione -------- */
#ChannelPager {	
	padding:5px; margin:10px; border:1px solid #003569;
	height:auto; 
}
#ChannelYearLabel, #ChannelMonthLabel, #ChannelDayLabel {
	float:left; line-height:2em;
}
#ChannelYearList, #ChannelMonthList, #ChannelDayList {
	clear:left;
}
#ChannelYearList ol li.ChannelSelItem strong {
	margin: 0em .4em 0em .4em;
}
#ChannelPager ol { 	
	list-style-type:none; border-left:1px solid #000;	
	margin:0; padding:0;
}
#ChannelPager ol li {	
	margin:0; padding:0; border-right:1px solid #000;
	float:left; line-height:2em;	
}
#ChannelPager ol li a, #ChannelPager ol li strong {	
	color:#003569; font-weight:bold; margin:0 7px;
}
#ChannelPager ol li a:hover {	
	text-decoration:none;
}
.ChannelSelItem span {	
	padding:0 7px; font-weight:bold;
}
.ChannelEmptyItem span {
	display:none;
}
#ChannelClear {	
	clear:both; height:0;
}/* ---------- Calendario -------------- */
.viewCalendar {
	margin:0 auto; padding:35px 0 0; width:180px; text-align:center; color:#000;
	background:transparent url(http://www.csv.como.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Utilities/Calendario.gif) 0 0 no-repeat;
	line-height:.9em; min-height:125px; 
}
.Contenuti .viewCalendar {
	text-align:left;
}
.viewCalendar a {
	color:#ce0000; background-color:transparent; font-weight:bold; text-decoration:none;
}
.viewCalendar a:hover {
	text-decoration:underline;
}
.viewCalendar div {
	font-size:.8em;
}
.viewCalendar div span {
	margin:0 2px; white-space:nowrap; font-weight:bold;
}
.viewCalendar table {
	border-collapse:separate; margin:5px 0; width:180px; font-size:.7em;
}
.Contenuti .viewCalendar div, .Contenuti .viewCalendar table {
	font-size:1em;
}
.viewCalendar table td {
	width:14%; padding:0;
}
.viewCalendar table td.current {
	font-weight:bold;
}

body {font-size:12pt; font-family:"Times New Roman", Times, serif; color:#000; background-color:transparent;}
.page {page-break-before:always;}
.ImgStampa {text-align:center; display:block;} 
.ColCent, .ColCent2Col {margin:0;}
.Contenuti {margin:10px;}
.ColSx, .ColDx, .Footer, .viewCalendar, .ChiudiStampa, #formSearchBox, .MenuH, #Breadcrumb, .Utility, .GoAway, .Testata, .Lingue, .Partner {display:none;}