@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;		
}

#backtop {
	width:76px;
	height:76px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
	background-image: url(backtop.png);
	background-position:center;
	background-repeat:no-repeat;
	opacity:0.7;
	filter:alpha(opacity=70);
}

body {
	background-image:url(background.png);
	background-attachment:fixed;
	background-repeat: repeat-x;
	background-position: 0px -50px;
	font-family: "Candara", Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
	color: #F93;
}

a:hover {
	text-decoration:none;
	color: #FF0;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;		
}

button {
	border:none;
	background-color:#FFF;
	font-size:11px;
	height:20px;
	cursor:pointer;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

button:hover {
	background-color:#900;
	color:#FFF;
}


h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:96px;
	margin-top:15px;
	margin-bottom:0px;
	color:#fff;
}

h2 {
	margin-top:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
}

#index {
	background:url(bg_red.png);
	background-repeat:repeat-x;
	background-position:center;
	width:100%;
	height:200px;
	display:none;
	color:#CCCCCC;
	padding:5px;
	text-align:center;
	position:absolute;
	left:0;
	margin-top:100px;
	overflow:hidden;
}

#credits {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	text-align:right;
}

#credits a {
	color:#990000;
}

#credits a:hover {
	color:#FFCC00;
}

.lang {
	position:absolute;
	margin-top:310px;
	left:0;
	height:auto;
	width:100%;
	padding:3px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(black_pattern.png);
	color:#FFF;
	font-size:12px;
	text-align:center;
}

#wrapper {
	margin-top:30px;
	width:1000px;
	height:auto;
	overflow:auto;
/*	border: 1px solid #333;*/
	margin-left:auto;
	margin-right:auto;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	/*background-image:url(black_pattern.png);*/
}

#search {
	width:1000px;
	height:13px;
/*	border: 1px solid #333;*/
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}

#search input {
	padding:5px;
	background:url(search_32.png);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:182px;
	background-size:12%;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

#search input:focus {
	 box-shadow: 0 0 5px rgba(0, 0, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 	
}

#header {
	background-image:url(header.png);
	background-repeat:no-repeat;
	height:160px;	
}

#content {
	height:auto;
	overflow:auto;	
}

#menu_sx {
	float:left;
	width:200px;
	height:auto;
	margin-top:5px;
	margin-left:10px;
	background:url(black_pattern.png);
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 5px rgba(1, 1, 1, 1);
    -webkit-box-shadow: 0 0 5px rgba(1, 1, 1, 1); 
    -moz-box-shadow: 0 0 5px rgba(1, 1, 1, 1);
	color:#CCCCCC;
	font-size:12px;
	
}

#menu_sx ul {
	width:100px;
	margin-left:0px;	
}

#menu_sx li {
	list-style:none;
	list-style-position:outside;
	width:140px;
	height:20px;
	line-height:2em;
	border-bottom:1px dashed #ccc;
	}

#menu_sx li:hover {
	color:#990000;
	cursor:pointer;
}

#footer {
	background-color:#990000;
	height:30px;
	line-height:2em;
	color:#CCCCCC;
	font-size:11px;
	text-align:right;
	padding-right:15px;
	padding-top:10px;	
}

#main {
	float:right;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;
	width:720px;
	height:480px;
	background:url(black_pattern.png);
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 5px rgba(1, 1, 1, 1);
    -webkit-box-shadow: 0 0 5px rgba(1, 1, 1, 1); 
    -moz-box-shadow: 0 0 5px rgba(1, 1, 1, 1);
	color:#CCCCCC;
}

#credits {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	line-height:2em;
		
}

#loader {
	width:150px;
	margin-top:70px;
	margin-left:auto;
	margin-right:auto;
}

/*#######################################lista_catalogo#############################################*/
#lista_catalogo {
	color:#CCC;
	font-size:12px;
	padding:3px;
}

#lista_catalogo button {
	font-size:9px;
	padding:2px;
	line-height:0,5em;
	height:20px;
}

#lista_catalogo .item {
	padding-bottom:5px;
	padding-top:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	overflow:auto;
	width:510px;
}

#lista_catalogo .item:hover { background-image:url(black_pattern.png)}

#lista_catalogo .cell {
	float:left;
	overflow:hidden;
	max-width:400px;
}

#lista_catalogo .cell.foto {
	height:140px;
	width:100px;
	overflow:hidden;
	margin-right:5px;
	border:#666666 1px solid;
	text-align:center;
	background-color:#333333;
}

#lista_catalogo .cell .autore {
	overflow:hidden;
	font-size:11px;
	margin-bottom:2px;
}

