/* definiamo la tipolgia di font e la dimensione per i tag fondamentali */
/* kind of font and size relating to the basic tags */
TD {
	FONT:  11px Verdana, Arial, Helvetica, sans-serif
}
TR {
	FONT:  11px Verdana, Arial, Helvetica, sans-serif
}
P {
	FONT:  11px Verdana, Arial, Helvetica, sans-serif
}
DIV {
	FONT:  11px Verdana, Arial, Helvetica, sans-serif
}

/* caratteristiche dei link */
/* property of hyperlinks*/
A:active {
	COLOR: #006600; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #006600; TEXT-DECORATION: underline
}
A:link {
	COLOR: #006600; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #996600; TEXT-DECORATION: none
}
.txtContent {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 0px; VISIBILITY: visible; PADDING-BOTTOM: 0px; OVERFLOW: auto; WIDTH: 230px; COLOR: #000000; PADDING-TOP: 0px; HEIGHT: 150px
}
body { SCROLLBAR-FACE-COLOR: F7EFE7; SCROLLBAR-HIGHLIGHT-COLOR: none; SCROLLBAR-SHADOW-COLOR: F7EFE7;  SCROLLBAR-3DLIGHT-COLOR: F7EFE7; SCROLLBAR-ARROW-COLOR: 2F6293; SCROLLBAR-TRACK-COLOR: none; SCROLLBAR-DARKSHADOW-COLOR: none }

/* queste classi definiscono gli style per i tag relativi ai moduli ( input, select )*/
/* these classes are related to the form tags ( input, select )*/
.form  {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : #9C6500;
	border-width : 1;
	border-style : solid;
	border-color : #FFFFE7;
	background-color : #FFFFFF;
}
.pulsante  {
	font-size : 11px;
	font-family : Tahoma, Verdana, Arial, sans-serif;
	color : #9C6500;
	border-width : 1;
	border-style : solid;
	border-color : #FFFFE7;
	background-color : #FFFFFF;
}


/* tale classe definisce gli style per il bordo ed il colore di sfondo delle tabelle */
/*  this class is related to the edges and to the background colour of the tables */
.tablemenu  {
	border-width : 0;
	border-style : dashed;
	border-color : #FFFFE7;
	background-color : #;
}

/* tale classe definisce uno dei due colori base ovvero il rosso */
/* basic colour: red */
.red {
	COLOR: #ff0000
}

/* tale classe definisce l'altro colore base ovvero il blue */
/* basic colour: blue */
.blue{
	COLOR: #9C6500
}
body { 
	color: #000000; 
	margin: 0px; 
	}
p { 
	margin-top: 0px; 
	text-align: justify;
	}

.form{
	font-size : 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	border: 1px solid #c4bc9d;
	padding:3px;
	}
.submit{
	color:#0d0500;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#fed;
	border:1px solid;
	border-color: #c4bc9d;
	}

#error {
	color:red;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	display:none;
}
.needsfilled {
	background:green;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}



