/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin:0px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	
	}	

/*
A:link	{	
	text-decoration:	underline;
	color:	#0000FF;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#0000FF;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#0000FF;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#0000FF;
	}
*/
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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.testo { FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica; color: #4F4F4F; }
.testoAdmin { FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica; color: #7B97E0; }
.titolo { FONT-SIZE: 18px; FONT-FAMILY: Verdana, Arial, Helvetica; color: #4F4F4F; }
INPUT 
{
	FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica;
}

.inputForm
{
	border-width: 1px;
	border-color:#A5ACB2;
	width: 300px;
	height: 20px;
}

.inputFormTextArea
{
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	border-width: 1px;
	border-color:#A5ACB2;
	width: 300px;
	
}

.inputFormDisabled
{
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	background-color: transparent;
	border-bottom-style: none;
}

.inputFormAut
{
	border-width: 1px;
	border-color:#A5ACB2;
	width: 160px;
	height: 18px;
}

select
{
	FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica;
}
.tdForm
{
	WIDTH: 50%;padding-left:20px;padding-top:10px;
}
.tdFormInput
{
	WIDTH: 50%;padding-left:20px;padding-bottom:10px;
}

A.linkForm {
	font-family: Verdana, Arial,Helvetica;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration : underline;
}


A.linkForm:hover {
	font-family: Verdana, Arial,Helvetica;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration : none;
}

A.menu {
	font-family: Verdana, Arial,Helvetica;
	font-size: 11px;
	color: #666666;
	text-decoration : none;
	font-weight: bold;
}


A.menu:hover {
	text-decoration : underline;
}

A.pager
{
	color: #0000FF;
	text-decoration : underline;
}
A.pager:hover {
	text-decoration : none;
}

textarea.hidden{
	visibility:hidden;
	width:1px;
	height:1px;
}

.textcontent{
	border-right: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	border-left: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid;
	font-family: Verdana, Arial, Helvetica;
	font-size:11px;
	width: 300px;	
	padding: 3px 3px 3px 3px;
}
