/* Cached vesion created on 09/09/10 23:18:08*/
/* elapsed time: 1.0729 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.unindustria.bo.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;
}/* -------- IMPAGINAZIONE E LAYOUT -------- */
	/* Costanti generali dimensionali */
	/* Costanti generali di colore */
	/* Costanti di colore dell'applicativo "Vetrine" */

/* -------- LAYOUT -------- */
html {
	color:#333; background-color:#c0c0c0;
}
body {
	font-family:Arial, Helvetica, sans-serif; font-size:100%; line-height:1em; color:#333; 
	margin:0 auto; padding:0; width:100%; position:relative;
	background:#FFFFFF url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/Testata1.jpg) 0 0 repeat-x; 
}
#Layout, #LayoutTop {
	width:930px; position:relative; margin:0 auto; padding:0 25px;
}
#ColCent, #ColCent2Col {
	margin:0 204px 0 214px; padding:0;
	min-height:42em; 
}
#Home #ColCent {
	margin-right:378px;
}
#ColCent2Col {
	margin-right:0;
}
.Contenuti {
	padding:0 10px;
}
#ColSx {
	position:absolute; top:0; left:25px; width:204px; 
}
#ColDx {
	position:absolute; top:0; right:25px; width:204px;
}
#Home #ColDx {
	width:378px;
}
/* --- Classi "prezzemolo" da usare ovunque --- */
.GoAway {
	position:absolute; top:-10000em; left:-10000em;
}
.clear {
	clear:both; width:99%; height:1px; line-height:.05em; font-size:.05em; color:#FFFFFF;
}
	/* ------- Box in sezioni aggiuntive ------- */
.BoxGrigio1 {
	margin:15px 0; color:#333;
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Box/BoxGrigioMiddle.jpg) 0 0 repeat-y; 
}
.BoxGrigio2 {
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Box/BoxGrigioTop.jpg) 0 0 no-repeat; 
}
.BoxGrigio3 {
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Box/BoxGrigioBottom.jpg) 0 100% no-repeat; padding:15px; 
}
/*
.BoxBianco1 {
	margin:10px 0; color:#333;
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Box/BoxBiancoMiddle.jpg) 0 0 repeat-y; 
}
.BoxBianco2 {
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Box/BoxBiancoTop.jpg) 0 0 no-repeat; 
}
.BoxBianco3 {
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Box/BoxBiancoBottom.jpg) 0 100% no-repeat; padding:15px; 
}*/
/******* Box ********************/
#Home .BoxGrigio1 {
	margin:15px 0; color:#333;
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Box/BoxGrigioMiddle.jpg) 0 0 repeat-y; 
	width:376px;
}
#Home .BoxGrigio2 {
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Box/BoxGrigioTop.jpg) 0 0 no-repeat; 
}
#Home .BoxGrigio3 {
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Box/BoxGrigioBottom.jpg) 0 100% no-repeat; padding:15px; 
}

#Home .BoxBianco1 {
	margin:10px 0; color:#333;
	width:376px;
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Box/BoxBiancoMiddle.jpg) 0 0 repeat-y; 
}
#Home .BoxBianco2 {
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Box/BoxBiancoTop.jpg) 0 0 no-repeat; 
}
#Home .BoxBianco3 {
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Box/BoxBiancoBottom.jpg) 0 100% no-repeat; padding:15px 70px; 
}
#Home .BoxBianco1 a {
	float:left; margin-left:30px; text-align:center;
}

/* --- Msg di errore e avvisi --- */
.Errore { 
	margin:10px 0; padding:20px 0; 
	border:2px solid #333; color:#333; background-color:#FFFF7E;
	font-weight:bold; font-size:1.2em; text-align:center;
}
.Attenzione { 
	padding:10px; margin:10px 0; border:1px solid #333; 
	font-size:.8em; font-weight:bold; color:#333; text-align:center;
}
.Attenzione a { 
	color:#514C4C;
}
.Attenzione a:hover {
	text-decoration:none; color:#514C4C;
}

/*****************/
.ColSxEventi {
	width:200px; float:left;
}
.ColDxCalendario{
	width:150px; float:right;
}
.ColSxImprese {
	width:168px; float:left;
}
.ColDxEventiImprese{
	width:170px; float:right;
}
/**************/


/* -------- TESTATA -------- */
.Testata1 {
	position:relative; width:990px; margin:0 auto;
}
.Testata2 {
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/Testata2.jpg) 0 0 no-repeat; height:85px;
}
a.Home {
	display:block; width:400px; height:35px; position:absolute; top:38px; left:46px; z-index:2;
}

/* -------- OGGETTI DI CORPO PAGINA -------- */
/* ------- TITOLI ------- */
h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
	/* Livello 1 */
.viewTitolo {
	margin:0 0 10px 0; padding:6px; font-size:.8em; 
	color:#FFFFFF; min-height:12px;
	 
}
	/* Livello 2 */
.viewSottotitolo, .ViewTitolo2 {
	margin:5px 0; padding:5px 0 10px 10px; font-size: 1em; color:#069; 
}
	/* Eventuali link nel sottotitolo inseriti da telaio */
.viewSottotitolo a, .ViewTitolo2 a {
	color:#069; background-color:transparent;
}
.viewSottotitolo a:hover, .ViewTitolo2 a:hover {
	text-decoration:none;
}
	/* Livello 3 */
.viewTitolo3 {
	margin:3px 0; padding:0; font-size:.7em;
	color:#333; background-color:transparent; border-bottom:1px dashed #333;
}
	/* Livello 4 */
.viewTitolo4 {
	margin:.5em 0; padding:.2em 1px .1em 11px; font-size:.7em;
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Titolo4.gif) 0 6px no-repeat;
	color:#333; ;border-bottom:1px dashed #333;
}
	/* Livello 5 */
