
.bg_verde2		
  	{
		background-color: #9FEFFF;
		color: #0DA6DF;
		font-weight: bold;
	}		

.bg_verde3		
  	{
		background-color: #0DA6DF;
		color: #FFFFFF;
	}		
	
.bg_bianco		
  	{
		background-color: #FFFFFF;
	}		

.dotted
	{
	  border: dotted 1pt silver;
	}
.help
	 {
	 position: inline;
	 cursor: help;	
	}


li.denied{
	background: #ffffff url(../images/icone/lock.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	list-style: none;
	margin-left:50px;
	margin-right:50px;
	font-weight: 800;
	font-size:12px;	
	}

.testata_gestione	
	{
		font-size:12px;
		color: #FFFFFF;
	}	

 .bullet_scheda_nuova
 {
	background-color: white;
	color:#0DA6DF;
	font-style: italic;
	font-weight: 800pt;
	background: url(../images/icone/document-new.png) no-repeat right top; padding-right: 20px; 
	text-align:right;
	width:95%;
 }
 
  .bullet_scheda_singoli
 {
	background-color: white;
	color:#0DA6DF;
	font-style: italic;
	font-weight: 800pt;
	background: url(../images/icone/details.png) no-repeat right top; padding-right: 20px; 
	text-align:right;
	width:95%;
 }
  .bullet_scheda
 {
	background-color: white;
	color:#0DA6DF;
	font-style: italic;
	font-weight: 800pt;
	background: url(../images/icone/edit.png) no-repeat right top; padding-right: 20px; 
	text-align:right;
	width:95%;
 }
	