/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

BODY
{
	font-size: 10pt;
	font-family: Tahoma;
}

TABLE
{
	font-size: 7pt;
	font-family: Tahoma;
}


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

TABLE.section {
	border: solid 1 C2C2C2;
}
TD.section 
{	
	padding: 12,12,12,12;
}

input,textarea
{
	font-family:Verdana,Arial,sans-serif;
	color:#2D559F;
	font-size:11px;
	border-width:1; 
	border-style: solid;
	border-color:#2C539B;
	background:#EDF1F9
}

select
{
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:black;
	line-height:15px;
}
