<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.my_tree A {color: SteelBlue; text-decoration: none;}
.my_tree a:HOVER {color: Red;}
.my_tree .B {font-weight: bold;}
UL.my_tree LI &gt; a {background: #f5f5f5 url('/.abcp-pr/astatic.nodacdn.net/common.images/auto2d/minus.gif') no-repeat 10px center;}
UL.my_tree LI.close &gt; a {background: url('/.abcp-pr/astatic.nodacdn.net/common.images/auto2d/plus.gif') no-repeat 10px center;}
UL.my_tree LI.leaf {list-style-type: none; list-style-image: none; cursor: auto;}
UL.my_tree UL {display: block; background: url('/.abcp-pr/astatic.nodacdn.net/common.images/auto2d/line.gif') 13px 0;}
UL.my_tree UL.close {display: none;}
UL.my_tree_close LI &gt; a {background: url('/.abcp-pr/astatic.nodacdn.net/common.images/auto2d/plus.gif') no-repeat 10px center;}
UL.my_tree_close UL {display: none;}
UL.my_tree, UL.my_tree UL {margin-left: -12px; padding-left: 32px;}
UL.my_tree A, UL.my_tree A:hover, UL.my_tree A:visited, UL.my_tree A:active {color: DarkBlue; text-decoration: none;}
UL.my_tree LI.leaf A, UL.my_tree LI.leaf A:visited {color: SteelBlue; text-decoration: none;}
UL.my_tree LI.leaf A:hover, UL.my_tree LI.leaf A:active {color: Red; text-decoration: underline;}
TABLE.BRD {border: #DDDDDD 1px Solid;}
.I17 {width: 17px; height: 17px;}
TR.ACTIVE {font-weight: bold;}
TR.ACTIVE TD {background: #FFEEEE;}
TD.LBRD {border: LightSteelBlue 1px Solid; background: #F5F5F5;}
TD.NOBRD {border: #FFFFFF 1px Solid;}
TD.RBRD {background: #FAFAFA; font-size: 8pt;}
H1 {font-size: 14pt; color: SteelBlue; font-weight: bold; text-align: center;}
H2 {font-size: 10pt; color: SteelBlue; font-weight: bold; text-align: center;}
.clear{clear:both}.fl{float:left}

#FullImgFrame{ text-align:center; }
.warning { position: absolute; color: #d9534f; text-align: center; width: 100%; top: 270px; font-size: 20px; font-weight: bold; }
#ImageArea { height: 100%; width: 100%; position: absolute; left: 0; top: 0; }
#ImageArea div { text-align:center;cursor:default;position:absolute;border: solid 2px #aaaaaa;color:#000000;border-radius:6px;
    background-color:#FFFFFF;font-weight:bold;overflow:hidden;z-index:2 }
#ImageArea div.invis { visibility:hidden; }
#ImageArea div.active { color:#FFFFFF;background:#d9534f;z-index:3; border-color: #d9534f; visibility:visible;}
#ImageArea div.over {z-index:4;border:2px Solid #d43f3a; }
#ImageArea img { float:left;margin:0;padding:0; }
span#Image canvas { position:relative;z-index:1; }

#nav{text-align:center;margin:10px 0;}
#nav span{font-size:10pt;color:SteelBlue;font-weight:bold;}
.Container {
    padding: 0;
    margin: 0 0 0 20px;
}

.Container .Bold { font-weight: bold; }

.Container li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}


/* indent for all tree children excepts root */
.Node {
    background-image : url('/.abcp-pr/astatic.nodacdn.net/common.images/auto2d/i.gif');
    background-position : top left;
    background-repeat : repeat-y;
    margin-left: 18px;
   /* zoom: 1;*/
}

.IsRoot {
    margin-left: 0;
}


/* left vertical line (grid) for all nodes */
.IsLast {
    padding: 0;
    margin: 0;
    background-image: url('/.abcp-pr/astatic.nodacdn.net/common.images/auto2d/i_half.gif');
    background-repeat : no-repeat;
}

.ExpandOpen .Expand {
    background-image: url('/.abcp-pr/astatic.nodacdn.net/common.images/auto2d/expand_minus.gif');
}

/* closed is higher priority than open */
.ExpandClosed .Expand {
    background-image: url('/.abcp-pr/astatic.nodacdn.net/common.images/auto2d/expand_plus.gif');
}

/* highest priority */
.ExpandLeaf .Expand {
    background-image: url('/.abcp-pr/astatic.nodacdn.net/common.images/auto2d/expand_leaf.gif');
}

.Content {
    min-height: 18px;
    margin-left:18px;
    padding-top: 2px;
}

.Content input { margin: 1px 3px 0 0; float: left; }

* html .Content {
    height: 18px;
}

.Expand {
    width: 18px;
    height: 18px;
    float: left;
}


.ExpandOpen .Container {
        display: block;
}

.ExpandClosed .Container {
        display: none;
}

.ExpandOpen .Expand, .ExpandClosed .Expand {
        cursor: pointer;
}
.ExpandLeaf .Expand {
        cursor: auto;
}
.ExpandLoading   {
    width: 18px;
    height: 18px;
    float: left;
    background-image: url('/.abcp-pr/astatic.nodacdn.net/common.images/auto2d/expand_loading.gif');
}


.checkbox { float: left; margin: 1px 5px 0 1px;}
</pre></body></html>