#lista_catalogo .cell .titolo {
	overflow:hidden;
	font-size:14px;
	font-style:italic;
	margin-bottom:2px;
}

#lista_catalogo .cell .testo {
	height:85px;
	overflow:hidden;
}

#lista_catalogo .cell .dettagli {
	overflow:hidden;
	font-size:13px;
	width:350px;
	height:30px;
	white-space:nowrap;
}

#lista_catalogo .cell .tasto_dettagli {
	margin-top:-18px;
	margin-left:180px;
	position:absolute;
}

#lista_catalogo .cell.foto img {
	height:140px;
}

/*#######################################dettaglio_catalogo#############################################*/
#dettaglio_catalogo {
	color:#CCC;
	font-size:12px;
	padding:5px;
}

#dettaglio_catalogo button {
	font-size:12px;
	padding:2px;
	height:22px;
}

#dettaglio_catalogo .row {
	clear:both;
	height:auto;
	overflow:hidden;
	max-width:510px;
}

#dettaglio_catalogo .cell {
	float:left;
	overflow:hidden;
	max-width:510px;
}

#dettaglio_catalogo .row.upbar {
	background-color:#FFF;
	height:10px;
	width:500px;
	margin-bottom:5px;
	padding:5px;
	text-align:right;
	font-weight:bold;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

#dettaglio_catalogo .cell.foto {
	height:200px;
	width:140px;
	overflow:hidden;
	margin-right:5px;
	margin-bottom:5px;
	border:#666666 1px solid;
	text-align:center;
	background-color:#333333;
}

#dettaglio_catalogo .cell.dati {
	overflow:hidden;
	font-size:13px;
	margin-bottom:2px;
	max-width:350px;
}

#dettaglio_catalogo .cell.descrizione {
	overflow:auto;
	font-size:13px;
	height:205px;
}

#dettaglio_catalogo .cell.dettagli {
	padding:5px;
	width:500px;
	background-color:#333;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

#dettaglio_catalogo .cell.foto img {
	height:200px;
}

/*#######################################lista_pagine#############################################*/
#lista_pagine {
	color:#CCC;
	font-size:12px;
	padding:3px;
}

#lista_pagine button {
	font-size:9px;
	padding:2px;
	line-height:0,5em;
	height:20px;
}

#lista_pagine .item {
	padding-bottom:5px;
	padding-top:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	overflow:auto;
	width:510px;
	cursor:pointer;
}

#lista_pagine .item:hover { background-image:url(black_pattern.png)}

#lista_pagine .cell {
	float:left;
	overflow:hidden;
	max-width:400px;
}

#lista_pagine .cell.foto {
	height:140px;
	width:100px;
	overflow:hidden;
	margin-right:5px;
	border:#666666 1px solid;
	text-align:center;
	background-color:#333333;
}

#lista_pagine .cell .autore {
	overflow:hidden;
	font-size:13px;
	margin-bottom:2px;
	color:#FFFFFF;
	font-weight:bold;
}

#lista_pagine .cell .titolo {
	overflow:hidden;
	font-size:14px;
	font-style:italic;
	margin-bottom:2px;
}

#lista_pagine .cell .testo {
	height:85px;
	overflow:hidden;
}

#lista_pagine .cell .dettagli {
	overflow:hidden;
	font-size:13px;
	width:350px;
	height:30px;
	white-space:nowrap;
}

#lista_pagine .cell .tasto_dettagli {
	margin-top:-18px;
	margin-left:180px;
	position:absolute;
}

#lista_pagine .cell.foto img {
	height:140px;
}

/*#######################################pagina#############################################*/
#pagina {
	color:#CCC;
	font-size:13px;
	padding:10px;
	overflow:auto;
	height:450px;
	margin:5px;
}

#pagina .autore {
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;
		width:450px;
}

#pagina .titolo {
	padding-bottom:10px;
	margin-bottom:5px;
	font-size:17px;
	font-style:italic;
	border-bottom:#666666 1px solid;
		width:450px;
}

#pagina .corpo {
	font-family:Verdana, Geneva, sans-serif;
	width:450px;
}

#pagina .row.upbar {
	background-color:#FFF;
	height:10px;
	width:450px;
	margin-bottom:5px;
	padding:5px;
	text-align:right;
	font-weight:bold;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}
/*#######################################chisiamo#############################################*/
#pannello_chisiamo {
	color:#CCC;
	font-size:13px;
	padding:10px;
	overflow:auto;
	height:450px;
	margin:5px;
}

/*#######################################lista_distribuzione#############################################*/
#lista_distribuzione {
	color:#CCC;
	font-size:11px;
	padding:3px;
}

