
html,body{
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	color: Gray;
	font-size: 90%;
	vertical-align: top;
	background-color: White;
	background-image: url(BG_TOP.jpg);
	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 {
	text-decoration: none;
	font-size: 85%;
	color: Gray;
}

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: #DCDCDC;
}
.tableline2 {
	padding: 3px;
	font-weight: normal;
	color: #696969;
	TEXT-ALIGN: left;
	background-color: #E9E9E9;
}
.tablelinemain {
	height: auto;
	font-size: 100%;
	padding: 10px;
	background-color: #C1C1C1;
}	
.normal { 
	list-style: square;
	font-size: 100%; 
	text-align: justify; 
	}
.myTable {
	font-weight: normal;
	color: #000000;
	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: 30px;
	text-indent: 3px;
	font-size: 130%;
	Color: black;
	font-weight: 500;
	TEXT-ALIGN: left;
	padding-top: 5px;
}
.myTitleBottom{ 
	height: 10px;
	font-size: 50%; 
	}

.myTr { 
	background-color: #000000; 
	}

.myTD { 
	padding: 5px;
}
	
.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;
}

.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;
}
#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: 130px;
}
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 */
padding: 0 1em; /* lascia spazio far il bordo del menu e il testo del link */
height: 2em; line-height: 2em; /* 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 {
	background-color: #3B5998;
	color: Black;
} /* 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 {
}

#nav_menuitems_generale a:hover {
	background-color: #3B5998;
	color: White;
}
.menumenumatic a {
	font-weight: normal;
}
#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
}

#copyright_l {
/*	margin-top: 180px;*/
/*	margin-left: 60px;*/
	float: left;
}
#copyright_r {
/*	margin-top: 180px;*/
/*	margin-right: 60px;*/
	float: right;
	text-align: right;
}
.tablelinecatalog1 {
	border: 1px solid;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.tablelinecatalog1_col1 {
	width: 110px;
}
.tablelinecatalog1_col2 {
	width: 110px;
	border-bottom: 1px dotted;
	font-weight: bold;
}
.tablelinecatalog1_col3 {
	border-bottom: 1px dotted;
}
.tablelinecatalog1_image {
	float: left;
	border: 1px solid;
	height: 100px;
	width: 100px;
	padding: 5px;
	margin: 5px;
}
.tablelinecatalog2 {
	border: 1px solid;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.tablelinecatalog2_col1 {
	width: 110px;
}
.tablelinecatalog2_col2 {
	width: 110px;
	border-bottom: 1px dotted;
	font-weight: bold;
}
.tablelinecatalog2_col3 {
	border-bottom: 1px dotted;
}
.tablelinecatalog2_image {
	float: left;
	border: 1px solid;
	height: 100px;
	width: 100px;
	padding: 5px;
	margin: 5px;
}

/* -- STRUTTURA TEMPLATE ------------------- */

#template_container{
	height: auto;
	margin: 0 auto;
	width: 927px;
}
#template_top {
	height: 220px;
	width: 927px;
	padding-left: 0px;
	background-image: url('t_top.jpg');
	background-repeat: no-repeat;
}
#menu_top {
	height: 30px;
	margin-right: 15px;
	padding-top: 25px;
	color: Black;
	text-align: right;
}
#menu_top a {
	font-size: 81%;
	color: Black;
	font-weight: 600;
}
#menu_top a:hover {
	text-decoration: none;
	color: #FF4500;
}
.toolbar { 
   display: block;
   text-align: center;
 	}
.toolbar a:active { 
   background: white;
	color: #3B5998;
	text-decoration: none;
 	}	
#template_toolbar {
	position: relative;
	width: 80%;
	height: 25px;
	padding-top: 75px;
	margin-left: 120px;
}
#template_info {
	width: 927px;
	height: 188px;
	background-image: url(t_med.jpg);
	background-repeat: no-repeat;
}
#tlinestatusinfo {
}
#template_center {
	width: 927px;
	height: auto;
	background-image: url('t_center.jpg');
	background-repeat: repeat-y;
}
#template_content {
	float: left;
	width: 505px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 30px;
	color: Gray;
}
#template_content .myTitle {
	height: auto;
	padding-bottom: 4px;
	margin-top: 10px;
	font-size: 90%;
	color: black;
	background-color: #DCDCDC;
}
#template_content .myTable {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
#template_content .myTitleBottom {
	height: auto;
	font-size: small;
	margin: 0px;
	padding: 0px;
}
#template_column_left {
	float: left;
	width: 210px;
	border-right: 1px solid silver;
	margin-top: 10px;
	margin-left: 0px;
}
#template_column_left .myTitle {
	height: auto;
	color: #FF4500;
}
#template_column_right {
	float: right;
	width: 190px;
	border-left: 1px solid silver;
	margin-top: -264px;
	margin-right: 0px;
	background-color: transparent;
}
#template_column_right a {
}
#template_column_right .myTitle {
	color: #FF4500;
	border-top: none;
	border-bottom: 1px solid silver;
	background-color: transparent;
}
#template_bottom {
	clear: both;
	height: auto;
	width: 927px;
	text-align: center;
	padding-top: 0px;
	margin-bottom: 0px;
	color: Gray;
	background-image: url('t_bottom.jpg');
	background-repeat: no-repeat;
	background-position: top;
}
#template_bottom a {
	text-decoration: underline;
}
.input {
	margin-left: 220px;
}
.news_title {
	height: 20px;
	font-size: 85%;
	Color: black;
	font-weight: bold;
	TEXT-ALIGN: left;
	padding: 2px;
	background-color: #F3F3F3;
	border-top: 1px solid #3B5998;
}
.news_title a {
	text-decoration: none;
}
.news_bottom {
	font-size: 85%;
}
.news_bottom a {
	font-size: 90%;
	font-weight: normal;
}

.news_title a:hover {
	color: #E4CBB5;
	text-decoration: none;
}
.news {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: 0px dotted #000000;
}
.news_image {
	float: left;
	width: 120px;
	margin-right: 5px;
	margin-bottom: 5px;
	
}
#slideajaxnews_0 {
	width: 100%;
	height: 200px;
}
.boxcategory_title,  .boxcategory_title a {
	font-size: 14px;
	font-weight: bold;
}
.boxcategoryline {
	height: 150px;
/*	text-align: center;*/
}
.boxcategory {
	float: left;
	height: 150px;
	margin: 1% 1%;
	width: 48%;
}
.boxcategory_image {
	float: right;
	margin: 5px;
}

#lastinsert, #lastinsert1, #lastinsert2 {
	height: 30px;
}

#slideajaxnews_0 .myTable {
	font-weight: normal;
	color: #000000;
	TEXT-ALIGN: left;
	border: 1px solid #BEBEBE;
	margin-bottom: 5px;
	padding: 7px;
}
#MainMenumenuitems_generale a {
	font-size: 85%;
	color: #3B5998; 
	font-weight: bold;
	}
#login .myTable {
	font-size: 85%;
	}
