html {
margin: 0;
padding: 0;
}

* a {
outline: none;
}

body {
margin: 0;
padding: 0;
background-image: url(images/left_bg.gif);
background-position: 50% top;
background-repeat: repeat-x;
font-size: 76%;
}

a {
  text-decoration: none;
}

#control_bar {
position: absolute;
z-index: 9000;
width: 100%;
}
	
div#site_container{
width: 950px;
height: 100%;
margin: 0 auto 0 auto;
}

#scroller {
display: none;
}

#languages {
display: none;
}

#site_banner_container{
height: 380px;
text-align: left;
}

#site_banner{
width: 841px;
height: 380px;
background-image: url(images/header_bg.jpg);
background-repeat:no-repeat;
margin: 0 auto 0 auto;
}

div#site_banner h1 {
display: none;
}
div#site_banner h2 {
display: none;
}

#site_menu_container{
position: absolute;
width: 188px;
text-align:left;
padding-left: 15px;
padding-right: 0;
padding-top: 200px;
padding-bottom: 20px;
top:0;
}

#right_menubox {
position: absolute;
width: 188px;
text-align:left;
padding-right: 15px;
margin-left: 685px;
padding-right: 0;
padding-top: 200px;
padding-bottom: 20px;
top:0;
}

#flash_sponsor_ticker {
position: absolute;
z-index: 0;
margin-left: 165px;
top: 290px;
width: 510px;
height: 73px;
}

/* MAIN MENU */

.menubox {
font-family: Arial, Helvetica, sans-serif;
}

/*\*/ * html #custom_header { margin-left: 1px; } /**/

*+html #custom_header { margin-left: 1px; }

/* MAIN MENU */

#menu  dl, dt, dd {
list-style-type: none;
margin: 0px;
padding: 0px;
border: 0;
}

#menu {
border: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-style: italic;
}

#menu dl{
display: block;
width: 188px;
}
	
#menu dl.open a.selectedpage:link,
#menu dl.closed a.selectedpage:link,
#menu dl.open a.selectedpage:visited,
#menu dl.closed a.selectedpage:visited,
#menu dl.open a.selectedpage:hover,
#menu dl.closed a.selectedpage:hover,
#menu dl.open a.selectedpage:active,
#menu dl.closed a.selectedpage:active {
cursor: default;
display: block;
padding-left: 15px;
padding-right: 15px;
width: 154px;
line-height: 2.4em;
text-align: left;
text-decoration: none;
border-bottom: 1px #EFEFEF dotted;
color: #C17604;
font-style: normal;
}

#menu dl.open dd a.selectedpage:link,
#menu dl.closed dd a.selectedpage:link,
#menu dl.open dd a.selectedpage:visited,
#menu dl.closed dd a.selectedpage:visited,
#menu dl.open dd a.selectedpage:hover,
#menu dl.closed dd a.selectedpage:hover,
#menu dl.open dd a.selectedpage:active,
#menu dl.closed dd a.selectedpage:active {
display: block;
width: 200px;
padding-left: 15px;
padding-right: 15px;
line-height: 25px;
cursor: default;
text-align: left;
text-decoration: none;
background-image: url(images/child_menu_bg.gif);
background-repeat: repeat;
border-bottom: none;
color: #FF9900;
}


#menu dl.closed dl{
display: none;
}
		
#menu dl.open dl{
display: block;
position: absolute;
z-index: 5000;
margin-top: -3.55em;
margin-left: 178px;
padding-top: 15px;
padding-left: 30px;
background-image: url(images/arrow.gif);
background-position: 20px 1.5em;
background-repeat: no-repeat;
}

#menu dl dl dd.hidden dl{
display: none;
}
		
#menu dl dl dd.visible dl{
display: none;
}

#menu dl dl dd.hidden dl{
display: none;
}

