/* Bordo e padding per tutti i contenitori principali dei renderer, in modo da distinguere le varie sezioni della pagina. */
.f_otvoceMenuCorpo,
.f_otarticolo,
.f_otarticolo_sommario,
.f_otarticolo_evident,
.f_otarticolo_sommario_evident,
.f_otviewarticolo_default,
.f_otarticolo_blog,
.f_otarticolo_blog_evident,
.f_otlista_articoli,
.f_otlista_articoli_blog,
.f_otarticoli_giorno,
.f_otvideo_single,
.f_otimagelist,
.f_otaudioContainer,
.f_otcorrelati_explode,
.f_otSimpleContainer,
.f_otSedeContainer,
.f_otJobContainer{
	margin: 5px;
	padding: 5px;
	font-size: 1.1em;
}

/*Contenitore principale di un form (Es. pagina scheda utente, Newsletter)*/
.f_formContainer{
	padding: 10px;
}

/* Stile evidenziato per i renderer che ne permettono l'inserimento */
.f_otarticolo_evident,
.f_otarticolo_sommario_evident,
.f_otarticolo_blog_evident{
	border: none;
	background-color: #EAEAEA;
}
#f_otwrapper .f_otarticolo_evident h2,
#f_otwrapper .f_otarticolo_sommario_evident h2,
#f_otwrapper .f_otarticolo_blog_evident h2{
	background: url(images/simbolo_tit_ver.gif) no-repeat;
}

/* Stile di background evidenziato per i renderer che ne permettono l'inserimento */
.f_otColoredBackground{
	background-color: #eaefd4;
}
#f_otwrapper .f_otColoredBackground h2{
	background-color: transparent;
	color: #98b02a;
	text-decoration: underline;
}

/* Bordo e padding per le immagini contenute nella renderizzazione di un item */
.f_otarticolo img,
.f_otarticolo_sommario img,
.f_otarticolo_evident img,
.f_otarticolo_sommario_evident img,
.f_otviewarticolo_default img,
.f_otarticolo_blog img,
.f_otarticolo_blog_evident img,
#f_otwrapper .f_otimagelist a img,
.f_otlista_articoli img,
.f_otimmagine{
	/*border: 1px solid #BDBDBD;
	padding: 1px;*/
}

/*Contenitore di un Item "semplice" (es. Documento, Audio)*/
.f_otSimpleItemContainer{
	margin: 5px 10px;
	padding: 5px 10px;
}
#f_otwrapper .f_otSimpleItemContainer a{
	padding-left: 15px;
	background: url(images/feccia_arancio.gif) no-repeat 0 2px;
}

#f_otwrapper .f_otvoceMenuCorpo h2{
	padding-left: 0;
	background: none;
	font-size: 1em;
}



/*** RENDERERS PAGINA ITEM ***/

/* Contenitore principale per la pagina di un Item; viene dato un po' di respiro */
.f_otItemPageContainer{
	padding: 10px;
	overflow: hidden;
	
	/*background-color: #AEBC21;*/
}

/*Contenitore dell'eventuale corpo della voce di menu, visibile alla selezione della voce di menu, in testa al contenuto*/
.f_otvoceMenuCorpo{
	margin: 0;
	font-size: 0.9em;
	padding: 5px;
	margin-bottom: 10px;
}

/* Nel caso in cui sia in una pagina dedicata all'item, tolgo il bordo (tranne che per gli "evident") */
.f_otItemPageContainer .f_otviewarticolo_default,
.f_otItemPageContainer .f_otarticolo_sommario,
.f_otItemPageContainer .f_otarticolo_blog,
.f_otItemPageContainer .f_otarticolo,
.f_otcorrelati_explode .f_otarticolo,
.f_otcorrelati_explode .f_otaudioContainer,
.f_otcorrelati_explode .f_otimagelist{
	border: none;
	margin: 15px 0 5px 0;
	padding: 0;
}



/*** RENDERERS ARTICOLO ***/

