/*************************************   TOOL TIP  ***************************************/
#tooltip{
	border: 0px red solid;
	height: 40px;
	padding-left: 425px;
}
a.tool{
	cursor:default;
}

a.tool span{
	display: none;
}
a.tool:hover {
  background: #eeeeee;
}

a.tool:hover span{
	display:block;
	border: 1px gray dashed;
	text-decoration :none;
	position: absolute;
	top: 0px;
	left: 0px;
	width:910px;
	height: auto;
	padding:5px;
	margin:4px;
	color:black;
	background:#eeeeee;
	font-size: 12px;
}
