.tool-tip           { position: absolute; left: -2000px; z-index: 10000; background-color: Transparent; }
.tool-tip .TL       { width: 3px; height: 6px; background: transparent url(/assets/images/toolTip/TL.png) no-repeat bottom right; }
.tool-tip .TFL      { height: 6px; background: transparent url(/assets/images/toolTip/TFL.png) repeat-x left bottom; }
.tool-tip .TFC      { height: 6px; background: transparent url(/assets/images/toolTip/TFC.png) repeat-x center bottom; }
.tool-tip .TFR      { height: 6px; background: transparent url(/assets/images/toolTip/TFR.png) repeat-x right bottom; }
.tool-tip .TR       { background: transparent url(/assets/images/toolTip/TR.png) no-repeat scroll left bottom; height: 6px; width: 3px; }
.tool-tip .ML       { width: 3px; height: 13px; background: transparent url(/assets/images/toolTip/L.png) repeat-y; }
.tool-tip .MC       { background: transparent url(/assets/images/toolTip/F.png) repeat; padding: 4px; text-align: center; font-size: 10px; font-weight: normal; font-family: Verdana; color: black; }
.tool-tip .MR       { width: 3px; height: 13px; background: transparent url(/assets/images/toolTip/R.png) repeat-y; }
.tool-tip .BL       { width: 3px; height: 6px; background: transparent url(/assets/images/toolTip/BL.png) no-repeat; }
.tool-tip .BC       { height: 6px; background: transparent url(/assets/images/toolTip/B.png) repeat-x; }
.tool-tip .BR       { width: 3px; height: 6px; background: transparent url(/assets/images/toolTip/BR.png) no-repeat; }
.tool-tip .TL img, 
.tool-tip .TR img, 
.tool-tip .BL img, 
.tool-tip .BR img   { width: 3px; height: 6px; }