.viewTitolo5 {
	margin:.5em 0; padding:.2em 1px .1em 11px; font-size:.7em;
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Titolo5.gif) 0 6px no-repeat;
	color:#333; border-bottom:1px dotted #333;
}
/* ------- PARAGRAFAZIONI ------- */
.viewPar, .viewParCell, .viewLI {
	color:#333; font-size:.7em; padding:2px 10px;
}
/* ------- LINK(+IMMAGINE) E ALLEGATI(DOWNLOAD) ------- */
.viewPar a, .viewParCell a, .viewLI a {
	color:#514C4C; font-weight:bold;
}
.viewPar a:hover, .viewParCell a:hover, .viewLI a:hover, .LinkData a:hover {
	text-decoration:none;
 }
a.viewLink {
	font-size:.7em; color:#069; font-weight:bold;
	text-decoration:none;
}
.viewLinkOnlyTextContainer {
	margin:0 10px;
}
.Contenuti .viewLinkOnlyTextContainer {
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/BG-Link.gif) 0 50% repeat-x;
}
.viewLinkOnlyTextContainer a.viewLink {
	background:#FFFFFF url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Freccia.gif) 100% 3px no-repeat;
	padding:5px 25px 5px 5px;
}
a.viewLinkIMG img {
	border:none; padding-right:5px;
}
a.viewLink:hover, a.viewAnchor:hover {
	text-decoration:underline; 
}
/* ------- SOTTOTITOLO+PARAGRAFO+IMMAGINE ------- */
.viewSotTitCell {
	margin:5px 0; padding:0; font-size:.85em; color:#333; background-color:#FFFFFF;
	border-bottom:1px solid #c0c0c0;
}  
dl.viewCaption,
dl.viewCaption dt,
dl.viewCaption dt img {
	margin:0; padding:0;
}
dl.viewCaption dd {
	margin:0; padding:0; color:#333; 
	font-size:.7em; font-style:italic; text-align:center;
}
/* ------- TABELLE DATI ------- */
.ViewSpaceCell {
	width:10px;
}
.viewTextCell {
	width:100%;
}
.viewTableCellText {
	font-size:.7em; text-align:left; color:#333; padding:2px 1px;
}
.viewTableTDContainer {
	font-size:1.2em;
}
.viewTableCellText a {
	color:#514C4C;
}
.viewTableCellText a:hover { 
	text-decoration:none;
}
.viewTableHRTD,
.viewTableHCTD { 
	color:#FFFFFF; background-color:#333;
}
.viewTableHRTD a,
.viewTableHCTD a { 
	color:#FFFFFF; background-color:#333;
}
.viewTableHRTD a:hover,
.viewTableHCTD a:hover { 
	text-decoration:none;
}
.viewTableHRCellText,
.viewTableHCCellText { 
	color:#FFFFFF; background-color:#333;
	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://www.unindustria.bo.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:#514C4C; font-weight:bold;
	/* background:url(http://www.unindustria.bo.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://www.unindustria.bo.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:#f1f1f1; height:1px; 
}
/* ------- CORSIVO GRASSETTO ED EVIDENZIATO ------- */
.userFormat1 {
	font-weight:bold; 
}
.userFormat2 {
	font-style:italic; 
}
.userFormat3 {
	color:#333; 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://www.unindustria.bo.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.unindustria.bo.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.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Trattino.gif) 0 2px no-repeat;
}
.BLOBIMGSpacerRight, .BLOBIMGSpacerLeft {
	background-color:transparent; 
}
/* ------- PORZIONE DI INDICE ------- */
.viewIndexSlice ol {
	list-style-type:none; margin:10px; padding:0;
	font-size:.7em;	font-weight:bold;
}
.viewIndexSlice ol li {
	margin:3px 0; padding:.2em 1px;
}
.viewIndexSlice ol li a {
	color:#514C4C;
}
.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 #f1f1f1;
}
ol.RSSBlock h2 {
	margin:.5em 0; padding:.2em 0 .2em .2em; font-size:.9em;
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Titolo2.gif) 0 0 repeat-x;
	color:#333;  
}
ol.RSSBlock a {
	color:#514C4C; 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:15em; 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:#514C4C; font-weight:bold; 
}
.formErrorList {
	font-weight:bold; 
}
.formRedirector a.viewLink { 
	font-size:1em;
}
/* ------- ELEMENTI PERSONALIZZATI DA "CM" ------- */	
	/* BoxEvidenti dei testi personalizzati */
	/* 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 #333; color:#333;
	text-align:justify; font-size:.6em;
}
.AreaRiservata {
	margin:2px; padding:5px 2px; font-size:.65em;
	background:@AreaRiservata url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/SfondoAreaRiservata.jpg) 100% 0 repeat-y;
	border:1px solid @HLink; color:#c0c0c0;
	min-height:100px; 
}
.AreaRiservata a {
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV1LivH.jpg) 0 2px no-repeat;
	padding-left:14px; color:@HLink;
}
.AreaRiservata a:hover {
	text-decoration:none;
}
	/* ------- Titoli personalizzati ------- */
.Titolo {
	padding:0; margin:0; font-size:1em; font-weight:normal; color:#FFFFFF;
	background-position:0 0; background-repeat:no-repeat; background-color:transparent;
} 
.Titolo span {
	display:block; padding:4px 10px 8px; background-position:100% 0; background-repeat:no-repeat;
} 
.Titolo a {
	color:#FFFFFF; background-color:transparent; text-decoration:none;
} 
.Titolo a:hover {
	text-decoration:underline;
} 
.TitoloBianco {
	background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Titoli/TitoloBiancoSx.jpg); color:#069;
}
.TitoloBianco span {
	background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Titoli/TitoloBiancoDx.jpg);
}


