    .tooltip1
    {
	    position: absolute;
	    display: none;
		z-index:1001;
    }
	

.tooltip2 {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 2px;
	z-index:101;
	
}
.tooltip2 .head{
	background-color:#1F1FFF;   
	color: white;
	font-weight: bold;
	padding: 2px;
	font-size: 8px;
}
.tooltip2 .content{
	color: #000;
	font-size: 12px;
	border-size: 4px;
}
.tooltip2 .content td{
	width: 50%;
	font-size: 12px;
	text-align: left;
}

strong {
	font-weight: bold;
}

