/*This style sheet is purely for the functionality of the Quick Links at the top of the page, 
    and for the collapsible areas.*/

.clearfix {
    margin-left: -40px;
    height: 42px;
}

    .clearfix:after {
        display: block;
        clear: both;
    }

/*----- Menu Outline -----*/
.menu-wrap {
    width: 100%;
    height: auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    /*background: #3e3436;*/
    /*background: SteelBlue;*/
}

.menu {
    /*width: 1000px;*/
    margin: 0 auto;
}

    .menu li {
        margin: 0;
        list-style: none;
    }

    .menu a {
        -moz-transition: all linear 0.15s;
        -o-transition: all linear 0.15s;
        -webkit-transition: all linear 0.15s;
        transition: all linear 0.15s;
        text-decoration: none;
        /*color: #ffffff;*/
    }

    .menu li:hover > a, .menu .current-item > a {
        text-decoration: none;
        /*color: #ffffff;*/
    }

    .menu .arrow {
        font-size: 11px;
        line-height: 0;
    }

    /*----- Top Level -----*/
    .menu > ul > li {
        display: inline-block;
        position: relative;
        width: auto !important;
        /*font-size: 18px;*/
    }

        .menu > ul > li > a {
            padding: 10px 0 10px 0;
            display: inline-block;
            width: 100%;
            text-align: center;
            /*-webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.4);
            text-shadow: 0 1px 0 rgba(0,0,0,0.4);*/
        }

        .menu > ul > li:hover > a, .menu > ul > .current-item > a {
            /*background: #32c300;*/
        }

    /*----- Bottom Level -----*/
    .menu li:hover .sub-menu, .menu .sub-menu li:hover .sub-sub-menu {
        z-index: 5;
        opacity: 1;
    }

.sub-menu, .sub-sub-menu {
    padding: 0px 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    -moz-transition: opacity linear 0.15s;
    -o-transition: opacity linear 0.15s;
    -webkit-transition: opacity linear 0.15s;
    transition: opacity linear 0.15s;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    /*background: #32c300;*/
}

    .sub-menu li, .sub-sub-menu li {
        display: block;
        font-size: 16px;
        width: 100%;
    }

        .sub-menu li a, .submenumenu li a {
            padding: 10px 30px;
            display: block;
        }

            .sub-menu li a:hover, .sub-menu .current-item a, .sub-menu li a:hover, .sub-menu .current-item a {
                /*background: #3e3436;*/
            }

.sub-menu {
    width: 180%;
    top: 100%;
    left: 0;
}

.sub-sub-menu {
    width: 100%;
    top: 0;
    left: 100%;
}



.page_collapsible {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
    cursor: pointer;
}

    .page_collapsible:first-of-type {
        /*margin-top: 10px;*/
    }

    .page_collapsible:last-of-type {
        margin-bottom: 10px;
    }

.collapse-open span {
    display: block;
    float: right;
    background: url('../Images/minus.png') center center no-repeat;
    padding: 10px;
}

.collapse-close span {
    display: block;
    float: right;
    background: url('../Images/plus.png') center center no-repeat;
    padding: 10px;
}

code {
    overflow: auto;
}

.ROWALT {
    background: none repeat scroll 0% 0% #d5d5d5;
}

.ELEMENTS > p {
    margin: 4px 0 4px 0;
}

.MAINCONTENTDIV {
    margin-top: 8px;
}

    .MAINCONTENTDIV > div.ELEMENTS {
        padding: 0 5px;
    }

.Hide {
    visibility: hidden;
    border-color: White;
    display: none;
}

.ERROR {
    color: red;
}