/***********************/
.TitoloBiancoRepeat {
	background:#FFFFFF url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Titoli/TitoloNewRepeat.jpg) 0 0 repeat-y; color:#069;
}
.TitoloBiancoTop {
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Titoli/TitoloNewTop.jpg) 0 0 no-repeat;  
}
.TitoloBiancoBottom {
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Titoli/TitoloNewBottom.jpg) 0 100% no-repeat; padding:4px 15px 14px;
}
/************************/
.TitoloGrigio {
	background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Titoli/TitoloGrigioSx.jpg);
}
.TitoloGrigio span {
	background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Titoli/TitoloGrigioDx.jpg);
}
.TitoloBlu {
	background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Titoli/TitoloBluSx.jpg);
}
.TitoloBlu span {
	background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Titoli/TitoloBluDx.jpg);
}
.TitoloBianco, .TitoloBlu, .TitoloGrigio, .ElencoCanale {
	margin-bottom:10px;
}
/* Testo Pesonalizzato "IndiceFARE" */
div.IndiceFARE {
	font-size:.7em; line-height:1.2em;
	margin-left:20px;
}
div.IndiceFARE strong.userFormat1 {
	font-size:.9em;
	position:relative; left:-18px;
}
div.IndiceFARE em.userFormat2 {
	font-size:.6em; 
}
div.IndiceFARE span.userFormat3 {
	color:@Rosso; background-color:#FFFFFF;
}
span.BLOBDownloadSize {
	display:none;
}/* -------- CANALI -------- */
	/* -------- Elementi Generici -------- */
.LinkData { 
	padding:.1em 0; font-size:.7em;
}
div.DataLink ol li {
	margin-bottom:10px;
}
.LinkData a {
	color:#069;
}
.ElencoCanale a {
	color:#069; text-decoration:none;
} 
.ElencoCanale a:hover {
	text-decoration:underline;
} 
.ElencoCanale ol {
	list-style-type:none; margin:0 10px; padding:0;
}
.ElencoCanale ol li {
	margin:4px 0; padding:1px; font-size:.7em;
	line-height:1em;
}
.ElencoCanale ol li img {
	margin-right:5px;
}
/************ Data Link ********************/
.DataLink a {
	color:#333; font-weight:bold;
}
.DataLink.Freccia li {
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV3.gif) 0 3px no-repeat;
	padding-left:10px;
}
.DataLink .Data {
	color:#069;
}
.DataLink.Freccia .Data {
	color:#333;
}


.CanaleGenerico ol li { 
	padding-left:12px; background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Canali/CanaleGenerico.gif) 1px 4px no-repeat;
}
	/* -------- Elencatore predefinito: NewsBlock -------- */
.NewsBlock {
	width:100%; margin:7px 0; font-size:.7em; color:#333; background-color:transparent;
}
.NewsBlockImgLeft {
	float:left; margin:0 5px 5px 0;
}
.NewsBlockImgRight {
	float:right; margin:0 0 5px 5px;
}
	/* -------- Elencatori specifici -------- */
.TitoloData ol li { 
	padding-left:9px; background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Canali/TitoloData.gif) 1px 6px no-repeat;
}
.SoloLink ol li { 
	padding-left:9px; background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Canali/SoloLink.gif) 1px 6px no-repeat;
}
.DataTitoloLink ol li { 
	padding-left:9px; background:url(http://www.unindustria.bo.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.unindustria.bo.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Canali/DataStrilloLink.gif) 1px 6px no-repeat;
}
.Register {
	display:block; width:151px; height:60px; background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Banner/BtnRegistrati.jpg) 0 0 no-repeat;
}
.SoloFoto ol li { 
	 display:inline;
}
.SoloFoto ol li a { 
	 border:1px solid #333; margin:5px; padding:0;
	
	
}
.SoloFoto ol li a:hover { 
	 border:1px solid #069;
	
	
}
.NotizieAffiancate {
	width:100%; clear:both;
}
.NotizieAffiancate div.NewsAffiancata {
	font-size:.7em; 
	border:1px solid #f1f1f1; background-color:#FFFFFF;
	float:left; width:47%; padding:3px; margin:3px;
	
}
.RassegnaStampa ol {
	margin:0; padding:0; list-style-type:none;
}
.RassegnaStampa ol li {
	margin:5px 0; padding:7px 2px 7px 13px; 
	color:#333; line-height:1.2em; border:1px solid #f1f1f1;
	background:#FFFFFF url(http://www.unindustria.bo.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Canali/RassegnaStampa.gif) 6px 11px no-repeat;
}
.RassegnaStampa ol li.Grigio {
	background:#f1f1f1 url(http://www.unindustria.bo.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Canali/RassegnaStampaGrigio.gif) 6px 11px no-repeat;
}
/* --- Canali NewsEventi e InPrimoPiano + BoxGrigio e BoxBlu --- */
.BoxGrigio {
	margin:0 0 10px;
	color:#514C4C;
	min-height:100px; 
}
.BoxBlu {
	margin:0 0 10px;
	background:#FFFFFF url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/SfondoBoxBlu.jpg) 100% 0 no-repeat;
	border:1px solid #514C4C; color:#c0c0c0;
	min-height:100px; 
}
div.BoxGrigio ol, div.BoxBlu ol { 
	margin:10px; background-color:transparent;
}
.BoxGrigio h1, .BoxBlu h1 { 
	margin-top:0;
}
.BoxGrigio p, .BoxBlu p { 
	margin:0 0 5px 0;
}
.BoxBlu a { 
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV1LivH.jpg) 0 2px no-repeat;
	padding-left:14px; color:#514C4C; font-weight:bold;
}
.BoxBlu a:hover {
	text-decoration:none;
}
div.LettereDalPresidente ol li {
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV1LivH.jpg) 0 4px no-repeat;
	padding-left:14px;
}
div.LettereDalPresidente ol li a {
	background:none; padding:0;
}
div.ComunicatiStampa a { 
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV1Liv.jpg) 0 2px no-repeat;
	padding-left:14px; color:#514C4C; font-weight:bold;
}
.BoxGrigio #ChannelPager { 
	border:none; border-top:1px solid #c0c0c0; margin-bottom:0;
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/SfondoBoxGrigio.jpg) 100% 0 no-repeat;
}
.BoxBlu #ChannelPager { 
	border:none; border-top:1px solid @HLink; margin-bottom:0;
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/SfondoBoxBlu.jpg) 100% 0 no-repeat;
}
.BoxGrigio #ChannelPager span, .BoxBlu #ChannelPager span,
.BoxGrigio #ChannelPager strong, .BoxBlu #ChannelPager strong,
.BoxGrigio #ChannelPager a, .BoxBlu #ChannelPager a {
	font-size:1.3em; background:transparent none; line-height:2.1em;
}
	/* -------- Paginazione -------- */
