<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mask
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #C3BAB1;
    display: none;
    opacity:0.6;    
}
#boxes .window
{
    background-color: Transparent;
    position: fixed;
    left: 0;
    top: 0;
    width: 550px;
    display: none;
    z-index: 9999;
    padding: 5px;    
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}
.close
{
    background: url(../Images/close.gif) no-repeat;
    height: 18px;
    width: 18px;
    display: block;
    float: right;
}
.windowpopupround
{
    margin: 2px;
    background: #FFFFFF;
    border: solid 2px #565656;
}
.windowpopupround b
{
    color: #f78f1e;
    line-height: 20px;
}
.windowpopup
{
    background: #434343; /*background: -moz-linear-gradient(top, #434343, #5E5E5E);     background: -webkit-gradient(linear, left top, left bottom, from(#434343), to  (#5E5E5E));*/
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#434343') filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#434343', EndColorStr='#5E5E5E', gradientType='0');
    color: #FFFFFF;
    width: 100%;
}
.Pophd
{
    height: 20px;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#ffffff') filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#F0F0F1', gradientType='0');
    margin-top: 4px;
    padding: 5px;
}
.Pophd b
{
    color: #f78f1e;
    font-size: 20px;
    margin: 2px 0 0 3px;
}
.popcontent
{
    padding: 10px;
    border-top: solid 1px #474747;
}
.popcontent ul li
{
    height: 18px;
    padding-left:10px;
}
.popcontent ul li a
{
    color: #3838FF;
}
.popuplinks
{
    color: #3838FF;
}

#boxes #dialog
{
    width: 550px;
    padding: 1px;
}

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