﻿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:3px;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 {
	font-family: arial;
	text-align:left;
	font-size: 12px;
	color: black;
	background-color: #687278;
}

h1, h1 a {
	font-size: 12px;
	font-weight: bold;
	color: #959C9F;
}
h1 a:hover {
	color: #EB8900;
}

table,td { 
	border-style:none; 
	font-size: 12px;
}
table {	
	border-collapse: collapse;
}
td { 
	vertical-align:top; 
}
img {
	border-collapse: collapse;
}
a { 
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #EB8900; 
}
a:hover { 
	text-decoration: underline;
}
.small { 
	font-size: 10px; 
	color: #6C6C6C;
}
.infoPage { 
}	
.cell {
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #505255;
	background-color: #F7F7F7; 
	padding-left: 2px;
}

.button { 
	font-size: 12px; 
	color: black;
	padding: 2px;
	border: 1px solid BLACK;
}

.tableline1 {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #959C9F;
	font-weight: normal;
	BACKGROUND-COLOR: #DEE7E7;
	TEXT-ALIGN: left;
}
.tableline1 a {
	color: Black;
	font-weight: normal;
}
.tableline2 {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	color: #959C9F;
	BACKGROUND-COLOR: #EAF0F0;
	TEXT-ALIGN: left;
}
.tableline2 a {
	color: Black;
	font-weight: normal;
}
.tablelinemain {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: Black;
}
.tablelinemain a { 
	font-size: 12px;
}
.tablelinemain a:hover { 
	font-size: 12px;
	color: Black; 
}
.normal { 
	list-style: square;
	font-size: 12px; 
	text-align: left; 
}
.myTable {
	font-weight: normal;
	color: #555555;
	font-size: 12px;
	LIST-STYLE-TYPE: square;
	TEXT-ALIGN: left;
	border: 0px;
}
.mymodule {
	border: 0px;
	list-style: square;
	font-size: 12px;
	font-style: normal;
}
.mySubTable {
	border: 0px;
	list-style: square;
	font-style: normal;
	width: 100%;
}
.myTitle {
	font-size: 14px;
	border-bottom: 1px solid #2F6488;
	font-weight: bold;
	padding-top: 5px;
	color: #000000;
}
.myTitleBottom {
	height: 20px;
	border: none;
	FONT-WEIGHT: bold;
	COLOR: #DC143C;
	font-size: 10px;
	TEXT-ALIGN: left;
}
.myTr { 
}
.myTD { 
	padding: 5px; 
	border: none;
}
	
.myQuote { 
	border: 1px solid #000000; 
	padding: 3px;
	font-size: 12px;
	text-align: justify;
	background-color: #D3D3D3; 
} 

dd.tablelinemain {
	padding-top: 1px;
	padding-bottom: 5px;
	margin-left: 210px;
	font-weight:bold;
}
dd.tableline1 {
	padding-top: 1px;
	padding-bottom: 5px;
	margin-left: 210px;
	font-weight:bold;
}
dd.tableline2 {
	padding-top: 1px;
	padding-bottom: 5px;
	margin-left: 210px;
	font-weight:bold;
}

dt.tablelinemain {
	float: left;
	width: 210px;
	padding-top: 1px;
	padding-bottom: 5px;
	font-weight:bold;
}
dt.tableline1 {
	float: left;
	width: 210px;
	padding-top: 1px;
	padding-bottom: 5px;
}

dt.tableline2 {
	float: left;
	width: 210px;
	padding-top: 1px;
	padding-bottom: 5px;
}

label {
	float: left;
	width: 210px;
	padding-top: 5px;
}

#columnleft label {
	width: 80px;
}
#columnright label {
	width: 80px;
}
#columnleft li {
	clear: both;
}
#columnright li {
	clear: both;
}

.img_newmessage { 
	border: 0px; 
}
	
.visitors_ajax {
overflow:auto;
height:80px;
}
.OnLine {
	color: Green;
}
.OffLine {
	color: Red;
}

/* 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
  --------------------------------------------------*/
  
.tabber {
}
.tabbertab {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/

ul.tabbernav
{
	margin:0;
	padding: 3px 0;
	font-size: 12px; 
	color: White;
	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: Gray;
}
ul.tabbernav li a:link { 
	color: Gray; 
	text-decoration: none;
}
ul.tabbernav li a:visited { 
}
ul.tabbernav li a:hover
{
 color: red;
}
ul.tabbernav li.tabberactive a
{
 border-bottom: 0px;
}
ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 border-bottom: 1px solid black;
}

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

.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height: 200px;
 overflow:auto;
}

#slideajaxmessage {
	height: 200px; 
	width: 100%;
	display: none;
}
#slideajaxmessage1, #slideajaxmessage2 {
	width: 100%;
	height: 200px;
}