#ChannelPager {	
	padding:10px 0; margin:10px 0; border-top:1px solid #333;
}
#ChannelYearLabel, #ChannelMonthLabel, #ChannelDayLabel {
	float:left; line-height:2em;
}
#ChannelYearList, #ChannelMonthList, #ChannelDayList {
	clear:left;
}
#ChannelYearList ol li.ChannelSelItem strong {
	margin:0 7px;
}
#ChannelPager ol { 	
	list-style-type:none; border-left:1px solid #333;	
	margin:0; padding:0;
}
#ChannelPager li {	
	margin:0; padding:0; border-right:1px solid #333; float:left; line-height:2em;	
}
#ChannelPager a, #ChannelPager strong {	
	font-weight:bold; margin:0 7px;
}
.ChannelSelItem span {	
	padding:0 7px; font-weight:bold;
}
.ChannelEmptyItem span {
	display:none;
}
#ChannelClear {	
	clear:both; height:1px; line-height:.05em; font-size:.05em;
}
/* 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:#514C4C; background-color:transparent;
}
.ForumTopicList p a:hover,
.ForumMsgList p a:hover {	
	text-decoration:none;
}
.ForumTopicList table, 
.ForumMsgList table {	
	border-bottom:1px solid #333; border-left:1px solid #333; 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 #333; border-right:1px solid #333;
}
.ForumMsgList table tr th,
.ForumTopicList table tr th {	
	border-top:1px solid #333; border-right:1px solid #333;
	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:#FFFFFF; background-color:#069;
	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:#069; 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:#514C4C; 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:#514C4C; background-color:transparent;
}
.ForumMsgList table tbody tr td div {	
	text-align:right;
}
.ForumMsgList table tbody tr td div a {	
	color:#333; 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:#514C4C; 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:#333; background-color:transparent;	
	text-decoration:underline;
}
.ForumPaginator ol li a:hover { 
	text-decoration:none;
}
.ForumPaginator span.NavInactive,
.ForumPaginator li.NavInactive {
	color:#514C4C; background-color:transparent;
	border:1px solid #514C4C;	
}
.ForumPaginator span.NavActive a,
.ForumPaginator li.NavActive a {
	color:#333; background-color:transparent;	
	border:1px solid #514C4C;	
	padding:.1em;
}
a.BOLink img { 
	margin-right:3px; position:relative; top:3px;
}
.ForumThreadList ol {
	list-style-type:none; border:1px solid #514C4C;
	margin:10px 0; padding:5px; font-size:.7em;
}
.ForumThreadList ol li {	
	background:url(http://www.unindustria.bo.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:#333; 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; font-size:1em;
}
.ForumThreadList ol ol li {
	background:url(http://www.unindustria.bo.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.unindustria.bo.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.unindustria.bo.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.unindustria.bo.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.unindustria.bo.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 #333; width:100%;
}
.ForumComposeForm p input {
	border:1px solid #333;	
	font-size:.7em; text-align:center;
}
.ForumComposeForm p a {
	color:#333; 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 #333;}
.ForumForm label {display:block; float:left; width:12em; margin:4px 5px 4px 0;}
.ForumForm sup {font-weight:bold; color:#333;}
span.formMandatory {font-weight:bold; color:#333; font-size:.8em;}
.ForumForm textarea {display:block; float:left; width:21.1em; height:10em; border:1px solid #333; padding:3px 2px; margin:4px 5px 4px 0; font-family: Arial, Helvetica, sans-serif; font-size:1.05em;}
.ForumForm input, ForumForm input.formText {display:block; float:left; width:20em; border:1px solid #333; padding:3px 2px; margin:4px 5px 4px 0; font-family: Arial, Helvetica, sans-serif; font-size:1.1em;}
.ForumForm input.Submit {display:block; float:left; width:20em; padding:4px; margin-left:14em; color:#333; font-weight:bold; text-transform:uppercase; background-color:transparent; font-size:.9em;}
.ForumForm input.Submit:hover {background-color:transparent; color:#514C4C;}
.ForumForm .Coda {margin:10px 0; padding:10px; background-color:transparent; color:#333; border:1px solid #333;}
.ForumForm .Coda p {margin-bottom:5px;}
.ForumForm .Coda a {color:#333; font-weight:bold;}
.ForumForm .Coda a:hover {text-decoration:none;}/* FlexNavi Paginator */

