/* 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: #0a6dc9; 
	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#container {
	margin-left: 30px;
	width: 830px;
    width: 910px;
	}


div#menu { 
	float:left;
	margin: 0; 
	padding-top: 10px; 
	top: 0px;	
	width: 200px; 
	font-size: 8pt;
	text-align: right; 
	}
	
div#info {
	float: right;
	width: 700px;
	padding: 0;
	margin: 0;
	border-left: 1px dotted white;
	border-right: 1px dotted white;
    background-color: white;    /* occhio alla home */
	}

div#banner { 
    margin: auto; 
	height: 40px; 
	width: 700px; 
	text-align: center; 
	background-color: #0a6dc9; 
	}

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; 
	}
    

/* stili per la newsbox dinamica in home page */
#newsbox {
	width: 620px;
    height: 30px;
    left: 0;
	padding-left: 15px;
	padding-right: 5px;
	margin-top: 10px;
	}

.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 */


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

div#bacheca {
    float: right;
    width: 190px;
    border-left: 1px dotted black;
    background-color: white;
	text-align: center;
    }

div#contenuti { 
	margin: auto;
	margin-top: 0;  
	width: 700px; 
	font-size: 9pt;
	background-color: white;
	color: #000033;
	text-align: justify;
	}

div#overlay {
	position: absolute;
	top: 0;
	display: none;
	z-index: 1;
	text-align: center;
	width: 100%;

	max-width: 100%;
	margin: 0;
	padding: 0;
	color: white;
	font-size: 11pt;
	font-weight: bold;
	}
	
div#foto {
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
	max-width: 100%;
	background: url('images/sfondo.png');
	}

#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; 
	}

.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;
	}


.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: 8pt;
	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;
	}

div.sezione {
	margin-top: 7px;
    padding-bottom: 8px;
    margin-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    }

.news {
    width: 500px;
    border-bottom: 1px dotted black;
    padding-bottom: 7px;
    padding-left: 5px;
    padding-right: 4px;
    }

.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 {
	width: 187px;
	height: 140px;
	margin-bottom: 10px;
	}
	
div#bacheca img.foto {
	width: 160px;
	height: 120px;
	padding-top: 8px;
	border-top: 1px dashed black;
	}
	
table {
	border: none;
	width: 100%;
	}
	
td.half {
	width: 50%;
	text-align: justify;
	padding: 8px;
	}
	
table.album {
	width: 90%;
	border: none;
	clear: both;
	color: #000066;
	}
	
table.album td {
	text-align: center;
	padding-right: 10px;
    
	padding-left: 10px;
    
	padding-top: 15px;
    
	padding-bottom: 15px;
	
	margin: 0px;
	vertical-align: top;
	}

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

table.album img {
	border: none;
	}

table#calendario {
	width: 90%;
	border: none;
	clear: both;
	color: #000066;
	}
	


table#calendario td {
	text-align: center;
	padding: 15px;
	margin: 0px;
	vertical-align: top;

	}


	
table#calendario td.vert {
	
	text-align: center;
	padding: 15px;
	margin: 0px;
	vertical-align: middle;
	}


	
table#calendario img {
	
	border: 1px solid #000066;
	
	}


table tr.separatore, table th {
	background-color: #FFCC33;
	font-weight: bold;
	}

table tr.separatore td, table tr.separatore th {
	border-top: 2px solid #000066;
	border-bottom: 2px solid #000066;
	}
	
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: #000066;
	}

input, select {
	font-size: 9pt;
	}

form {
	font-size: 9pt;
	border: 3px double #0066cc;
	width: 90%;
	padding: 5px;
	background-color: #ffffcc;
	}
	
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;
	}
	
img.sitemap {
	margin-right: 10px; 
	padding-bottom: 15px; 
	float: left;
	}
	
.firstindent {
	text-indent: 20px;
	}
	
tr.smallsep, td.smallsep {
	background-color: #FFCC33;
	font-weight: bold;
	border-top: 2px solid #000066;
	border-bottom: 2px solid #000066;
	font-size: 8pt;
	}
    

	
.misc {
    
	width: 500px;
    
	padding-bottom: 7px;
    
	padding-left: 5px;
    
	padding-right: 4px;
	}
