/* 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
{
	color: #003366;
}
/*
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;
	padding-bottom: 5px;
}
.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;
}


.rigaProfessional
{
	background-color: #F7F6F3;
	color: #333333;
}

.rigaAlternataProfessional
{
	background-color: #FFFFFF;
	color: #284775;
}
.footerProfessional
{
	background-color: #252B67;
	color: #FFFFFF;
	font-weight: bold;
}
.headerProfessional
{
	/*background-color: #5D7B9D;*/
	background-color: #252B67;
	color: #FFFFFF;
	font-weight: bold;
}

