<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */


#powerTip {
    background-color: #215f8b !important;
    color: #FFF !important;
    cursor: default;
    display: none;
    padding: 10px;
    position: absolute;
    white-space: nowrap;
    z-index: 2147483647;
}
#powerTip:before {
    content: "";
    position: absolute;
}
#powerTip.n:before, #powerTip.s:before {
    border-left: 5px solid transparent;
    border-right: 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 #215f8b;
    bottom: -10px;
}
#powerTip.e:before {
    border-right: 10px solid #215f8b;
    left: -10px;
}
#powerTip.s:before {
    border-bottom: 10px solid #215f8b;
    top: -10px;
}
#powerTip.w:before {
    border-left: 10px solid #215f8b;
    right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
    border-left: 0 none;
    border-right: 10px solid transparent;
    left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
    border-left: 10px solid transparent;
    border-right: 0 none;
    right: 10px;
}
#powerTip.ne:before, #powerTip.nw:before {
    border-top: 10px solid #215f8b;
    bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
    border-bottom: 10px solid #215f8b;
    top: -10px;
}
#powerTip.nw-alt:before, #powerTip.ne-alt:before, #powerTip.sw-alt:before, #powerTip.se-alt:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #215f8b;
    bottom: -10px;
    left: 10px;
}
#powerTip.ne-alt:before {
    left: auto;
    right: 10px;
}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
    border-bottom: 10px solid rgba(255, 255, 255, 0.9);
    border-top: medium none;
    bottom: auto;
    top: -10px;
}
#powerTip.se-alt:before {
    left: auto;
    right: 10px;
}
#powerTip {
    background-color: rgba(255, 255, 255, 0.95);
    color: #000;
    cursor: default;
    display: none;
    padding: 10px;
    position: absolute;
    white-space: normal;
    width: 280px;
    z-index: 2147483647;
}
#powerTip a.pCloser {
    color: black;
    cursor: pointer;
    display: block;
    font-family: Helvetica,sans-serif;
    font-size: 160%;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: right;
}

#powerTip h3 {
	font-size: 14px;
	margin-bottom: 0;
	padding-top: 0;
	color: #FFF;
}

#powerTip p {
	font-size: 12px;
}

#powerTip ul {
	margin: 0;
	margin-left: 15px;
	padding: 0;
}

#powerTip li {
	list-style: square;
    width: 210px;
    padding: 5px;
}

</pre></body></html>