div.tooltip_popup 
{
	position:relative;
	font-size: 12px; 
	padding: 15px; 
	background-color: #EEEEEE; 
	color: #ab0c0c;
	margin-left: 10px;
	width: 150px;
	white-space: normal;
	border: 2px #666666 dotted;
}



#tooltip
{
	left:0px; 
	top:0px; 
	height:auto;
	width:200px;
	position:absolute; 
	visibility:hidden; 
	/*clip:rect(0px 200px 50px 0px); */
/*	background-image:url("/images/layout/bg_tooltip.gif");
	background-repeat:repeat-xy;*/
	background-color: #eae5cf;
	layer-background-color:#7A91A1;
	padding: 5px;
	border: 6px #ffffff solid;
	font-weight: normal;
	font-size: 11px;
	color: #3b3b3b;
	z-index: 3000;
	/*
	filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9; 
    */
}

a:HOVER.tooltip
{
	background-color: #FFDEAD;
	font-weight: bold;
}

a.tooltip
{
	color: #27408B;
	font-weight: bold;
}

a:hover.tooltip_red
{
	background-color: #FFDEAD;
	font-weight: normal;
}

a.tooltip_red
{
	color: #CD3700;
	font-weight: normal;
	text-decoration: none;
}