/*

	Css div tip

*/

.bottoneTip {
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFFF;
}

.testoTip{
	Padding : 5px 5px 5px 5px;
	Color : #666666;
	font-family: Verdana;
	font-size: 9px;
	background-color: #FFFFFF;
}
#tipDiv{
	width: 300px;
	background-Color : #FFFFFF;
	padding : 0px;
	border: 1px ridge  #333333;
	z-index: 3;
}
.tdDiv{
	background-Color : #FFFFFF;
}
#tipImg{
	background-image: url(../immagini/javascript/LgInfoToolTip.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 16px;
	width: 16px;
}