/* Titolo Sezione (se inserito) */
#f_otwrapper .f_otsezione_titolo h2{
	background: none;
	padding: 0;
	text-align: right;
	font-size: 1.1em;
	border-bottom: 1px solid #739B2B;
	text-transform: none;
}

/* Eventuale stile specifico per la data visualizzata */
.f_otdatastyle{
	color: #666633;
}

/* Eventuale stile specifico per l'autore visualizzato */
.f_otshow_item_articolo_autore{
	font-weight: bold;
	text-align: right;
}

#f_otwrapper .f_otarticoloTitoloImmagine{
	overflow: hidden;
}
#f_otwrapper .f_otarticoloTitoloImmagine img{
	margin-left: 10px;
}
#f_otwrapper .f_otarticoloTitoloImmagine a{
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}

/*ATTENZIONE: caso specifico per h4; in backend e' definito globalmente in #otlayerContainer h4; devo quindi forzare (file commons_backEnd.css)*/
#f_otwrapper .f_otviewarticolo_default h4{
	color: #666666;
	padding: 2px 5px;
	background-color: #DFDEDE;
	text-align: right;
	margin-bottom: 5px;
	font-size: 0.9em;
}
#f_otwrapper .f_otviewarticolo_default h4 a{
	font-weight: normal;
}

/* Sezione Items correlati */
.f_otcorrelati{
	/*border-bottom: 1px solid #94BD49;
	background: url(images/freccia_verde.gif) no-repeat right bottom;*/
	margin: 0 5px;
	padding-top: 10px;
	height: 34px;
	clear: both;
}
#f_otwrapper .f_otcorrelati a{
	white-space: nowrap;
	padding-left: 28px;
	padding-top: 7px;
	height: 27px;
	float: left;
	margin-right: 10px;
}

/*Icone personalizzabili: in background in base al tipo*/
#f_otwrapper .f_otcorrelati a.tipo_1{
	background: url(images/correlati/1.png) no-repeat left center;
}
#f_otwrapper .f_otcorrelati a.tipo_2{
	background: url(images/correlati/2.png) no-repeat left center;
}
#f_otwrapper .f_otcorrelati a.tipo_3{
	background: url(images/correlati/3.png) no-repeat left center;
}
#f_otwrapper .f_otcorrelati a.tipo_4{
	background: url(images/correlati/4.png) no-repeat left center;
}
#f_otwrapper .f_otcorrelati a.tipo_5{
	background: url(images/correlati/5.png) no-repeat left center;
}
#f_otwrapper .f_otcorrelati a.tipo_6{
	background: url(images/correlati/6.png) no-repeat left center;
}
#f_otwrapper .f_otcorrelati a.tipo_998{
	background: url(images/correlati/998.png) no-repeat left center;
}

#f_otwrapper .f_otItemPageContainer .f_otshow_item_articolo .f_otcorrelati,
#f_otwrapper .f_otarticolo_sommario .f_otcorrelati,
#f_otwrapper .f_otarticoli_giorno .f_otcorrelati,
#f_otwrapper .f_otcorrelati_explode .f_otcorrelati{
	margin: 4px 0;
}

/*Contenitore degli Items correlati + Corpo dell'Item, visualizzato nella pagina presentata al click su un tipo di correlati*/
.f_otcorrelati_explode{
	border: none;
	margin: 0;
}

.f_listCorrelatesItemsContainer{
	background-color: #E9F3CD;
	padding: 10px;
	overflow: hidden;
}
#f_otwrapper .f_listCorrelatesItemsContainer h2{
	background: none;
	padding-left: 0;
	font-size: 1em;
}
.f_listCorrelatesItemsContainer ul{
	margin: 0;
	padding: 0;
}
.f_listCorrelatesItemsContainer ul li{
	list-style: none;
	font-size: 0.9em;
	font-weight: bold;
	overflow: hidden;
	padding-left: 15px;
	background: url(images/feccia_arancio.gif) no-repeat 0 2px;
}

