/* Style do Tooltip */
.tooltip {		 
	width:556px;
	height:300px;
	display: none;
	border-collapse: collapse;
	z-index:8888;
        font-family:Arial;
}
.tooltip .topLeft {
	width:25px;
	height:16px;
	background: url("tip_left_top.png") right bottom no-repeat; 
}
.tooltip .top {
	height:9px;
	background: url("tip_top.png") left bottom repeat-x;
}
.tooltip .topRight {
	width:16px;
	height:16px;
	background: url("tip_right_top.png") left bottom no-repeat; 
}
.tooltip .right {
	background: url("tip_right.png") left top repeat-y;
}
.tooltip .bottomRight {
	width:16px;
	height:16px;
	background: url("tip_right_bottom.png") left top no-repeat; 
}
.tooltip .bottom {
	height:9px;
	background: url("tip_bottom.png") left top repeat-x;
}
.tooltip .bottomLeft {
	width:25px;
	height:16px;
	background: url("tip_left_bottom.png") right top no-repeat; 
}
.tooltip .left {
	height:9px;
	background: url("tip_left.png") right top repeat-y;
}
.tooltip td.left img { 
	display: block; 
	margin: 0 auto; 
	float:right;
	margin-right:6px;
	z-index:10000;
}
.tooltip td.center { 	
	background: #fff url("loader.gif") center center no-repeat;
}
.tooltip .tool_arr {
	width:14px;
	height:26px;
	background: url("tip_arr.png") 0px 0px no-repeat;
	margin-right:6px;
	z-index:9999;
	float:right;
}
.tooltip .tool_arr_right {
	width:14px;
	height:26px;
	background: url("tip_arr_right.png") 0px 0px no-repeat;
	margin-right:-5px;
	z-index:9999;
	float:right;
}
