.featureTree ul {
    line-height: 18px !important;
}

.featureTree ul.tree {
    font-size: 11px;
    margin: 0;
    padding: 0;
    width: auto;
}

.featureTree ul.tree a {
    border: 0;
}
.featureTree ul.tree strong {
    font-weight: bold;
}
.featureTree ul.tree li {
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap; 
}

.featureTree ul.tree ul {
    margin-bottom: 0;
}

.featureTree ul.tree li ul {
    margin-left: 11px;
}

.featureTree ul.tree ul li {
    margin-bottom: 0;
    padding-bottom: 0;
}

.featureTree ul.tree li.closed ul {
    display: none;
}

.featureTree ul.tree span {
    cursor: pointer;
    padding-left: 8px;
    margin-left: 0;
}

.featureTree ul.tree span.c a{
    margin-left: 2px;
}

.featureTree ul.tree li span.c {
    padding-left: 0;
    margin-left: 0;
}

.featureTree ul.tree li span.b {
    padding-right: 7px;
    /*IE hack*/
    width: 11px;
    height: 11px;
}

.featureTree ul.tree span.a {
    background: url("/ruby/webhelp/../../styles2/../img/tree/t-s.gif") no-repeat 7px 8px;
    background-position: 8px 55%;
}

.featureTree ul.tree li {
    background: url("/ruby/webhelp/../../styles2/../img/tree/i-repeater-s.gif") repeat-y 8px 1px;
}

.featureTree ul.tree span.a.last span.b{
    background: white url("/ruby/webhelp/../../styles2/../img/tree/l-s.gif") no-repeat 2px -1px;
    padding-bottom: 1px;
}
.featureTree ul.tree li.last {
    background: url("/ruby/webhelp/../../styles2/../img/tree/i-repeater_last-s.gif") no-repeat 8px -1px;
}

/* node icon */

.featureTree ul.tree li.closed span.a.children span.b {
    background: url("/ruby/webhelp/../../styles2/../img/tree/plus_.gif") 2px 60% no-repeat;
    font-weight: bold;
}

.featureTree ul.tree li span.a.children span.b {
    background: url("/ruby/webhelp/../../styles2/../img/tree/minus_.gif") 2px 60% no-repeat;
    font-weight: bold;
}
/* empy & last empty nodes in map.html */ /**/
/* ------------------------------------------------------- */ /**/
.featureTree ul.tree li.last.single-last span.a.children span.b {
    background-image: url("/ruby/webhelp/../../styles2/../img/tree/l-s.gif");
    background-position: 0.275em 10%;
  }

.featureTree ul.tree li.last.single-last span.a {
    background-image: none;
}

.featureTree ul.tree li.last span.a.last {
    /*background-image: none;*/
}

.featureTree ul.tree li.single span.a.children span.b {
    background-image: none;
}

.featureTree ul.tree li.children.single span.c, .featureTree ul.tree li.children.single-last.last span.c {
    padding-left: 3px;
}


/**/
html, body {
    font-size: 12px;
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 100%;
    background: white none;
}

#topr {
    background: white none;
    padding: 12px 0;
    background-color: #f0f0f0;
}
#logo{
    float: left;
    margin-right: 40px;
    margin-left: 15px;
}
#logo, #logo img{
    border: 0;
}
#topr h3{
    font-size: 22px;
    color:#878787;
    float: left;
    margin-top: 10px;
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}
/* copied from top.css */ /**/
#topr ul.nav {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    display: block;
    text-align: right;
    position:absolute;
    top:0;
    right: 0px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: bold;
}

#topr ul.nav li {
    font-weight: bold;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    border-right-style: solid;
    border-right-width: 1px;
    border-color: #d0d0d0;
    /*background-color: white;*/
}

#topr ul.nav li a {
    font-size: 11px!important;
    border: 0;
    float: left;
    padding: 2px 12px;
    text-decoration: none;
    margin: 0;
    color:#273f9f;
    height:100%;
}
#topr ul.nav li a:hover {
    background-color:#f0efef;
}
/* ----------------------- */ /**/
#center{
    height: 100%;   /* Opera bug */ /**/
}
#buttons{
    position: fixed;
    top: 96px;
    left: 70px;
}
#buttons a{
    border: 0;
}
.x-panel-body {
    /*padding: 5px;*/
}
.x-border-layout-ct{
    /*background-color: #d4d0c8!important;*/
}
.x-column-layout-ct .x-panel {
    margin-bottom: 5px;
}

