html {
	height:100%;
	width:100%;
	overflow:hidden;
	background-color: white;
}

body { 
	background-color: white;
	margin:0 0 2px 0;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	width:99%;
	height:98%;
 	overflow:hidden; 
}

body.iframebody {
 	background-color: white;  
	height:96%;
	width:99%;
}

img.splash {
	margin:0;
	padding:0;
}

/* top banner with the company logo */
#titolo {
	margin: 4px 0 0 0;
	padding: 0 0 0 0;
 	top:0;  
 	left:0;
	width:98%;
	height:40px;
/*	background-image: url("img_sito/testata.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left; */
	background-color:white;
	border-style:none;
	border-width:0;
	vertical-align: middle;
}

a.stellina {
	padding-bottom:4px;
	font-family:arial,verdana,sans-serif;
	font-size:8pt;
	text-decoration:none;
	color:blue;
}

a.stellina:hover {
	text-decoration:underline;
	color:red;
}

a.stellina:visited {
	color:blue;
}



#menuframe {
	overflow:hidden;
	height:40px;
	width:90%;  
	padding:0;
	margin:0 0 0 0;
	background-color:white;
}

#infoframe {
	overflow:auto;
	margin: 0;
	padding:0;
	width:92%;  
	height:93.5%;
	background-color:white;
}

#infobox {
	width:97%;
	height:95%;
	padding:0;
	margin:0 0 0 105px;
}

/* left menu box */
#left {
	position:absolute;
	top:44px;
	left:0px;
	width:103px;
 	height:98%;  
	background-color:white;
	margin:0;
	padding:0 0 0 0;
 	background-image: url("img_sito/modulo-fascia.jpg");  
	background-repeat: repeat-y; 
	text-align:left;
}

#left a {
 	display:block;    
	width:99px;
	height:24px;
	margin:2px 0 0 2px;  
	padding:0 0 0 0;
	color:white;
	font-family: arial,sans-serif;
	font-size:10pt;
	font-weight:bold;
 	background: url("img_sito/tasto_base.jpg") top left no-repeat;  
/*	background: url("img_sito/tasto-vuoto2.jpg") top left no-repeat;  */
	text-decoration: none;
	text-align:left;
}

#left a:hover {
/*	background: url("img_sito/tasto_roll.gif") top left no-repeat; */
	background: url("img_sito/tasto_roll.gif") top left no-repeat;  
}

#left a.nostar {
	background: url("img_sito/tasto-vuoto2.gif") top left no-repeat;
	color:#ffffff;
}

#left a.nostar:hover, #left a.nostar:active {
	background: url("img_sito/tasto-vuoto.jpg") top left no-repeat;
}

#left a.ups-logo, #left a.ups-logo:hover {
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
/* 	width:45px;
	height:50px; */
	margin:4px 0 8px 0; 
 	padding:0 0 0 0;  
}

#menu_uno {
	display:inline;
	margin: 0 0 0 0;
	line-height:160%;
	padding:0;
}

#menu_uno li {
	display:inline;
	font-family:verdana,arial,sans-serif;
	font-size:10pt;
	font-weight:bold;
	padding-right:1em;
}

#menu_uno a, #menu_uno a:visited {
	text-decoration:none;
	color:green;
	padding:0 2px 0 2px;
}

#menu_uno a:hover, #menu_uno a:active {
	color:purple;
}

#menu_uno a.clicked {
	text-decoration:none;
	color:purple;
	background-color:#feff98;
}

#menu_due {
	display:inline;
	margin: 0 0 0 0;
}

#menu_due li {
	display:inline;
	font-family:verdana,arial,sans-serif;
	font-size:9pt;
	font-weight:bold;
	padding-right:1.5em;
}

#menu_due a , #menu_due a:visited {
	text-decoration:none;
	color:coral;
}

#menu_due a:hover, #menu_due a:active {
	color:purple;
}

#menu_due a.clicked {
	text-decoration:none;
	color:purple;
}

div.linebox1 {
	margin:0 0 0 0;
	padding:0 0 0 8px;
	background-color:palegreen;
	width:100%;
}

div.linebox2 {
	margin:0 0 0 0;
	padding:4px 0 0 8px;
	background-color:#feff98;
	width:100%;
}

a.plink, a.plink:visited, a.plink:active {
	color:navy;
	text-decoration:none;
}

a.plink:hover {
	text-decoration:underline;
}

/* different style for the searchbox cell */ 
#searchbox {
	width:100%;
	height:48px;
	background-color:#009933;
 	background-image: url("img_sito/modulo-fascia.jpg");  
	text-align:center;
	margin-top: 2px;
	padding-top: 2px;
}
	
#searchbox form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#searchbutton {
	font-family: verdana,sans-serif;
	font-size:9pt;
	background-color:#ffc801;
	margin-top:4px;
	margin-bottom:0;
	padding:0 0 0 0;
}

table.intro {
	width:90%;
	border-style:none;
	padding:0;
	margin: 0 0 12px 0;
}

table.intro td {
	width:33%;
	font-size: 9pt;
	vertical-align:top;
}

table.intro ul {
	list-style-type:none;
	line-height:150%;
	padding:8px 0 0  0;
	margin:0 0 0 20px; 
}


table.intro a {
	text-decoration:none;
}

table.intro a:hover {
	text-decoration:underline;
}

/****************************************************************************************************/