#title {
	margin-top: 150px;
}


ul.anmenu {
list-style: square;  /*elimino i punti elenco */
margin:0; padding:0; /* elimino i rientri delle liste */
}

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: url(down.png);
} /* 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 {
}



/* ------------- colonne ----------------*/	
#template_container {
	background-image: url('t_home_content.jpg');
	background-repeat: repeat-y;
	width: 980px;
	margin: 0px auto;
}
#template_top {
	height: 70px;
	background-image: url("t_home_toppage.jpg");
	background-repeat: no-repeat;
}
#template_copyright {
	height: 66px;
	background-image: url("t_home_copyright.jpg");
	text-align: center;
}
#template_toolbar {
	height: 67px;
	background-image: url("t_home_toolbar.jpg");
	text-align: center;
}
#template_bottom {
	height: 140px;
	background-image: url("t_home_bottom.jpg");
	text-align: center;
}
#template_center {
	margin-left: 20px;
	margin-right: 20px;
	}
#copyright {
	margin-top: 30px;
	margin-right: 30px;
	float: right;
	color: #8F8F8F;
}
#nav_toolbar_home {
/*	margin-top: 30px;
	margin-right: 30px;
	float: right;*/
	margin-left:350px;
	padding-top:30px;
}
#spot {
	width: 390px;
	margin-right: 70px;
	margin-left: 520px;
}

#spot h1 {
	font-size: 25px;
	font-weight: bold;
	color: #687278;
}

#spot h2 {
	font-size: 18px;
	font-weight: bold;
	color: #EB8900;
	margin-bottom: 20px;
}

#spot p {
	font-size: 11px;
	line-height: 17px;
	color: #414141;
}
#VersionSettingInLine {
	float: right;
	margin-top: 38px;
	margin-right: 20px;
}
#VersionSettingInLine ul li {
	float: left;
	margin-right: 2px;
}
/* ------------- fine-colonne -------------*/

#Display {
	font-size: 12px;
	border-style: solid;
	border-width: 0px;
	border-color: #ccc;
	margin-left: 190px;
	margin-right: 195px;
	padding: 0em 5px;
}
#Display .myTitle {  
	border: 0px;
}
#Display .myTitleBottom {  
	font-size: 10px; 
	color: #A9A9A9;
	border: none;
	padding-top: 5px;
	border-bottom: 0px;
	} 
#Display .myTitleBottom a{  
	font-size: 10px;
	font-weight: normal;
	color: #8A99A8;
	} 
#Display .myTitleBottom a:hover {  
	text-decoration: underline;
	} 
#Display .myTable {  
	color: #666666;
	border: none;
	padding-bottom: 10px;
}
#Display .myTD {  
	padding: 10px;
	margin: 10px;
	border: 1px dotted silver;
}
#Display a {
	color: Black;
	}
#Display .small { 
	color: #578EBE;
	}
#Display a:hover { 
	}

ul.listImages {
	height: 150px;
}
ul.listImages li {
	float: left;
	margin: 5px;
}

.input {
	margin-left: 220px;
}

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

#IntroFlash {
	float: left;
	width: 500px;
}

#navigationbar {
	margin-top: 40px;
	margin-left: 30px;
	float: left;
}

#navigationbar h1, #navigationbar a {
	color: #ffffff;
}

#navigationbar a {
	color: #ffffff;
}

#navigationbar a:hover {
	color: #EB8900;
}

#numero_verde {
	float: left;
	margin-left: 50px;
	width: 125px;
}

#NewsRotateBlock {
	height: 210px;
	width: 390px;
	padding: 0px;
	display: block;
	overflow: hidden;
	position: relative;
	margin-right: 70px;
}

#NewsImageRotate {
	width: 6000px;
	height: 200px;
	display: block;
	list-style: none;
/*	margin-top: 20px;*/
	padding: 0;
}
#NewsImageRotate li {
	width: 390px;
	color: #444444;
	text-align: left;
	height: 210px;
	margin: 0px;
	float: left;
	display: inline;
}

#NewsScroll {
	width: 390px;
	margin-left: 520px;
	margin-top: 20px;
	height: 230px;
}
#NewsScroll .myTitle {
	color: #959C9F;
	font-size: 16px;
	font-weight: bold;
	border: 0px;

}
.news {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.news_image {
	float: left;
	width: 120px;
	margin-right: 5px;
	margin-bottom: 5px;
	
}
.news_title {
	font-weight: bold;
	font-size: 14px;
}
.news_title a {
	text-decoration: none;
}

.news_title a:hover {
	color: #E4CBB5;
	text-decoration: none;
}
.news_bottom {
	margin-top: 10px;
}

#ombra{
	style='position:absolute ;top: 0px; left: 0px; }
#ombra2{
	style='position:absolute ;top: 0px; left: 0px; }