/* Vario la visualizzazione della sezione dei correlati nel caso ci sia una renderizzazione di tipo "blog" */
#f_otwrapper .f_otarticolo_blog .contentArticolo,
#f_otwrapper .f_otarticolo_blog_evident .contentArticolo{
	overflow: hidden;
}

#f_otwrapper .f_otarticolo_blog .f_otcorrelati,
#f_otwrapper .f_otarticolo_blog_evident .f_otcorrelati{
	background-color: transparent;
	border: none;
}
/* Contenitore della data nel formato gg mmm */
.f_otarticolo_blog .header .f_data,
.f_otarticolo_blog_evident .header .f_data{
	width: 30px;
	height: 30px;
	border: 2px solid #FF8000;
	text-align: center;
	background-color: #FFCF75;
	font-weight: bold;
}

/* Stili vari per le liste di articoli */
.f_otlista_articoli .contentArticolo{
	overflow: hidden;
}

.f_otlista_articoli ul{
	margin-top: 15px;
}

.f_otlista_articoli_blog ul{
	margin: 0;
	padding: 0;
}
.f_otlista_articoli_blog ul li{
	list-style: none;
	margin-bottom: 5px;
}

.f_otpress{
	padding: 5px;
	margin: 5px;
}
.f_otpress .f_otarticoli_giorno{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0.9em;
}
.f_otarticoli_giorno_ora{
	font-weight: bold;
}

.f_otarticoli_giorno ul{
	margin: 0;
	padding: 0;
}
.f_otarticoli_giorno ul li{
	list-style: none;
	margin: 5px 0;
	padding-bottom: 10px;
	overflow: hidden;
	clear: both;
	
	/*border-bottom: 1px solid #ededed;*/
}

.f_otarticoli_giorno .textContainer{
	float: right;
	width: 590px;
}

.f_otarticoli_giorno .textContainer ul li{
	overflow: visible;
	margin-left: 20px;
	list-style: disc;
	padding-bottom: 0;
}

.f_otpress .f_otarticoli_giorno .f_otcorrelati{
	font-size: 1.1em;
}

#f_otwrapper .f_otarticoli_giorno ul h2{
	font-size: 1.2em;
}

/* Stili per la lista di articoli con immaine per cui non si vuole il wrapping del testo attorno all'immagine */

#f_otwrapper .f_otarticoli_giorno ul.notWrapText h2,
#f_otwrapper .f_otarticoli_giorno ul.notWrapText .f_otcorrelati,
#f_otwrapper .f_otarticoli_giorno ul.notWrapText .f_otarticoli_giorno_ora{
	margin-left: 340px;
}
#f_otwrapper .f_otarticoli_giorno ul.notWrapText .f_otarticoli_giorno_ora{
	clear: both;
	margin-bottom: 5px;
}

#f_otwrapper .f_otarticoli_giorno ul.notWrapText li{
	clear: both;
}

#f_otwrapper .f_otarticoli_giorno ul.notWrapText li img{
	position: relative;
	top: -50px;
	margin-left: 0;
}
#f_otwrapper .f_otarticoli_giorno ul.notWrapText li .textContainer img{
	position: static;
	top: auto;
}


/* Lista di articoli Scorrevole */
.f_otitemScroller{
	height: 200px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 5px 10px;
	background-color: #E9F3CD;
	font-size: 9pt;
	border-bottom: 1px solid #94BD49;
}

.f_otitemScroller .f_otitemScroller_top{
	background: url(images/angolo_dx.jpg) no-repeat right;
	height: 31px;
	position: relative;
	z-index: 100;
}

