
BODY {
    text-align: center;
	background-color: #666666;
	margin:0px 0px 5px 0px ;
	padding: 0px;
	overflow:auto;
	scrollbar-face-color: #ffcc00;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffcc00;
	scrollbar-darkshadow-color: #ffcc00;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
}

#banner {
  position:absolute;
  background: #ffffff;
  width: 400px;
  height:320px;
  margin: 0 auto;
  left: 35%;
  z-index:2;
  text-align:left; 
}


div.invisibile {display: none;}

/* testo */

.testo { color: #000000; font-size: 10px; font-family: Verdana; text-decoration: none }
.testo_bianco { color: #ffffff; font-size: 10px; font-family: Verdana; text-decoration: none }
.testo_grigio { color: #333333; font-size: 10px; font-family: Verdana; text-decoration: none }
.testo_sx { color: #333333; font-size: 9px; font-family: Verdana; text-decoration: none; padding-right:10px; font-weight:bolder;}
.testo_sx_su { color: #ff9933; font-size: 9px; font-family: Verdana; text-decoration: none; padding-right:10px; font-weight:bolder;}
.testo_giu { color: #333333; font-size: 9px; font-family: Verdana; text-decoration: none; font-weight:bolder;}
.titolo_nero { color: #333333; font-size: 10px; font-family: Verdana; text-decoration: none; font-weight:bolder;}
.titolo_arancione { color: #cc6600; font-size: 10px; font-family: Verdana; text-decoration: none; font-weight:bolder;}
.titolo_bianco { color: #ffffff; font-size: 10px; font-family: Verdana; text-decoration: none; font-weight:bolder;}
.titolo_grigio { color: #666666; font-size: 10px; font-family: Verdana; text-decoration: none; font-weight:bolder;}
.testo_sx_grigio { color: #666666; font-size: 9px; font-family: Verdana; text-decoration: none; padding-right:10px; font-weight:bolder;}
.testo_calendario  {font-weight: normal; font-size: 9px; font-family: Verdana; text-decoration: none }

.bottone {background-color:#ff9933; color:#333333;  font-size: 10px; font-family: Verdana; width:90px}

.immagine {border:1px solid #333333; margin:0px; padding:0px}

.immagine_piccola {
	width:62px;
	height: 59px;
	border-bottom: 3px solid #ff9933;
	cursor:pointer;
	margin-bottom:9px;
}

.td_sx {
	border-left:4px solid #ff9933;
	border-bottom:1px solid #ff9933;
	height:18px;
	padding-left:10px;
}

.td_sx_selezionato {
	border-left:4px solid #ff9933;
	border-bottom:1px solid #ff9933;
	height:18px;
	padding-left:10px;
	background-color:ff9933;
}

.td_arancione {
	border-left:4px solid #ff9933;
	border-right:1px solid #ff9933;
	border-top:1px solid #ff9933;
	border-bottom:1px solid #ff9933;
}

.td_grigio {
	border-left:4px solid #666666;
	border-right:1px solid #666666;
	border-top:1px solid #666666;
}	border-bottom:1px solid #666666;


div.div_sx {
	width:195px; 
	display:none; 
	line-height:15px;
	background-color:#dcdcdc;
	text-align:left;
	line-height:15px;
}

.input_type {
	border:solid 1px #000099; 
	font-family: Verdana; 
	font-size: 9px; 
	height: 20px; 
	width: 100%; 
	vertical-align:middle; 
	background-color:#e5e5e5; 
	margin-left:5px; 
	margin-right:5px;
}

.input_type_select {
	border:solid 1px #000099; 
	font-family: Verdana; 
	font-size: 9px; 
	height: 20px; 
	width: 98%; 
	vertical-align:middle; 
	background-color:#e5e5e5; 
	margin-left:5px; 
	margin-right:5px;
	margin-bottom:10px;
}

ol {
	margin:10px 0px 0px 10px;
	padding:0px 0px 0px 20px; 
}

li {
	list-style-type: disc;
}

li.interno {
	list-style-type: disc;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 2px;
}