#lista_distribuzione .foto {
	max-width:500px;
	max-height:400px;
	overflow:hidden;
}

#lista_distribuzione img {
	max-width:500px;
	max-height:400px;
}

#lista_distribuzione .cell {
	margin-left:5px;
	width:480px;
	border-bottom: #333 1px solid;
}

#lista_distribuzione .cell .titolo {
	overflow:hidden;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
}

#lista_distribuzione .cell .dettagli {
	overflow:hidden;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	color:#F60;
	padding-bottom:3px;
}

#lista_distribuzione .cell .testo {
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
	font-size:13px;
}

/*#######################################lista_autori#############################################*/
#lista_autori {
	color:#CCC;
	font-size:12px;
	padding:3px;
}

#lista_autori button {
	font-size:9px;
	padding:2px;
	line-height:0,5em;
	height:20px;
}

#lista_autori .item {
	padding-bottom:5px;
	padding-top:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	overflow:auto;
	width:505px;
	cursor:pointer;
}

#lista_autori .item:hover { background-image:url(black_pattern.png)}

#lista_autori .cell {
	float:left;
	overflow:hidden;
	max-width:370px;
}

#lista_autori .cell.foto {
	height:140px;
	width:95px;
	overflow:hidden;
	margin-right:5px;
	border:#666666 1px solid;
	text-align:center;
	background-color:#333333;
}

#lista_autori .cell .autore {
	overflow:hidden;
	font-size:15px;
	margin-bottom:2px;
	color:#FFFFFF;
}

#lista_autori .cell .titolo {
	overflow:hidden;
	font-size:14px;
	font-style:italic;
	margin-bottom:2px;
}

#lista_autori .cell .testo {
	height:85px;
	overflow:hidden;
	line-height:1.4em;
}

#lista_autori .cell .dettagli {
	overflow:hidden;
	font-size:13px;
}

#lista_autori .cell.foto img {
	height:140px;
	cursor:pointer;
}

/*#######################################dettagli_autore#############################################*/
#dettagli_autore {
	color:#CCC;
	font-size:12px;
	padding:5px;
}

#dettagli_autore .nome {
	color:#fff;
	font-size:20px;
	padding:5px;
}

#dettagli_autore button {
	font-size:12px;
	padding:2px;
	height:22px;
}

#dettagli_autore .row {
	clear:both;
	height:auto;
	overflow:hidden;
	max-width:510px;
}

#dettagli_autore .cell {
	float:left;
	overflow:hidden;
	max-width:350px;
}

#dettagli_autore .row.upbar {
	background-color:#FFF;
	height:10px;
	width:500px;
	margin-bottom:5px;
	padding:5px;
	text-align:right;
	font-weight:bold;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

#dettagli_autore .cell.foto {
	height:200px;
	width:140px;
	overflow:hidden;
	margin-right:5px;
	margin-bottom:5px;
	border:#666666 1px solid;
	text-align:center;
	background-color:#333333;
}

#dettagli_autore .cell.descrizione {
	overflow:hidden;
	font-size:15px;
	height:auto;
}

#dettagli_autore .cell.foto img {
	height:200px;
}

/*#######################################lista_eventi#############################################*/
#lista_eventi {
	color:#CCC;
	font-size:11px;
	padding:3px;
}

#lista_eventi .cell {
	margin-left:5px;
	float:left;
	overflow:auto;
	width:500px;
	border-bottom: #333 1px solid;
}

#lista_eventi .cell .titolo {
	overflow:hidden;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
}

#lista_eventi .cell .data {
	overflow:hidden;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#F60;
}

#lista_eventi .cell .testo {
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
	font-size:13px;
}

/*#######################################lista_links#############################################*/
#lista_links {
	color:#CCC;
	font-size:11px;
	padding:3px;
}

#lista_links a {
	color:#FC0;
}

#lista_links a:hover {
	color:#900;
}


#lista_links .cell {
	margin-left:5px;
	float:left;
	overflow:auto;
	width:500px;
	border-bottom: #333 1px solid;
}

#lista_links .cell .titolo {
	overflow:hidden;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
}

#lista_links .cell .data {
	overflow:hidden;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#F60;
}

#lista_links .cell .testo {
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
	font-size:13px;
}

/*#######################################lista_rassegne#############################################*/
#lista_rassegne {
	color:#CCC;
	font-size:11px;
	padding:3px;
}

.item {
	margin-bottom:20px;	
}

#lista_rassegne .foto {
	max-width:500px;
	max-height:400px;
	overflow:hidden;
}

#lista_rassegne img {
	max-width:500px;
	max-height:400px;
}