#f_otwrapper .f_otitemScroller h3{
	background: url(images/angolo_sx.jpg) no-repeat left;
	height: 31px;
	line-height: 20px;
	font-size: 1.1em;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	/*Necessari, altrimenti il contenuto scrollabile va sopra*/
	position: relative;
	z-index: 100;
	color: #ffffff;
}
.f_otitemScroller .scrollingContentWrapper{
	border-left: 1px solid #94BD49;
	border-right: 1px solid #94BD49;
}
/*.f_otitemScroller_bottom{
	background-color: #FFCC00;
	height: 8px;
	border: 1px solid #FF0000;
	border-top: none;
}*/
.f_otitemScroller ul{
	margin: 0;
	padding: 0 10px;
	/*Deve essere minore rispetto ad h3, o altri elementi che lo precedono*/
	z-index: 50;
	clear: both;
}
.f_otitemScroller ul li{
	padding: 10px 0;
	list-style: none;
	font-size: 0.9em;
}



/*** RENDERERS IMMAGINE ***/

.f_otImmagineContainer{
	overflow: hidden;
}
#f_otwrapper .f_otImmagineContainer img{
	border: 0;
	padding: 0;
}

/* Eventuale stile specifico per un'immagine renderizzata all'interno di una cella della struttura portale */
#f_otwrapper a img.f_otimmagine{
	/*padding: 1px;
	border: 1px solid #2763C4;*/
}
.f_didascalia_immagine{
	margin-top: 2px;
	font-style: italic;
}

/* Liste */
#f_otwrapper .f_otimagelist h2{
	padding: 2px 5px;
	background: none;
	background-color: #E9F3CD;
}



/*** RENDERERS VIDEO ***/
/*.f_otvideo_single_container{
	height: 385px;
}*/
.f_videoGalleryContainer{
	height: 625px;
}



/*** RENDERERS AUDIO ***/
.f_otaudioContainer{
	overflow: hidden;
}
.f_otaudio{
	float: left;
}

/*** RENDERER PAGINA ***/
#f_otwrapper .f_otLinkPaginaContainer{
	padding: 0 10px;
	margin: 0;
	font-weight: bold;
}
#f_otwrapper .f_otLinkPaginaContainer a{
	padding-left: 0;
	background: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}





/*** RENDERERS DOCUMENTO ***/
.f_otdocumentlist{
	margin: 5px 10px;
	background-color: #E9F3CD;
}
#f_otwrapper .f_otdocumentlist h2{
	padding: 2px;
	background: none;
	padding: 5px 10px;
	border-bottom: 1px solid #ffffff;
}

/*Stili comuni tra lista documenti e lista articoli*/
.f_otdocumentlist ul, .f_otlista_articoli ul{
	margin: 0;
	padding: 5px 10px;
}

.f_otlista_articoli ul{
	padding: 5px 0;
	clear: both;
}
.f_otdocumentlist ul li, .f_otlista_articoli ul li{
	list-style: none;
	padding: 4px 0;
}
.f_otlista_articoli ul .f_otdata{
	color: #7F7F7F;
}

#f_otwrapper .f_otdocumentlist ul li a, #f_otwrapper .f_otlista_articoli ul li a{
	/*padding-left: 15px;
	background: url(images/feccia_arancio.gif) no-repeat 0 2px;*/
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: underline;
	padding: 2px 0;
	/*color: #999999;*/
}

#f_otwrapper .f_otlista_articoli_titolo h2{
	/*padding: 2px 5px;*/
	background: none;
	margin-bottom: 0;
}
#f_otwrapper .f_otlista_articoli_titolo h2 a{
	text-decoration: none;
	color: #000000;
}

/* Stili per il tasto continua dell'articolo*/
#f_otwrapper .f_otContinueButtonContainer{
	overflow: hidden;
}
#f_otwrapper .f_otContinueButtonContainer div{
	/*background: url(images/tasto_grigio_dx.png) right;*/
	float: right;
	padding-right: 13px;
	height: 17px;
}
#f_otwrapper .f_otContinueButtonContainer div a{
	text-decoration: underline;
	color: #000000;
	/*background: url(images/tasto_grigio_sx.gif) left no-repeat;*/
	display: block;
	height: 17px;
	line-height: 17px;
	padding-left: 13px;
}
/*#f_otwrapper .f_otColoredBackground .f_otContinueButtonContainer div{
	background: url(images/tasto_bianco_dx.png) right;
}
#f_otwrapper .f_otColoredBackground .f_otContinueButtonContainer div a{
	background: url(images/tasto_bianco_sx.gif) left no-repeat;
}*/

