
p.titolo		{ color: #fff; font-size: 14pt; font-family: Verdana, Tahoma, Arial; font-weight: normal }
p.sottotitolo	{ color: #ddd; font-size: 12pt; font-family: Verdana, Tahoma, Arial; font-weight: normal }
p.smalltitolo	{ color: #fff; font-size: 10pt; font-family: Verdana, Tahoma, Arial; font-weight: normal }
p				{ color: #fff; font-size: 8pt; font-family: Verdana, Tahoma, Arial; line-height:18px }
p.link			{ color: #ccc; font-size: 8pt; font-family: Verdana, Tahoma, Arial; text-decoration:underline;cursor:pointer; line-height:18px }
p.faq			{ color: #fff; font-size: 8pt; font-family: Verdana, Tahoma, Arial; cursor:pointer; line-height:18px}
p.home			{ color: #fff; font-size: 8pt; font-family: Verdana, Tahoma, Arial; line-height:18px }

.fontLarge		{ color: #fff; font-size: 12pt; font-family: Verdana, Tahoma, Arial; line-height:18px }
.fontNormal		{ color: #fff; font-size: 8pt; font-family: Verdana, Tahoma, Arial; line-height:18px }
.fontGrayed		{ color: #aaa; font-size: 8pt; font-family: Verdana, Tahoma, Arial; line-height:18px }
.fontRed		{ color: #CC0000; font-size: 8pt; font-family: Verdana, Tahoma, Arial; line-height:18px }
.fontBlack		{ color: #000; font-size: 8pt; font-family: Verdana, Tahoma, Arial; line-height:18px }

a				{ color: #fff; font-weight: bold; font-size: 8pt; font-family: Verdana, Tahoma, Arial; text-decoration:none; line-height:18px }
.underline		{ color: #fff; font-weight: bold; font-size: 8pt; font-family: Verdana, Tahoma, Arial; line-height:18px}
a.secondo		{ color: #fff; font-size: 7.5pt; font-family: Verdana, Tahoma, Arial; line-height:18px }
a.menu			{ color: #fff; font-size: 7.5pt; font-family: Verdana, Tahoma, Arial; text-decoration:none }
a.black			{ color: #000; font-size: 8pt; font-weight: normal; font-family: Verdana, Tahoma, Arial; text-decoration:underline}
body			{ background-color: black }

td.tab_sel		{background-color:#A2A2A2;width=100;height=30;border:solid;border-width=0;border-top-width=2;border-color=#fff;}
td.tab_unsel	{background-color:#666;width=100;height=30;border:solid;border-width=0;border-top-width=1;border-bottom-width=2;border-color=#fff;;cursor:pointer}
td.tab_sep		{border:solid;border-width=2;border-color=#fff;}
td.white_bottom	{border:solid;border-width=0;border-bottom-width=2;border-color=#fff;}
td.tab			{background-color:#A2A2A2;border:solid;border-width=2;border-top-width=0;border-color:#fff}
td.cell			{background-color:#A2A2A2;padding-left:7;padding-right:7}
td.cell_header	{background-color:#666;padding-left:7;padding-right:7}
td.cell_footer	{background-color:#999;padding-left:7;padding-right:7;padding-top:3;padding-bottom:3}
td.progress_bar {background-color:#A2A2A2;border:solid;border-width:1;border-color:#666;}

.inputEdit	{
				border:solid;
				border-width:1;
				border-color:#7F9DB9;
				background-color:#fff;
				font-family:verdana;
				font-size:10;
			}
.inputEditSel	{
				border:solid;
				border-width:1;
				border-color:#f00;
				background-color:#fff;
				font-family:verdana;
				font-size:10;
			}
.stInput	{
				border:solid;
				border-width:1;
				border-color:#7F9DB9;
				font-family:verdana;
				font-size:10;
			}
			
.pstButton	{border:solid;border-width=2;border-color=#fff;font-family=verdana;font-size:10}

.stTd		{border-left:0.5cm solid #EEEEEE}
.stTdShrink	{border-left:2pt solid #EEEEEE}

.vistaButtonUnsel	{
						filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/button_unsel.png', sizingMethod='scale');
						border-width:0;
						cursor:pointer;
					}
.vistaButtonUnsel_noIE	{
						background-image:url(images/button_unsel_98x24.png);
						border-width:0;
						cursor:pointer;
					}
					
.vistaButtonSel	{
					filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/button_sel.png', sizingMethod='scale');
					border-width:0;
					cursor:pointer;
				}
.vistaButtonSel_noIE	{
					background-image:url(images/button_sel_98x24.png);
					border-width:0;
					cursor:pointer;
				}
				
.vistaButtonDisabled	{
					filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/button_unsel.png', sizingMethod='scale');
					border:solid;
					border-width:0;
					border-color:#555555;
					cursor:default;
				}
				
p.insideButton	{
					font-family:Trebuchet MS, Microsoft Sans Serif, verdana;
					color: #eee;
					font-size: 14px;
					font-weight:normal;
				}
