#sector_display {
    list-style: none;
    padding-left:0;
    margin-left:0;
}
#sector_display img {
    border:0;
    margin-left: 0.5em;
    cursor: pointer;
}
#treecover {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:black;
    z-index:500;
}
#treewindow {
    border: 1px solid black;
    padding: 5px;
    position: fixed;
    cursor: default;
    width: 510px;
    left:50%;
    top:10%;
    margin: auto auto auto -255px;
    background-color: #EEE;
    z-index:510;
}
#treewindow h1 {
    margin: 0;
    padding: 2px;
    font-size: 1.2em;
    font-weight: bold;
}
#treestatus {
    float:right;
    padding: 3px;
}
#treetopbar, #treetopbar input {
    font-size: 0.9em;
}
#treetopbar {
    padding-bottom: 3px;
}
#treecontrols, #searchcontrols {
    float: right;
}
.check0 { background: url(../sector_tree/check0.gif) 0 0 no-repeat; width:16px; cursor:pointer; }
.check1 { background: url(../sector_tree/check1.gif) 0 0 no-repeat; width:16px; cursor:pointer; }
.check2 { background: url(../sector_tree/check2.gif) 0 0 no-repeat; width:16px; cursor:pointer; }

ul#tree, #treesearchresults {
    height: 450px;
    width:500px;
    overflow: auto;
    background-color: white;
    border: 1px solid #CCC;
    font-size: 1.2em;
    font-weight: normal;
    line-height: normal;
}
#treesearchresults table {
    vertical-align: top;
}
#treesearchresults table td {
    font-size: 0.8em;
}
.rowalt {
    background-color: #EEF;
}
ul#tree, ul.branch {
    list-style: none;
    padding:0;
    margin:0;
}
ul#tree li {
    padding:0;
    margin:0;
    width:100%;
}
.hidden { display:none; }

.tx, .searchcheck {/* tree building block */
    width:22px;
    height:22px;
}
ul#tree li, .tx, .tl { /* tree label */
    float:left;
    display:inline;
}
.tl {
    width: 350px;
    color: black;
}
.tc { /* tree count */
    color:#666;
    font-size: 0.9em;
    margin-left: 0.5em;
}
.tm{ /* tree minus */
    cursor:pointer;
    background:url(http://yui.yahooapis.com/2.5.2/build/treeview/assets/skins/sam/treeview-sprite.gif) 0 -4000px no-repeat;
}
.tmh{ /* tree minus hover */
    cursor:pointer;
    background:url(http://yui.yahooapis.com/2.5.2/build/treeview/assets/skins/sam/treeview-sprite.gif) 0 -4800px no-repeat;
}
.tml{ /* tree minus last */
    cursor:pointer;
    background:url(http://yui.yahooapis.com/2.5.2/build/treeview/assets/skins/sam/treeview-sprite.gif) 0 0px no-repeat;
}
.tmlh{ /* tree minus last hover */
    cursor:pointer;
    background:url(http://yui.yahooapis.com/2.5.2/build/treeview/assets/skins/sam/treeview-sprite.gif) 0 -800px no-repeat;
}
.tp{ /* tree plus */
    cursor:pointer;
    background:url(http://yui.yahooapis.com/2.5.2/build/treeview/assets/skins/sam/treeview-sprite.gif) 0 -6400px no-repeat;
}
.tph{ /* tree plus hover */
    cursor:pointer;
    background:url(http://yui.yahooapis.com/2.5.2/build/treeview/assets/skins/sam/treeview-sprite.gif) 0 -7200px no-repeat;
}
.tpl{ /* tree plus last */
    cursor:pointer;
    background:url(http://yui.yahooapis.com/2.5.2/build/treeview/assets/skins/sam/treeview-sprite.gif) 0 -2400px no-repeat;
}
.tplh{ /* tree plus last hover */
    cursor:pointer;
    background:url(http://yui.yahooapis.com/2.5.2/build/treeview/assets/skins/sam/treeview-sprite.gif) 0 -3200px no-repeat;
}
.tlv{ /* tree line vertical */
    background:url(http://yui.yahooapis.com/2.5.2/build/treeview/assets/skins/sam/treeview-sprite.gif) 0 -8000px no-repeat;
}
.tlb{ /* tree line branch */
    background:url(http://yui.yahooapis.com/2.5.2/build/treeview/assets/skins/sam/treeview-sprite.gif) 0 -5600px no-repeat;
}
.tlbl{ /* tree line branch last */
    background:url(http://yui.yahooapis.com/2.5.2/build/treeview/assets/skins/sam/treeview-sprite.gif) 0 -1600px no-repeat;
}

