/*----------------------------------------------------------------------------*/
/*  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.                      */
/*----------------------------------------------------------------------------*/

#navi {
    background-color: #aebae3;
    width: 1022px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 5px;
    border-left: 1px solid #d1d1d3;
    border-top: 1px solid #d1d1d3;
    border-right: 1px solid #d1d1d3;
}

#navi > span {
    color: #fbfcff;
    cursor: pointer;
    border-left: 1px solid #aebae3;
    border-top: 1px solid #aebae3;
    border-right: 1px solid #aebae3;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 5px;
    font-weight: bold;
}

#navi > span:first-child {
    border-left: none;
}

#navi > span:first-child:hover {
    border-left: none;
}

#navi > span:hover {
    color: #333377;
    background-color: #fbfcff;
    border-left: 1px solid #d1d1d3;
    border-top: 1px solid #d1d1d3;
    border-right: 1px solid #d1d1d3;
}

#navi > .isActive {
    color: #333377;
    background-color: #fbfcff;
    border-left: 1px solid #d1d1d3;
    border-top: 1px solid #d1d1d3;
    border-right: 1px solid #d1d1d3;
}

#navi > .isActive:hover {
    color: #333377;
    background-color: #fbfcff;
}
