.rubrikator_header {
    color: #919191;
    font-family: Arial,sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: 12px;
    margin-top: 5px;
    text-transform: uppercase;
}

.Container {
    padding: 0;
    margin: 0;
}

.Container li {
    list-style-type: none;
}



/* indent for all tree children excepts root */
.Node {
    /*background-image : url(../images/i.gif);*/
    background-position : top left;
    background-repeat : repeat-y;
    margin-left: 10px;
    zoom: 1;
}

.IsRoot {
    margin-left: 0;
}


/* left vertical line (grid) for all nodes */
.IsLast {
    /*background-image: url(../images/i_half.gif);*/
    background-repeat : no-repeat;
}

.Expand {
   /* width: 18px;
    height: 18px;  */
    float: left;
}

.ExpandOpen .Expand {
    /*background: url("../images/expand_minus.gif");  */
}

/* closed is higher priority than open */
.ExpandClosed .Expand {
    /*background-image: url(../images/expand_plus.gif); */
}

/* highest priority */
.ExpandLeaf .Expand {
    /*background-image: url(../images/expand_leaf.gif);*/
}

.Content {
    min-height: 18px;
}

* html  .Content {
    height: 18px;
}

.ExpandLoading {
    width: 18px;
    height: 18px;
    float: left;
    background-image: url(../images/expand_loading.gif);
}

.ExpandOpen .Container {
	display: block;
}

.ExpandClosed .Container {
	display: none;
}

.ExpandOpen .Expand, .ExpandClosed .Expand {
	cursor: pointer;
}
.ExpandLeaf .Expand {
	cursor: auto;
}

.tree_div a {
    color: #A81D22;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 13px;
    margin-right: 10px;
    padding-left: 9px;
    padding-top: 2px;
    text-decoration: underline;
}

.main_button {
    color: #A81D22 !important;
    cursor: pointer;
    display: block;
    float: none;
    font-size: 11px;
    height: 18px;
    margin-left: 0;
    padding-left: 15px;
    padding-top: 9px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.ExpandClosed .main_button {
   background: url(../images/rubr_inactive.jpg) no-repeat scroll 0 0 transparent;;
}

.ExpandOpen .main_button {
   background: url(../images/rubr_active.jpg) no-repeat scroll 0 0 transparent;
   color: black !important;
}

.ExpandClosed .main_button_last {
   background: url(../images/rubr_inactive_last.jpg) no-repeat scroll 0 0 transparent !important;
}

.ExpandOpen .main_button_last, .ExpandOpen .main_button.rubr  {
   background: url(../images/rubr_active_last.jpg) no-repeat scroll 0 0 transparent !important;
   color: black !important; 
}

.Expand.main {
   /*background:none; */
}

.rubrikator .Container {
    padding-bottom: 5px;
    padding-top: 2px;
}

.Container.top {
   padding-top: 0;
   padding-bottom: 0;
}

.tree_div {
    width: 260px;
}


.ExpandOpen .node_l {
   margin-right: 9px;
}

.ExpandLeaf.active .leaf_l {
   margin-right: 9px;
}

.ExpandClosed  .node {
    background:none !important;
}

.ExpandClosed .node a {
    color: #A81D22 !important;
}


.ExpandOpen .node a {
    color: black;
}

.ExpandLeaf.active a {color: black}