.FlexNavi {
 font-size: .8em;
 margin: .5em 0 0 0;  padding: .2em 0;
 text-align:center; line-height: 1.5em;
} 
.FlexNavi span {
 display: inline;
 margin: 0 .2em; padding: .1em;
}
.FlexNavi ol { 
 display: inline; 
 margin: 0 auto; padding: 0;
 list-style-type: none;
 font-weight:bold;
}
.FlexNavi ol li { 
 display:inline;
 padding: .1em; margin: 0 .2em;
 font-size: 1em;
}
.FlexNavi ol li a, .FlexNavi span a { 
 color: #273F6F; background-color: #DBF1FF;
 text-decoration: underline;
 padding: 0; margin: 0;
 t-ext-decoration:none;
}
 
.FlexNavi li.NavInactive {
 border: 1px solid #2D4A82;
 color: #ffffff;  background-color: #2D4A82;
} 
.FlexNavi span.NavInactive{
 border: 1px solid #97CFF1;
 color: #000000;  background-color: #ffffff;
} 
 
.FlexNavi span.NavActive a,
.FlexNavi li.NavActive a {
 color: #273F6F;  background-color: #DBF1FF;
 border: 1px solid #97CFF1;
 padding: .1em;
}
.FlexNavi ol li a:hover, .FlexNavi ol li a:active, .FlexNavi ol li a:focus,
.FlexNavi span.NavActive a:hover, .FlexNavi span.NavActive a:active, .FlexNavi span.NavActive a:focus{ 
 text-decoration: none;
}

/* FlexNavi Menu in Page */
.NavAxesMenu {
	margin:0;
	width: 530px;
}
	/* I LIVELLO */
.NavAxesMenu ol {
	list-style-type:none; 
	margin:1px; padding:0;
	position: relative;
}
.ElencoCanale {clear: left;}
.NavAxesMenu ol li {
	width: 170px;
	float: left;
	margin:0 0 5px 0; padding:0 0 5px 0; 
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV1LivList.jpg) 0 100% no-repeat;
	font-size:.7em; font-weight:bold; letter-spacing:-.05em;
}
.NavAxesMenu ol li a {
	padding:4px 1px 4px 15px; text-decoration:none; color:#514C4C;
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV1Liv.jpg) 0 6px no-repeat;
}
.NavAxesMenu ol li a:hover {
	padding:4px 1px 4px 15px; text-decoration:underline; color:@HLink;
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV1LivH.jpg) 0 6px no-repeat;
}
.NavAxesMenu ol li.LISel strong {
	padding:0; text-decoration:underline; color:@HLink;
	background:none;
}
.NavAxesMenu ol li.LIStrong strong,
.NavAxesMenu ol li.LISel a.Sel {
	padding:4px 1px 4px 15px; text-decoration:underline; color:@HLink;
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/MenuV1LivH.jpg) 0 6px no-repeat;
}
.NavAxesMenu ol li.LISel a.Sel:hover { 
	text-decoration:none;
}


/* ---- INSERIMENTO EVENTI ---- */
.viewFormIscrizioneEventi{
	font-size: .7em;
}
.viewFormIscrizioneEventi div label{
	display: block;
	width: 12em;
	margin: .2em 0 .2em 0;
}
.viewFormIscrizioneEventi div input, .viewFormIscrizioneEventi div select{
	display: block;
	width: 20em;
	margin: -1.2em 0 0 12em;
}/* APPLICATIVO "VETRINE" */
	/* Elementi riscrittura layout: Generalia  */
#Vetrine #Layout {
	color:#333; background-color:#FFFFFF; 
}
#Vetrine #ColSx {
	width:185px; background-color:#FFFFFF; 
}

.Spazio {
	padding:15px 0;
}
.SpazioSu {
	padding:15px 0 0 0;
}
	/* Elementi riscrittura layout: Menu verticale */
.Vetrina1 {
	background:#FFFFFF url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/MenuV1.jpg) 0 100% no-repeat; 
	width:180px; margin:5px 0 10px 0;
}
.Vetrina2 {
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/MenuV2.jpg) 0 0 no-repeat; 
	width:175px; padding:15px 2px 20px 3px;
}
.Vetrina2 ol {
	margin:0; padding:0; list-style-type:none; font-size:.7em; font-weight:bold;
	background-position:0 0; background-repeat:no-repeat;
	min-height:60px;
}
.Vetrina2 ol li {
	padding-left:36px;  
}
.Vetrina2 ol li a, .Vetrina2 ol li strong {
	color:#01416D;
}
.Vetrina2 ol li a:hover {
	text-decoration:none;
}
.VetrinaImprese ol {
	background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/IcoVetrina.jpg);
}
.EventiImprese ul {
	background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/IcoEventi.jpg); 
}
.EventiVetrina ol {
	background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/IcoEventiVetrina.jpg); font-weight:normal; font-size:.6em;
}
.Vetrina2 ol ol {
	font-size:.9em; font-weight:normal;
	padding:3px 0 0; background:none; border-bottom:none;
}
.Vetrina2 ol ol li {
	margin:0 0 5px 0; padding:0;
}
.Vetrina2 ol ol li a, .Vetrina2 ol ol li strong {
	font-weight:normal;
}
	/* Elementi riscrittura layout: Titoli */