#menu dl dl dd.visible dl{
display: block;
position: absolute;
z-index: 5000;
margin-top: -3.3em;
margin-left: 221px;
padding-top: 15px;
padding-left: 30px;
background-image: url(images/arrow.gif);
background-position: 20px 1.5em;
background-repeat: no-repeat;
}

#menu dd {
/*margin-top: 1px;*/
border: none;
color:black;
margin-left: 0px; /* CORRECTION */
}
	
#menu dt {
padding-left: 5px;
/*margin-top: 4px;*/
}
		
#menu dl dt a {
display: block;
padding-left: 15px;
padding-right: 15px;
width: 154px;
line-height: 2.4em;
cursor: pointer;
text-align: left;
text-decoration: none;
border-bottom: 1px #EFEFEF dotted;
font-size: 12px;
}
		
		
#menu dt a:link,
#menu dt a:visited {
color: #0173B1;
}
			
#menu dt a:hover,
#menu dt a:active {
color: #C17604;
}
	      
body #menu dd a {
display: block;
width: 200px;
padding-left: 15px;
padding-right: 15px;
line-height: 25px;
cursor: pointer;
text-align: left;
text-decoration: none;
background-image: url(images/child_menu_bg.gif);
background-repeat: repeat;
border-bottom: none;
}

#menu dd a:link {
display: block;
line-height: 25px;
width: 200px;
font-weight: normal;
cursor: pointer;
text-decoration: none;
border-top: none;
border-right: none;
background-color: #330000;
color: #FFFFCC;
border-bottom: none
}

#menu dd a:visited {
display: block;
line-height: 25px;
width: 200px;
font-weight: normal;
cursor: pointer;
text-decoration: none;
background-color: #330000;
color: #FFFFCC;
border-bottom: none
}

#menu dd a:hover {
display: block;
line-height: 25px;
font-weight: normal;
cursor: pointer;
text-decoration: none;
background-color: #330000;
color: #FF9900;
border-bottom: none
}

#menu dd a:active {
display: block;
line-height: 25px;
font-weight: normal;
cursor: pointer;
text-decoration: none;
background-color: #330000;
color: #FF9900;
border-bottom: none
}

/* MENU PAGINE FIGLIE */

#menuPagineFiglie {
display: none;
}


/* MENU END********************************************************************************/

/* right_menu */


#right_menubox  dl, dt, dd {
list-style-type: none;
margin: 0px;
padding: 0px;
border: 0;
}

#right_menubox {
border: none;
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
font-style: italic;
}

#right_menubox dl{
display: block;
width: 188px;
}
	
#right_menubox dl.open a.selectedpage:link,
#right_menubox dl.closed a.selectedpage:link,
#right_menubox dl.open a.selectedpage:visited,
#right_menubox dl.closed a.selectedpage:visited,
#right_menubox dl.open a.selectedpage:hover,
#right_menubox dl.closed a.selectedpage:hover,
#right_menubox dl.open a.selectedpage:active,
#right_menubox dl.closed a.selectedpage:active {
cursor: default;
display: block;
padding-left: 15px;
padding-right: 15px;
width: 154px;
line-height: 2.4em;
text-align: left;
text-decoration: none;
border-bottom: 1px #EFEFEF dotted;
color: #C17604;
font-style: normal;
}

#right_menubox dl.open dd a.selectedpage:link,
#right_menubox dl.closed dd a.selectedpage:link,
#right_menubox dl.open dd a.selectedpage:visited,
#right_menubox dl.closed dd a.selectedpage:visited,
#right_menubox dl.open dd a.selectedpage:hover,
#right_menubox dl.closed dd a.selectedpage:hover,
#right_menubox dl.open dd a.selectedpage:active,
#right_menubox dl.closed dd a.selectedpage:active {
display: block;
width: 200px;
padding-left: 15px;
padding-right: 15px;
line-height: 25px;
cursor: default;
text-align: left;
text-decoration: none;
background-image: url(images/child_menu_bg.gif);
background-repeat: repeat;
border-bottom: none;
color: #FF9900;
}


#right_menubox dl.closed dl{
display: none;
}
		
