@charset "ISO-8859-1";
/* CSS Document */

/*pngfix*/
img { behavior: url(iepngfix.htc); }

/*menu*/
.arrowlistmenu{
width: 191px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 0px 0 0px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0px 36px 0px 36px;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
text-align:center;
color: #fcf8df;
display: block;
padding: 2px 0;
text-decoration: none;
font: bold 12px "Times New Roman", Times, serif;
background-color: #a1470b;
}

.arrowlistmenu ul li a:visited{
color: #fcf8df;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #a1470b;
background-color: #fcf8df;
}

/*pagina*/
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #481E05;
}
a {
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
	color: #481E05;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A1470B;
}
a:hover {
	text-decoration: none;
	color: #A1470B;
}
a:active {
	text-decoration: none;
	color: #A1470B;
}
.grande {font-size: 14px}

.gragra {font-size: 14px; font-weight: bold; }

/*galleria*/
.highslide {
	cursor: url(script/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px;
}
.highslide:hover img {
	border: 0px;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 0px solid white;
}

.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(script/graphics/loader.white.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;
	display:none;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
	display:none;
}
.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}



/*controlli galleria*/

.controlbar {	
	background: url(script/graphics/tasti2.gif);
	width: 63px;
	height: 18px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 20px;}

.controlbar .previous {
	width: 20px;
}
.controlbar .close {
	width: 23px;
}

.controlbar .next {
	width: 20px;
}


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

.corsivo {font-size: 10px;
	font-style: italic;
}
.firma {font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