/* #Vetrine #ColCent h1 {
	background-position:0 0; background-repeat:no-repeat;
	margin:0; padding:9px 0 9px 60px; font-size:.9em;
	border-bottom:2px solid #FFFFFF;
} */
.BoxVerde1 h1 {
	background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/TitoloVerde.gif); color:#FFFFFF;
}
.BoxTurchese1 h1 {
	background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/TitoloTuchese.gif); color:#01416D;
}
.BoxBianco1 h1 {
	background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/TitoloTuchese.gif); color:#01416D;
}
.BoxGrigio1 h1 {
	background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/TitoloGrigio.gif); color:#01416D;
}
.BoxBlu1 h1 {
	background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/TitoloBlu.gif); color:#01416D;
}
/* #Vetrine h2 {
	background:#B7E2F3 url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/IcoTitolo2.gif) 9px 9px no-repeat; 
	color:#01416D; margin:0 0 7px; padding:7px 3px 7px 20px; font-size:1em;
} */
#Vetrine h2.Interno {
	background:#FFFFFF url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/IcoInterno.gif) 8px 8px no-repeat; 
	color:#01416D; margin:0 0 10px; padding:5px 3px 5px 28px; font-size:1em;
}
#Vetrine .BoxBianco1 h2.Interno {
	background:#B7E2F3 url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/IcoInternoBianco.gif) 8px 8px no-repeat; 
	margin:0 10px 10px; font-size:.7em; position:relative; top:15px;
}
#Vetrine .BoxVerde1 h2.Interno {
	background:#bff19b url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/IcoInternoBianco.gif) 8px 8px no-repeat; 
	margin:5px; font-size:1em;
}
#Vetrine h2.Vuoto {
	background:none; padding:0; margin:0 0 15px 0;
}
#Vetrine .CalendarioEventi h2.Interno {
	width:450px;
}
#Vetrine #Breadcrumb {
	margin-bottom:15px;
}
#Vetrine p a, #Vetrine h1 a {
	color:#069; background-color:transparent;
	text-decoration:none;
}
	/* Elementi riscrittura layout: Elencatori di pagine */
.Box1 {
	background-position:0 0; background-repeat:no-repeat; margin:0 auto 20px auto;
}
.Box2 {
	background-position:0 100%; background-repeat:no-repeat; padding:10px 10px 30px;
	font-size:.7em; color:#01416D;
}
.Box2 .ElencoCanale {
	font-size:1.5em;
}
.BoxVerde1 {
	background-color:#bff19b; background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/BoxVerde1.gif);
}
.BoxVerde2 {
	background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/BoxVerde2.gif);
}
.BoxTurchese1 {
	background-color:#B7E2F3; background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/BoxTurchese1.gif);
}
.BoxTurchese2 {
	background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/BoxTurchese2.gif);
}
/*.BoxBianco1 {
	background-color:#FFFFFF; background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/BoxBianco1.gif);
}
.BoxBianco2 {
	background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/BoxBianco2.gif);
}
.BoxGrigio1 {
	background-color:#E0E0E0; background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/BoxGrigio1.gif);
}
.BoxGrigio2 {
	background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/BoxGrigio2.gif);
}*/
.BoxBlu1 {
	background-color:#01416D; background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/BoxBlu1.gif);
}
.BoxBlu2 {
	background-image:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/BoxBlu2.gif);
}
.Box2 ol {
	margin:0; padding:0; list-style-type:none;
}
.Box2 ol li {
	padding-bottom:7px; margin-bottom:7px;
}
.Box2 ol li {
	float:left; width:350px; padding-right:5px;
}
.Box2 ol.NoFloat li {
	float:none;
}
.CalendarioEventi ol li {
	border-bottom:1px solid #FFFFFF; float:none; width:520px;
}
.Box2 ol li a {
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/IcoList.gif) 4px 4px no-repeat;
	margin:0; padding:0 10px 4px 15px; border-bottom:1px dotted #FFFFFF; color:#003657;
	text-decoration:none;
}
.Box2 ul li a {
	color:#003657;
}
.Box2, .Box2 ol li a:hover {
	border-bottom:none;
}
.Box2 ol li p {
	margin:5px 0; padding:0;
}
.Box2 ol li, .Box2 ol li a, .Box2 ol li p {
	color:#032032;
}
.Box2 .TuttiEventi a {
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/TuttiEventi.gif) 3px 4px no-repeat; padding-left:14px;
}
	/* Elementi riscrittura layout: Calendario */
#Vetrine .viewCalendar {
	float:right; margin:5px 10px 0 0; border:2px solid #FFFFFF; background-color:#e2f3fa; 
	font-size:1em; width:200px; 
	
}
#Vetrine .viewCalendar div, #Vetrine .viewCalendar div a {
	color:#01416D; background-color:transparent;
}
#Vetrine .viewCalendar table th {
	border:1px solid #FFFFFF; color:#000; background-color:transparent;
}
#Vetrine .viewCalendar table td {
	border:none; color:#000; background-color:transparent; font-weight:normal;
}
#Vetrine .viewCalendar table td a {
	border:none; color:#FFFFFF; background-color:#01416D; font-weight:bold;
}
#Vetrine .viewCalendar table td a:hover {
	text-decoration:none;
}
#Vetrine .viewCalendar table tbody tr:hover, 
#Vetrine .viewCalendar table tbody th:hover, 
#Vetrine .viewCalendar table tbody tr.even:hover {
	color:#000; background-color:transparent;
}
	/* Elementi riscrittura layout: Tabelle */
#Vetrine table {
	color:#01416D; width:100%;
}
#Vetrine table th {
	text-transform:uppercase; text-align:left; 
	padding:5px 3px; font-weight:bold; color:#01416D;
}
#Vetrine table tbody a {
	color:#01416D;
}
#Vetrine table tbody img {
	margin-right:5px;
}
#Vetrine table tbody th, #Vetrine table td {
	font-weight:normal; padding:3px; text-transform:none;
}
#Vetrine table tbody tr.even {
	background-color:#e2f3fa;
}
	/* Editing vetrina: Tabella ICT */
