﻿
/* ---- listmenu style ----- */
.tableofcontent_ul
{
 	margin: 2em 0 2em 2em;
	padding: 0;	 
	line-height: 120%;  
}
.tableofcontent_li_menuitem
{
	list-style-position:outside;
	list-style-image: url('/images/Arrow_Right_Gray.gif');
}
.tableofcontent_li_menuitem a
{
    
}
.tableofcontent_li_linkitem
{
	margin: 1em 0 1em 0;
	list-style-position:outside;
	list-style-image: url('/images/Document.gif');
}
.tableofcontent_li_linkitem a
{
 
}


/* ---- treeviewmenu style ----- */

.tableofcontent_link
{
    background: url(/images/Arrow_Right_Blue.gif) 0px 4px no-repeat;
    padding-left: 10px;
    
}

.tableofcontent_urllink
{
    background:  url(/images/Knapp_info.gif) 0 0 no-repeat;
    display:inline-block;
    width: 17px;
    height: 17px;
    margin-left: 5px;
    position: relative;
    top: -3px;
    text-decoration: none;
}

.tableofcontent_tablelistlink
{
    background:  url(/images/Document.gif) 0 0 no-repeat;
    text-indent: 20px;
}
.tableofcontent_metaicon
{
    padding: 0 0 0 5px;
}

/* ---- adaption of treeview style ----- */

#TableOfContent div.AspNet-TreeView .AspNet-TreeView-Collapse, #TableOfContent div.AspNet-TreeView .AspNet-TreeView-Expand
{
    float:none;
    cursor: pointer;
    padding: 0 7px 0 0;
}

#TableOfContent div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(../images/collapse.gif) 0 3px no-repeat;
}

#TableOfContent div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background:  url(../images/expand.gif) 0 3px no-repeat;
}

#TableOfContent div.AspNet-TreeView li.AspNet-TreeView-Leaf a
{    
    cursor: pointer; 
}

#TableOfContent a em
{
    color: #b1b1b1;
}

#TableOfContent div.AspNet-TreeView li.AspNet-TreeView-Leaf span.AspNet-TreeView-NonLink
{  
    text-decoration: none;
    font-weight:bold;
    background:none;
}

/* Product TreeView */
#ProductTreeView #TableOfContent div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(/Images/Collapse.gif) 0 0 no-repeat;
}

#ProductTreeView #TableOfContent div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background:  url(/Images/Expand.gif) 0 0 no-repeat;
}
 
#ProductTreeView #TableOfContent div.AspNet-TreeView .AspNet-TreeView-Collapse, #TableOfContent div.AspNet-TreeView .AspNet-TreeView-Expand
{    
    padding: 0 9px 0 0;
}