/* Tooltip styles */
.HasTooltip { position:relative }
.HasTooltip.TooltipQuestionmark { background:url(http://www.canequity.com/accounts/w20_question.gif) no-repeat top right }
.TooltipRef { display:none; height:15px;}
.TooltipRef a { color:black !important; text-transform:none !important; text-decoration:none !important; font: bold 11px/1em sans-serif !important; z-index:10000 !important; white-space:nowrap;}
.TooltipRef.TooltipFaded a { color:#336699 !important; font-weight:bold !important }
.TooltipRef.TooltipFaded a:hover { color:#B6C5DC !important }
.TooltipText { display:none; z-index:10000 }
.TooltipText span.RefNumber { display:none }
.TooltipText h1 { margin:0 0 0.25em 0; padding:0 }
.TooltipHovering { position:absolute }
.TooltipHovering.Shown { display:block }
/* Bubble Images */
.TooltipText .BubbleBottom { height:8px; background:#eee url(/images/tooltip-bubble/bottom.png) bottom left no-repeat }
.TooltipText .BubbleTop { height:8px; background:#eee url(/images/tooltip-bubble/top.png) bottom left no-repeat }
.TooltipText .BubbleContents { min-height:8px; background:#eee url(/images/tooltip-bubble/middle.png) top left }
.TooltipText { width:400px }
/* 350px Bubbles */
.TooltipText.w350 .BubbleBottom { background:#eee url(/images/tooltip-bubble/350-bottom.png) bottom left no-repeat }
.TooltipText.w350 .BubbleTop { background:#eee url(/images/tooltip-bubble/350-top.png) bottom left no-repeat }
.TooltipText.w350 .BubbleContents { background:#eee url(/images/tooltip-bubble/350-middle.png) top left }
.TooltipText.w350 { width:350px }
/* 220px wide bubbles */
.TooltipText.w220 .BubbleBottom { background:#eee url(/images/tooltip-bubble/220-bottom.png) bottom left no-repeat }
.TooltipText.w220 .BubbleTop { background:#eee url(/images/tooltip-bubble/220-top.png) bottom left no-repeat }
.TooltipText.w220 .BubbleContents { background:#eee url(/images/tooltip-bubble/220-middle.png) top left }
.TooltipText.w220 { width:220px }

/* Bubble Contents Styles */
.TooltipText .BubbleContents { padding:5px 10px 8px 10px; font:normal 12px/1.2em sans-serif; color:black; text-align:left; text-transform:none  }
