/* CSS Document */

.mini8pt		{font-size: 7.5pt;}
.mini85pt		{font-size: 8.5pt;}
.85pt_fett	 	{font-size: 8.5pt; font-weight:bold;}
.mini9pt		{font-size: 9pt;}
.9pt_fett	 	{font-size: 9pt; font-weight:bold;}
.piccolo10pt	{font-size: 10pt;}
.10pt_fett	 	{font-size: 10pt; font-weight:bold;}
.mediopic11pt	{font-size: 11pt;}
.11pt_fett	 	{font-size: 11pt; font-weight:bold;}
.medio12pt		{font-size: 12pt;}
.12pt_fett		{font-size: 12pt; font-weight:bold;}
.mediogrande13pt{font-size: 13pt;}
.13pt_fett		{font-size: 13pt; font-weight:bold;}
.grande14pt 	{font-size: 14pt;}
.14pt_fett 		{font-size: 14pt; font-weight:bold;}
.18pt_titolo	{font-size: 18pt;}
.18pt_titolo_fett{font-size: 18pt; font-weight:bold;}
.xxl			{font-size:xx-large}






.highslide-html 		{background-color: white;}
.highslide-html-blur 	{border: 0px solid gray;}
.highslide-html-content {position: absolute; display: none;}
.highslide-display-block {display: block;}
.highslide-display-none {display: none;}
.control				{float: right;
						display: block;
    					position: relative;
						margin: 0px;
						font-size: 9pt;
    					font-weight: bold;
						text-decoration: none;
						text-transform: uppercase;
						color: #999;}
.control:hover 			{color: black !important;}
.highslide-move 		{cursor: move;}


}
.highslide {
	cursor: url(../js/highslide/graphics/zoomin.cur) , pointer;
    outline: none;
}
.highslide img {
	border:0;
}
.highslide:hover img {
	border:0;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
	color:#FFFFFF;
    padding: 5px;
    background-color: #0066cc;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.popup			{border:1px solid #ffff00; width:50px; padding:1px; color:#FFFFFF;}
