<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* PowerTip Plugin */
#powerTip {
	cursor: default;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.9);
	color: #FFF;
	display: none;
	padding: 10px;
	position: absolute;
	white-space: nowrap;
	z-index: 2147483647;
}
#powerTip:before {
	content: "";
	position: absolute;
}
#powerTip.n:before, #powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
}
#powerTip.e:before, #powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;
}
#powerTip.n:before {
	border-top: 10px solid #FFF;
	border-top: 10px solid rgba(255, 255, 255, 0.9);
	bottom: -10px;
}
#powerTip.e:before {
	border-right: 10px solid #FFF;
	border-right: 10px solid rgba(255, 255, 255, 0.9);
	left: -10px;
}
#powerTip.s:before {
	border-bottom: 10px solid #FFF;
	border-bottom: 10px solid rgba(255, 255, 255, 0.9);
	top: -10px;
}
#powerTip.w:before {
	border-left: 10px solid #FFF;
	border-left: 10px solid rgba(255, 255, 255, 0.9);
	right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#powerTip.ne:before, #powerTip.nw:before {
	border-top: 10px solid #FFF;
	border-top: 10px solid rgba(255, 255, 255, 0.9);
	bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 10px solid #FFF;
	border-bottom: 10px solid rgba(255, 255, 255, 0.9);
	top: -10px;
}
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: 10px solid #FFF;
	border-top: 10px solid rgba(255, 255, 255, 0.9);
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 10px;
}
#powerTip.ne-alt:before {
	left: auto;
	right: 10px;
}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: none;
	border-bottom: 10px solid #FFF;
	border-bottom: 10px solid rgba(255, 255, 255, 0.9);
	bottom: auto;
	top: -10px;
}
#powerTip.se-alt:before {
	left: auto;
	right: 10px;
}



/* 20130607 dsp */
/*red: 
#bd4647;
rgba(189, 70, 71, 0.8);
*/

#powerTip {
	cursor: default;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.95);	
	color: #000;
	display: none;
	padding: 10px 10px 10px 10px;
	position: absolute;
	white-space:normal;
	z-index: 2147483647;
	width: 238px;
}

#powerTip a.pCloser {
	font-family: Helvetica, sans-serif;
	color: black;
	display: block;
	font-size: 160%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: right;
	cursor:pointer;
}

#powerTip h3 {
	padding: 15px 0 10px 0;
}
</pre></body></html>