html,body{margin:0 auto;padding:0;border:0;font-weight:normal;font-style:normal;vertical-align:top;}
div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,td { 
margin:0;
padding:0;
border:0;
outline:0;
font-weight:normal;
font-style:normal;
white-space:normal;
font-size:100%;
line-height:120%;}
table{width:100%;} 
td{padding:0px;vertical-align:top;}
strong{font-weight:bold;}
img{border:none !important;}
input,textarea,select{font-size:100%;}
fieldset{border:none;} 
legend{font-weight:bold;} 
ul,li{list-style:none outside;}
label{display:block;}

html,body{
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	color: Gray;
	font-size: 90%;
	vertical-align: top;
	background-color: White;
	background-image: url(SEZIONI/bgTop.png);
	background-position: top;
	background-repeat: repeat-x;
}

table,td { 
	border-style:none; 
	font-size: 100%;
}
table {	
	margin:0px; 
	border-collapse: collapse;
}
td { 
	padding:0px; 
	vertical-align:top; 
}
img {
	margin:0px; 
	border-collapse: collapse;
}
a {
	font-size: 100%;
	color: #00539E;
	text-decoration: none;
	font-weight: normal;
}
a:hover { 
	text-decoration: underline;
}
.small {
	font-size: 82%;
	color: #696969;
}
.infoPage { 
}
.cell {
	padding: 0 2px 0 2px;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	border: 1px solid #505255;
	background-color: #ffffff;
}
.copyright { 
/* padding-top: 10px;*/
}
.copyright a{
	color: #000000;
	text-decoration: underline;
}
.copyright a:hover {
	color: #0267CF;
	text-decoration: underline;
}
.button { 
	font-size: 100%; 
	color: #000000;
	padding: 1px;
}
.topbanner { 
	border: medium none;
	font-size: 100%; 
	text-align: center;
	border-right: 0px groove #000000;
	border-left: 0px groove #000000;
}
.tableline1 {
	padding: 3px;
	color: #696969;
	font-weight: normal;
	TEXT-ALIGN: left;
	background-color: #E7E7E7;
}
.tableline2 {
	padding: 3px;
	font-weight: normal;
	color: #696969;
	TEXT-ALIGN: left;
	background-color: #DBDBDB;
}
.tablelinemain {
	height: auto;
	font-size: 100%;
	color: Black;
	padding: 10px;
	background-color: #E0E0E0;
}		
.normal { 
	list-style: square;
	font-size: 100%; 
	text-align: justify; 
}
.myTable {
	font-weight: normal;
	TEXT-ALIGN: left;
	border: 0px solid #BEBEBE;
	margin-bottom: 0px;
	padding: 0px;
}
.mymodule {
	border: 1px solid Silver;
	list-style: square;
	font-size: 110%;
	text-align: justify;
	background-color: transparent;
	font-style: normal;
}
.mySubTable {
	border: 0px solid #D6DFEF;
	list-style: square;
	font-size: 100%;
	text-align: justify;
	background-color: transparent;
	font-style: normal;
	width: 100%;
}
.myTitle {
	height: auto;
	text-indent: 3px;
	font-size: 200%;
	font-weight: normal;
	Color: black;
	TEXT-ALIGN: left;
	padding: 0px;
	margin: 0px;
}
.myTitleBottom{ 
	height: 10px;
	font-size: 50%; 
	}
.myTr { 
	background-color: #000000; 
}
.myTD { 
	padding: 0px;
}
.myQuote { 
	border: 1px solid #000000; 
	padding: 3px;
	font-size: 110%; 
	text-align: justify;
	background-color: #D3D3D3; 
	} 

/* Tabber */
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabberlive {
 margin-top:1em;
}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
    margin:0;
    padding: 3px 0;
    font-size: 100%;
    color: #000000;
    background-color: transparent;
    border-bottom: 1px solid #BBBBBB;
}
ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}
ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #BBBBBB;
 border-bottom: none;
 text-decoration: none;
 color: #000000;
}
ul.tabbernav li a:link {
    color: #000000;
    text-decoration: none;
}
ul.tabbernav li a:hover {
 color: red;
}
ul.tabbernav li.tabberactive a
{
 background-color: transparent;
 border-bottom: 0px solid #000000;
}
ul.tabbernav li.tabberactive a:hover
{
 color: #000000;
 border-bottom: 1px solid #ffffff;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
 /* height:200px; */
 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */
 /* overflow:auto; */
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}
/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab2 .tabbertab {
 height: 200px;
 overflow:auto;
}

