﻿.RadTreeView
{
    font-size: 13px !important;   
}
.RadTreeView .rtLI
{
    padding-left: 0;
    margin-bottom: 0;
}
.RadTreeView .rtLI .rtIn
{
    color:#000000;
}
.RadTreeView .rtSelected .rtIn
{
    font-weight:normal !important;
    color:#000000 !important;
    background:none !important;
}

