/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 10px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #84979d;
	color:White;
	margin-bottom:0px;
	margin-top: 0px;
	
	scrollbar-3dlight-color:#63757A;
	scrollbar-darkshadow-color:#63757A;
	scrollbar-highlight-color:#7F8F93;
	scrollbar-shadow-color:#7F8F93;
	scrollbar-track-color:#6F7D81;
	scrollbar-arrow-color:#ffffff;
	scrollbar-face-color:#768588;
}

/*Numeri per i titoli*/
.titolonumeri
{
font-size: 20px; 
color: #ffffff; 
font-family: Verdana, Helvetica, sans-serif; 
font-weight: bold;
}

/*Testo del titolo*/
.titolotesto 
{
font-size: 13px; 
color: #7E1407; 
font-family: Verdana, Helvetica, sans-serif; 
font-weight: bold;
}

/*Stile per i bottoni*/   
.bottoni
{
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 10px;
 color:Red;
}

/*Stile per i textbox*/   
.textbox
{
	background-color: #84979d;
	font-family: Verdana, Helvetica, sans-serif; 
}

/*Messaggio di Errore per la validazione*/
/* NON FUNZIONA HA PRIORITA' IL BODY?*/
.labelerrors
{
	color: yellow;
}

H1
{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Red; 
}
	
H2
{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:White;
}

/* Era TD ma farebbe override su stili grigle ;-)*/
TR
{
	font-weight: normal;
	font-size: 10px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	
}

/*Sfondo cellona centrale di ogni pagina*/
TABLE
{
	background-color: #63757A;
	align: justify;
}

/* Stili per le griglie */
TR.DataGrid_AlternatingItemStyle
{
	background-image: url(img/fondo-tab-2.gif);
}

TR.DataGrid_ItemStyle
{
	background-image: url(img/fondo-tab-1.gif);
}

TR.DataGrid_FooterStyle
{
	background-color: #BBC6C8;
}

TR.DataGrid_HeaderStyle
{
	background-image: url(img/fondo-tab-header.gif);
}

/* Link  */
A:link
{
	color: #000000;
	text-decoration: none;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#ffffff;
	}
	

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: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-color:#000000;
	}
	
