
.ActTooltip {
	
	position:absolute;
	width:250px;	
	display:none;
}

.ActText td {
	
	background:#FFFFE1;
	
}

.ActMessage {

	padding:4px 5px;
	font:normal 11px Tahoma !important;
	color:#000 !important;
	text-align:left !important;
	
}

.ActMessage span {

	padding:0;
	text-align:left !important;

}

.ActMessage strong {

	display:block !important;
	float:none;
	text-align:left;
	background:url(../img/tooltip/info.png) no-repeat 0px 2px;
	padding:3px 0 3px 23px !important;

}

.ActCorner {
	
	width:10px;
	
}

.ActPosBR, .ActPosBL {padding-bottom:24px;}
.ActPosTR, .ActPosTL {padding-top:24px;}

.ActPosBR .ActCTL {

	background:url(../img/tooltip/ctl.png) no-repeat;
	height:7px;
	width:6px;
	
}

.ActPosBR .ActSML {

	background:url(../img/tooltip/dot_v.png) #FFFFE1 repeat-y 0 top;
	width:6px;

}

.ActPosBR .ActCBL {

	background:url(../img/tooltip/cbl.png) no-repeat;
	width:6px;
	
}

.ActPosBR .ActCTR {

	background:url(../img/tooltip/ctr.png) no-repeat;
	height:7px;
		
}

.ActPosBR .ActSMR {

	background:url(../img/tooltip/smr.png) repeat-y right;

}

.ActPosBR .ActCBR {

	background:url(../img/tooltip/pcbr.png) no-repeat -1px bottom;
	height:10px;	
	
}

.ActPosBR .ActSMB {

	background:url(../img/tooltip/smb.png) repeat-x 0 bottom;
	height:10px;	
	
	
}

.ActPosBR .ActSMT {

	background:url(../img/tooltip/dot_h.png) repeat-x 0 top;
	height:7px;	
	
	
}

.ActPosBR .ActArrow {
	
	position:absolute;	
	width:19px;
	height:24px;
	bottom:5px;
	right:12px;
	background:url(../img/tooltip/pbr.png) no-repeat;
	
}

/* SETA BOTTOM LEFT */

.ActPosBL .ActCTL {

	background:url(../img/tooltip/left_ctl.png) no-repeat 1px;
	height:7px;
	width:7px;
	
	
}

.ActPosBL .ActCBL {

	background:url(../img/tooltip/pcbl.png) no-repeat 0px;
	width:7px;
	height:10px;
	
		
}

.ActPosBL .ActCTR {

	background:url(../img/tooltip/left_ctr.png) no-repeat right;
	height:7px;
	width:7px;
	
	
}


.ActPosBL .ActSMR {

	background:url(../img/tooltip/dot_v.png) #FFFFE1 repeat-y 6px top;
	width:6px;

}

.ActPosBL .ActSML {
	
	background:url(../img/tooltip/left_smr.png) repeat-y 0px;

}

.ActPosBL .ActCBR {

	background:url(../img/tooltip/left_cbr.png) no-repeat right bottom;
	height:10px;		
	width:7px;
	
}

.ActPosBL .ActSMB {

	background:url(../img/tooltip/smb.png) repeat-x 0 bottom;
	height:10px;	
	
	
}

.ActPosBL .ActSMT {

	background:url(../img/tooltip/dot_h.png) repeat-x 0 top;
	height:7px;	
	
	
}

.ActPosBL .ActArrow {
	
	position:absolute;	
	width:19px;
	height:24px;
	bottom:5px;
	left:12px;
	background:url(../img/tooltip/pbl.png) no-repeat;
	
}

.ActArrow {

	background-color:transparent !important;

}