#left_menu, #left_menu_hidden
{
    background: #efefef no-repeat 100% 100%;
    float:left;
    padding-left:0;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-bottom: 1px solid #DEDEDE ;
    border-top: 1px solid #DEDEDE ;
    border-right: 1px solid #DEDEDE ;
    border:none;
}

#left_menu
{
    width:30%;
    height:99%; /* borders */
    padding-right:0;
    overflow:hidden;
	z-index:-1;
}

#left_menu_hidden
{
    width:10px;
    display:none;
    height:99%;
}

#left_menu>h3:first-child, #left_menu>h3.first
{
    margin-top:0;
}

#left_menu>div
{
    overflow:hidden;
	-moz-border-radius:0;
	-webkit-border-radius: 0;
}

#slider
{
    width:11px;
    height:99%;
    cursor:col-resize;
    float:left;
	position:relative;
}

#slider:hover
{
	background: url(/migenius/doc/resources/general/iray/manual/css/mi/images/drag_line.gif) 2px 0  repeat-y;
}

#document_title
{
    visibility:hidden;
    height:0;
    width:0;
    display:none;
}


/* Tree settings */

div.toc div.ui-dynatree-container
{
    padding:0;
    cursor:pointer;
}

#tree a
{
    color:black;
}


#tree span[id], #tree div, #tree a
{
    overflow:hidden;
    
}

#tree div
{
    width:100%;
}

/* Applications */

#applications ul, #api_rl ul
{
    margin:0;
}

#applications li, #api_rl li
{
    height:45px;
    margin:0;
    padding:0;
    width:100%;
    border-bottom:1px solid white;
}

#api_rl li
{
    /*padding-left:25px;*/
    list-style:none;
    background:#EFEFF0;
}

#applications li a, #api_rl li a
{
    height:45px;
    display:block;
    line-height:45px;
    text-decoration:none;
    background:#EFEFF0;
	font-size:11px;
}
#api_rl li a
{
    padding-left:25px;
}

#api_rl a[href$=".txt"]
{
    display:inline-block;
    background: #EFEFF0 url(/migenius/doc/resources/general/iray/manual/css/mi/images/document_text.png)  center left no-repeat;
    width:100%;
}


#applications li a:hover, #api_rl li:hover, #api_rl a:hover
{
    background:#acaeb2;
    color:white;
}

#api_rl a[href$=".txt"]:hover 
{
    background:#acaeb2 url(/migenius/doc/resources/general/iray/manual/css/mi/images/document_text.png) center left no-repeat;
    /*padding-right:20px;*/
}

#applications li a img
{
    float:left;
    margin:0 10px 0 0;
    padding:0;
}

#applications_container
{
    height:100px;
}
