/* CSS3: font esterni per IE */
@font-face {
	font-family: "Amazon";
	src: url('./fonts/AMAZON.eot');
	}
	
/* CSS3: font esterni per tutti gli altri */
@font-face {
	font-family: "Amazon";
	src: url('./fonts/AMAZON.ttf') format("truetype");
	}

body { 
	margin: 0; 
	padding: 0; 
	background-color: white; 
	color: black; 
	font-family: Tahoma,Verdana,Helvetica,sans-serif; 
	font-size: 10pt; 
	}
	
a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000099; 
	}
	
a:focus, a:hover { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #006699; 
	}
	
a[hreflang]:after { 
	font-weight: normal;
	content: " [" attr(hreflang) "] ";
	}

div#home { 
	margin: auto;
	margin-top: 0;  
	border-top: 2px solid white; 
	border-bottom: 2px solid white; 
	width: 700px; 
	height: 480px; 
	font-size: 8pt;
	padding-top: 5px; 
	padding-bottom: 5px;
	text-align: center;
	background-color: #0a6dc9; 
	}
    
div#container {
	margin-left: 100px;
	margin-right: auto;
    width: 920px;
	}

div#menu { 
	margin: auto; 
	padding-top: 10px; 
	padding-bottom: 10px;
	background-color: #0a6dc9;
	margin-bottom: 3px;
	top: 0px;	
	width: 100%; 
	font-size: 9pt;
	text-align: center;
	}
	
div#info {
	width: 100%;
	padding: 0;
	margin: 0;
	border-left: 1px dotted white;
	border-right: 1px dotted white;
    background-color: white;    /* occhio alla home */
	}

div#banner { 
    margin: auto;
    margin-bottom: 0;
    padding-top: 3px;
    padding-right: 0;
	height: 35px; 
	max-height: 35px;
	width: 100%; 
	text-align: left; 
	font-size: 8pt;
	}
	
div#banner img { margin-right: 15px; }

div#sponsor {
	float: right;
	text-align: right;
	width: 50%;
	}

div#contenuti { 
    clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;  
	width: 100%; 
	font-size: 9pt;
	background-color: white;
	color: #000033;
	text-align: justify;
	}

#contenuti a:link, #contenuti a:visited { 
	color: #0000CC; 
	font-weight: bold; 
	text-decoration: none; 
	}
	
#contenuti a:focus, #contenuti a:hover { 
	color: #660000; 
	text-decoration: underline; 
	}

div#bacheca {
    float: left;
    width: 190px;
    border-right: 1px dotted black;
    background-color: white;
	text-align: center;
	padding-right: 3px;
	margin-right: 5px;
    }
    
/* stili per la newsbox dinamica in home page */
#newsbox {
	width: 620px;
    height: 30px;
    left: 0;
	padding-left: 15px;
	padding-right: 5px;
	margin-top: 10px;
	}

div#footer { 
	margin: auto; 
	text-align: center; 
	padding-top: 10px;
	padding-bottom: 5px;
	width: 700px;
	font-size: 8pt;
	background-color: #0a6dc9; 
	}

div#overlay {
	float: right;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	width: 670px;
	max-width: 670px;  
	font-size: 10pt;
	}

div#foto {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	max-width: 630px;
	max-height: 700px;
	border: 1px solid #cccccc;
	}

div#feedback2 {
	padding-bottom: 15px;
	}
	
div#colsx {
    float: left;
    width: 130px;
    }

div#coldx {
	float:right;
	width: 720px;
	text-align: justify;
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 1px;
	}

div.noprint { margin:0; padding:0; }

.roller {
	background-color: #0a6dc9;
	text-align: left;
	}
    
.roller .rsstitle {
	color: white;	
	font-size: 10pt;
	font-weight: bold;
	}
	
.roller a:link, a:visited {
	color: white;
    text-decoration: none;
    }
    
.roller a:hover, a:focus {
    color: #ffff00;
    text-decoration: none;
    }

