#documentTree {margin-bottom: 5px;}

#documentTree #documentRoot .documentRoot_c,
#documentTree #documentRoot .line1,
#documentTree #documentRoot .line2 {
    border-left: solid 2px #FFCC50;
    border-right: solid 2px #FFCC50;
    background: #FFEAB7;
}
#documentTree #documentRoot .documentRoot_c {
    padding: 10px;
}
#documentTree #documentRoot .documentRoot_c * { 
    color: Black;
    font-weight: bold;
}
#documentTree #documentRoot .line1 {
    margin: 0 2px;
    background: #FFCC50;
}
#documentTree #documentRoot .line2 {
    margin: 0 1px;
    background: #FFCC50;
}


#documentTree #documentChildrenRoot .documentChildrenRoot_c,
#documentTree #documentChildrenRoot .line1,
#documentTree #documentChildrenRoot .line2 {
    border-left: solid 2px #FFCC50;
    border-right: solid 2px #FFCC50;
    background: #FAFAFA;
}
#documentTree #documentChildrenRoot .documentChildrenRoot_c {
    max-height: 400px;
    border-top: solid 1px #FFCC50;
    overflow: auto;
    padding: 0 10px;
}
#documentTree #documentChildrenRoot .line1 {
    margin: 0 2px;
    background: #FFCC50;
}
#documentTree #documentChildrenRoot .line2 {
    margin: 0 1px;
    background: #FFCC50;
}
#documentTree #documentChildrenRoot ul {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#documentTree #documentChildrenRoot ul li {
    line-height: 12px;
    margin-bottom: 9px;
}
#documentTree #documentChildrenRoot ul li a {
    font-size: 0.9em;
}