/* -- Mod. Sociable --- */

.sociable img {
	float: none;
	width: 20px;
	height: 20px;
	border: 0;
	margin: 0;
	padding: 0;
}
.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#slideajaxmessage {
	height: 70px; 
	width: 620px; 
	display: none;
}
#slideajaxmessage1, #slideajaxmessage2 {
	width: 620px;
	height: 70px;
}

/* -- Menù 2 ------------------- */

#chromemenu {
	margin-left: 80px;
	height: auto;
}
ul.anmenu {
	list-style: none; /*elimino i punti elenco */
	margin: 0;
	padding: 0; /* elimino i rientri delle liste */
	width: 160px;
}
ul.anmenu li a {
display: block; /* il link occupa tutto lo spazio orizzontale */
text-decoration: none; /* elimino la sottolineatura, che si tratta di un link si capisce dalla struttura */
text-indent: 2px;
padding: 0 0em; /* lascia spazio fra il bordo del menu e il testo del link */
height: 0em; 
line-height: 0em; /* altezza del link: height e line-height devono avere il medesimo valore */
}
ul.anmenu li { /*display: inline;*/ } /*elimina lo spazio fra gli elementi della lista introdotto da Opera*/

ul.anmenu li a:link, ul.anmenu li a:visited {
/*	background: url(up.png);*/
	border-bottom: 1px dotted #ccc;
	/*background:#ccc;*/
} /* colori per il link */
ul.anmenu li a:hover, ul.anmenu li a:active {
	color: Black;
	background-color: Silver;
} 

/* colori per l'effetto roll-over */

ul.anmenu li {
}
ul.anmenu a {
}
ul.anmenu a:hover {
}
ul.anmenu li.active li a {
}
ul.anmenu span {
}

#imagetitle {
	margin-top: 45px;
	margin-left: 85px;
	position: absolute;
}
#liveclock {
	text-align: center;
}
#RSSblock {
	font-size: 11px;
	height: 350px;
	overflow: hidden;
}
#RSSblock a {
	color: #0267CF;
	font-weight: bold;
}
#tablelinesRSS {
	list-style: none;
	padding: 0;
	margin: 0px;
}
.tablelineRSS {
	font-weight: normal;
	text-align: left;
	border-bottom: 1px dotted #ffffff;
	width: 170px;
	text-align: justify;
}
.tablelinemainRSS {
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
}
#tablelinesRSSdiv {
	width: 170px;
	height: 300px;
	overflow: hidden;
	position: absolute;
}
.ticketelementmenu {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-right: 10px;
}
a.externallink
{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url('external.gif') no-repeat scroll right center;
padding:0 13px
}

/* ----------- INFORMATIONS ------------------ */

h3 {
	font-size: 220%;
	font-weight: bold;
	color: Black;
	text-indent: 300px;
}
#InformationCategory .myTitle {
	background-color: white;
	color: white;
	height: 20px;
	font-size: 150%;
	border-top: 0px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	background-color: #1E90FF;
	}	
#InformationsByCategory .myTitle {
	background-color: white;
	color: white;
	height: 5px;
	font-size: 30%;
	border-bottom: 0px solid #A9A9A9;
	}	
#InformationsByCategory .myTitleBottom {
	background-color: white;
	color:white;
	height: 5px;
	font-size: 30%;
	border-top: 0px solid #A9A9A9;
	}	
#InformationsByCategory .myTD {
	font-weight: normal;
	background-color: #EFEFEF;
	}
#InformationsByCategory .myTD a {
	font-weight: bold;
	color: #00539E;
	font-size: 120%;
	}
#InformationsByCategory .myTD a:hover {
	text-decoration: underline;
	}
.TitleListInformations {
	font-size: 120%;
	font-style: normal;
	color: black;
	text-align: left;
	font: bold;
	}
.TitleListInformations a {
	text-decoration: none;
	color: black; 
	}
.TitleListInformations a:hover {
	text-decoration: underline;
	color: Black;
}
.ElementListInformations {
	font-size: 120%;
	font-style: normal;
	color: black;
	text-align: left;
	font: bold;
	}
.ElementListInformations a {
	text-decoration: none;
	color: #00539E; 
	}
.ElementListInformations a:hover {
	text-decoration: underline;
	}	
#SearchInformationCategories .myTD a { 
	font-size: 120%;
	font-weight: 600;
	color: #00539E;
	text-decoration: none;
	}	