/* PAGINAZIONE */
#f_otwrapper .f_otpagination{
	font-size: 0.95em;
	margin: 5px 0 10px 0;
	padding: 5px 0;
	overflow: hidden;
	text-align: right;
}
#f_otwrapper .f_otpagination span{
	color: #666666;
	text-decoration: underline;
}
#f_otwrapper .f_otpagination a{
	border: 1px solid #eeeeee;
	padding: 2px 6.5px;
	background-color: #ffffff;
}
#f_otwrapper .f_otpagination a:hover{
	border-color: #666666;
}
#f_otwrapper .f_otpagination a.backForward{
	font-weight: bold;
	color: rgb(0, 79, 119);
	padding: 1px 3px;
}
#f_otwrapper .f_otpagination a.currentPage{
	border-color: #666666;
	background-color: #eeeeee;
}


/* STILI ITEM PRODOTTI */
#f_otwrapper .f_otCategoriaApplicazioneBox{
	margin: 0;
	padding: 0 5px;
}
#f_otwrapper .f_otCategoriaApplicazioneBox h2, #f_otwrapper .f_otCategoriaApplicazioneBox h3{
	text-align: left;
	text-transform: none;
}
#f_otwrapper .f_otCategoriaApplicazioneBox h2 a{
	text-decoration: none;
}
#f_otwrapper .f_otCategoriaApplicazioneBox h3{
	font-size: 0.9em;
}


/* FORM */

/* ATTENZIONE: devo settare gli stili anche sotto il contenitore #otlayerContainer per una visualizzazione corretta nel backend (file commons_backEnd.css)*/
#f_otwrapper form{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#f_otwrapper form fieldset{
	border: none;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}
