/*=======================================
* Tooltips
* ======================================*/

#tooltip {
    position:absolute;
	z-index:10000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    color: #000;
    display:none;
}

#tooltip table { 
	z-index:1000; 
	padding:0px; 
 }
 
#tooltip td { 
	padding:0px; 
	margin:0px; 
}

.tooltip_topo { 
	background:transparent url(images/t.png) repeat-x; 
	width:auto; 
	height:16px; 
}

.tooltip_topo_esq { 
	background:transparent url(images/tl.png) no-repeat; 
	width:16px; 
	height:16px;
}

.tooltip_topo_dir { 
	background:transparent url(images/tr.png) no-repeat; 
	width:16px; 
	height:16px; 
}

.tooltip_baixo { 
	background:transparent url(images/b2.png) repeat-x; 
	width:auto; 
	height:25px; 
}

.tooltip_baixo_esq { 
	background:transparent url(images/bl.png) no-repeat; 
	width:16px; 
	height:16px;
}

.tooltip_baixo_dir { 
	background:transparent url(images/br.png) no-repeat; 
	width:16px; 
	height:16px; 
}

.tooltip_esquerda { 
	background:transparent url(images/l.png) repeat; 
	width:16px; 
	height:16px; 
}

.tooltip_direita { 
	background:transparent url(images/r.png) repeat; 
	width:16px; 
	height:16px; 
}

.tooltip_centro { 
	background:transparent url(images/c.png) repeat; 
	width:auto; 
	height:auto;
	font-family: tahoma, verdana, "sans-serif";
	font-size:10px;
}

.tooltip_close {
	background: url(images/close.png) no-repeat;
	float:right;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	display:none;
}

.tooltip_msg { 
	color:white;
}