
A
{
	color: dimgray;
	font-family: Verdana;
	font-size:small;
	text-decoration: none;
	
}

A:hover
{
	color:Black;
	font-family: Verdana;
	font-size:small;
	text-decoration: underline;
	
}



body
{
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-color: White;
	color: dimgray;
	font-family: Verdana;
	font-size:small;
}


.tabella
{
	border-color: #006a37;
	border-width: thin;
}

.tabellona
{
	width: 760px;
	border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	border-bottom: thin solid;
	border-color: White;
	border-width: thin;
	
}

.tabellina
{
	border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	border-bottom: thin solid;
	border-color: #006a37;
	border-width: thin;
	background-color: #F3FAF3;
}

.tabellinabianca
{
	border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	border-bottom: thin solid;
	border-color: #006a37;
	border-width: thin;
}

.cellatitolo
{
	background-position-x: right;
	background-image: url(Immagini/barratitolo.png);
	width:100%;
}

.cellascura
{
	background-color: #006a37;
}

.cellachiara
{
	background-color: #E4E4E4;
}

.piede
{
	font-size: 7pt;
	vertical-align: middle;
	color: gray;
	text-align: center;
}

.cellagrigia
{
	background-color: Window;
}

.testochiaro
{
	color: #d3d3d3;
}

.testoscuro
{
	color: black;
}

.immmenuOK
{
	src: url(Immagini/LoginManagerOK_g.png);	}
	
	.immmenuOK:hover
{
	src: url(Immagini/LoginManagerOK.png);	}
	
	.immmenuKO
{
	src: url(Immagini/LoginManagerKO_g.png);	}
	
	.immmenuKO:hover
{
	src: url(Immagini/LoginManagerKO.png);	}

.bottone
{
	color: #000000;
	background-color: #FFFFCC;
	font-size: 12px;
	height: 18px;
	border: 1px solid #023167;
	text-decoration: none;
	cursor: hand;
	margin: 2px;
}

.textbox
{
	border: 3px double #023167;
	color: #000000;
	background-color: #C8F1A4;
	font-size: 11px;
}

.textboxgrande
{
	border: 3px double #023167;
	color: #000000;
	background-color: #C8F1A4;
	font-size: 15px;
}

.combobox
{
	border: 1px solid #023167;
	color: #000000;
	background-color: #C8F1A4;
	font-size: 11px;
	cursor: hand;
}

.checkbox
{
	border: 0px solid #023167;
	font-size: 11px;
	cursor: hand;
}

.radiobutton
{
	border: 0px solid #023167;
	font-size: 11px;
	cursor: hand;
}

.helplink
{
	color: #000000;
	background-color: #FFFFCC;
	font-size: 20px;
	border: 1px solid #023167;
	text-decoration: none;
	cursor: help;
}

.testointestazione
{
	color: #000000;
	font-size: large;
	text-decoration: none;
	margin-left: 5px;
}

.testotitolo
{
	color: green;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}

.testonormale
{
	color: #000000;
	text-decoration: none;
}