/* fine stili per scroller in home page */
.annuncio { 
	font-size: 8pt; 
	background: url('./images/angolo.gif') no-repeat bottom right; 
	width: 85%; 
	padding: 10px; 
	padding-bottom: 30px;
	background-color: #ffff99;
    color: #000066;
    margin-left: auto;
    margin-right: auto; 
	margin-bottom: 20px; 
    text-align: left;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -moz-box-shadow: 2px 3px 2px #999999;
    -webkit-box-shadow: 2px 3px 2px #999999;
    box-shadow: 2px 3px 2px #999999;
	}

.annuncio li {
    margin-left: -25px;
    }

span.clorolesi {
	font-family: Amazon,Verdana,Arial,sans-serif;
	font-size: 16pt;
	color: #0a6dc9;
	}

#menu span {
	background-color: #0a3a96;
	color: #ffff00;
	font-weight: bold;
	font-size: 8pt;
	padding-left: 3px;
	padding-right: 1px;
	}
	
#menu a {
	color: white;
	font-size: 9pt;
	font-weight: bold;
	}
	
#menu a.special {
	font-weight: normal;
	font-style: italic;
	padding-left: 3px;
	padding-right: 3px;
    }
    
#menu a:link, #menu a:visited {
	color: white;
	text-decoration: none;
	}
	
#menu a:focus, #menu a:hover {
	text-decoration: underline;
	color: #ffff00;
	}

#menu ul{
	position: relative;
	padding:0;
	margin-left: 20px;
	}

#menu ul li{
	position: relative;
	float: left;
	list-style: none;
	margin:0;
	margin-right: 5px;
	padding:0;
	padding-left: 10px;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	width: 145px;
	height: 30px;
	display: block;
	text-decoration:none;
	text-align: left;
	line-height: 30px;
	} 

#menu>ul>li>a:link,  #menu>ul>li>a:visited, #menu>ul>li>a:hover, #menu>ul>li>a:focus {
	width: 120px;
	height: 30px;
	display: block;
	text-decoration:none;
	text-align: left;
	line-height: 30px;
	color: white;
	font-size: 10pt;
	} 

#menu ul li ul{
	position: absolute;
	top: 30px; 
	background-color: #eeeeff;
	border: 1px solid #999999;
	visibility: hidden;
	margin: 0;
	padding-top: 0;
	padding-bottom: 10px;
	margin-left: -10px;
	z-index: 1;
	-moz-box-shadow: 4px 4px 8px #888;
	-webkit-box-shadow: 4px 4px 8px #888;
	box-shadow: 4px 4px 8px #888;
	}

#menu>ul>li:hover {
	background-color: #0a4ba7;
	}

#menu ul li:hover ul {
	visibility: visible;
	}

#menu ul li ul li {
	width: 145px;
	margin: 0;
	padding: 0;
	}

#menu ul li ul li a, #menu ul li ul li a:link, #menu ul li ul li a:visited {
	margin: 10px;
	width: 140px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right:0;
	display: block;
	text-decoration: none;
	text-align: left;
	line-height: 20px;
	color: #000099;
	font-size: 8pt;
	margin-bottom: 5px;
	} 

#menu ul li ul li a:focus, #menu ul li ul li a:hover {
	text-decoration: underline;
	} 
	
div.sezione {
	margin-top: 7px;
    padding-bottom: 8px;
    margin-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    }

.news {
    border-bottom: 1px dotted black;
    padding-bottom: 7px;
    padding-left: 5px;
    padding-right: 4px;
    min-height: 64px;
    }

div.news ul {
	margin-top: 0;
	padding-top: 0;
	margin-left: 5px;
	}
	
div.news li {
	list-style:disc;
	margin-left: 2em;
	padding-left: 0;
	}

div.news dl { padding-left: 0px; }

div.news dd {
	margin-left: 2em;
	padding-left: 2em;
	}

.titolo { 
	font-size: 12pt; 
	text-align: center; 
	font-weight: bold; 
	}

