*{			font-family: Arial, Helvetica, Verdana, Swiss, sans-serif;
			text-decoration: none; 
			}

a:link{		color: rgb(150,150,150);}

a:visited{	color: rgb(150,150,150);}
 
a:active{	color: red;}

a:hover{	color: black;
			font-weight: normal;}

a.InlineLink:link{color: black; font-weight: normal;}
a.InlineLink:link img{border: 1px solid white;}

a.InlineLink:visited{color: black; font-weight: normal;}
a.InlineLink:visited img{border: 1px solid white;}
 
a.InlineLink:active{color: black; font-weight: normal;}
a.InlineLink:active img{border: 1px solid white;}

a.InlineLink:hover{color: red; font-weight: normal !important;}
a.InlineLink:hover img{border: 1px solid red;}

div{		font-size: 10pt;
			color: rgb(150,150,150);}

p{			font-size: 10pt;}

h1{			font-size: 12pt;}

h1, h2, h3, h4, h5, h6, p{
			color: rgb(150,150,150);}

.MenuPaginaAttiva{		color: red !important;}

a.MenuPaginaAttiva:link{color: red !important;}

.MenuCategoria{			font-size: 8pt !important;}

.MenuCategoriaAttiva{	color: red !important;
						font-size: 8pt !important;}
						
a.MenuCategoria:link{	font-size: 8pt !important;}
a.MenuCategoria:hover{font-weight: normal !important;}

a.MenuCategoriaAttiva:link{	color: red !important;
							font-size: 8pt !important;}
a.MenuCategoriaAttiva:hover{	color: black !important;}
							

.selImg img{		border: 1px solid white;}

.selImg:hover img{		border: 1px solid red;}

table{		border = 0;
			color: rgb(150,150,150); font-size: 10pt;}

hr{			size= 1;
			color=rgb(150,150,150);}

/* highslide: */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
a.highslide:link{	color: rgb(100,100,100);}
a.highslide:hover{	color: red;font-weight: normal;}


.highslide img {
	border: 1px solid white;
}
a.highslide:hover img {border: 1px solid red; font-weight: normal;}

//immagine ingrandita:
.highslide-image {
    border: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: none;//2px solid white;
    border-top: none;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	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(scripts/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: white;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(scripts/highslide/graphics/controlbar1.gif);
	width: 72px;
	height: 36px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 36px;
}
.controlbar a:hover {
	background-image: url(scripts/highslide/graphics/controlbar1-hover.gif);
}
.controlbar .previous {
	width: 36px;
}
.controlbar .next {
	width: 36px;
	background-position: -36px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
