/* Placene polozky */
 .portal-pp a.unaccessible {
    width: 14px;
    text-decoration: none !important;
    background: url('/img/pp/ico-key.gif') 0 8px no-repeat;
}
/*** POPUP bublina ***/
#popup {
    position: absolute;
    top: 0; left: -9999px;
    display: block;
    visibility: hidden;
    width: 160px;
    text-align: center;
    text-decoration: none;
    color: #303030;
    z-index: 100;
}
    
    #popup .content {
        display: block;
        padding: 3px 4px 4px 4px;
        font-size: .92em;
        background: #F5F5F5;
        border: 2px solid #AFAFAF;
        border-bottom: 0;
    }
        
    #popup .bottom {
        display: block;
        width: 100%;
        height: 14px;
        background: url('/img/cp/bg-popup-unaccessible.gif') no-repeat 0 0;
    }
        /* preklopena bublina */
        .popup-reverted .bottom {
            background-image: url('/img/cp/bg-popup-unaccessible-reversed.gif');
        }