/*-- Performance Publishing Skins --*/

body {
    background: #CCCCCC;
}

h1 {
    color: #535353;
    padding-bottom: 10px;
    font-weight: 100;
}

h2 {
    color: #535353;
}

a, body input.a {
    color: inherit;
}

    a:visited,
    body input.a:visited,
    a:link,
    body input.a:link {
        color: #39C;
    }

    a:hover, body input.a:hover,
    a:active, body input.a:active {
        color: #52a9d4;
    }

.after {
    border-bottom: none !important;
}

/*-- Admin User Buttons --*/

input[type=button], input[type=submit], .button, a.button {
    color: #fff;
    font-weight: 500;
    background: #7F7F7F;
}

    input[type=button]:hover, input[type=submit]:hover, .button:hover, a.button:hover {
        background: #9c9c9c;
        color: #fff;
    }

/*-- End of Admin User Buttons --*/

/*-- Directory Search Button ONLY --*/

#btnSearch {
    color: #fff;
}
/*-- End of Directory Search Button --*/

/*-- Banner --*/

#banner {
    background: url(logo.jpg);
    width: 960px;
    height: 120px;
}

/*-- End of Banner --*/

/*-- Main Navigation --*/

#navigation {
    border: none !important;
    padding: 5px 0;
}

    #navigation a {
        color: #fff;
        font-weight: 600;
        margin: 0 13px;
    }

        #navigation a:hover {
            color: #c11820;
        }

    #navigation, #navigation ul, #navigation li {
        border: none;
    }

        #navigation, #navigation ul {
            height: 28px;
            background: url(nav_bar.png) top left;
        }

            #navigation > li span {
                color: #fff;
                font-weight: 600;
            }

            #navigation li > ul > li {
                background: #fff;
                border: 1px solid #333;
                border-top: none;
                padding: 5px;
            }

#navigation ul li a {
    color: #535353;
}

#navigation li > ul > li:hover {
    color: #C11820;
}

#navigation > li:hover, #navigation ul li:hover {
    color: #C11820;
}

#navigation > li:not(:last-child) {
}

/*-- End of Main Navigation --*/

/*-- Admin Navigation --*/

.loginRegion {
    background: #f2f2f2;
    border: 1px solid #ccc;
}

#navLink {
    background: #871313;
}

#adminNav a {
    border-top: 1px solid #000;
}

    #adminNav a:first-child {
        border-right: 1px solid #000;
    }

#login, #user {
    margin: 1em;
}

    #user a {
        background: #333;
        color: #fff;
        display: block;
    }

        #user a:hover {
            color: #C11820;
        }

    /*-- Drop Down Nav Style --*/

    #user .HasSub ul {
        background: #fff;
    }

        #user .HasSub ul li a {
            color: #333;
        }

    #user .HasSub li a:hover {
        color: #C11820;
    }

    /*-- Login / Register --*/

    #login a {
        color: #F0F0F0;
        font-weight: 500;
        font-size: 14px;
    }

#login {
    background: #333;
    margin: 25px 15px 0 0;
}

    #login a:hover {
        color: #C11820;
    }

#loginLink {
    background: #333;
    color: #fff;
}

/*-- End of Admin Navigation --*/

/*-- Footer --*/

#footer {
    background: #0c72e8;
    margin: 8px auto;
}

    #footer, #footer a {
        color: #CCC;
    }

        #footer a:hover, #footer a:active {
            color: #999;
        }

/*-- End of Footer --*/

/*-- ///// Non Style Mods ///// --*/

#content {
}

#txtSearch {
}

.handle img {
    cursor: move;
}

.placeholder .loginRegion input[type="text"], .placeholder .loginRegion input[type="password"] {
    padding: 5px;
    width: 200px !important;
}

/*-- Edit Rad Strip Font Color --*/

.RadTabStrip .rtsLevel .rtsOut, .RadTabStrip .rtsLevel .rtsIn, .RadTabStrip .rtsLevel .rtsTxt, .RadTabStripVertical .rtsLevel .rtsOut, .RadTabStripVertical .rtsLevel .rtsIn, .RadTabStripVertical .rtsLevel .rtsTxt {
    color: #000 !important;
}

    .RadTabStrip .rtsLevel .rtsOut:hover, .RadTabStrip .rtsLevel .rtsIn:hover, .RadTabStrip .rtsLevel .rtsTxt:hover, .RadTabStripVertical .rtsLevel .rtsOut:hover, .RadTabStripVertical .rtsLevel .rtsIn:hover, .RadTabStripVertical .rtsLevel .rtsTxt:hover {
        color: #c11820 !important;
    }

/*-- End of Edit Rad Strip Font Color --*/

.RadComboBoxDropDown_Black .rcbHovered {
    color: #610D0D !important;
}

.RadComboBox_Black .rcbHovered .rcbReadOnly .rcbInput, .RadComboBox .rcbArrowCell a:hover {
    color: #610D0D !important;
}

#user span {
    background: #fff;
    color: #000;
}

    #user a:last-child, #login a:last-child, #login a:first-child, #user span:first-child {
        border-radius: 0 !important;
    }

/*-- ABCFEC Outlook Color Change --*/

.RadComboBoxDropDown_Vista .rcbHovered {
    background: #083B7B !important;
}

/*-- End of ABCFEC Outlook Color Change --*/

/*-- ABCFEC background shadow --*/

body #content {
    background: #FFF;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .8);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .8);
}


/*-- .rddlPopup_Black .rddlItemSelected  --*/

.rddlPopup_Black .rddlItemHovered,
.rddlPopup_Black .rddlItemSelected,
.rddlHovered  {
    color: #c11820 !important;
}

/*-- ///// End of Mods ///// --*/

/***** EDITOR STYLES ******/

.Header1 {
    font-size: 2em;
    color: #00549D;
}

.Header2 {
    font-size: 1.4em;
    color: #A1D27C;
}

.QuickNavWrapper a {
    background-color: #393A3A;
    color: white;
}

.QuickNavBanner {
    background-color: #393A3A;
}

/*-- MOBILE STYLES --*/

@media only screen and (max-width: 1024px) {
    #banner {
        width: 100% !important;
    }

    #servicesPane td {
        border: inherit;
    }

    .menu > li {
        background: url(nav_bar.png) top left;
        border-bottom: 1px solid #000;
    }

        .menu > li > a {
            color: #fff;
        }

        .menu > li:hover {
            
        }

        .menu > li > a:hover {
            color: #c11820;
        }


    .toggle:after {
        background: #333;
        color: #fff !important;
        border-bottom: 1px solid #000;
    }

    .toggle:hover:after {
        background: #333;
        color: #c11820 !important;
    }

    #user a, #user span, #login a {
        color: #D8D7D7 !important;
    }

        #login a:hover, #user a:hover {
            color: #D8D7D7 !important;
        }
}

@media only screen and (min-width : 320px) and (max-width : 568px) {
    body {
        background: #fff !important;
    }

    #banner {
        background: url(logomobile.png) no-repeat !important;
        width: 100%;
        height: 95px !important;
    }

    #navigation, #navigation ul {
        background: #393A3A;
    }

        #navigation ul li {
            border: inherit;
        }

        #navigation li:hover {
            background: #393A3A;
            color: #FFE59E;
        }
}
