<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-classi css giÃ&nbsp; pronte da gloudgroup-*/
/*-UTILITY-*/

.floatleft{ float:left; }
.floatright{ float:right; }
.clear{ clear:both; }

.button{ cursor:pointer; }

ul.no_bullet { margin:0px; }
ul.no_bullet li{ list-style:none; }

ul.horizontal li{ list-style:none; float:left; }  /*menÃ¹ orizzontale da lista*/


.ombreggiato{
	-moz-box-shadow: 0px 0px 8px #888;
	-webkit-box-shadow: 0px 0px 8px #888;
	box-shadow: 0px 0px 8px #888;
	}

.ruotato{
	xxdisplay:inline-block;
	background:#F00;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    }

.patch{ margin-bottom:10px; color:#555555; font-style:italic; text-transform:lowercase; }
.patch a{ color:#555555; }      /*div che contiene il percorso del sito*/
.patch a:hover{ color:#f00; }

.arrottondato{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;
	}

.trasparente img{
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	}

.trasparente:hover img{
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	}


div.hr{                              /*Linea giÃ&nbsp; distanziata e personalizzata*/
	border-top:1px dotted #ccc;
	margin-top:3px;
	margin-bottom:3	px;
	}
	
.pari{ }                          /*tabelle con classi diverse a seconda della riga*/
.dispari{ background:#efefef; }

.paging,
.paginazio{ text-align:center; margin:2px 0px; }     /*link delle pagine*/
.paging a,
.paging span,
.paginazio span,
.paginazio a{ padding:3px; }
.paging a:hover,
.paginazio a:hover{ background:#efefef; }
.paging .current,
.paginazio .current{ font-weight:bold; padding:3px; background:#efefef; }


.poweredby{ text-align:right; color:#999; }
.poweredby a{  color:#999; }


.vertival_center{ xxdisplay:table-cell; vertical-align:middle; }


.debug{ border-top:5px solid #F00; }


.flashmsg{
	width:400px;
	background-color:#eee;
	text-align:center;
	padding:10px;
	position:absolute;
	top:200px;
	left:380px;
	background-image:url(../img/flashmsg_close.png);
	background-position:top right;
	background-repeat:no-repeat;
	cursor:pointer;
	}
.errormsg{   
	xxxwidth:300px;
	background:#a00;
	text-align:center;
	padding:10px;
	margin:10px auto;
	color:#FFF;
	}	
.successmsg{   
	xxxwidth:300px;
	background:#b9da37;
	text-align:center;
	padding:10px;
	margin:10px auto;
	color:#333;
	}	

.alert { font-size:16px !important; text-transform:uppercase; }

/*-end:UTILITY-*/
</pre></body></html>