@charset "UTF-8";

.Netherlands.menustyle1 {
    display: block;
    margin-left: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    font-style: normal;
}

.Netherlands.menuleafstyle {
    display: block;
    margin-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
}

.Netherlands.leafstyle {
    display: block;
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
}

/* Normal */
/* Blue */
.CollapsiblePanelTab.Netherlands {
    display: block;
    background-color: #D8D8F4;
    padding: 2px;
    cursor: pointer;
}
.CollapsiblePanelOpen .CollapsiblePanelTab.Netherlands {
    display: block;
    background-color: #D8D8F4;
}
.CollapsiblePanelClosed .CollapsiblePanelTab.Netherlands {
    display: block;
    background-color: #A8A8DC;
}
.CollapsiblePanel .CollapsiblePanelTabHover.Netherlands {
    display: block;
    background-color: #8888CC;
}

/* Hide all not containing Netherlands */

.CollapsiblePanelTab {
    display: none;
}
.CollapsiblePanelOpen .CollapsiblePanelTab {
    display: none;
}
.CollapsiblePanelClosed .CollapsiblePanelTab {
    display: none;
}
.CollapsiblePanel .CollapsiblePanelTabHover {
    display: none;
}
.menustyle1 {
    display: none;
}
.menuleafstyle {
    display: none;
}
.leafstyle {
    display: none;
}

