﻿.RadTreeView_DSL { font-size: 100%; }

.RadTreeView_DSL .rtUL, .RadTreeView_DSL .rtUL .rtUL { list-style: none !important; margin: 0 !important;}
.RadTreeView_DSL .rtLines { padding-left: 35px !important; }

.RadTreeView_DSL .rtLI .rtIn { font-size: 120%; text-decoration: none; padding-top: 10px; }
.RadTreeView_DSL .rtLI .rtLI .rtIn { font-size: 100%; padding-top: 5px; }
.RadTreeView_DSL .rtUL .rtUL { padding-left: 20px !important; }

.RadTreeView_DSL .rtLI { margin: 0 !important; }

.RadTreeView_DSL .rtPlus { background: url(closed_sm.gif) 0 0 no-repeat scroll transparent; }
.RadTreeView_DSL .rtMinus { background: url(open_sm.gif) 0 0 no-repeat scroll transparent; }
.RadTreeView_DSL .rtPlus, .RadTreeView_DSL .rtMinus {
    height: 12px;
    width: 12px;
    margin:4px 6px 0 -17px;
    cursor:pointer;
    display:inline-block;
    font-size:0;
    padding:0;
    vertical-align:top;
}

