/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #c5d8cb;
}

.LB_Bottom
{
	font-size: 7pt;
	color: blue;
	font-family: Arial;
}

.LB_EtichetteEmail
{
	font-size: 9pt;
	color: blue;
	font-family: Arial;
}

.LB_Etichette
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
}

.LB_EtichetteMino
{
	font-size: 7pt;
	color: black;
	font-family: Arial;
}

.LB_EtichetteBlu
{
	font-size: 10pt;
	font-weight: bold;
	color: Blue;
	font-family: Arial;
}

.LB_EtichetteTitoBlu
{
	font-size: 12pt;
	font-weight: bold;
	font-style:italic;
	color: Blue;
	font-family: Arial;
}

.LB_EtichetteLink
{
	font-size: 10pt;
	font-family: Arial;
	color: Maroon;
	font-weight: bold;
}

.LB_EtichetteBold
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Arial;
}

.LB_Etichette_Errori
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-family: Arial;
}

.LB_Etichette_ErroriBIG
{
	font-weight: bold;
	font-size: 20pt;
	color: red;
	font-family: Arial;
}

.LB_Etichette_MessMax
{
  font-weight: bold;
  font-size: 14pt;
  color: blue;
  font-family: Arial;
}

.LB_EtichetteDirettivo1
{
	font-size: 14pt;
	font-family: Arial;
	color: Maroon;
}

.LB_EtichetteDirettivo2
{
	font-size: 14pt;
	font-family: Arial;
	color: Maroon;
	font-weight: bold;
}
.CB_Bottoni
{
	font-size: 9pt;
	font-family: Arial;
}

.CB_BottoniLink
{
	cursor: hand;
	color: blue;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: #ccccff;
	text-align: left;
}

.LB_CoroTitolo
{
	font-weight: bold;
	font-size: 12pt;
	color: #FF9900;
	font-family: Arial;
	text-align:center;
}

.LB_CoroElementi
{
	font-weight: normal;
	font-size: 9pt;
	color: black;
	font-family: Arial;
	text-align:center;
}

.LB_EtichettaCD
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Arial;
	text-decoration: underline;
	color: #FF6633;
}

.LB_EtichetteVerdi
{
	font-weight: bold;
	font-size: 8pt;
	color: #0000FF;
	font-family: Arial;
	text-align:center;
}
.LB_RepTitoli
{
	font-weight: bold;
	font-size: 12pt;
	color: navy;
	font-family: Arial;
	text-align: left;
	font-style: italic;
	font-variant: small-caps;
}

.LB_RepBrani
{
	font-size: 10pt;
	color: navy;
	font-family: Arial;
	text-align: left;
}

table.GrigliaASP{
	background-color: #c5d8cb;
	color: #000000;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
