._TreeGrid {
}

._TreeGrid td.treeCell {
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

._TreeGrid .treeCellContent {
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
}

._TreeGrid .treeHLine {
    border-top: 1px dotted #999999;
    height: 1px;
    float: left;
    margin-top: 9px;
}

._TreeGrid .treeVLines {
    float: left;
    //width: 30px;
}

._TreeGrid .treeVLine {
    border-left: 1px dotted #999999;
    float: left;
    width: 10px;
}

._TreeGrid .expandButton {
    background-image: url(img/plus.png); 
    width: 9px;
    height: 9px;
    float: left;
}

._TreeGrid .collapseButton {
    background-image: url(img/minus.png); 
    width: 9px;
    height: 9px;
    float: left;
}

._TreeGrid .noButton {
    width: 9px;
    height: 9px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

