﻿#secondaryNavigation {
    background-color: rgb(219, 229, 235);
    position: relative;
    width: 400px;
    float: left;
    padding: 15px;
    overflow-y: auto;
    overflow-x: hidden;    
}

.treeNode {
    padding-left: 15px;
    text-indent: -10px;
    position: relative;
}

.treeNodeSelected {
    /*background-color: white;*/
    font-weight: bolder;
}

a.treeNodeLink {
    cursor: default;
    color: black;
    font-weight: bold;
    font-size: larger;
    position: relative;
    text-decoration: none;
}

    a.treeNodeLink:hover {
        color: cadetblue;        
    }

    a.treeNodeLink[href] {
        cursor: pointer;
        text-decoration: none;
    }

/*Tree node link inside tree node*/
.treeNode .treeNode a.treeNodeLink {
    font-weight: normal;
    font-size: medium;
}

/*Tree node link inside tree node inside tree node*/
.treeNode .treeNode .treeNode a.treeNodeLink {
    font-weight: normal;
    font-size: smaller;
}

.smallLoadingSpinner {
    background-image: url('Images/spinner.gif');
    background-repeat: no-repeat;
    background-size: 20px;
    color: transparent;
}

.expandIcon {
    cursor: pointer;
    background-image: url(Images/ui-icons_444444_256x240.png);
    background-position-x: -32px;
    background-position-y: -17px;
    background-repeat: no-repeat;
    color: transparent !important;
    display: inline-block;
    height: 16px;
    width: 10px;
    position: relative;
    z-index: 1;
    /*font-size: 1pt;*/
}

.expandIconExpanded {
    background-position-x: -69px;
    background-position-y: -17px;
    text-indent: -999em;
}

.expandIconCollapsed {
    background-position-x: -38px;
    background-position-y: -17px;
    text-indent: -999em;
}

.selectionDiv {
    display: none;
    background-color: white;
    position: absolute;
    /*width: 10px;*/
    height: 20px;
}

#secondaryNavigationTitle {
    margin: 0px;
}
#secondaryNavigationYearSubTitle {
    margin: 0px 0px 15px 0px;
}