
.toolTip {
  top:200px;
	left:300px;
  position:absolute;
	line-height:1.6em;
	width: 300px;
}

.toolTip .title a{ color:#e61e25 !important;}

.toolTip ul {
 padding:0;
 margin:0 0 0 20px; 
 color:#4d8f00;
}

.toolTip .toolTipContainer { position:relative;}

.toolTip .dialog {
  position:absolute;
	left:0;
	bottom:-10px;
	width:31px;
	height:13px; 
	background: url("../images/common/tooltip/dialog.png");
}

.toolTip table { 
  width:auto;
}

.toolTip table td { padding:0; border:none;}

.toolTip table td.c {
  background:#f9f8e7;
}


.toolTip table td.rt,
.toolTip table td.lt,
.toolTip table td.rb,
.toolTip table td.lb { 
	height:13px;
	width:13px;
}

.toolTip table td.t,
.toolTip table td.b { height:13px; }

.toolTip table td.l,
.toolTip table td.r { width:13px; }

.toolTip table td.l {
  background: url("../images/common/tooltip/left.png");
}
	
.toolTip table td.r { 
  background: url("../images/common/tooltip/right.png");
}

.toolTip table td.t {
  background: url("../images/common/tooltip/top.png");
 }		

.toolTip table td.b {
  background: url("../images/common/tooltip/bottom.png");
}			

.toolTip table td.rt {
  background: url("../images/common/tooltip/rightTop.png");
}

.toolTip table td.lt {
  background: url("../images/common/tooltip/leftTop.png");
}

.toolTip table td.rb {
  background: url("../images/common/tooltip/rightBottom.png");
}

.toolTip table td.lb {
  background: url("../images/common/tooltip/leftBottom.png");
}

#tipwords {
	display: none;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