#lista_rassegne .cell {
	margin-left:5px;
	float:left;
	overflow:auto;
	width:500px;
	border-bottom: #333 1px solid;
}

#lista_rassegne .cell .titolo {
	overflow:hidden;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
}

#lista_rassegne .cell .data {
	overflow:hidden;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	color:#F60;
}

#lista_rassegne .cell .testo {
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
	font-size:13px;
}

/*#######################################multimedia#############################################*/
#multimedia {
	color:#CCC;
	font-size:11px;
	padding:3px;
}

#multimedia .foto {
	max-width:500px;
	max-height:400px;
	overflow:hidden;
}

#multimedia img {
	max-width:500px;
	max-height:400px;
}

#multimedia .cell {
	margin-left:5px;
	float:left;
	overflow:auto;
	width:500px;
	border-bottom: #333 1px solid;
}

#multimedia .row.titolo {
	overflow:hidden;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
}

#multimedia .cell .data {
	overflow:hidden;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	color:#F60;
}

#multimedia .row.testo {
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
	font-size:13px;
	width:500px;
}

#multimedia .row iframe {
	width:500px;
}

/*#######################################papers#############################################*/
#papers {
	color:#CCC;
	font-size:11px;
	padding:3px;
}

#papers .foto {
	max-width:500px;
	max-height:400px;
	overflow:hidden;
}

#papers img {
	max-width:500px;
	max-height:400px;
}

#papers .cell {
	margin-left:5px;
	float:left;
	overflow:auto;
	width:500px;
	border-bottom: #333 1px solid;
}

#papers .cell .titolo {
	overflow:hidden;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
}

#papers .cell .data {
	overflow:hidden;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	color:#F60;
}

#papers .cell .testo {
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
	font-size:13px;
}

#papers .cell iframe {
	width:500px;
}
/*#######################################pagine#############################################*/
#pagina_contatti {
	padding:5px;
	color:#CCCCCC;
}

#pagina_contatti a {
	color:#CCCC00;	
}

#pagina_contatti a:hover {
	color:#900;	
}

/*#######################################modal#############################################*/
.modal {
	background:url(sfondo_dialog.png);
	background-color:#fff;
	background-repeat:no-repeat;
	width:700px;
	padding:10px;
	border:1px solid #333;
	font-size:13px;
	z-index:10000;
	-moz-box-shadow:0 0 20px 5px #fff;
	-webkit-box-shadow: 0 0 20px #fff;	
	box-shadow: 0 0 20px #fff;	
}
/*#######################################input#############################################*/
input[type=text], input[type=file], input[type=password]  {
	border:1px solid #ccc;
	padding:1px;
	width:200px;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}
	
input[type=submit], input[type=reset], input[type=button]{
	min-width:100px;
	width:auto;
	
}

textarea {
	border:1px solid #ccc;
	padding:1px;
	min-width:200px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
	
	}

input:focus {
    box-shadow: 0 0 5px rgba(0, 0, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
}

textarea:focus {
    box-shadow: 0 0 5px rgba(0, 0, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
}

/*#######################################validator#############################################*/

input.error {
	background-color:#FC6;
	color:#000;
	/*width:218px;*/
}

textarea.error {
	background-color:#FC6;
	color:#000;
}
select.error {
	background-color:#FC6;
	color:#000;
}

checkbox {
	background-color:#FC6;
	color:#000;
	border: solid 4px #F00;
}

label.error {
	margin-left:5px;
	visibility:hidden;
	height:0px;
	width:0px;
	overflow:hidden;
	display:none;
	position:absolute;
}

/*#######################################tooltip#############################################*/
.tooltip {
	display:none;
	font-size:12px;
	height:70px;
	width:160px;
	padding:7px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:11px;
	color:#000;
	background-color: transparent;
	background-image: url(tooltip.png);
	background-position:center;
	background-repeat:no-repeat;
	z-index:1000;
}

/*#######################################scrollable#############################################*/

/* root element for scrollable */
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	height:440px;
	width:520px;;

	/* vertical scrollables have typically larger height than width but not now */
}

/* root element for scrollable items */
.scrollable .items {
	position:absolute;

	/* this time we have very large space for the height */
	height:20000em;
}
/* the action buttons above the scrollable */
#actions {
	position:relative;
	width:482px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#actions a {
	font-size:12px;		
	cursor:pointer;
	color:#FC0;
}

#actions a:hover {
	text-decoration:none;
	color:#fff;
}

.disabled {
	visibility:hidden;		
}

.next {
	float:right;
}
.prev {
	margin-left:20px;
	float:left;
}
.separator {
	float:right;
	font-size:9px;
	margin-left:3px;
	margin-right:3px;
}