@charset "UTF-8";

/* SpryAccordion.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
    overflow: hidden;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.875;
    font-family: Arial, Verdana, "Century Gothic", Helvetica, sans-serif;
    padding-top: 2px;
    padding-bottom: 2px;

}

a.Accordion:link {
    color: #3C3C3C;
    text-decoration: none;
    display: block;
}

a.Accordion:visited {
    color: #3C3C3C;
    text-decoration: none;
    display: block;

}

a.Accordion:hover, a.Accordion:active, a.Accordion:focus {
    /*color: #8e1e36; */
    color: #FFFFFF;
    display: block;
    /* background: -o-linear-gradient(0deg, #FFFFEE, #C0711E);
    background: -moz-linear-gradient(0deg, #FFFFEE, #C0711E);
    background: -ms-linear-gradient(0deg, #FFFFEE, #C0711E);
    background: -webkit-linear-gradient(0deg, #FFFFEE, #C0711E); */
    background: #db9d22;
    padding-left: 10px;
    width: 100%;
    text-decoration: none;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
    color: #FFFFFF;
    border: solid #8E1E36 1px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
    margin: 0px;
    padding-left: 5px;
    cursor: pointer;
    background: #8E1E36;
    background: -o-linear-gradient(0deg, #8E1E36, #C0711E);
    background: -moz-linear-gradient(0deg, #8E1E36, #C0711E);
    background: -ms-linear-gradient(0deg, #8E1E36, #C0711E);
    background: -webkit-linear-gradient(0deg, #8E1E36, #C0711E);
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#8E1E36), to(#C0711E)); /* older webkit syntax */
    -moz-user-select: none;
    -khtml-user-select: none;
    /* background-image:url(/Images/Achtergronden/menuknoppenachtergrond.png); */
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
    overflow: hidden;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    background-color: #ffffff;
    color: #000;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
    display: block;
    background: #8e1e36; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlMWUzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2MwNzExZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2QzYTIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iI2MwNzExZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZTFlMzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #8e1e36 0%, #c0711e 25%, #d3a200 48%, #c0711e 76%, #8e1e36 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8e1e36), color-stop(25%, #c0711e), color-stop(48%, #d3a200), color-stop(76%, #c0711e), color-stop(100%, #8e1e36)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #8e1e36 0%, #c0711e 25%, #d3a200 48%, #c0711e 76%, #8e1e36 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #8e1e36 0%, #c0711e 25%, #d3a200 48%, #c0711e 76%, #8e1e36 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #8e1e36 0%, #c0711e 25%, #d3a200 48%, #c0711e 76%, #8e1e36 100%); /* IE10+ */
    background: linear-gradient(to right, #8e1e36 0%, #c0711e 25%, #d3a200 48%, #c0711e 76%, #8e1e36 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e1e36', endColorstr='#8e1e36', GradientType=1); /* IE6-8 */
    cursor: default;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
    background: #8E1E36;
    display: block;
    background: o-linear-gradient(0deg, #8E1E36, #C0711E 50%, #8E1E36);
    background: -moz-linear-gradient(0deg, #8E1E36, #C0711E 50%, #8E1E36);
    background: -ms-linear-gradient(0deg, #8E1E36, #C0711E 50%, #8E1E36);
    background: -webkit-gradient(linear, 75% 0%, 0% 25%, from(#8E1E36), to(#C0711E));


}

.AccordionPanelOpen .AccordionPanelTabHover {
    color: #FFFFEE;
    display: block;
    background: -webkit-linear-gradient(0deg, #8E1E36, #C0711E 50%, #8E1E36);
    background: o-linear-gradient(0deg, #8E1E36, #C0711E 50%, #8E1E36);
    background: -moz-linear-gradient(0deg, #8E1E36, #C0711E 50%, #8E1E36);
    background: -ms-linear-gradient(0deg, #8E1E36, #C0711E 50%, #8E1E36);
    background: -webkit-gradient(linear, 75% 0%, 0% 25%, from(#8E1E36), to(#C0711E));
    cursor: default;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
    outline: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {

}

/* Rules for Printing */

@media print {

    .Accordion {
        overflow: hidden !important;
        background-color: #FFFFEE;
    }

    .AccordionPanelContent {
        display: block !important;
        overflow: visible !important;
        height: auto !important;
        background-color: #FFFFEE;
        color: #000;
    }
}
