body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#e8e8e8 url(../img/bg-body.jpg) repeat-x;
	text-align:center;
	position: relative;
	color: #404040;
	}

/* --- div ed elementi univoci ------------------------------- */
#global {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	border: none;
	text-align:left;
	}
	
#header {
	margin: 0;
	padding: 0;
	background: url(../img/bg-header.jpg) no-repeat;
	height:140px;
	border: none;
	}
	
a.header-homelink {
	display: block;
	height: 116px;
	border: none;
	line-height: 1px;
	text-decoration: none;
}

.header-homelink {
	display: block;
	height: 116px;
	border: none;
	line-height: 1px;
	text-decoration: none;
}
	
#menu {
	margin: 0;
	padding: 0 0 0 0;
	border: none;
	}
	
#middle {
	margin: 0;
	padding: 0;
	}
	
#middle-padding {
	margin: 0;
	padding: 10px 0 10px 0;
	}
	
#footer {
	margin: 0;
	padding: 10px;
	/*background:url(../img/bg-footer.jpg) no-repeat;*/
	border-top: 1px solid black;
	height: 120px;
	}

	
#footer-credits {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: right;
	font-size: 10px;
	color: gray;
	width:200px;
		text-align:right;

}

#footer-contacts {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #404040;
	width:400px;
		float: left;

}

#footer-newsletter {
	margin: 0px;
	padding: 0px;
	float:right;
	font-size: 10px;
	color: #404040;
	width:300px;
	text-align:right;

}

#header-print {
	display: none;
}

#popupdiv {
	position: absolute;
	top: 150px;
	left: 20px;
	z-index: 10000;
	background: white;
	border: 2px solid black;	
	height: 344px;
	width: 320px;
}

#popupdiv-pad {
}

/* --- default behaviour ---------------------------------- */
strong {
	font-weight: bold;
	}
	
a {
	color:#225588;
	text-decoration: none;
	}
	
a:link {
	color:#225588;
	}

a:visited {
	color:#4477AA;
	}
	
a:hover {
	color:#FF3300;
	text-decoration: underline;
	}
	
a:active {
	color:#FF0066;
	}
	
th {
	font-weight: bold;
	}
	
td {
	vertical-align: top;
	}
	
ul {
	list-style-position:outside;
	list-style-type:square;
	margin: 5px 5px 5px 15px;
	}
	
li {
	margin: 3px;
	}
	
p {
	margin: 0.5em 0 0.3em 0;
	padding: 0;
	}
	
hr {
	text-align: center;
	margin: 0 auto;
	border: 0;
	width: 100%;
	color: #f4f4f4;
	background-color: #f4f4f4;
	height: 5px;
	}
	
h2 {
	position: relative;
	font-size: 14pt;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0 0 0 5px;
}
	
/* --- classi ad hoc -------------------------------------- */

p.col {
	margin: 0.5em;
	text-align: left;
	font-size: 11px;
}
	
h1.pagetitle {
	position: relative;
	font-size: 20pt;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0 0 0 5px;
	border-bottom: 1px dotted silver;
}

.col-top {
	background: transparent url(../img/col-top3.gif) center top no-repeat;
	vertical-align: top;
	}
	
.col-img {
	background: #ededed;
	text-align: center;
	}
	
.col-bottom {
	background: transparent url(../img/col-bottom3.gif) center top no-repeat;
	vertical-align: top;
	}
	
.colvideoleft {
	text-align: right;
	}
	
.colvideoright {
	text-align: left;
	}
	
div.cblock {
	position: relative;
	margin: 0 auto;
	width: 756px;
	}
	
div.cblock-top {
	width: 756px;
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	background: transparent url(../img/cblock_top.gif) no-repeat;
	}
	
div.cblock-middle {
	width: 756px;
	background: transparent url(../img/cblock_middle.gif) repeat-y;
	}
	
div.cblock-middle-padding {
	margin: 0;
	padding: 0 7px 0 7px;
	}
	
