.SDCtooltip {
	border-bottom: 1px dotted black;
}

.SDCtooltip:hover .SDCtooltiptext {
	visibility: visible;
}

.TabToolTip {
	display: none;
	position: absolute;
	border: 2px;
	border-style: solid;
	border-color: black;
	Z-index: 1;
}

.TableToolTip TD, TH {
	border: 2px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #989898;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #989898;
	padding-left: 5px;
	padding-right: 5px;
}

.TableToolTip TH {
	background-color: #edf3f4;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #989898;
	border-top-style: dotted;
}