/* Minification failed. Returning unminified contents.
(278,1): run-time error CSS1019: Unexpected token, found '{'
(279,19): run-time error CSS1030: Expected identifier, found ' '
(279,20): run-time error CSS1031: Expected selector, found '0'
(279,20): run-time error CSS1025: Expected comma or open brace, found '0'
(280,18): run-time error CSS1030: Expected identifier, found ' '
(280,19): run-time error CSS1031: Expected selector, found '0'
(280,19): run-time error CSS1025: Expected comma or open brace, found '0'
(281,20): run-time error CSS1030: Expected identifier, found ' '
(281,21): run-time error CSS1031: Expected selector, found '0'
(281,21): run-time error CSS1025: Expected comma or open brace, found '0'
(282,12): run-time error CSS1030: Expected identifier, found ' '
(282,13): run-time error CSS1031: Expected selector, found '0'
(282,13): run-time error CSS1025: Expected comma or open brace, found '0'
(283,17): run-time error CSS1030: Expected identifier, found ' '
(283,18): run-time error CSS1031: Expected selector, found '0'
(283,18): run-time error CSS1025: Expected comma or open brace, found '0'
 */
@media (max-width: 768px) {
    .navbar-fixed-side {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width: 768px) {
    .navbar-fixed-side {
        position: fixed;
        margin: 0 -15px;
        height: 100vh;
        width: inherit;
        overflow: auto;
        border-top-width: 0;
        border-bottom-width: 0;
        border-radius: 0
    }

        .navbar-fixed-side .container, .navbar-fixed-side .container-fluid {
            width: auto;
            padding-left: 0;
            padding-right: 0
        }

        .navbar-fixed-side .navbar-header {
            float: none
        }

        .navbar-fixed-side .navbar-brand {
            height: auto
        }

        .navbar-fixed-side > .container .navbar-brand, .navbar-fixed-side > .container-fluid .navbar-brand {
            margin-left: 0
        }

        .navbar-fixed-side .navbar-collapse {
            width: 100%;
            border-top: 1px solid #e7e7e7
        }

        .navbar-fixed-side .navbar-nav {
            float: none;
            margin: 0 -15px
        }

            .navbar-fixed-side .navbar-nav > li {
                float: none
            }

                .navbar-fixed-side .navbar-nav > li > a {
                    padding-top: 10px;
                    padding-bottom: 10px;
                    border-bottom: 1px solid #e7e7e7
                }

        .navbar-fixed-side .navbar-form {
            margin: 0;
            margin-left: -15px;
            margin-right: -15px;
            padding: 10px 15px;
            border-bottom: 1px solid #e7e7e7
        }

        .navbar-fixed-side .navbar-text {
            float: none;
            margin-left: 0;
            margin-right: 0
        }

        .navbar-fixed-side .navbar-left, .navbar-fixed-side .navbar-right {
            float: none !important
        }

        .navbar-fixed-side .navbar-nav .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            box-shadow: none;
            border-bottom: 1px solid #e7e7e7
        }

            .navbar-fixed-side .navbar-nav .dropdown-menu > li > a, .navbar-fixed-side .navbar-nav .dropdown-menu .dropdown-header {
                padding: 5px 15px 5px 25px
            }

            .navbar-fixed-side .navbar-nav .dropdown-menu > li > a {
                line-height: 20px;
                color: #777
            }

                .navbar-fixed-side .navbar-nav .dropdown-menu > li > a:hover, .navbar-fixed-side .navbar-nav .dropdown-menu > li > a:focus {
                    background-image: none
                }

            .navbar-fixed-side .navbar-nav .dropdown-menu > .active > a {
                background-color: #e7e7e7;
                color: #555
            }

            .navbar-fixed-side .navbar-nav > li > a:hover, .navbar-fixed-side .navbar-nav > li > a:focus, .navbar-fixed-side .navbar-nav .dropdown-menu > li > a:hover, .navbar-fixed-side .navbar-nav .dropdown-menu > li > a:focus {
                background-color: #f0f0f0;
                color: #333
            }

        .navbar-fixed-side .dropdown > .dropdown-toggle, .navbar-fixed-side .dropdown-menu > .dropdown-header {
            background-color: transparent !important;
            color: #9d9d9d !important;
            cursor: default;
            font-size: 0.8em;
            text-transform: uppercase;
            border-bottom: none;
            padding-bottom: 0
        }

        .navbar-fixed-side .dropdown-toggle .caret {
            display: none
        }

        .navbar-fixed-side .dropdown-menu {
            display: block
        }

        .navbar-fixed-side.navbar-inverse .navbar-collapse, .navbar-fixed-side.navbar-inverse .navbar-nav > li > a, .navbar-fixed-side.navbar-inverse .navbar-form, .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu {
            border-color: #363636
        }

        .navbar-fixed-side.navbar-inverse .divider {
            background-color: #363636
        }

        .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu > li > a {
            color: #9d9d9d
        }

        .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu > .active > a {
            background-color: #090909;
            color: #fff
        }

        .navbar-fixed-side.navbar-inverse .navbar-nav > li:not(.active) > a:hover, .navbar-fixed-side.navbar-inverse .navbar-nav > li:not(.active) > a:focus, .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu > li:not(.active) > a:hover, .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu > li:not(.active) > a:focus {
            background-color: #2f2f2f;
            color: #fff
        }

        .navbar-fixed-side.navbar-inverse .dropdown > .dropdown-toggle {
            color: #777777 !important
        }
}

