/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */
BODY
{
    BACKGROUND-COLOR: white;
    font-family: Tahoma ;
    FONT-SIZE: 0.70em;    
	FONT-WEIGHT: bold;
	LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #6684D0;  
    overflow: auto 
}

DIV {
	background-color: #F9FCFF ;
	border-style :solid ;
	border-width : 1px;
	border-color: #6684D0;
}

A:link	
{
	font-family: Tahoma ;
	font-size: 8pt ; 
	color: #6684D0;
	border-style : none ;
	text-decoration:	none;
	FONT-WEIGHT: bold; 
	vertical-align :middle ;
	}	
		
A:visited	{	
	font-family: Arial;
	font-size: 8pt ; 
	color:  #6684D0;
	border-style : none ;
	text-decoration:	none;
	FONT-WEIGHT: bold; 
	vertical-align :middle ;
	}	
		
A:active	{	
	font-family: Tahoma ;
	font-size: 8pt ; 
	color:  #6684D0;
	border-style : none ;
	text-decoration:	none;
	FONT-WEIGHT: bold; 
	vertical-align :middle ;
	}	
		
A:hover	{	
	font-family: Tahoma ;
	font-size: 8pt ; 
	color: #6684D0;
	border-style : none ;
	text-decoration:underline;
	FONT-WEIGHT: bold; 
	vertical-align :middle ;
	}

		
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	
	
.pulsante {
	font-family: Tahoma ;
	font-size: 8pt ; 
	font-weight : bold ;
	text-align : center; 
	vertical-align :middle ;
	background-color :  #6684D0; 
	border-style : none ;
	color:#F9FCFF;
}

.titolo {
	font-family: Tahoma ;
	font-size: 18pt;  
	font-weight :bold;
	text-align : center; 
	color: #6684D0;
	background-color: #F9FCFF;
}

.testo {
	font-family: Tahoma ;
	font-size: x-small;  
	color: black;
}

.etichetta {
	font-family : Tahoma ;
	font-size : 8pt;
	font-weight :bold;
	color: #6684D0;
	text-align:left; 
	background-color: #F9FCFF;
}

.navigatore {
	font-family : Tahoma ;
	font-size : 10pt;
	font-weight :bold;
	color: #6684D0;
	text-align:left; 
}

.etichettalink {
	font-family : Tahoma ;
	font-size : 8pt;
	text-decoration : underline;
	font-weight :bold;
	color: #6684D0;
	text-align:left; 
	background-color: #F9FCFF;
	cursor :hand;
}

.TreeView 
{
	font-family: Tahoma ;
	font-size: x-small;  
	font-weight: normal;
	color: black;
	border-style: solid;
	border-width : 1px;
	border-color: #6684D0;
	background-color: White;
	cursor: hand;
}

.PanelTab {
	background-color: Transparent;
	border-style: none;
}

.pulsanteTB, .pulsanteTBHover
{
	font-family: Tahoma ;
	text-align : center; 
	font-size: 8pt ; 
	font-weight : bold ;
	cursor: hand; 
	border-style: none; 
}

.pulsanteTB {
	color: #6684D0;
}

.pulsanteTBHover {
	color: Aqua;
}

.MultiPage 
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
}

.DataGrid
{
	font-family: Tahoma;
	font-size: 2pt;
	font-weight: normal; 
}

.DataGridSel
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal; 
	background-color: Fuchsia;
	font-weight: bold;
}

.alert
{
    font-family: Tahoma ;
    FONT-SIZE: 8pt;    
	FONT-WEIGHT: bold;
    color: Black;  
}

td.intestazioneTabSel
{
	width: 111px;
	height: 21px;
	color: #6684D0;
	font-family:tahoma;
	font-size:11px;
	font-weight: bold ;
	border-style: none; 
	border-width: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	cursor: hand; 
	background-repeat:no-repeat;  
	background-color: LightCyan;
}

td.intestazioneTab
{
	width: 111px;
	height: 21px;
	color: LightCyan;
	font-family:tahoma;
	font-size:11px;
	font-weight: bold ;
	border-style: none; 
	border-width: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	cursor: hand; 
	background-repeat:no-repeat;  
	background-color: #6684D0;
}

td.intestazioneTabDisabilitato
{
	width: 111px;
	height: 21px;
	color: Gray;
	font-family:tahoma;
	font-size:11px;
	font-weight: bold ;
	border-style: none; 
	border-width: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	cursor: default; 
	background-repeat:no-repeat;  
	background-color:#6684D0;
}
