a:link, a:visited
{
  font-size        : 12px;
  color            : #0066CC;
  text-decoration  : none;
  font-weight      : bold;
}

a:hover
{
  font-size        : 12px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}

a.comando
{
	text-decoration: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	background-color: #ECEAD8;
}

a.comando:link
{
	text-decoration: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	background-color: #ECEAD8;
}

a.comando:visited
{
	text-decoration: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	background-color: #ECEAD8;
}

a.comando:hover
{
	text-decoration: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	background-color: #BFBFBF;
}

a.comando:active
{
	text-decoration: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	background-color: #BFBFBF;
}
body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}



input
{
	padding: 2px;
	border: 1px solid;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

iframe
{
	display: none;
}

textarea
{
	margin-bottom: 5px;
	margin-right: 5px;
	border: 1px solid;
	padding: 2px;
	font-size: 12px;
}

div.tabellaTitoli table
{
	border-style: solid;
	border-width: 2px;
}

div.tabellaTitoli th
{
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

div.tabellaTitoli td
{
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 12px;
}

.boxCategoria
{
	/* background-color: red; */
}

.separator
{
	position: relative;
	height: 1px;
	border-top: 1px solid #000000;
	margin: 5px 0px 5px 0px;
	font-size: 1px;
}

.labelCategoria
{
	position: relative;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	/* background-color: #ECEAD8; */
}

.labelCategoriaVuota
{
	position: relative;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

.operazioniTitolo
{
	text-align: right;
}

.rigaDispari
{
	
}

.rigaPari
{
	background-color: #ECEAD8;
}

.pannelloForms
{
	position: absolute;
	z-index: 1;
	width: 350px;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -175px;
	min-height: 100px;
	height: auto !important;
	height: 200px;
	padding: 1em;
	background: white;
	border-color: #000000;
	border-style: double;
}

div.linkChiudi
{
	vertical-align: text-bottom;
}

div.titoloForm
{
	width: 100%;
	text-align: center;
	font-weight: bold;
}

div.sottoTitoloForm
{
	width: 100%;
	text-align: center;
}

div.bottoneForm
{
	clear: both;
	width: 100%;
	text-align: center;
}

span.labelForm
{
	width: 40%;
	margin-right: 10px;
	text-align: right;
	float: left;
}

span.campoForm
{
	width: 50%;
	text-align: left;
	float: right;
}