/* 
    spis tresci
    pełna lista z obrazkami ilustrującymi funkcje poddokumentów
*/

/*
    właściwości klas elementów
*/

#tocmain.tocM li {
    list-style-type: none;
}

div#tocmain.tocM {
    color: #000000;
}

#tocmain.tocM li a {
    color: inherit;
    background-position: left bottom;
    background-repeat: no-repeat;

    height: 12px;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 50px;

    display: block;
    width: 50%;
    white-space: pre;
 }

#tocmain.tocM li a:hover {
    color: #008000;
    background-color: #e0e0e0;
 }
 
#tocmain.tocM .toc_part {
    color: #000000;
}
#tocmain.tocM .toc_part a {    
    background-image: url('../IMG/icons/set/icon_part.png');
 }

#tocmain.tocM .toc_chap {
    color: #404040;
}
#tocmain.tocM .toc_chap a {    
    background-image: url('../IMG/icons/set/icon_chapter.png');
 }

#tocmain.tocM .toc_org {
    color: #404040;
}
#tocmain.tocM .toc_org a {    
    background-image: url('../IMG/icons/set/icon_org.png');
 }

#tocmain.tocM .toc_sect {
    color: #606060;
}
#tocmain.tocM .toc_sect a {    
    background-image: url('../IMG/icons/set/icon_section.png');
 }

#tocmain.tocM .toc_subsect {
    color: #808080;
}
#tocmain.tocM .toc_subsect a {    
    background-image: url('../IMG/icons/set/icon_subsection.png');
 }

#tocmain.tocM .toc_extra {
    color: #00a0a0;
}
#tocmain.tocM .toc_extra a {    
    background-image: url('../IMG/icons/set/icon_extended.png');
 }

#tocmain.tocM .toc_old {
    color: #00a0a0;
}
#tocmain.tocM .toc_old a {    
    background-image: url('../IMG/icons/set/icon_old.png');
 }

#tocmain.tocM .toc_new {
    color: #00a0a0;
}
#tocmain.tocM .toc_new a {    
    background-image: url('../IMG/icons/set/icon_new.png');
 }

#tocmain.tocM .toc_rep {
    color: #404000;
}
#tocmain.tocM .toc_rep a {    
    background-image: url('../IMG/icons/set/stock_question.png');
 }

#tocmain.tocM .toc_ref {
    color: #a0a000;
}
#tocmain.tocM .toc_ref a {    
    background-image: url('../IMG/icons/set/icon_tool.png');
 }

#tocmain.tocM .toc_gal {
    color: #00a000;
}
#tocmain.tocM .toc_gal a {    
    background-image: url('../IMG/icons/set/icon_gallery.png');
 }

#tocmain.tocM .toc_man {
    color: #0000a0;
}
#tocmain.tocM .toc_man a {    
    background-image: url('../IMG/icons/set/icon_manpage.png');
 }

#tocmain.tocM .toc_xmp {
    color: #00a0a0;
}
#tocmain.tocM .toc_xmp a {    
    background-image: url('../IMG/icons/set/icon_example.png');
 }

#tocmain.tocM .toc_data {
    color: #00a0a0;
}
#tocmain.tocM .toc_data a {    
    background-image: url('../IMG/icons/set/icon_dataset.png');
 }

#tocmain.tocM .toc_link {
    color: #00a0a0;
}
#tocmain.tocM .toc_link a {    
    background-image: url('../IMG/icons/set/icon_link.png');
 }

#tocmain.tocM .toc_axmp {
    color: #a000a0;
}
#tocmain.tocM .toc_axmp a {    
    background-image: url('../IMG/icons/set/icon_bad.png');
 }
