/* Default CSS Stylesheet for a new Web Application project */

BODY, TABLE
{
    /*BACKGROUND-COLOR: #FEFBEB;*/
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}	
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:	none;
	color:	#01586D;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#01586D;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#01586D;
	}	
		
A:hover
{	
	text-decoration:	underline;
	color:	#01586D;
	background-color: #A5D6B5;
}
/*IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}*/
.Grid
{
	font-size: 8pt;
	border-color: #01586D;
	border-style: solid;
}
.Grid TR,
.Grid TD
{
	height: 20px;
}
.GridHeader
{
	background-color: #01586D;
	color: White;
	font-weight: bold;
}

#cornice4 .GridHeader A,
.GridHeader A:visited
{
	color: White;
	text-decoration: underline;
}
#cornice4 .GridHeader A:hover
{
	background-color: #A5D6B5;
	color: #01586D;
	text-decoration: underline;
}

.GridItem
{
	color: Black;
}

#cornice4 .GridItem A,
#cornice4 .GridItem A:visited,
#cornice4 .GridAlternatingItem A,
#cornice4 .GridAlternatingItem A:visited,
#cornice4 .GridItem A:hover,
#cornice4 .GridAlternatingItem A:hover
{
	color: #01586D;
	text-decoration: underline;
}
#cornice4 .GridAlternatingItem
{
	color: Black;
	/*background: #E6FFE6;*/
}
.Button
{
	font-size: 10pt;
	font-family: Tahoma;
	width: 60px;
}
.InputBox
{
	font-size: 10pt;
	font-family: Tahoma;
	width: 250px;
	background-color: White;
}
.ItemDetail
{
	font-weight: bold;
	width: 1%;
	height: 20px;
	background-color: #01586D;
	color: white;
	white-space: nowrap;
}
.IntestazioneDetail
{
	font-weight: bold;
	color: #01586D;
	text-transform: uppercase;
	font-size: 12px;
}
.TextAlterColor
{
	color: #01586D;
	font-weight: bold;
}
.Errore
{
color: Red;
}
