body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Stile1 {color: #000000}
.h1 {font-size: 18px; }
.segnala {font-size: 14px; }
.nota {font-size: 12px; }
.SelezioneOn{
font-size: 16px;
color: #FF0000;
text-decoration:underline;
}
.SelezioneOff{
font-size: 16px;
/*color: #00bc4e;*/
color: #00a946;
text-decoration:none;
}

/* Lightbox */

* html #overlay {
	background-color: #444;
}

#lightbox {
	padding: 20px;
	background-color: #fff;
}
#lightboxDetails {
	font-size: 0.9em;
	padding-top: 0.6em;
}
#lightboxCaption {
	float: left;

}
#keyboardMsg {
	float: right;
}
#closeButton {
	top: 5px;
	right: 5px;
}
#lightbox img {
	border: none;
	clear: both;
}
#overlay img {
	border: none;
}
#overlay{
	background-image: url('js/img/lb/overlay.png');
}

