/* Style do Tooltip */
.tooltip {		 
	width:290px;
	display: none;
	border-collapse: collapse;
	z-index:8888;
}
.tooltip .topLeft {
	width:16px;
	heigth:16px;
	background: url("../../page_images/tooltip/tip_left_top.png") right bottom no-repeat; 
}
.tooltip .top {
	height:9px;
	background: url("../../page_images/tooltip/tip_top.png") left bottom repeat-x;
}
.tooltip .topRight {
	width:16px;
	heigth:16px;
	background: url("../../page_images/tooltip/tip_right_top.png") left bottom no-repeat; 
}
.tooltip .right {
	height:9px;
	background: url("../../page_images/tooltip/tip_right.png") left top repeat-y;
}
.tooltip .bottomRight {
	width:16px;
	heigth:16px;
	background: url("../../page_images/tooltip/tip_right_bottom.png") left top no-repeat; 
}
.tooltip .bottom {
	height:9px;
	background: url("../../page_images/tooltip/tip_bottom.png") left top repeat-x;
}
.tooltip .bottomLeft {
	width:16px;
	heigth:16px;
	background: url("../../page_images/tooltip/tip_left_bottom.png") right top no-repeat; 
}
.tooltip .left {
	height:9px;
	background: url("../../page_images/tooltip/tip_left.png") right top repeat-y;
}
.tooltip td img { 
	display: block; 
	margin: 0 auto; 
	float:right;
	margin-right:-5px;
	position:relative;
	z-index:10000;
}
.tooltip td.center { 
	background-color:#fff;
}