.titoloblu { 
	font-size: 11pt; 
	font-weight: bold;
	color: #000066; 
	}

.separator {
	margin-top: 25px;
	padding-top: 15px;
	border-top: 1px dotted #000066;
	color: #000066; 
	font-size: 10pt; 
	font-weight: bold; 
	}

.indent {
	position: relative;
	margin-left: 25px;
	}

.copyright {
	margin-top: 20px;
	font-weight: normal;
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}

.thispage {
	color: #990000;
	font-weight: bold;
	}
	
img.icon {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	}
	
a img, a img.icon {
	border: none;
	}

img.foto {
	min-width: 120px;
	max-width: 160px;
	min-height: 120px;
	max-height: 160px;
	margin-bottom: 10px;
	-moz-box-shadow: 4px 4px 8px #888;
	-webkit-box-shadow: 4px 4px 8px #888;
	box-shadow: 4px 4px 8px #888;
	}

div#bacheca img.foto {
	min-width: 120px;
	max-width: 160px;
	min-height: 120px;
	max-height: 160px;
	margin-top: 20px;
	}

div#bacheca p.foto {
	background-color: #e0f0f0;
	padding-bottom: 15px;
	}
	
table {
	border: none;
	width: 100%;
	}
	
td.half {
	width: 50%;
	text-align: justify;
	padding: 8px;
	}
	
table.album {
	border: none;
	clear: both;
	color: #000066;
	}
	
table.album td {
	border:none;
	width: 25%;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	vertical-align: text-top;
	}

table.album td.vert {
	border: none;
	width: 25%;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	vertical-align: middle;
	}

table.album img, table.album a img {
	border: none;
	min-width: 120px;
	max-width: 160px;
	min-height: 120px;
	max-height: 160px;
	}

table tr.separatore, table th {
	background-color: #CCFFFF;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	}

table tr.separatore td, table tr.separatore th {
	border-bottom: 1px solid #cccccc;
	}
	
table tr.linea td {
	border-top: 1px solid #000066;
	}

table td.record {
	text-align: center;
	font-weight: bold;
	}
	
table tr.obbligatorio {
	background-color: #FFFF99;
	}

input.readonly {
	background-color: #FFFFCC;
	color: #666666;
	}

input, select {
	font-size: 9pt;
	border: 1px solid #cccccc;
	padding: 2px;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

form {
	margin-top:10px;
	font-size: 9pt;
	border: 1px solid #cccccc;
	width: 90%;
	padding: 8px;
	background-color: #eeffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
form table, form td, form tr {
	vertical-align: bottom;
	}

form.indent {
	text-align: left; 
	margin-left: 30px;
	}
	
.footnote {
	font-size: 8pt;
	font-family: Verdana,Helvetica,sans-serif;
	color: black;
	}
	
.red {
	color: #cc0000;
	}
	
.center {
	text-align: center;
	}

.grassetto {
	font-weight: bold;
	}
	
.right {
	text-align: right;
	}

.clear {    
	clear: both;
	}
	
img.sitemap {
	margin-right: 10px; 
	padding-bottom: 15px; 
	float: left;
	}
	
.firstindent {
	text-indent: 20px;
	}
	
tr.smallsep, td.smallsep, tr.smallsep td {
	background-color: #CCFFFF;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	font-size:0.9em;
	}

table tr.sep td, tr.sep td {
	border-top: solid 2px #999999;
	}

.misc { 
	width: 500px;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 4px;
	}
	
iframe.like_fb {
	margin-top: 5px;
	padding-top:0;
	display:inline;
	border:none; 
	overflow:hidden; 
	width: 400px;
	height: 80px;
	}
	
.indent li {
	margin-left: 5em;
	padding-left: 0.5em;
	}
	
.shadow {
	-moz-box-shadow: 4px 4px 8px #888;
	-webkit-box-shadow: 4px 4px 8px #888;
	box-shadow: 4px 4px 8px #888;
	}
