<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#dialogContainer {
    padding: 0;
    margin: 0;
    font-family: arial, tahoma, helvetica;
    color:#666; 
    position:absolute; 
    width:425px; 
    z-index:200;
}
#dialogContainer2 {
    padding: 0;
    margin: 0;
    font-family: arial, tahoma, helvetica;
    color:#666; 
    position:absolute; 
    width:425px; 
    z-index:200;
}

#activationDialogContainer {
    padding: 0;
    margin: 0;
    font-family: arial, tahoma, helvetica;
    color:#666; 
    position:absolute; 
    width:300px; 
    z-index:200;
}

#dlgmessage {
    height: 60px; 
    font-size: 12px; 
    padding: 25px 20px 10px;  
    text-align: center;
}

#dlgmessageleft {
    height: 60px; 
    font-size: 12px; 
    padding: 25px 20px 10px;
    padding-bottom: 10px;  
    text-align: left;
}

#dlgheader {
    height: 20px;
    font: bold 17px/17px "arial narrow", arial, tahoma, helvetica;
    color: #fff; 
    padding: 5px; 
    border-bottom: 1px solid #666; 
    background-color: #53606C;
}
#dlgcontainer {
    text-align: left;
    background: #fafaff url(../images/warning_bg.png) left bottom no-repeat;
    border: 1px solid #666; 
    text-align: central;
}
#dlgclose {
    float: right; 
    cursor: pointer; 
    margin: 3px 3px 0 0; 
    height: 11px; 
    width: 11px; 
    background-image: url(../images/cruz.png);
    background-repeat: no-repeat;
}
#dlgcontrols {
    padding: 10px 15px 15px 0;
}
#windowShadow { 
    position: absolute; 
    top: 0; 
    left: 0;
    min-height: 100%;
    width: 100%; 
    background-color: #999; 
    opacity:.45; 
    filter:alpha(opacity=45); 
    z-index:100;
}
#windowShadowItem { 
    position: absolute; 
    top: 0; 
    left: 0;
    min-height: 100%;
    /* height:2500px; */
    width: 100%; 
    background-color: #999; 
    opacity:.45; 
    filter:alpha(opacity=45); 
    z-index:100;
}

#dialogContainerItem {
    padding: 0;
    margin: 0;
    font-family: arial, tahoma, helvetica;
    color:#666; 
    position:absolute; 
    width:425px; 
    z-index:2000;
}

/* HINTS */
.hint {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 140px;
    min-height: 20px;
    margin-left: 11px;
    border: 1px solid #c93;
    padding: 8px 18px 8px 15px;          /* top right bottom left */
    
    background: #ffc url('../images/pointer.png') no-repeat -10px 5px;
    font: 11px tahoma, arial, helvetica, sans-serif;
    color: #444;
    text-align: left;
    
}
.hint p {
    margin: 0px;
    padding: 0px;
}
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url('../images/pointer.png') left top no-repeat;
}

.hint .hint-close {
    position: absolute;
    cursor: pointer;
    *cursor: hand;
    right: 5px;
    top: 5px;
    width: 12px;
    height: 12px;
    padding: 0 0 0 5px;
    background: url('../images/cruz.png') right top no-repeat;
}
</pre></body></html>