﻿/* DEFAULTS
----------------------------------------------------------*/

html, body, .Container {
    background: White;
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", "Lucida Grande", "Segoe UI", Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    /*color: #696969;*/
    height: 100%;
    width: 100%;
}

.Container:before
{
    content:'';
    height:100%;
    float:left;
}
.HeightTaker
{
    position:relative;
}
.HeightTaker:after
{
    content:'';
    clear:both;
    display:block;
}
.Wrapper
{
    position:absolute;
    width:100%;
    height:100%;
}
.Inverse, .Inverse > * {
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.Header
{
    background-color:#FEFEFE;
}

.Menu {
    font-size: 18px;
    height: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    background-color: #E5E8FF;
    z-index:1;
}

.Footer
{
    background-color:#fefefe;
}

.Content
{
    height:100%;
    overflow:auto;
}

form {
    height: 100%;
    width: 100%;
}

.button {
    background-color: #E0E4FF;
    border-top: 1px solid #96A6FF;
    background: -webkit-gradient(linear, left top, left bottom, from(#DDE2FF), to(#EDEFFF));
    background: -webkit-linear-gradient(top, #DDE2FF, #EDEFFF);
    background: -moz-linear-gradient(top, #DDE2FF, #EDEFFF);
    background: -ms-linear-gradient(top, #DDE2FF, #EDEFFF);
    background: -o-linear-gradient(top, #DDE2FF, #EDEFFF);
    padding: 3px 3.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /*-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;*/
}

.buttontab {
    border: none;
    background-color: #D0D4FF;
    color: black;
    /*font-weight: bold;*/
    padding: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#DDE2FF), to(#EDEFFF));
    background: -webkit-linear-gradient(top, #DDE2FF, #EDEFFF);
    background: -moz-linear-gradient(top, #DDE2FF, #EDEFFF);
    background: -ms-linear-gradient(top, #DDE2FF, #EDEFFF);
    background: -o-linear-gradient(top, #DDE2FF, #EDEFFF);
}

.buttontabsel {
    border: none;
    background-color: #D0D4EF;
    color: black;
    font-weight: bold;
    padding: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#CDD2EF), to(#DDDFEF));
    background: -webkit-linear-gradient(top, #CDD2EF, #DDDFEF);
    background: -moz-linear-gradient(top, #CDD2EF, #DDDFEF);
    background: -ms-linear-gradient(top, #CDD2EF, #DDDFEF);
    background: -o-linear-gradient(top, #CDD2EF, #DDDFEF);
}

a:link, a:visited {
    /*color: #034af3;*/
    color: black;
    border: hidden;
    text-decoration: none;
    /*background-color: white;*/
    line-height: 12px;
}

a:hover {
    /*color: #1d60ff;*/
    color: black;
    text-decoration: none;
    border: hidden;
    /*background-color: white;*/
    line-height: 12px;
    z-index:101;
}

a:active {
    /*color: #034af3;*/
    color: black;
    text-decoration: none;
    border: hidden;
    /*background-color: white;*/
    line-height: 12px;
}

p {
    margin-bottom: 10px;
    /*line-height: 1.6em;*/
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    color: black;
    font-size: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}

h6 {
    font-size: .8em;
    font-weight:bold;
    padding-bottom:0px;
    padding-top:0px;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 100%;
    height: 100vh;
    background-color: White;
    /*margin: 0px auto 0px auto;*/
    margin: 0px 0px 0px 0px;
    /*border: 1px solid #496077;*/
    border: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: White;
    width: 100%;
    border: hidden;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 0px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    min-height: 200px;
    /*height:100%;*/
    width: 100%;
}

.leftCol {
    padding: 6px 0px;
    margin: 2px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    /*background-color:#5A7854;*/
    /*background-color: #00824C;*/
    /*background-color: #2D4AFF;*/
    width: 100%;
}

div.Menu {
    padding: 1px 1px 1px 1px;
    background-color: #2D4AFF;
}

    div.Menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        color: #bbc4cc;
    }

        div.Menu ul li a, div.Menu ul li a:visited {
            /*background-color: #5A7854;*/
            /*background-color: #00824C;*/
            background-color: #2D4AFF;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 2px 10px;
            margin-top: 0px;
            margin-bottom: -2px;
            margin-left: 0px;
            margin-right: 0px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.Menu ul li a:hover {
                /*background-color: #5A7854;*/
                /*background-color: #00824C;
    color: #465c71;*/
                background-color: #aaaaaa;
                /*color: black;*/
                text-decoration: none;
            }

            div.Menu ul li a:active {
                /*background-color: #5A7854;*/
                /*background-color: #00824C;*/
                background-color: #2D4AFF;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 2px 2px;
    padding: 2px;
    border: 1px solid #A0A0A0;
}

    fieldset p {
        margin: 1px 1px 1px 1px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

    fieldset legend {
        font-size: 1.3em;
        font-weight: 600;
        color: #404040;
        padding: 3px 2px 1px 3px;
        margin: 1px 1px 1px 1px;
    }

legend {
    font-size: 1.5em;
    font-weight: 600;
    padding: 4px 1px 1px 7px;
    margin: 1px 1px 1px 1px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.red {
    background-color: red;
}

.green {
    background-color: green;
}

.blue {
    background-color: blue;
}

.yellow {
    background-color: yellow;
}

.brightyellow {
    background-color: #FFD800;
}

.orange {
    background-color: orange;
}

.cyan {
    background-color: cyan;
}

.lightgreen {
    background-color: lightgreen;
}

.black {
    background-color: black;
}

.brightorange {
    background-color: #FF6A00;
}

.brightgreen {
    background-color: #4CFF00;
}

.mediumgreen {
    background-color: #26C400;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.margin {
    width: 70px;
    /*background-color:#A9C6C3;*/
    background-color: #7085FF;
}

.bt /*td, .bt th*/ {
    /*color: #1E5E3E;*/
    color: #1E285E;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    /*border-top-color: #7BB2AC;*/
    border-top-color: #2D4AFF;
    border-top-style: solid;
    border-top-width: thin;
    text-align: right;
}

.btalt {
    color: #1E285E;
    background-color: #E5E8FF;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    /*border-top-color: #7BB2AC;*/
    border-top-color: #2D4AFF;
    border-top-style: solid;
    border-top-width: thin;
    text-align: right;
}

.gfill {
    /*background-color: #DCE5E4;*/
    background-color: #C9D1FF;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    /*border-top-color: #7BB2AC;*/
    border-top-color: #2D4AFF;
    border-top-style: solid;
    border-top-width: thin;
}

.gheader {
    background-color: #C9D1FF;
}

.gradientheader {
    background: #C9D1FF; /* Old browsers */
    background: -moz-linear-gradient(top, #E5E8FF 0%, #338cd6 33%, #5b96c6 56%, #C9D1FF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E5E8FF), color-stop(33%,#338cd6), color-stop(56%,#5b96c6), color-stop(100%,#C9D1FF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #E5E8FF 0%,#338cd6 33%,#5b96c6 56%,#C9D1FF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #E5E8FF 0%,#338cd6 33%,#5b96c6 56%,#C9D1FF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #E5E8FF 0%,#338cd6 33%,#5b96c6 56%,#C9D1FF 100%); /* IE10+ */
    background: linear-gradient(to bottom, #E5E8FF 0%,#338cd6 33%,#5b96c6 56%,#C9D1FF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5E8FF', endColorstr='#C9D1FF',GradientType=0 ); /* IE6-9 */
}

.galtrow {
    background-color: #E5E8FF;
}

.grid {
    font-size: 12px;
}

.ErrorDisplay {
    color: red;
    font-size: 12px;
    font-weight: bold;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    border-top-color: #7BB2AC;
    border-top-style: solid;
    border-top-width: thin;
}

.panel {
    margin-left: 0px;
}

.pagetitle {
    /*background-color:#DCE5E4;*/
    background-color: #E0E4FF;
    /*background-image: url(images/topshape_belltown.jpg);*/
    text-align: center;
    width: 99.98%;
    font-weight: bold;
    font-size: 18px;
    color: black;
}

.ShopBanner {
    background-color: yellow;
    font-size: 20px;
    font-weight: bold;
    color: black;
    width: 50%;
    text-align: center;
    margin-left: 25%;
}

.gradienta {
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #338cd6 33%, #5b96c6 56%, #9ec6e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(33%,#338cd6), color-stop(56%,#5b96c6), color-stop(100%,#9ec6e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1e5799 0%,#338cd6 33%,#5b96c6 56%,#9ec6e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1e5799 0%,#338cd6 33%,#5b96c6 56%,#9ec6e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1e5799 0%,#338cd6 33%,#5b96c6 56%,#9ec6e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1e5799 0%,#338cd6 33%,#5b96c6 56%,#9ec6e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#9ec6e5',GradientType=0 ); /* IE6-9 */
}

.gradient {
    background-color: #CCD9FF;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #CCD9FF), color-stop(1, #3755FC) );
    background-image: -o-linear-gradient(bottom, #CCD9FF 0%, #3755FC 100%);
    background-image: -moz-linear-gradient(bottom, #CCD9FF 0%, #3755FC 100%);
    background-image: -webkit-linear-gradient(bottom, #CCD9FF 0%, #3755FC 100%);
    background-image: -ms-linear-gradient(bottom, #CCD9FF 0%, #3755FC 100%);
    background-image: linear-gradient(to bottom, #CCD9FF 0%, #3755FC 100%);
}

.FixedHeader {
    position: absolute;
    margin-top: -24px;
    margin-left: -1px;
    padding-left: -1px;
    padding-right: -1px;
    background-color: #C9D1FF;
    /*color: #444444;*/
}

.FixedHeader2 {
    position: absolute;
    margin-top: -36px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #C9D1FF;
    /*color: #444444;*/
}

.StopLight {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    color: black;
    text-decoration: none;
    display: inline-block;
}

.tabcell {
    border: 1px solid #AAA;
    background: #D1D1D1;
    background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
    text-shadow: 0 1px #FFF;
    margin: 0 0px; /*-5px;*/
    padding: 0 20px;
}

.tabcellsel {
    border: 1px solid #AAA;
    background: #FFFFFF;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
    text-shadow: 0 1px #FFF;
    margin: 0 0px; /*-5px;*/
    padding: 0 20px;
}

.tabcell a {
    color: #555;
    text-decoration: none;
}

.tabcellsel a {
    color: #555;
    text-decoration: none;
}

#datasection {
    position: relative;
    float: left;
    height: 90%;
    width: 100%;
}

#tabs {
    font-family: Arial, "Helvetica Neue", "Lucida Grande", "Segoe UI", Helvetica, Verdana, sans-serif;
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 1px;
}

    #tabs ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        border: 0px;
        /*height: 5.85%;*/
        height: 32px;
        border-radius: 0px;
    }

        #tabs ul li {
            float: left;
            padding-right: 2px;
        }

    #tabs div {
        font-size: 12px;
    }

.ui-widget-header {
    /*background-color: #A9C6C3;*/
    height: 30px;
}

.ui-tabs .ui-tabs-panel {
    padding: 0px;
}

#tabdatasection {
    height: 90%;
    width: 100%;
    position: relative;
    overflow: auto;
    border-left: 1px solid #aaaaaa;
    min-width: 650px;
}

.scrollable {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 90%;
    width: 100%;
}

.site-title {
    font-size: 24px;
}

.content-wrapper {
    padding: 0;
    margin: 0;
}
/* Drop Down Menu using div and a tags */
.dropbtn {
    background-color: #888888;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
    /*background-color: #f9f9f9;*/
    background-color: white;
    margin-left: 1px;
    margin-right: 1px;
    border: none;
    outline: none;
    text-align: center;
}

    .dropdown:hover {
        background-color: #dddddd;
    }

    .dropdown a:focus {
        background-color: #dddddd;
    }

.dropdownsel {
    position: relative;
    display: inline-block;
    background-color: yellow;
    margin-left: 1px;
    margin-right: 1px;
    border: none;
    outline: none;
    text-align: center;
}

    .dropdownsel:hover {
        background-color: #dddd00;
    }

.dropdown-content {
    display: none;
    position: absolute;
    top: 25px;
    background-color: #f9f9f9;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
}

    .dropdown-content a {
        color: black;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        padding-right: 20px;
        text-decoration: none;
        display: block;
    }

/*.dropdown-content a:hover {
            background-color: #e1e1e1;
        }*/

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdownsel:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #888888;
}

.menuitem {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f8f8f8;
    z-index:100;
}

    .menuitem:hover {
        background-color: #dddddd;
        z-index:101;
    }

.menuitemsel {
    font-weight: bold;
    background-color: yellow;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    z-index:100;
}

    .menuitemsel:hover {
        background-color: #dddd00;
        z-index:101;
    }

.calBorder {
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
    border-collapse: collapse;
    width: 200px;
    height: 100px;
    vertical-align: top;
    border-spacing: 0px;
}

.calDiv {
    justify-content: center;
    width: 100%;
    height: 75px;
    align-items: center;
    overflow: auto;
}

.calItem {
    border: 1px solid grey;
    margin: auto;
    /*display: flex;*/
}

.calHeader {
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
    border-collapse: collapse;
    width: 200px;
    height: 30px;
    background-color: aquamarine;
    border-spacing: 0px;
}

.calHeaderNW {
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
    border-collapse: collapse;
    height: 30px;
    background-color: aquamarine;
    border-spacing: 0px;
}

.calTable {
    border-spacing: 0px;
    border-collapse: collapse;
    background-color: white;
}

.ddsmoothmenu {
    font: bold 12px Verdana;
    background: #414141; /*background of menu bar (default state)*/
    width: 100%;
    display: none;
}

    .ddsmoothmenu ul {
        z-index: 100;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        /*Top level list items*/
        .ddsmoothmenu ul li {
            position: relative;
            display: inline;
            float: left;
        }

            /*Top level menu link items style*/
            .ddsmoothmenu ul li a {
                display: block;
                background: #414141; /*background of menu items (default state)*/
                color: white;
                padding: 8px 10px;
                border-right: 1px solid #778;
                color: #2d2b2b;
                text-decoration: none;
            }

            * html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
                display: inline-block;
            }

                .ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
                    color: white;
                }

                .ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
                    background: black !important;
                    color: white;
                }

                .ddsmoothmenu ul li a:hover {
                    background: black; /*background of menu items during onmouseover (hover state)*/
                    color: white;
                }

            /* sub menus */
            .ddsmoothmenu ul li ul {
                position: absolute;
                left: -3000px;
                display: none; /*collapse all sub menus to begin with*/
                visibility: hidden;
            }

                /*Sub level menu list items (alters style from Top level List Items)*/
                .ddsmoothmenu ul li ul li {
                    display: list-item;
                    float: none;
                }

                    /*All subsequent sub menu levels vertical offset after 1st level sub menu */
                    .ddsmoothmenu ul li ul li ul {
                        top: 0;
                    }

                    /* Sub level menu links style */
                    .ddsmoothmenu ul li ul li a {
                        font: normal 13px Verdana;
                        width: 160px; /*width of sub menus*/
                        padding: 5px;
                        margin: 0;
                        border-top-width: 0;
                        border-bottom: 1px solid gray;
                    }

/* Holly Hack for IE \*/
* html .ddsmoothmenu {
    height: 1%;
}
/*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
    position: absolute;
    top: 12px;
    right: 7px;
}

.rightarrowclass {
    position: absolute;
    top: 6px;
    right: 5px;
}

.leftarrowclass {
    margin-right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background-color: #ccc; /* generally should be just a little lighter than the box-shadow color for CSS3 capable browsers */
}

.toplevelshadow {
    margin: 5px 0 0 5px; /* in NON CSS3 capable browsers gives the offset of the shadow */
    opacity: 0.8; /* shadow opacity mostly for NON CSS3 capable browsers. Doesn't work in IE */
}

.ddcss3support .ddshadow.toplevelshadow {
    margin: 0; /* in CSS3 capable browsers overrides offset from NON CSS3 capable browsers, allowing the box-shadow values in the next selector to govern that */
    /* opacity: 1; */ /* optionally uncomment this to remove partial opacity for browsers supporting a box-shadow property which has its own slight gradient opacity */
}

.ddcss3support .ddshadow {
    background-color: transparent;
    box-shadow: 5px 5px 5px #aaa; /* box-shadow color generally should be a little darker than that for the NON CSS3 capable browsers background-color */
    -moz-box-shadow: 5px 5px 5px #aaa;
    -webkit-box-shadow: 5px 5px 5px #aaa;
}

/* ######### Mobile menu container CSS ######### */

div.ddsmoothmobile { /* main mobile menu container */
    background: #414141;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px; /* width of mobile menu */
    height: 300px;
    overflow: hidden;
    visibility: hidden;
    border-radius: 0 0 10px 0;
    box-shadow: 0 0 10px gray;
}

    div.ddsmoothmobile a {
        color: white;
        text-decoration: none;
    }

    div.ddsmoothmobile div.topulsdiv { /* Single DIV that surrounds all top level ULs before being flattened, or the ULs on the "frontpage" of the menu */
        position: relative;
        background: #414141;
        overflow-y: auto;
        width: 100%;
        height: 100%;
    }


    div.ddsmoothmobile ul { /* style for all ULs in general inside mobile menu */
        list-style: none;
        width: 100%;
        top: 0;
        left: 0;
        background: #414141;
        margin: 0;
        padding: 0;
    }

    div.ddsmoothmobile div.topulsdiv ul.submenu { /* top level ULs style */
    }


    div.ddsmoothmobile ul.submenu { /* sub level ULs style */
        position: absolute;
        height: 100%;
        overflow-y: auto;
    }

    div.ddsmoothmobile ul li {
        border-bottom: 1px solid gray;
        position: relative;
        font-weight: bold;
    }

        div.ddsmoothmobile ul li.breadcrumb { /* breadcrumb LI that's added to the top of every sub level UL */
            cursor: pointer;
            padding: 10px;
            background: black;
        }

        div.ddsmoothmobile ul li a {
            display: block;
            padding: 6px;
        }

            div.ddsmoothmobile ul li a:hover {
                background: black;
            }

/* ############# Animated Drawer icon (mobile menu toggler) CSS ############# */

.animateddrawer {
    font-size: 10px; /* Base font size. Adjust this value to modify size of drawer icon */
    width: 3em;
    height: 2.8em;
    outline: none;
    position: fixed; /* BY default, make toggler fixed on screen */
    display: none;
    top: 10px; /* Position at upper right corner */
    right: 10px;
    background: white;
    z-index: 1000;
}

    .animateddrawer:before, .animateddrawer:after {
        position: absolute;
        content: '';
        display: block;
        width: 100%;
        height: 0.6em; /* height of top and bottom drawer line */
        background: black;
        border-radius: 2px;
        top: 0;
        left: 0;
        opacity: 1;
        -webkit-transition: all 0.3s ease-in; /* set transition type and time */
        transition: all 0.3s ease-in;
    }

    .animateddrawer:after {
        top: auto;
        bottom: 0;
    }

    .animateddrawer span {
        width: 100%;
        height: 0.6em; /* height of middle drawer line */
        background: black;
        position: absolute;
        top: 50%;
        margin-top: -0.3em; /* set this to - half of middle drawer line height */
        border-radius: 2px;
        -ms-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: all 0.3s ease-in 0.3s; /* set transition type and time */
        transition: all 0.3s ease-in 0.3s;
    }

        .animateddrawer span::after {
            content: '';
            display: block;
            width: 100%;
            height: 0.6em; /* height of middle drawer line */
            background: black;
            border-radius: 2px;
            position: absolute;
            -ms-transform-origin: 50% 50%;
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transition: all 0.3s ease-in 0.3s; /* set transition type and time */
            transition: all 0.3s ease-in 0.3s;
        }

    .animateddrawer.open {
    }

        .animateddrawer.open:before { /* style when .open class is added to button */
            top: 50%;
            margin-top: -0.3em; /* set this to - half of top drawer line height */
            opacity: 0;
        }

        .animateddrawer.open:after { /* style when .open class is added to button */
            bottom: 50%;
            opacity: 0;
        }

        .animateddrawer.open span { /* style when .open class is added to button */
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

            .animateddrawer.open span:after { /* style when .open class is added to button */
                -ms-transform: rotate(-90deg);
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

.ddsmoothmenu-v {
    display: none;
}

    .ddsmoothmenu-v ul {
        margin: 0;
        padding: 0;
        width: 170px; /* Main Menu Item widths */
        list-style-type: none;
        font: bold 12px Verdana;
    }

        .ddsmoothmenu-v ul li {
            position: relative;
            float: none;
        }

            /* Top level menu links style */
            .ddsmoothmenu-v ul li a {
                display: block;
                overflow: auto; /*force hasLayout in IE7 */
                color: white;
                text-decoration: none;
                padding: 6px 23px 6px 6px;
                border-bottom: 1px solid #778;
                border-right: 1px solid #778;
            }

                .ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active {
                    background: #1c5a80; /*background of menu items (default state)*/
                    color: white;
                }


                .ddsmoothmenu-v ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
                    background: lightblue !important;
                    color: navy;
                }

                .ddsmoothmenu-v ul li a:hover {
                    background: lightblue; /*background of menu items during onmouseover (hover state)*/
                    color: navy;
                }

            /*Sub level menu items */
            .ddsmoothmenu-v ul li ul {
                position: absolute;
                width: 170px; /*Sub Menu Items width */
                top: 0;
                font-weight: normal;
                visibility: hidden;
            }


        /* Holly Hack for IE \*/
        * html .ddsmoothmenu-v ul li {
            float: left;
            height: 1%;
        }

            * html .ddsmoothmenu-v ul li a {
                height: 1%;
            }
/* End */
