.status-red
	{
	background-color: #FF3300;
	}
	
.status-yellow
	{
	background-color: #FFFF33;
	}
	
.status-green
	{
	background-color: #00FF33;
	}
	
.status-info
	{
	background-color: #66CCFF;
	}
	
#corpo code {
	font-family: monospace;
	line-height: 20px;
	background-color: #c1e2f3;
	padding: 0px 0px;
	color: #313131;
	border: 1px solid #c3c3c3;
	border-radius: 3px;
}
	
#corpo > p > ins:not(.adsbygoogle)
	{
	background-color: #00FF33;
	background-image: url('/ckeditor/plugins/tlistyle/icons/update.png');
	background-repeat: no-repeat;
	background-position:left bottom;
	padding: 0px;
	padding-left: 21px;
	text-decoration: none;
	color: black;
	}
	
#corpo > p > ins:not(.adsbygoogle) a
	{
	text-shadow: none;
	color: blue;
	}
	
#corpo img,iframe
	{
	display: block;
   	margin-left: auto;
   	margin-right: auto;
	}
	
/* Immagine decorativa a fianco del testo*/
.tli-icona
	{
	vertical-align:middle;
	width: 32px;
	height: 32px;
	}

.eraser
	{
	width: 16px;
	height: 16px;
	transition: all .1s linear;
	vertical-align:middle;
	}
	
.thumb_eraser_1:hover
	{
	-webkit-transform: scale(4);
	transform:scale(4,4);
	}
	
#tli-downloadlist ul
	{
	list-style: none;
	margin-left: 0px;
	}
	
#tli-downloadlist li
	{
	margin: 0 0 .2em 0;
	font-size: 1.2em;
	}
	
.tli-pulsante-comando
	{
	vertical-align:middle;
	}
	
.tli-pulsante-comando-icona
	{
	vertical-align:middle;
	width: 16px;
	height: 16px;
	}
	
.tli_guida_contestuale {
  display:inline-block;
  vertical-align: middle;
}


.bollino
		{
		border: 1px solid #cccccc;
		
		background-repeat:no-repeat;
  		background-position: 10px 50%;
  		background-image:url('/images/logo_soloT_144px.png');
  		background-size: 64px 64px;
  		
  		margin-bottom: 15px;
		}
		
.bollino-testo
		{
		text-align: justify;
		
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		
		margin-left: 64px;
		}
		
.bollino-testo-breve
		{
		text-align: center;
		}
		
.bollino-testo-breve span
		{
		border-bottom: 1px dashed #cccccc;
		}
		
.bollino-testo-esteso
		{
		display: none;
		}
        
#search-articles-noresults {
    
    display: none;
    background-color: lightcoral;
    font-size: large;
}

#search-articles-noquery {

    background-color: lightgreen;
    font-size: large;
}

#search-articles-searchprogress {
    
    display: none;
    background-color: lightgoldenrodyellow;
    font-size: large;
}
        
.zznoscroll {
    overflow-y: hidden;
}

.zzoverlay { 
    
   position: fixed; 
   top: 0; right: 0; bottom: 0; left: 0;
   background:  rgba(40,40,40, .75);
   z-index: 999999999999;
}

.zzoverlay-content {
    
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: GhostWhite;
    width: 95%;
    height: 90%;
    padding: 15px;
    overflow: auto; 
}

.zzhidden {
    display: none;
}

.sharethis-inline-share-buttons, .zzmarginbottom {
    
    margin-bottom: 15px;
}

.zzenfasi {
    
    color: red;
    font-size: large;
}

p.corpo-commento img.emoji {

	max-width: 28px;	
}

#gallery {
	display: none;

	position: fixed;
	top: 0;
	right: 0;
	width: 33%;
	height: 100%;
	background-color: GhostWhite;
	overflow-y: scroll;
	overflow-x: hidden;
}


.thumb_immagine-container {

	float:left;
	width: 48%;
	cursor: pointer;
	padding: 3px;
}


.thumb_immagine {

	width: 100%;
	height: 145px;
}


.hide-content {

	visibility: hidden;
}


.emoji {
    min-height: 18px;
    min-width: 18px;
    height: 1em;
    width: 1em;
}
