/* Stili per il nuovo sistema di help */

.tblDivContent
{
	background-color: #fcfcfc;
	cursor: pointer;
}


.sfondoOscurato
{
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 0;
	background-color: #333333;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

.sfondoOscuratoIframe 
{
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 0;
	background-color: #000000;
	filter: alpha(opacity=20);
	-moz-opacity: 0.20;
	opacity: 0.20;
}


.font_TitoloHelp
{
	font-family: "verdana", "arial", "helvetica", sans-serif;
	font-size: 10pt;
	font-weight:bold;
}

.TitoloHelp
{
	background-color: #1526c3;
	border: none 0px;
	border-bottom-style:solid;
	border-bottom-width:1px; 
	border-bottom-color:Black;
	color:White;
}