.ICTTable {
	padding: 0; margin: 0; border-collapse: collapse; width: 100%;
}
.ICTTable td { 
	text-align: left; padding: .5em 0; border-bottom: 1px solid #069; vertical-align: top;
}
.ICTTable td.ICTValue{ 
	text-align: right;
}
.ICTTable table {
	padding: 0; margin: 0 0 .5em 0; border-collapse: collapse; width: 100%;
}
.ICTTable th {
	color: #069; text-align: left;  
}
.ICTTable th.ICTValue{ 
	text-align: right;
} 
#Vetrine table.ICTTable th {
	color:#000; font-weight:bold; border-bottom:2px solid #01416D;
} 
#Vetrine table.ICTTable th.ICTValue {
	text-align:right;
} 
#Vetrine table.ICTTable table td {
	border-bottom:none;
}
#Vetrine table.ICTTable table td.ICTValue {
	text-align:right; padding:3px 0;
}
	/* Elementi riscrittura layout: Link */
.TuttiEventi, .AggiungiEvento, .LinkBack {
	text-align:right; margin:10px; font-weight:bold;
}
.LinkBack {
	font-size:.7em;
}
.TuttiEventi a, .AggiungiEvento a, .LinkBack a {
	color:#595959; padding:0; margin:0;
}
.AggiungiEvento a {
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/AggiungiEvento.gif) 0 50% no-repeat;
	padding:3px 0 3px 24px; font-size:.7em;
}
.TuttiEventi a:hover, .AggiungiEvento a:hover, .LinkBack a:hover {
	text-decoration:none;
}
.PDF {
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/PDF.gif) 0 3px no-repeat;
	padding:5px 0 5px 22px; color:#01416D;
}
.SpazioTop {
	padding-top:40px;
}
	/* Liste */
.ULMargin li {
	margin-bottom:5px; font-weight:bold;
}
.Risultato li {
	min-height:90px; padding-right:8px;
}
	/* Editing vetrina: Stepper */
.stepper { 
	margin:0; padding:0; list-style-type:none;
}
.stepper li { 
	float:left; width:200px; margin:5px; padding:5px 0 3px 0; border:1px solid #01416D;
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/IconaStepper.gif) 99% 50% no-repeat;
}
.stepper li.laststep {
	background-image:none; 
}
.stepper li.laststep .stepnum {
	display:none; 
}
.stepper li .stepnum {
	padding:13px 0 3px 7px; font-weight:bold;
}
.stepper li .stepmsg {
	padding:13px 0 3px 7px;
}
.stepper li.laststep .stepmsg {
	margin-right:.5em;
}
.stepper li.step_doing {
	color:#FFFFFF; background-color:#01416D;
}
.stepper li.step_done {
	color:#FFFFFF; background-color:#c0c0c0;
}
.stepper li.step_todo {
	color:#000; background-color:#f1f1f1;
}
	/* Editing vetrina: Wizard */
#frmWizardVetrine div {
	margin: .5em 0;
}
#frmWizardVetrine fieldset {
	border:1px solid #069; background-color:transparent; padding:10px; 
}
#frmWizardVetrine legend {
	font-weight: bold; color:#069; 
}
#frmWizardVetrine label{
	font-weight: bold;
}
#frmWizardVetrine textarea {
	font-family: Arial, Helvetica, sans-serif; font-size: 1.1em;
}
#frmWizardVetrine select {
	vertical-align: middle;
} 
.WizardError {	
	font-size:.9em; color:@Rosso; background-color:#FFFFFF; 
	border:1px solid @Rosso; margin:10px 0; padding:5px;
}
.WizardError h2 {
	font-size:1em; margin:0; padding:0 0 10px;
}
.WizardError ul { 
	margin:0; padding:0; list-style-type:none;
}
input.WizardFieldError, select.WizardFieldError, textarea.WizardFieldError {
	border: 1px solid @Rosso;
}
label.WizardFieldError {
	color:@Rosso;
}
.frmCercaVetrine fieldset {
	margin:10px; padding:10px;
}



.BoxTurchese2 textarea {
	width:740px;
}
	/* ------- Box in corpo pagina vetrine ------- */
