/*************************************************************************************************************
 * HELP TOOLTIP
 */

.help{
	position:relative;
	z-index:24;
	text-decoration: none;
	}

a.help, a.help:link, a.help:visited{
	text-decoration: none;
	}
a.help:hover{
	text-decoration: none;
	}

.help:hover{
	z-index: 25;
	}
.help span{
	display: none;
	}

.help:hover span{
	display: block;
	position: absolute;
	width: 300px;
	color: #000000;
	left: -305px;
	background-color: #ffffff;
	border: 1px solid #8DB7D2;
	}

.help_titolo{
	background: #BEDAEB;
	font-weight: bold;
	padding: 2px;
	text-transform: uppercase;
	}

.help_corpo{
	padding: 2px;
	}