#right_menubox dl.open dl{
display: block;
position: absolute;
z-index: 5000;
margin-top: -3.55em;
margin-left: -245px;
padding-top: 15px;
padding-right: 20px;
background-image: url(images/arrow_right.gif);
background-position: 230px 1.5em;
background-repeat: no-repeat;
}

#right_menubox dl dl dd.hidden dl{
display: none;
}
		
#right_menubox dl dl dd.visible dl{
display: none;
}

#right_menubox dl dl dd.hidden dl{
display: none;
}

#right_menubox dl dl dd.visible dl{
display: block;
position: absolute;
z-index: 5000;
margin-top: -3.1em;
margin-left: -251px;
padding-top: 15px;
padding-right: 30px;
background-image: url(images/arrow_right.gif);
background-position: 230px 1.5em;
background-repeat: no-repeat;
}

#right_menubox dd {
/*margin-top: 1px;*/
border: none;
color:black;
margin-left: 0px; /* CORRECTION */
}
	
#right_menubox dt {
padding-left: 5px;
/*margin-top: 4px;*/
}
		
#right_menubox dl dt a {
display: block;
padding-left: 15px;
padding-right: 15px;
width: 154px;
line-height: 2.4em;
cursor: pointer;
text-align: left;
text-decoration: none;
border-bottom: 1px #EFEFEF dotted;
font-size: 12px;
}
		
		
#right_menubox dt a:link,
#right_menubox dt a:visited {
color: #0173B1;
}
		
#right_menubox dt a:hover,
#right_menubox dt a:active {
color: #C17604;
}
	      
#right_menubox dd a {
display: block;
width: 200px;
padding-left: 15px;
padding-right: 15px;
line-height: 25px;
cursor: pointer;
text-align: left;
text-decoration: none;
background-image: url(images/child_menu_bg.gif);
background-repeat: repeat;
border-bottom: none;
}

#right_menubox dd a:link,
#right_menubox dd a:visited {
display: block;
line-height: 25px;
width: 200px;
font-weight: normal;
cursor: pointer;
text-decoration: none;
border-top: none;
border-right: none;
background-color: #330000;
color: #FFFFCC;
border-bottom: none
}

#right_menubox dd a:hover,
#right_menubox dd a:active {
display: block;
line-height: 25px;
font-weight: normal;
cursor: pointer;
text-decoration: none;
background-color: #330000;
color: #FF9900;
border-bottom: none
}

/* end right menu */

#sequence_partner {
display:none;
}

#sequence_partner iframe {
float: right;
}

#sequence_partner a img {
border: none;
}

#site_contents_container {
padding-left: 210px;
padding-right: 210px;
width: 530px;
min-height: 500px;
height: auto !important;
height: 500px;
}

.contents,
.contents2 {
clear: both;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
text-align: left;
}

.contents ul, .contents ol,
.contents2 ul, .contents2 ol {
margin: 0 0 0 1.5em;
}

.contents p,
.contents2 p {
margin: 0 1em 1em 1em;
line-height: 1.6em;
}

.titolonews {
font-weight: bold;
color: #003300;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
}

#latest_news {
font-size: .9em;
}

#latest_news p{
margin: .7em 0 .7em 0;
color: #333333;
font-size: .85em;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-indent: 0;
}

#latest_news a {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
}

#latest_news a:link {
background-color: #003300;
color: #FFFFFF;
text-decoration: none;
padding: .1em .3em .1em .3em;
}

#latest_news a:visited {
background-color: #003300;
color: #FFFFFF;
text-decoration: none;
padding: .1em .3em .1em .3em;
}

#latest_news a:hover {
background-color: #006600;
color: #FFFFFF;
text-decoration: none;
padding: .1em .3em .1em .3em;
}

#latest_news a:active {
background-color: #006600;
color: #FFFFFF;
text-decoration: none;
padding: .1em .3em .1em .3em;
}

#latest_news p {
line-height: 1.5em;
}

