/*----------------------------------------------------------------------------*/
/*  Isidorus                                                                  */
/*  (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff             */
/*                                                                            */
/*  Isidorus is freely distributable under the LLGPL license.                 */
/*  This ajax module uses the frameworks PrototypeJs and Scriptaculous, both  */
/*  are distributed under the MIT license.                                    */
/*  You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt,      */
/*  trunk/docs/LGPL-LICENSE.txt and in                                        */
/*  trunk/src/ajax/javascripts/external/MIT-LICENSE.txt.                      */
/*----------------------------------------------------------------------------*/

ul.treeView {
    padding-top: 10px;
    padding-left: 20px;
    list-style-type: none;
}

ul.treeView ul {
    padding-left: 20px;
    list-style-type: none;
}

ul.topicPsis {
    float: left;
    clear: left;
}

ul.topicPsis + span {
    color: #7090d0;
    font-size: 0.8em;
    margin-left: 20px;
}

ul.topicPsis + span + span + span {
    color: #7090d0;
    font-size: 0.8em;
}

ul.topicPsis + span + span {
    color: #7090d0;
    margin-left: 2px;
    margin-right: 2px;
}

ul.topicPsis + span.disabled {
    font-size: 0.8em;
    color: #eaeaee;
}

ul.topicPsis + span + span + span.disabled {
    font-size: 0.8em;
    color: #eaeaee;
}