body {
    padding-top: 5px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/* Special layouts */
.brand-logo {
    /*width: 333px;*/
    width: 100%;
    height: 52px;
    border: 0;
    background: url("Images/pageHeading.jpg")
}

.search-bar {
    background: #ffff99;
    margin: -20px 0px 10px 0px;
    padding: 5px;
}

.search-bar-empty {
    background: #ffff99;
    margin: -20px 0px 10px 0px;
    padding: 5px;
    height: 50px;
}

.evenLineClass {
    background: rgb(240, 240, 240);
    padding: 5px 0px 5px 0px;
    /*margin-top: 5px;*/
}

.oddLineClass {
    background: white;
    padding: 5px 0px 5px 0px;
    /*margin-top: 5px;*/
}


.footer-bar {
    /*background: gray;*/
    background-color: gray;
    color: #ffffff;
    align-content: center;
    padding-top: 5px;
}

.footer-right {
    float: right !important
}

.sideMenu {
    width: 100%;
    list-style-type: none;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px
}

.sideMenuItem {
    margin-top: 5px;
    margin-bottom: 5px;
}

.imageBorder {
    border-color: #999999;
    border-width: 1px;
    border-style: solid;
    margin: 2px;
    padding: 1px;
}

.imageResponsiveSize {
    width: 100%;
}


/* Pre 1855  table layout */
.pre1855-header {
    border-color: black;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    margin-top: 5px;
    margin-bottom: 2px;
    font-weight: bolder;
    /*background-color: lightgray;*/
}


/*  Oerride some bootstrap stuff    */
.navbar-inverse {
    background: gray !important;
    border-color: gray !important;
}

.nav > li > a {
    padding: 10px 3px 10px 3px;
}

/*********General Styles*********/

{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px
}

A:hover {
    TEXT-DECORATION: underline
}

/*********Text Styles*********/

.topMenuLink {
    /*FONT-SIZE: 75%;*/
    font-size: 90%;
    FONT-WEIGHT: bold !important;
    COLOR: #ffffff !important;
    FONT-FAMILY: arial,helvetica,sans-serif;
    text-decoration: none;
    display: inline-block !important;
}

.topMenuArrowOff {
    FONT-SIZE: 75%;
    FONT-WEIGHT: bold;
    COLOR: #ffff99;
    FONT-FAMILY: arial,helvetica,sans-serif;
    text-decoration: none;
    padding-left: 3px;
}

.sideMenuArrowOff {
    FONT-SIZE: 75%;
    FONT-WEIGHT: bold;
    COLOR: #333333;
    FONT-FAMILY: arial,helvetica,sans-serif;
    text-decoration: none
}

.searchBarText {
    /*FONT-SIZE: 75%;*/
    font-size: 85%;
    FONT-WEIGHT: bold;
    COLOR: #000066;
    FONT-FAMILY: arial,helvetica,sans-serif;
    text-decoration: none;
}

.paraHeaderText {
    /*FONT-SIZE: 85%;*/
    font-size: 95%;
    FONT-WEIGHT: bold;
    COLOR: #000066;
    FONT-FAMILY: arial,helvetica,sans-serif;
    text-decoration: none
}

.resultsBlueText {
    /*FONT-SIZE: 75%;*/
    font-size: 90%;
    FONT-WEIGHT: bold;
    COLOR: #000066;
    FONT-FAMILY: arial,helvetica,sans-serif;
    text-decoration: none
}




.coreText {
    /*FONT-SIZE: 75%;*/
    font-size: 85%;
    FONT-WEIGHT: normal;
    COLOR: #333333;
    FONT-FAMILY: arial,helvetica,sans-serif
}

.oldeTextNoSize {
    FONT-WEIGHT: normal;
    COLOR: #333333;
    FONT-FAMILY: Georgia, Times New Roman, Times, serif;
    font-style: italic;
}


.bottomLink {
    FONT-WEIGHT: normal;
    COLOR: #ffffff;
    FONT-FAMILY: arial,helvetica,sans-serif
}

.coreTextBold {
    /*FONT-SIZE: 75%;*/
    font-size: 85%;
    FONT-WEIGHT: bold;
    COLOR: #333333;
    FONT-FAMILY: arial,helvetica,sans-serif
}


.coreTextLinkNoSize {
    FONT-WEIGHT: normal;
    /*font-weight: bold;*/
    COLOR: #000066;
    FONT-FAMILY: arial, helvetica, sans-serif;
    text-decoration: underline;
}

.coreTextLinkNoSizeNoLine {
    text-decoration: none;
    FONT-WEIGHT: normal;
    COLOR: #000066;
    FONT-FAMILY: arial,helvetica,sans-serif
}

.bottomMenuLink {
    /*FONT-SIZE:70%;*/
    font-size: 80%;
    FONT-WEIGHT: normal;
    COLOR: #ffffff;
    FONT-FAMILY: arial,helvetica,sans-serif;
    text-decoration: none
}




A.searchBarLink {
    text-decoration: none;
    FONT-SIZE: 80%;
    FONT-WEIGHT: bold;
    COLOR: #a41801;
    FONT-FAMILY: arial,helvetica,sans-serif
}

    A.searchBarLink:hover {
        text-decoration: underline;
        FONT-SIZE: 80%;
        FONT-WEIGHT: bold;
        COLOR: #a41801;
        FONT-FAMILY: arial,helvetica,sans-serif
    }


/*********Table Styles*********/
/*
TD.blueBar {
	BACKGROUND: #021849; VERTICAL-ALIGN: middle
}

TD.searchBar {
	BACKGROUND: #ecddbc; VERTICAL-ALIGN: middle
}

TD.topPad3 {
	padding-top: 30
}

TD.sideNavBar 
{
	PADDING-LEFT: 10px;
	BORDER-LEFT: #ecddbc 1px solid
}*/




