

.leftNav {
        width: 96%;
        height:100%;
        border:#ea130e 1px dashed;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 2%;
        margin-right: 2%;
    }
      
   
    .treeDiv {
      color: #808080;
      font-size: 16px;
      font-weight: normal;
      background-color:#efefef;
      color: #808080;
      overflow: auto;
      padding: 0 0 1em 0;
      overflow-x: hidden;
    }
    
    .treeNode {
      white-space: nowrap;
      background-color:#efefef;
      text-indent: -14px;
      margin: 6px 2px 5px 0px;
     
    }

     .treeNode-1 {
      white-space: nowrap;
      background-color:#f6f6f6;
      text-indent: -14px;
      margin: 6px 2px 5px 0px;
     
    }
    
    a.treeUnselected:hover, a.treeSelected:hover {
      background-color: #ea130e;
      text-decoration: none;
    }
    
    a.treeUnselected, a.treeSelected {
      color: #ffffff;
      padding: 1px 3px 1px 5px;      
      text-decoration: none;
      font-size:16px;
    }
    a.treeSelected {
      background-color: #f6f6f6;
    }
    a.treeUnselected {
        color: #808080;
        margin:0;
        padding:0;
        
      background-color: transparent;
    }
    
    .treeSubnodes {
      display: block;
    }
    .treeSubnodesHidden {
      display: none;
    }
    .treeNode img.treeNoLinkImage, .treeNode img.treeLinkImage {
      height: 15px;
      margin-left: 5px;
      margin-right: 0px;
      width: 15px;
    }
    .treeNode img.treeLinkImage {
      cursor: pointer;
    }

    .treeNode span.treeLinkImage {
        
     color: #ea130e;
    }
     .treeNode span.treeLinkImage-1 {
         
     color: #808080;
    }
   
    
    div.treeNode a, div.treeNode span.apiRoot {
      display: inline-block;
      margin-left: 24px;
      text-indent: 0;
      white-space: normal;
      width: 95%;
      word-wrap: break-word;
    }
    
    div.treeNode span.category {
      cursor: pointer;
    }