.tooltip{
	width:350px;
	position:fixed;
	display:none;
	z-index: 10;
	line-height: 14px;
}
.tooltip_top{
	background-image: url(../img/atena/bubble/bubble_top.gif);
	background-repeat:no-repeat;
	height:23px;	
}
.tooltip_middle{
	background-image: url(../img/atena/bubble/bubble_middle.gif);
	background-repeat:repeat-y;
	background-position:left bottom;
	padding-left:13px;
	padding-right:10px;
	padding-top:0px;
	float:none;
	text-align:left;
	
}
.tooltip_middle .tooltip_title{
	color:red;
	font-weight:bold;
}
.tooltip_middle .tooltip_text{
	color:#000000;
	position:relative;
	top:-8px;
	font-size:12px;
	float:none;
	text-align: left;
}
.tooltip_middle span{
	line-height: normal;

}
.tooltip_bottom{
	background-image: url(../img/atena/bubble/bubble_bottom.gif);
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:11px;
	position:relative;
	top:-4px;
}

.tooltip table{
	width: 320px;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
.tooltip table tr{
	vertical-align: top;
}
.tooltip table td{}
.tooltip .red{
	color: #FF0000;
	white-space: nowrap;
}
