html {
	overflow:hidden;
	width:100%;
	height:100%;
	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: xx-small;
	width:98%;
	height:100%;
	overflow:hidden;
}


body.iframebody {
	background-color: white;
	width:99%;
	height:100%;
	margin:0;
	padding:0;
}

img.splash {
	margin:0;
	padding:0;
	width:200px;
	height:200px;
}

/* top banner with the company logo */
#titolo {
	margin: 4px 0 0 0;
	padding: 0 0 0 0;
 	top:0;  
 	left:0;
	width:99%;
	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:0;
	margin:0 4px 0 0;
	font-family:arial,verdana,sans-serif;
	font-size:7pt;
	text-decoration:none;
	color:blue;
}

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

a.stellina:visited {
	color:blue;
}

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


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


#infobox {
	width:90%;
	height:94%;
	padding:0;
	margin:0 0 0 105px;
}

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

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

#left a:hover {
	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:#feff98;
}

#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:120%;
}

#menu_uno li {
	display:inline;
	font-family:verdana,arial,sans-serif;
	font-size:8pt;
	font-weight:bold;
	padding-right:4px;
}

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

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

#menu_uno a.clicked {
	text-decoration:none;
	color:red;
	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:8pt;
	font-weight:bold;
	padding-right:8px;
}

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

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

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

div.linebox1 {
	margin:0 0 0 0;
	padding:0 0 0 4px;
	background-color:palegreen;
	font-size:8pt;
}

div.linebox2 {
	margin:0 0 0 0;
	padding:4px 0 0 8px;
	background-color:#feff98;
	font-size:7pt;
}

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

a.plink:hover {
	font-size:7pt;
	text-decoration:underline;
}

img.catimg {
	margin:0 0 -20px 0;
	padding:0;
}

/* 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:x-small;
	background-color:#ffc801;
	margin-top:4px;
	margin-bottom:0;
	padding:0 0 0 0;
}

table.intro {
	width:90%;
	border-style:none;
	padding:2px;
	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:130%;
	padding:6px 0 0  0;
	margin:6px 0 0 20px; 
}


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

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

