/* ***********************************    CSS parte comune  *********************************** */

body {
/*scrollbar-3dlight-color: #ffff00; 
scrollbar-arrow-color: #240000;
scrollbar-base-color: #FFCC33; 
scrollbar-darkshadow-color: #FFCC33; 
scrollbar-face-color: #FFCC33; 
scrollbar-highlight-color: #320000; 
scrollbar-shadow-color: #ffff00;
scrollbar-track-color: #240000; */
}

.bordo {
	border: 1px solid;
    border-color: #8BB5DE;
}

input.text:focus {
	background: #2CC3FF;
}

input.pulsante:hover {
	background: #CCCCFF;
}
input.pulsante:active {
	background: #00CCFF;
}

td.richiesto {
	color: #000000;
	background: #3399FF;
	text-align: right;
	font: bold 12 px Verdana;
}
td.opzionale {
	font: bold 12 px Verdana;
	color: #000000;
	background: #00FF33;
	text-align: right;
}

/* ***********************************    CSS base del sito  *********************************** */
.testonormale {
	font-family: Verdana;
	font-size: 12 px;
	color: #333333;
	text-align: justify;
	list-style-position: inset;
	list-style-type: disc;
	font-weight: sharp;
}
.testotitoli {

	font-family: Verdana;
	font-size: 20 px;
	color: #990000;
	font-weight: bold;
}
.testocentrato {

	font-family: Verdana;
	font-size: 12 px;
	color: #CC6600;
	text-align: center;
	font-weight: bold;
}

.SfondoLavagna {
	padding: 10px;
	border: 0px solid #FF9900;
	width: 180px;
	font: 12 px Verdana;
	color: #FF9900;	
}

textarea.sfondo {
	font: 12 px Verdana;
	color: #666666;
	background: #FFFFFF; 
	width: 400px;
	height: 150px;
	border: 1px solid #FF9900;
	padding-right: 5px;
	padding-left: 5px;
	}

table.tabella{
	font: 12 px Verdana;
	color: #99CC99;
	border: 0px solid #800000;
	padding-right: 5px;
	padding-left: 5px;	
}

.Body {
	font: 12 px Verdana;
	color: #FF9900;
	border: 0px solid #FF9900;
	padding-right: 5px;
	padding-left: 5px;
	background: #800000;	
}

.Head {
	font: 12 px Verdana;
	color: #FF9900;
	border: 0px solid #FF9900;
	padding-right: 5px;
	padding-left: 5px;	
}

input.pulsante{
	font: 12 px Verdana;
	color: #FF9900;
	background: #800000;
	text-align: center;
	padding: 1px;
	width: 60px;
	border: 1px solid #FF9900;
	margin-top: 5px;
}

#form {
	background: #800000;
	padding: 10px;
	border: 1px solid #FF9900;
	width: 600 px;
	font: 12 px Verdana;
	color: #FF9900;	
}

/* Questo sembra essere la select dentro le tabelle */
#select{
	font: 12px Verdana;
	background: #FFFFFF;
	color: #666666;
	border: 1px solid #FF9900;
	}

/* Questo sembra essere la select dentro le tabelle */
input.Select {
	font: 12px Verdana;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #FF9900;
	padding-right: 5px;
	padding-left: 5px;
	width: 250 px;
}

#smallform{
	background: #666666;
	padding: 10px;
	border: 1px solid #FF9900;
	width: 180px;
	font: 12 px Verdana;
	color: #FF9900;	
}

.class a{
	font-family: Verdana;
	font-size: 12 px;
	color: #CC6600;
	text-align: justify;
	list-style-position: inset;
	list-style-type: disc;
	font-weight: sharp;
    text-decoration: underline;
}	

.class a:hover {
	font-family: Verdana;
	font-size: 12 px;
	color: #993300;
	text-align: justify;
	list-style-position: inset;
	list-style-type: disc;
	font-weight: sharp;
	text-decoration: none;
}

/* ***********************************    Fine CSS base del sito  *********************************** */
