/*
// --------------------------------------------------------------------------------------------------------------------
// Tree Navigation Definitions
// --------------------------------------------------------------------------------------------------------------------
*/

.treenav-body
{
    margin: 0px;
    padding: 0px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #666666;    
}

.treenav-left-column
{
    height: 600px;
    width: 240px;
    vertical-align: top;
    margin: 0px;
    padding: 1px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0666666;    
}

.treenav-right-column
{
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-color: #666666;    
}

.treenav-book, .treenav-page, .treenav-portlets
{
    height: 15px;
}

.treenav-book a, .treenav-page a, .treenav-portlet a
{
    color: #000000;
    border-color: #666666;
    text-decoration: none;
}

.treenav-book a:hover, .treenav-page a:hover, .treenav-portlet a:hover
{
    color: #000000;
    background-color: #cccccc;
    border-color: #666666;
    text-decoration: none;
}

.treenav-book-active, .treenav-page-active, .treenav-portlet-active
{  
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.treenav-book-active a, .treenav-page-active a, .treenav-portlet-active a
{
    color: #000000;
    background-color; #000000;
    border-color: #666666;
    text-decoration: none;
    font-style: italic;
}

.treenav-book-active a:hover, .treenav-page-active a:hover, .treenav-portlet-active a:hover
{
    color: #ffffff;
    background-color: #cccccc;
    border-color: #666666;
    text-decoration: none;
    font-style: italic;
}
