﻿.akh__highlighted
{
    color: Navy;
    background-color: #fdda8d;
}

.akh__popup
{
	position: absolute;
	width: 16px;
	height: 20px;
	overflow: hidden;
    background: transparent url(images/accesskey.png) no-repeat left top;
	display: none;
	z-index: 500;
    text-align: center;
    color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}

.akh__popup_anchor
{
	position: absolute;
	width: 16px;
	height: 16px;
	overflow: hidden;
    background: transparent url(images/accesskey_anchor.png) no-repeat left top;
	display: none;
	z-index: 500;
    text-align: center;
    color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}