.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6,
.contents2 h1,
.contents2 h2,
.contents2 h3,
.contents2 h4,
.contents2 h5,
.contents2 h6 {
color: #4BB0E4;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 0 0 .5em 0;
}

.contents h1,
.contents2 h1 {
font-size: 1.4em;
}

.contents h2,
.contents2 h2  {
font-size: 1.35em;
}

.contents h3,
.contents2 h3 {
font-size: 1.3em;
}

.contents h4,
.contents2 h4 {
font-size: 1.25em;
}

.contents h5,
.contents2 h5 {
font-size: 1.2em;
}

.contents h6,
.contents2 h6 {
font-size: 1em;
}

small {
font-size: .9em;
}

big {
font-size: 1.8em;
}

.contents2 a:link,
.contents2 a:visited,
.contents a:link,
.contents a:visited {
color: #660000;
text-decoration: underline;
}

.contents2 a:hover,
.contents2 a:active,
.contents a:hover,
.contents a:active {
color: #660000;
text-decoration: none;
}

.news_title h1 {
clear:both;
font-family: Georgia, "Times New Roman", Times, serif;
color: #333333;
font-size: 18px;
line-height: 28px;
font-style: italic;
padding-left: 1.5em;
padding-right: 1.5em;
margin: 0 0 .7em 0;
background-image: url(images/news_title_bg.gif);
background-position: left bottom;
background-repeat: repeat-x;
border-bottom: none;
background-color: #FFCC00;
}

.news_url a {
display: block;
float: right;
clear:both;
text-align: right;
text-indent: 1.5em;
margin: 0 0 .7em 0;
font-size: 12px;
background-image: url(images/news_link_bg.gif);
background-position: left 1.1em;
background-repeat: no-repeat;
line-height: 33px;
padding-left: 10px;
}

.news_url a:link {
color: #660000;
text-decoration: underline;
}

.news_url a:visited {
color: #660000;
text-decoration: underline;
}
.news_url a:hover {
color: #660000;
text-decoration: none;
}
.news_url a:active {
color: #660000;
text-decoration: none;
}



.footer_container {
width: 950px;
text-align: left;
/*background-image: url(images/footer_bg.jpg);
background-position: left top;
background-repeat: no-repeat;*/
margin: 15px 0 0 0;
}

.footer {
width: 841px;
height: 244px;
background-image: url(images/footer_bg_3.jpg);
background-position: center center;
background-repeat: no-repeat;
margin: 0 auto 0 auto;
padding: 1em 0 0 0;
font-style: italic;
font-family: Georgia, "Times New Roman", Times, serif;
color: #333333;
font-size: .8em;
}

#custom_banner {
width: 468px;
height: 60px;
position: absolute;
margin-top: 44px;
margin-left: 189px;
}

.footer a:link {
color: #003366;
text-decoration: underline;
}

.footer a:visited {
color: #003366;
text-decoration: underline;
}

.footer a:hover {
color: #003366;
text-decoration: none;
}

.footer a:active {
color: #003366;
text-decoration: none;
}

.footer p {
line-height: 1.8em;
}

.footer a img {
border: none;
}


.site_adsense_container {
display: none;
}

div.iscrizione {
font-size: xx-small;
margin-left: -150px;
padding-left: 0px;
}

div.iscrizione h4 {
font-weight: normal;
}

h3.blog_date {
display: none;
}

h4.blog_title {
display: none;
}

.commenti {
margin: 5px 0px 0px;
font-size: 12px;
color: #333333;
background-color: #FFFFFF;
text-align: right;
margin-bottom: 10px;
margin-top: 0px;
margin-right: 10px;
}

.commenti form {
float: right;
clear: both;
}

.commenti form input {
padding: .2em;
font-family: "Courier New", Courier, monospace;
}

.commenti table {
font-style: italic;
text-align: left;
}

.commenti table td{
padding: 10px;
}