div.cblock-bottom {
	width: 756px;
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	background: transparent url(../img/cblock_bottom.gif) no-repeat;
	}
	
ul.lista1 {
	list-style-position:outside;
	list-style-type:square;
	margin: 5px 5px 5px 15px;
	padding: 0 20px 0 20px;
	}
	
ul.lista1 li {
	margin: 10px;
	}
	
ul.lista2 {
	list-style-position:outside;
	list-style-type:disc;
	margin: 2px 2px 2px 15px;
	padding: 0 2px 0 8px;
	}
	
ul.lista2 li {
	margin: 0;
	font-size:11px;
	}
	
table.layout1 {
	border: none;
	margin: 0;
	padding: 0;
}

table.layout1 td, table.layout1.th {
	margin: 0;
	padding: 10px;
	border: none;
}


/* --- form --------------------------------------------- */
table.form-table {
	border: none;
	margin: 0;
	padding: 0;
	width:100%;
	font-size:11px;
	}
	
td.form-label {
	text-align: right;
	vertical-align: middle;
	padding: 3px;
	}
	
td.form-input {
	text-align: left;
	vertical-align: middle;
	padding: 3px;
	}
	
input.inp-text {
	border: 1px solid silver;
	background: #f4f4f4;
	}
	
select.inp-select {
	border: 1px solid silver;
	background: #f4f4f4;
	font-size: 11px;
	}
	
input.inp-submit {
	border: 5px solid #339933;
	background: #66FF66;
	font-weight: bold;
	color: #003300;
	font-size: 20px;
	}
	
textarea.inp-textarea {
	border: 1px solid silver;
	background: #f4f4f4;
	width: 670px;
	height: 70px;
	}
	
button.inp-cancel {
	border: 5px solid #993333;
	background: #FF6666;
	font-weight: bold;
	color: #330000;
	font-size: 20px;
	}
	
h4.form-h4 {
	font-weight: bold;
	font-size:14px;
	margin: 0.5em 0 0.5em 0;
	border-bottom: 5px solid #f4f4f4;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color:#006699;
	margin: 1em 1em 1em 0;
	border-bottom: 1px dotted #006699;
	padding: 0;
	}
	
.en {
	font-style: italic;
	color: gray;
	font-size:10px;
	}
	
input.missing {
	border: 2px solid #FFCC00;
	}
	
select.missing {
	border: 2px solid #FFCC00;
	}
	
input.wrong {
	border: 2px solid red; 
	}
	
	
input.validation-failed {
	border: 2px solid red; 
	background: #FFCCCC;
	}
	
select.validation-failed {
	border: 2px solid red; 
	background: #FFCCCC;
	}
	
.validation-advice {
	margin: 0;
	padding: 0;
	background-color: white;
	color : red;
	font-weight: bold;
	font-size:11px;
}

div.pagecmd {
	margin: 0;
	padding: 5px;
	border-bottom: 1px dotted silver;
	}

div.linksito {
	float: right;
	margin: 0;
	padding: 0;
}

div.clearboth {
	clear: both;
	}
	
p.esclusivo {
	margin: 0;
	padding: 1em 0 1em 0;
	font-weight: normal;
	color:#336699;
	text-align: center;
}

option.terminata {
	text-decoration:line-through;
}


th.boxhome-top {
}
td.boxhome-body {
	background:url(../img/box-home-body.gif) center repeat-y;
}
div.boxhome-pad {
	margin: 0;
	padding: 1em;
}
td.boxhome-footer {
}

#videoproduzioni {
width:100%;
height:20px;
align:right;
margin-bottom:10px;
}

#videoproduzioni a:link {font:bold 11px Verdana;text-decoration:none;padding:3px; color:#000}
#videoproduzioni a:visited {font:bold 11px Verdana;text-decoration:none;padding:3px;color:#000}
#videoproduzioni a:hover {font:bold 11px Verdana;text-decoration:none;background-color:#ffffd0;padding:3px;color:#000}
#social {width:300px; height:20px; padding-top:30px;margin-left:280px; padding-top:80px;}
