﻿.KeyTips__highlighted {
    color: Navy;
    background-color: #fdda8d;
}

.KeyTips__popup {
	position: absolute;
	width: 1.7em;
	height: 1.7em;
	overflow: hidden;
	line-height: 1.7em;
	background-color: red;
	/*background-color: #68306E;*/
	color: #fff;
	font-family: Verdana, Sans-Serif;
	font-size: 1.2em;
	text-align: center;
	cursor: default;
	display: none;
	z-index: 2000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	opacity: 0.8;*/
}

* html .KeyTips__popup { filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); }
*:first-child+html .KeyTips__popup { filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); }