.BoxGrigio1Big {
	margin:15px 0; color:#333;
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Box/BoxGrigioMiddleBig.jpg) 0 0 repeat-y; 
}
.BoxGrigio2Big {
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Box/BoxGrigioTopBig.jpg) 0 0 no-repeat; 
}
.BoxGrigio3Big {
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Box/BoxGrigioBottomBig.jpg) 0 100% no-repeat; padding:15px; 
}
.BoxGrigio3Big .BoxGrigio1Big, .BoxGrigio3Big .BoxGrigio2Big,.BoxGrigio3Big .BoxGrigio3Big,
.BoxBianco3Big .BoxBianco1Big, .BoxBianco3Big .BoxBianco2Big,.BoxBianco3Big .BoxBianco3Big {
	margin:0; padding:0; background:none;
}
.BoxBianco1Big {
	margin:10px 0; color:#333;
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Box/BoxBiancoMiddleBig.jpg) 0 0 repeat-y; 
}
.BoxBianco2Big {
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Box/BoxBiancoTopBig.jpg) 0 0 no-repeat; 
}
.BoxBianco3Big {
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Box/BoxBiancoBottomBig.jpg) 0 100% no-repeat; padding:15px; 
}
.BoxGrigio3Big .viewPar, .BoxBianco3Big .viewPar {
	font-size:.7em;
}
.BoxGrigio3Big p, .BoxBianco3Big p, .BoxGrigio3Big .BLOBWidth100 .viewPar,
.BoxBianco3Big BLOBWidth100 .viewPar {
	font-size:.7em;
}
#Vetrine .viewCalendar {
	font-size:.7em; background-color:#F2F3F2;
}
.BoxGrigio3Big .viewSottotitolo, .BoxBianco3Big .viewSottotitolo {
	margin:20px 0 5px;
}
.RicercaEventiVetrine {
	margin:0; padding:0; font-size:.7em;
}
.RicercaEventiVetrine * {
	margin:0; padding:0; font-family:Verdana, Arial, Helvetica, sans-serif;
}
.RicercaEventiVetrine fieldset {
	margin:0; padding:0; border:none;
}
.RicercaEventiVetrine legend {
	color:#069; margin:0 0 15px; font-size:1.25em;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.RicercaEventiVetrine div {
	clear:left; margin-top:10px;
}
.RicercaEventiVetrine label {
	width:150px; margin-right:5px; display:block; float:left; text-align:right;
}
.RicercaEventiVetrine input {
	width:270px; display:block; float:left;
}
.RicercaEventiVetrine div.Go {
	padding-left:155px; margin-top:0;
}
.RicercaEventiVetrine .Go input {
	width:135px; font-size:.8em; font-weight:bold;
}
.RicercaEventiVetrine .Go input#reset {
	margin-right:5px;
}
.RicercaVetrine {
	margin:10px 0; padding:0; font-size:.7em;
}
.RicercaVetrine table {
	margin:0; padding:0; font-size:1em;
}
.RicercaVetrine td {
	padding:5px 2px; background:#EEF0EF url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Box/Sfuma.jpg) 0 0 repeat-x; 
}
.RicercaVetrine table td {
	background:none; padding:4px;
}
.RicercaVetrine td.DataEvento {
	width:70px;
}
.RicercaVetrine td a {
	color:#514C4C;
}
.TuttiEventi, .AggiungiEvento, .LinkBack {
	text-align:right; margin:10px; font-weight:bold;
}
.LinkBack {
	font-size:.7em;
}
.TuttiEventi a, .AggiungiEvento a, .LinkBack a {
	color:#595959; padding:0; margin:0;
}
.AggiungiEvento a {
	background:url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/AggiungiEvento.gif) 0 50% no-repeat;
	padding:3px 0 3px 24px; font-size:.7em;
}
.TuttiEventi a:hover, .AggiungiEvento a:hover, .LinkBack a:hover {
	text-decoration:none;
}
.PDF {
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/PDF.gif) 0 3px no-repeat;
	padding:5px 0 5px 22px; color:#069; font-size:.7em;
}
.LinkVetrina, .TuttiEventi {
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Freccia.gif) 100% 4px no-repeat;
	padding:5px 21px 5px 0; color:#069;
}
.TuttiEventi {
	font-size:.7em;
}
.NoFloat li {
	float:none;
}
.BoxGrigio3Big ol, .BoxGrigio3Big ul, .BoxBianco3Big ol, .BoxBianco3Big ul {
	list-style-type:none; margin:10px 0; padding:0;
}
.BoxGrigio3Big li, .BoxBianco3Big li {
	font-size:.7em;
}
.InfoUser a, .BoxGrigio3Big li a, .BoxBianco3Big li a {
	color:#069; background-color:transparent;
}
/* -------- template Extensions\Vetrine\templates\tWizardVetrinaFrame.html -------- */
.Wizard label {
	font-size:.7em;
}
.Wizard fieldset {
	margin:0; padding:0; border:none; clear:left;
}
.Wizard legend {
	color:#069; margin:0; font-size:.85em;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.Wizard div {
	clear:left; margin-top:8px;
}
#DescrizioneBreve, #IndirizzoAzienda, #DescrizioneLunga {
	width:450px; font-size:.8em;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.FieldSetContent {
	font-size:.7em; margin:5px 0;
}
.FieldSetContent label {
	font-size:1em;
}
.FieldSetContent a {
	background:transparent url(http://www.unindustria.bo.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Vetrine/PDF.gif) 0 3px no-repeat;
	padding:5px 0 5px 22px; color:#069;
}
/* -------- template FixedPages\IT\templates\tRicercaCircolari.html -------- */   
.RicercaCircolari {
	font-size:.7em;
}
.RicercaCircolari fieldset {
	border:none; margin:10px 0; padding:0;
}
.RicercaCircolari legend {
	color:#069; margin:0 0 15px; font-size:1.25em;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.RicercaCircolari div {
	clear:left; margin-top:10px;
}
.RicercaCircolari div.Go {
	margin-top:0;
}
.RicercaCircolari .Go input {
	width:135px; font-size:.8em; font-weight:bold;
}
.RicercaCircolari .Go input#reset {
	margin-right:5px;
}
.RicercaCircolari .Interno legend {
	position:absolute; top:-10000px; left:-10000px;
}

.RisultatoCircolari ol li {
	margin:10px 0; line-height:1.3em;
}
.RisultatoCircolari ol li a {
	font-weight:bold;
}

#ColCent, #ColCent2Col {margin:0;}
#ColSx, #ColDx, #Footer, .Footer,
.viewCalendar, .ChiudiStampa, #formSearchBox, #MenuH, #Breadcrumb, ol.Utility, .GoAway {display:none;}
body {font-size:1.2em; font-family:"Trebuchet MS", Verdana, sans-serif;	color:#333; background-color:#FFFFFF; width:800px;}
.viewCalendar, .ImgStampa, #formSearchBox {display:none;}
div.ChiudiStampa {width:250px; margin:30px; padding:10px; clear:both; color:#333; background-color:#FFFFFF; border:1px solid #333; font-weight:bold; font-size:.8em; text-align:center;}
div.ChiudiStampa a {color:#333; background-color:#FFFFFF;}
div.ChiudiStampa a:hover {background-color:#333; color:#FFFFFF; text-decoration:none;}
