<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">li
{
    list-style-image: url('../../images/icon.gif');
    line-height: 20px;
}
.paneheader, .selectedpane
{
    /*     background-color: #c0c0c0;     margin-bottom: 2px;      cursor: pointer;     font-size: 18px;     color: #000000;     font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;     font-weight: bold;     background-image: url('../../Images/bg_nav.gif');     background-position: center;     background-repeat: repeat-x;     text-align: left;     padding-left: 5px;     vertical-align: middle; */ /*letter-spacing: .04em; line-height: 25px;*/
}


.panecontent
{
    overflow: auto;
    height: 300px;
    margin-bottom: 2px;
    padding: 2px;
}
.selectedpane, .panecontent
{
    border: solid 0px #666666;
}
.column
{
    float: left;
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: left;
    min-height: 27px;
    vertical-align: middle;
    height: auto;
    padding-right: 25px;
}</pre></body></html>