﻿body {
}

TD.Selezione
{
	background-color:Lime ;
	width: 30%; 
	font-weight: bold; 
	font-family: Verdana; 
	height: 34px;
	color:red; 
}
TD.NonSelezione
{
	background-color:White ;
	width: 30%; 
	font-weight: bold; 
	font-family: Verdana; 
	height: 34px; 
	cursor:pointer;
	color:Black ;
}

TABLE.TabellaDefault
{
	font-size: 10pt;
	background-image: none;
	font-family: Verdana;
	background-color: transparent;
	color: black;
}

/*TD.TitoloDefault
{
	font-weight: bold;
	font-size: 12pt;
	color: blue;
	font-family: Verdana;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-top: 5px;
	background-color: transparent;
	border-bottom: gray 1px dotted;
}
*/

TD.SommarioDefault
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: Verdana;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: silver 1px;
	background-color: transparent;
	border-left: silver 1px;
	border-right: silver 1px;
	border-top-style: none;
}
	
TD.CorpoGenerale
{
	background-color: transparent;
	border-bottom-width: thin;
	border-bottom-color: silver;
	border-top-width: thin;
	border-left-width: thin;
	border-left-color: silver;
	border-top-color: silver;
	/*padding-left: 10px;*/
}

TD.TitoloDefault
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	font-family: Verdana;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-top: 5px;
	background-color: transparent; /*border-bottom: gray 1px dotted;*/
	background-position: left center;
	background-image: url(Immagini/Gradient_Blue_03.jpg);
	background-position: left center;
	width: 709px;
	height: 20px; /*border-right: black 1px solid;
	border-bottom: black 1px solid;*/
}