#f_otwrapper form .requiredMessage,
#f_otwrapper form .errorMessage{
	float: left;
	width: 100%;
}
#f_otwrapper form .errorMessage{
	color: #ff0000;
	font-weight: bold;
	font-size: 0.9em;
}
#f_otwrapper form .infoTextPre,
#f_otwrapper form .infoTextPost{
	float: left;
	margin: 0 5px;
}
#f_otwrapper form .inputContainer{
	float: left;
	width: 49.99%;
	margin: 5px 0;
}
#f_otwrapper form label,
#f_otwrapper form .mainLabel{
	display: block;
	float: left;
	width: 40%;
}
#f_otwrapper form .required label,
#f_otwrapper form .required .mainLabel{
	font-weight: bold;
}
#f_otwrapper form .mainLabel{
	width: 100%;
}
#f_otwrapper form .evident label{
	background-color: #7f7f7f;
	color: #ffffff;
	text-align: right;
	line-height: 19px;
	height: 19px;
	margin-top: 1px;
	font-weight: bold;
}
#f_otwrapper form input,
#f_otwrapper form textarea,
#f_otwrapper form select{
	width: 50%;
	border: 1px solid #999999;
	font-size: 1em;
	float: left;
}
#f_otwrapper form .small input,
#f_otwrapper form .small textarea,
#f_otwrapper form .small select{
	width: 25%;
}
#f_otwrapper form .xSmall input,
#f_otwrapper form .xSmall textarea,
#f_otwrapper form .xSmall select{
	width: 12%;
}
#f_otwrapper form .largeTextarea{
	width: 100%;
}
#f_otwrapper form .largeTextarea label{
	width: 20%;
}
#f_otwrapper form .largeTextarea textarea{
	width: 50%;
}
#f_otwrapper form .validationError input{
	border-color: #B22222;
	background-color: #FFE4E1;
}
#f_otwrapper form .choicesContainer{
	float: left;
	width: 60%;
}
#f_otwrapper form .choicesContainer label{
	width: auto;
	font-weight: normal;
	overflow: hidden;
}
#f_otwrapper form .validationError .choicesContainer label{
	color: #B22222;
	font-weight: bold;
}
#f_otwrapper form .choicesContainer input{
	width: auto;
	float: left;
	padding: 0;
	margin: 0 20px 0 5px;
	/*Stili per IE che non interferiscono con FF*/
	border: 0;
	height: 13px;
	width: 13px;
	background: transparent;
}
#f_otwrapper form .choicesContainer br{
	clear: both;
}
#f_otwrapper form .paragraphContainer{
	float: left;
	width: 100%;
	margin: 10px 0;
}
#f_otwrapper form .paragraphHalfWidthContainer{
	width: 50%;
}
#f_otwrapper form .paragraphCollapsed{
	margin: 10px 0 0 0;
}
#f_otwrapper form .alignCenter{
	width: auto;
	padding-left: 45%;
}
#f_otwrapper form .buttonsContainer{
	margin-top: 30px;
	text-align: center;
	overflow: hidden;
	clear: both;
}
#f_otwrapper form .buttonsContainer input{
	width: auto;
	margin: 5px 0;
	float: none;
}
#f_otwrapper form .buttonsContainer a{
	padding: 1px 5px;
	background-color: #dedede;
	border: 1px solid #8C8C8C;
	text-decoration: none;
	color: #696969;
}
#f_otwrapper .requiredMessage{
	font-size: 0.85em;
	font-style: italic;
	padding: 0;
	margin: 3px 0;
}
#f_otwrapper .formErrorMessage{
	margin: 3px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #B22222;
	text-align: center;
	border: 1px solid #B22222;
	padding: 3px 0;
	background-color: #FFE4E1;
}
/*Stili del form sovrascritti per il form piccolo*/
#f_otwrapper .halfWidth form{
	float: left;
	width: 50%;
}
#f_otwrapper .halfWidth form div{
	width: 100%;
}
#f_otwrapper .halfWidth form .alignCenter{
	padding-left: 40%;
}
#f_otwrapper .halfWidth form .buttonsContainer{
	width: 90%;
	padding: 0 10% 8% 0;
	text-align: right;
}
/* RENDERER RICERCA */

/*Box visualizzato in home page*/
.searchBox{
	font-size: 0.9em;
}
.searchBox span{
	float: left;
	line-height: 18px;
	margin-right: 5px;
}
#f_otwrapper .searchBox form{
	padding: 5px 0;
	background: transparent;
}
#f_otwrapper .searchBox form input{
	width: 100px;
	float: left;
	border: 1px solid #333333;
	font-size: 1em;
}
#f_otwrapper .searchBox form input.search{
	background: url(images/find.png) no-repeat center;
	background-color: transparent;
	border: 0;
	width: 30px;
	padding-top: 22px;
	margin-top: -3px;
	height: 22px;
	overflow: hidden;
	cursor: pointer;
	float: left;
}

/*Box relativo alla pagina di ricerca*/
.searchContainer{
	overflow: hidden;
	padding: 10px;
}
#f_otwrapper .searchContainer form input{
	width: 300px;
	float: left;
	border: 2px solid #739B2B;
	padding: 3px 2px;
	font-size: 1.1em;
	margin: 5px 0;
}
#f_otwrapper .searchContainer form input.search{
	background: url(images/find.png) no-repeat center;
	background-color: transparent;
	border: 0;
	width: 30px;
	padding-top: 22px;
	height: 22px;
	overflow: hidden;
	cursor: pointer;
}

#f_otwrapper .searchContainer .f_otarticoli_giorno h2{
	font-size: 1em;
}

.resultsInfo{
	margin-bottom: 20px;
	font-size: 0.9em;
	font-style: italic;
	text-decoration: underline;
}

#f_otwrapper .searchContainer .f_otarticoli_giorno{
	border: none;
	margin: 0;
	padding: 0;
	clear: both; 
}