.commenti a:link {
background-color: #CCCCCC;
padding: .2em .3em .2em .3em;
color: #660000;
text-decoration: none;
}

.commenti a:visited {
background-color: #CCCCCC;
padding: .2em .3em .2em .3em;
color: #660000;
text-decoration: none;
}

.commenti a:hover {
background-color: #333333;
padding: .2em .3em .2em .3em;
color: #FFFFFF;
text-decoration: none;
}

.commenti a:active {
background-color: #333333;
padding: .2em .3em .2em .3em;
color: #FFFFFF;
text-decoration: none;
}

.commenti_contents {
clear: both;
padding: 1em 0 0 0;
border-top: 1px #999999 dotted;
line-height: 1.5em;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
}

.commenti_contents a:link {
background-color: #660000;
padding: .1em .2em .1em .2em;
color: #FFFFCC;
font-style: normal;
text-decoration: none;
}

.commenti_contents a:visited {
background-color: #660000;
padding: .1em .2em .1em .2em;
color: #FFFFCC;
font-style: normal;
text-decoration: none;
}

.commenti_contents a:hover {
background-color: #330000;
padding: .1em .2em .1em .2em;
color: #FFFFCC;
font-style: normal;
text-decoration: none;
}

.commenti_contents a:active {
background-color: #330000;
padding: .1em .2em .1em .2em;
color: #FFFFCC;
font-style: normal;
text-decoration: none;
}

.commenti_contents dd {
font-style: normal;
padding: .4em;
margin-top: .4em;
color: #660000;
display: block;
background-color: #F7F7F7;
font-family: Arial, Helvetica, sans-serif;
}

.commenti_contents dt {
color: #666666;
}

.commenti textarea {
padding: .2em;
font-family: "Courier New", Courier, monospace;
font-size: 12px;
}

.msg_err {
COLOR: red;
background-color: white;
font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
font-size:10px;
border-color:#FFFFFF;
border: 0px solid;
text-align: center;
}

a.commentoSelezionato { margin: 0px;
font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
text-decoration: none;
text-decoration: underline;
background-color: yellow;
}

a.commentoSelezionato:hover { margin: 0px;
font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
text-decoration: none;
color: rgb(255, 0, 0);
text-decoration: underline;
background-color: yellow;
}

a.commentoSelezionato:link {
margin: 0px;
font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
text-decoration: none;
background-color: yellow;
text-decoration: underline;
}

a.commentoSelezionato:visited {
margin: 0px;
font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
text-decoration: none;
background-color: yellow;
text-decoration: underline;
}

.titoloCommentoCorrente {
font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
text-decoration: none;
background-color: rgb(212, 212, 212);
}

.testoCommentoCorrente {
font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
text-decoration: none;
background-color: rgb(229, 229, 229);
}


#control_bar table {
width: 100%;
}

.contents ol, .contents2 ol{
list-style-type: decimal;
padding: 0 0 0 1em;
}

.contents ul, .contents2  ul {
list-style-type: disc;
padding: 0 0 0 1em;
}

.contents a img, .contents2 a img {
border: none;
}


/* institutions logos */

#comune_logo a img,
#regione_logo a img,
#coni_logo a img {
border: 0;
}

#comune_logo {
position: absolute;
z-index: 10;
margin-top: 20px;
margin-left: 30px;
}

#regione_logo {
z-index: 12;
position: absolute;
margin-top: 15px;
margin-left: 655px;
}

#coni_logo {
z-index: 11;
position: absolute;
margin-top: 80px;
margin-left: 655px;
}

#site_crosslink_container {
width: 950px;
height: 30px;
line-height: 30px;
color: #333333;
bottom:0;
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
font-size: 12px;
margin: 0 auto 0 auto;
text-align: center;
}

#site_crosslink_container a:link,
#site_crosslink_container a:visited {
color: #0273B2;
text-decoration: underline;
}

#site_crosslink_container a:hover,
#site_crosslink_container a:active {
color: #0273B2;
text-decoration: none;
}