﻿
/* THIS STYLESHEET IS FOR MANAGING ALL OF OUR MAIN ELEMENT'S COLORS. */

    /* #region      ### IE-Specific Styles */

        /* This is a placeholder to be used if there's any weird color differences in IE that we need to account for. */

    /* #endregion   ### IE-Specific Styles */

/* 000000000000000000000000000000000000000000000000000000000000000000000000000000 */
/* 000000000000000000000000000000000000000000000000000000000000000000000000000000 */

    /* The tags in this region override default HTML values with whatever we specify. */
    /* #region      ### HTML Elements */

        a {
            color: #006FC4;
        }

            a:hover {
                color: #0090FF;
            }

        #QAContainer a, 
        .reference {
            color: #59BCFF;
        }

            #QAContainer a:hover, 
            .reference:hover {
                color: #8CD1FF;
            }

    /* #endregion   ### HTML Elements */

/* 000000000000000000000000000000000000000000000000000000000000000000000000000000 */
/* 000000000000000000000000000000000000000000000000000000000000000000000000000000 */

    /* #region      ### Header */

    .header-buttons a {
        color: #00406e;
    }

        .header-buttons a:hover {
            color: #0078CE;
        }

    /* #endregion   ### Header */


/* 000000000000000000000000000000000000000000000000000000000000000000000000000000 */
/* 000000000000000000000000000000000000000000000000000000000000000000000000000000 */

    /* #region      ### Site Content */

        /* For links floating out in the open. */
        .floating-link {
            background-color:   #33506A;
            color:              #FFF !important;
        }

            .floating-link:hover:not([class~=".aspNetDisabled"]) {
                background-color:   #3E617F;
                color:              #FFF;
            }

        .gridview-download {
            background-color:   #3E617F;
            color:              #FFF;
        }

            .gridview-download:hover {
                background-color:   #4D799E;
                color:              #FFF;
            }

        /* Some class for disabled elements that's being used in places. */
        .aspNetDisabled {
            background-color:   #C4C4C4 !important;
            color:              #8C8C8C !important;
        }

        .sbePageHeader {
            background-color:   #253A4C; /* #00406E; */
            color:              #FFF;
        }

        .subheader-container {
            color:              #253A4C;
        }

        /* Gridview rows / alternating rows. */
        .SearchListTable tbody tr:not([class*="SearchListTableHeaderRow"]):nth-child(even) {
            background-color:   #FFF;
        }

        .SearchListTable tbody tr:not([class*="SearchListTableHeaderRow"]):nth-child(odd) {
            background-color:   #EDEDED;
        }

        /* Calendar */

        .LinkButtonNavigation {
            color: #FFF !important;
        }

            .LinkButtonNavigation:hover {
                color: #72B3E5 !important;
            }

        /* Glossary /  */

    /* #endregion   ### Site Content */

/* 000000000000000000000000000000000000000000000000000000000000000000000000000000 */
/* 000000000000000000000000000000000000000000000000000000000000000000000000000000 */