/* Pagina di Operazione conclusa */
#f_otwrapper .successMessageContainer{
	line-height: 130px;
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 170px;
	background: url(images/check_big.png) no-repeat 40px center;
}

/*Lista dei job*/
#f_otwrapper .f_otlistJobContainer .f_otjobContainer h3{
	text-transform: uppercase;
	color: #000000;
	text-align: left;
}

/*Sottotitolo renderer job*/
#f_otwrapper .f_otJobContainer .subTitleBar{
	color: #000000;
}


/*Stili per il box tondo*/
.box-bottomLeft{
	margin: 5px;
	background: url(images/cornici/cornice_sotto_sx.gif) no-repeat left bottom;
}
.box-bottomRight{
	background: url(images/cornici/cornice_sotto_dx.gif) no-repeat right bottom;
	padding-bottom: 10px;
}
.box-topLeft{
	background: url(images/cornici/cornice_sopra_sx.gif) no-repeat left top;
}
.box-topRight{
	background: url(images/cornici/cornice_sopra_dx.gif) no-repeat right top;
	padding-top: 10px;
}

.f_otarticolo_sommario{
	margin: 0;
	padding: 10px;
}

/* Operazione conclusa */
.f_otOperazioneConclusa{
	overflow: hidden;
	text-align: center;
	width: 300px;
	margin: 20px auto;
	margin-bottom: 5px;
	
}
#f_otwrapper .f_otOperazioneConclusa img{
	float: left;
}
#f_otwrapper .f_otOperazioneConclusa h2{
	text-align: center;
	float: left;
	line-height: 50px;
}

/* Sovrascrivo alcuni stili per la visualizzazione specifica all'interno di una sezione portale */
.homePage .twoColumnsLeft .f_otarticolo {
	padding: 0 5px;
}

.homePage .f_otImmagineContainer{
	padding: 4px;
}

#f_otwrapper .homePage .f_otarticolo_sommario{
	padding: 9px;
	margin: 0;
}
#f_otwrapper .homePage .f_otarticolo_sommario h2{
	text-transform: none;
	font-size: 1.1em;
}
#f_otwrapper .homePage .f_otarticolo_sommario h2 a{
	text-decoration: none;
}
#f_otwrapper .homePage .f_otlista_articoli{
	margin: 0 5px;
	padding: 0 5px;
}

#f_otwrapper .f_otarticolo_sommario h2{
	font-size: 1em;
}

.homePage .f_otvoceMenuCorpo,
.homePage .f_otarticolo,
.homePage .f_otarticolo_sommario,
.homePage .f_otarticolo_evident,
.homePage .f_otarticolo_sommario_evident,
.homePage .f_otviewarticolo_default,
.homePage .f_otarticolo_blog,
.homePage .f_otarticolo_blog_evident,
.homePage .f_otlista_articoli,
.homePage .f_otlista_articoli_blog,
.homePage .f_otarticoli_giorno,
.homePage .f_otvideo_single,
.homePage .f_otimagelist,
.homePage .f_otaudioContainer,
.homePage .f_otcorrelati_explode,
.homePage .f_otSimpleContainer,
.homePage .f_otSedeContainer,
.homePage .f_otJobContainer{
	font-size: 1em;
}

.f_otIsotermalAdiabatic .f_otSimpleContainer{
	padding: 5px 0;
	margin: 0;
	font-size: 1.1em;
}

/* Pagina lista di applicazioni */
.f_otlistApplicazioni{
	overflow: hidden;
}
.f_otlistApplicazioni .wrapper{
	width: 233.5px;
	padding: 10px 2px;
	text-align: center;
	float: left;
	overflow: hidden;
}
#f_otwrapper .f_otlistApplicazioni .wrapper img{
	width: 120px;
	margin-left: 57px;
	padding: 0;
}
#f_otwrapper .f_otlistApplicazioni .wrapper a{
	clear: both;
	display: block;
	padding: 2px 0;
}
