/*  CCSTheme */
BODY, TABLE, TH, TR, TD, UL, OL, LI, P, FONT, A, BLOCKQUOTE, LABEL 
{ 
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 7pt; 
}

BODY
{
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}

.MaxWidth { width: 100%; }

.PageBODY{ font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 10px; }

.FormTABLE{ border: 1px solid black; border-collapse: collapse; }

.FormHeaderFont{ color: #000080; font-size: 13px; font-weight: bold; }
.ColumnTD { border: 1px solid black; color: #000000; background-color: #bababa; font-size: 10px; font-weight: bold; }
.ColumnTD A { font-weight: bold; }
.FieldCaptionTD { border: 1px solid silver; color: #000000; background-color: #bababa; font-size: 10px; }
.DataTD{ border: 1px solid silver; color: #000000; font-size: 10px; background-color: white; }
.ErrorDataTD{ color: #FF0000; background-color: #FFFFFF; font-size: 10px; }
.SeparatorTD{ height: 1px; background-color: #aeaeae; }
.AltDataTD{ color: #000000; background-color: #bababa; font-size: 10px; }
.FooterTD { border: 1px solid #bababa; color: #000000; background-color: #bababa; font-size: 10px; }

.Button { border-bottom: 1px ridge; border-left: 1px ridge; border-right: 1px ridge; border-top: 1px ridge; font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 10px; }
.Input { border-bottom: 1px ridge; border-left: 1px ridge; border-right: 1px ridge; border-top: 1px ridge; font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 10px; }
.Textarea { border-bottom: 1px ridge; border-left: 1px ridge; border-right: 1px ridge; border-top: 1px ridge; font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 10px; }
.Select { border-bottom: 1px ridge; border-left: 1px ridge; border-right: 1px ridge; border-top: 1px ridge; font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 10px; }

.Table { border: 1px solid #000000; background-color: #FFFFFF; }
.ColoreVerde{background-color: #66CC66; font-size: 7pt; }
.ColoreGiallo{background-color: #ECCB0F; font-size: 7pt; }
.ColoreRosso{ background-color: #FF0000; font-size: 7pt; }
.ColoreVerdeAlt{ background-color: #66CC66; font-size: 7pt; }
.ColoreGialloAlt{ background-color: #ECCB0F; font-size: 7pt; }
.ColoreRossoAlt{ background-color: #FF0000; font-size: 7pt; }
.Stile1 {
	font-size: 18px;
	font-weight: bold;
}
.Stile2 {
	font-size: 14px;
	font-weight: bold;
}
.Stile3 {font-size: 14px}

.Pager
{
	color:			    black;
	background-color:	#EEEEFF;
	font-weight:		bold;
}

.NoPrint
{
	display:			none;
}

TEXTAREA
{
	border-style:		none;
}

A
{
	text-decoration:	none;
	color:				Black;
	background-color:	Transparent;
}

