/* Tooltip */

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
	position: relative;
	color: #666666;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom:0px dotted #4dbcf3;
	color: #666666;
	top: 2px;
}

a.tooltip:hover {
/*background: transparent;*/
z-index: 100;
}

a.tooltip span.tool {
display: none;
text-decoration: none;

}

a.tooltip:hover span.tool {
	display: block;
	width: 200px;
	text-align:justify;
	border:1px solid black;
	padding:5px;
	position:absolute;
	top: 30px;
	left: 0;
	width: 200px;
	z-index: 99;
	color:#000000;
	background:#C0D4AF;
	filter:alpha(opacity=80);
	opacity:.90;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	}
	
#picture {
	float:left;
	width: 50px;
}

a.tooltip1,
a.tooltip1:link,
a.tooltip1:visited,
a.tooltip1:active {
	position: relative;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom:0px dotted #4dbcf3;
	color: #000000;
	top: 2px;
}

a.tooltip1:hover {
/*background: transparent;*/
color:#FF0000;
z-index: 100;
}

a.tooltip1 span.tool1 {
display: none;
text-decoration: none;

}

a.tooltip1:hover span.tool1 {
	display: block;
	width: 200px;
	text-align:justify;
	border:1px solid black;
	padding:5px;
	position:absolute;
	top: 30px;
	left: 0;
	width: 200px;
	z-index: 99;
	color:#000000;
	background:#C0D4AF;
	filter:alpha(opacity=80);
	opacity:.90;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	}


