/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 12px;
}

strong {
	color: #000;
}

.contentprofile {
	padding: 12px;
	font-size: 12;
	color: black;
}

.profile,
.pagedescr,
.pagedocs {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #333;
}

.pagesubdescr {
	font-size: 12px;
	font-style: italic;
}

.title,
.pagetitle,
.titledocs {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	line-height: 36px;
	color: #000;
}

.title {
	border-bottom: #A40000 1px solid;
}

.pagetitle {
	border-bottom: #2577CB 1px solid;
}

.titledocs {
	border-bottom: #ECDD50 1px solid;
}

.copy {
	color: #FFF;
	font-size: 10px;
}

.map {
	width: 120px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.locationChiara {
	height: 120px;
	width: 100%;
	background-color: #CCC;
}

.locationScura {
	height: 120px;
	width: 100%;
	background-color: #999;
}

.locations {
	margin-left: 10px; 
	margin-bottom: 10px;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16px;
}

/*------------------------------------------------------------*
**  MENU PRINCIPALE IN ALTO A DESTRA
**------------------------------------------------------------*/

.titlenav1, .titlenav2, .titlenav3, .titlenav4,
a.titlenav1, a.titlenav2, a.titlenav3, a.titlenav4,
a.titlenav1:visited, a.titlenav2:visited, a.titlenav3:visited, a.titlenav4:visited {
	background-color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
	width: 100px;
	height: 12px;
	padding-top: 11px;
	float: left;
	border-top: 3px solid #666666;
}

a.titlenav1:hover, a.titlenav2:hover, a.titlenav3:hover, a.titlenav4:hover {
	font-size: 11px;
}

a.titlenav1:hover {
	background-color: #A40000;
}

a.titlenav2:hover {
	background-color: #2577CB;
}

a.titlenav3:hover {
	background-color: #EDDC50;
	color: #000;
}

a.titlenav4:hover {
	background-color: #5B9701;
}

.titlenav1 {
	background-color: #A40000;
}

.titlenav2 {
	background-color: #2577CB;
}

.titlenav3 {
	background-color: #EDDC50;
	color: #000;
}

.titlenav4 {
	background-color: #5B9701;
}

/*------------------------------------------------------------*
**  SUBMENU LATERALE
**------------------------------------------------------------*/

#subnav {
	margin: 0;
	padding: 0;
	text-align: left;
}
	
.subnavVA {
	margin: 0;
	padding: 6px 10px 6px 25px;
	height: 20px;
	text-align: left;
	font-size: 11px;
	color: #000;
	background-color: #999;
	border-bottom: #E6E6E6 1px dashed;
}

#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav ul li a  {
	margin: 0;
	padding: 6px 10px 6px 25px;
	height: 20px;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	background-color: #333;
	border-bottom: #E6E6E6 1px dashed;
	display: block;
}

#subnav ul li a:hover,
#nav ul li a.current {
	background-color: #666;
	color: #000;
}

/* ------------------------------- highslide ---------------------------------------- */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

/*
.highslide img {
	border: 2px solid gray;


.highslide:hover img {
	border: 2px solid white;}*/
}

.highslide-image {
    border: 2px solid #333;
}

.highslide-caption {
    display: none;
    
    border: 2px solid #333;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: #333;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: #333;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
    background-color: black;
   
}
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;
}

A.mail:link, A.mail:visited, A.mail:hover  {
	text-decoration: underline;
	color: #036197;
font-weight:bold;
}