#SearchInformationCategories .myTD a:hover { 
	}	
	
/* ------------ fine informations -------------------------- */

/* -- STRUTTURA TEMPLATE ------------------- */

#template_container{
	height: auto;
	margin: 0 auto;
	width: 920px;
	background-image: url(SEZIONI/header_s3.png);
	background-repeat: no-repeat;
}
#template_top {
	height: 190px;
	width: 920px;
	padding-left: 0px;
	background-image: url('top.jpg');
	background-repeat: no-repeat;
}
/* -- TOOLBARS ------------------- */
.toolbar { 
   display: block;
   text-align: left;
 	}	
#template_toolbar {
	float: right;
	width: 450px;
	height: 50px;
	padding-top: 5px;
	margin-left: 400px;
	margin-right: 40px;
}
ul.toolbarmenumatic a{
	font-size: 90%;
	color: #F7A8B1;
	font-weight: normal;
}
ul.toolbarmenumatic a:hover {
	background-color: transparent;
	color: white;
}
#nav_toolbarbottom {
	float: left;
	color: silver;
	padding: 0px;
	margin-bottom: 5px;
	text-align: left;
	text-indent: 0px;
	border: 1px dotted silver;
}
#template_toolbarbottom {
}
#template_toolbarbottom a{
	color: White;
	font-size: 110%;
}
#template_toolbarbottom a:hover{
	color: White;
	font-size: 110%;
}
#nav_toolbarbottom2 {
	float: left;
	color: silver;
	padding: 0px;
	margin: 0px;
	text-align: left;
	text-indent: 0px;
	border: 1px dotted silver;
}
#template_toolbarbottom2 {
}
#template_toolbarbottom2 a{
	font-size: 110%;
}
#template_toolbarbottom2 a:hover {
	color: White;
}

/* -- FINE TOOLBARS ------------------- */


#template_info {
	width: 920px;
	height: 5px;
}
#tlinestatusinfo {
}
#template_center {
	width: 920px;
}
#template_content {
	float: left;
	width: 100%;
	color: Gray;
}
#template_content .myTitle {
	height: 0px;
	color: White;
	font-size: 0px;
}
#template_content .myTD {
	background-color: #EAEAEA;
}
#template_bottom {
	clear: both;
	height: 210px;
	text-align: center;
	color: silver;
	background-color: transparent;
	background-image: url(SEZIONI/bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#template_bottom a {
	color: #F7A8B1; 
}
#template_bottom_img {
	float: left;
	width: 47%;
	font-size: 85%;
	text-align: left;
	padding-top: 9px;
	margin-top: 10px;
	margin-left: 15px;
}
#template_bottom_text {
	float: right;
	width: 48%;
	font-size: 85%;
	text-align: left;
	margin-top: 10px;
	padding-top: 9px;
	margin-right: 18px;
}
.developed a{
	font-size: 110%;
	color: #F7A8B1;
	text-decoration: none;
}
.input {
	margin-left: 220px;
}

#Version {
	position: absolute;
	width: 100px;
	margin-top: 50px;
	margin-left: 800px;
	top: 0px;
	color: black;
	background-color: transparent;
	}
#Version a {
	border: none;
	}
#Version .myTitle {
	height: 0px;
	color: White;
	font-size: 0px;
}
#VersionSetting a:link {
	border: none;
	margin: 0px;
	padding: 0px;
} 
#BlockVersionsimages { 
	color: Black;
	} 
#BlockVersionsimages .myTitle {
	height: auto;
	font-size: 0px;
	border: none;
	color: White;
	background-image: none;
	background-color: transparent;
	}
#BlockVersionsimages .myTD {
	height: auto;
	padding-top: 0px;
	} 
#BlockVersionsimages a { 
	text-align: left;
	color: White;
	font-weight: normal;
	}
#BlockVersionsimages .tableline1 { 
	height: 0px;
	padding: 0px;
	background-color: transparent;
	text-align: left;
	}  
#BlockVersionsimages .tableline2 { 
	height: 10px;
	padding: 5px;
	background-color: transparent;
	font-size: 90%;
	text-align: left;
	} 
#BlockVersionsimages .tablelinemain { 
	height: 10px;
	text-align: left;
	border-bottom: 1px dotted silver;
	background-color: transparent;
	color: #CEE8F0;
	font-size: 90%;
	} 
#boxcategoryline { 
	width: 30px;
	height: 30px;
	}
#boxcategory_image { 
	}
#imgcategory { 
	width: 30px;
	height: 30px;
	}

