/**************************************
 * Sfondo BLU - Scritto grande BIANCO
 **************************************/
.header {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-weight: normal;
	font-size: 12px;
	color:gray;
	border: solid;
	border-bottom-width:1px;
	border-bottom-color: #0500BE;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;	
	background-color: #FFFFFF;
}

/**************************************
 * Sfondo CELESTINO - Scritto BLU
 **************************************/
.sfondo {
	background-color: #E1E2FE;	
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 12px;
	color:#0509c2;
}


/**************************************
 * Sfondo CELESTINO - Scritto Rosso
 **************************************/
.sfondoConRosso {
	background-color: #E1E2FE;	
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 12px;
	color:#ff0000;
}

/**************************************
 * Sfondo CELESTINO - Scritto BLU grande
 **************************************/
.user-name {
	background-color: #E1E2FE;;
	color: #0509c2;
	font-weight: normal;
	font-size: 18px;	
}

/**************************************
 * Sfondo CELESTINO - Scritto NERO
 **************************************/
.menu-desktop {
	background-color: #E1E2FE;
	border: solid;
	border-bottom-style: none;
	border-right-color:#0500BE;
	border-right-width:1px;
	border-left-color:#0500BE;
	border-left-width:1px;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;	
}




/**************************************
 * Sfondo CELESTINO - Scritto Nero - bordato BLU
 **************************************/
.body {
	background-color: white;
	border: double;
	border-right-style: none;
	border-top-color:#0500BE;
	border-top-width: medium;
	border-bottom-color:#0500BE;
	border-bottom-width:medium;
	border-left-style:none;	
}

/**************************************
 * Sfondo CELESTINO - Scritto BLU - x menu
 **************************************/
.menu-application {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 12px;
	color:#0500BE;
	border: solid;
	border-top-style: none;
	border-left-style: none;	
	border-bottom-width: 1px;
	border-bottom-color: #0500BE;
	border-right-color:#0500BE;
	border-right-width:1px;
	background-color: #D0D2FD;
}

/**************************************
 * Sfondo CELESTINO scuro - Scritto BLU
 **************************************/
.expense0{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 15px;
	color: #0509c2;
	background-color: #DDDEFC;
}
/**************************************
 * Sfondo CELESTINO chiaro - Scritto BLU
 **************************************/
.expense1{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 15px;
	color: #0509c2;
	background-color: #EEEEFE;
}

/**************************************
 * Sfondo Bianco - Scritto nero
 **************************************/
input.logon {
	width: 120px;
	height: auto;
	background-color: white;
	text-align: left;
	border-style: inset;
	color: black;
	font-size: x-small;
}

/**************************************
 * Sfondo CELESTINO - Scritto BLU contenuto x TABLE
 **************************************/
table.content {
	text-align: center;
	background-color: white;
	font-family: Verdana;
}	

/**************************************
 * Sfondo CELESTINO - Scritto BLU contenuto x CAPTION
 **************************************/

caption.content {
	background-color: #eeeeee;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	color: #2a4591;
}

/**************************************
 * Sfondo CELESTINO - Scritto BLU contenuto x TD
 **************************************/
td.content	{
	background-color: #eeeeee;
	border-width: 0px;
	color: #2a4591;
	border-style: solid;
	font-family: Verdana;
	font-size: 13pt;
	height: auto;
}
/**************************************
 * x TD
 **************************************/
td.content2	{
	background-color: white;
	border-width: 0px;
	color: black;
	border-style: solid;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	height: auto;
}

/**************************************
 * x TABLE
 **************************************/
table.content2	{
	background-color: white;
	border-width: 0px;
	color: black;
	border-style: inset;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	height: auto;
}


/**************************************
 * Sfondo CELESTINO - Scritto BLU Intestazione tabella
 **************************************/
th.content	{
	font-style: italic;
	/* background-color: silver; */
	background-color: #eeeeee;
	text-align: left;
	color: #2a4591;
	font-family: Verdana;
	font-size: 8pt;
	height: auto;
	width: auto;
}
/**************************************
/**************************************
table.textBox {
	FONT-FAMILY: Verdana, Arial helvetica, sans-serif; 
	font-size: 11px; 
	COLOR: #000000; 
	FONT-WEIGHT: normal
}

