/****************************************************************************
*
*         Copyright (C) 1996-2011.  This is an unpublished work of
*                          Headwaters Software, Inc.
*                             ALL RIGHTS RESERVED
*         This program is a trade secret of Headwaters Software, Inc.
*         and it is not to be copied, distributed, reproduced, published,
*         or adapted without prior authorization
*         of Headwaters Software, Inc.
*
****************************************************************************/

#site-title, #subtitle {
    float: left;
    color: #655d57;
    font-weight: bolder;
    font-size: 20px;
    font-family: Verdana, Geneva, sans-serif;
    max-width: 345px;
}

#subtitle {
    font-weight: normal;
    font-size: 78%;
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    max-width: none;
    margin-top: -0.5em;
    margin-bottom: 0.5em;
}

.main_header {
    width: 100%;
    height: 125px;
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 12pt;
}

.site.fluid-width .main_header {
    /* optional modification for a full, fluid-width layout */
    padding-left: 28px;
}

#staff-links {
    width: 972px;
    height: 35px;
    margin-left: 32px;
    display: none;
    margin-top: 2.5em;
}

#header_upper_nav {
    /*height: 4px;*/
    margin-bottom: 3px;
    position: relative;
}

.main_header ul.main_navigation li a {
    font-weight: 900;

    text-decoration: none;

    color: inherit;
    font-family: inherit;

    font-size: 10pt;

    white-space: nowrap;
}

.header_logo {
    background-image: url('/images/Fisdap/View/Helper/Navigation/Fisdap_logo.jpg');
    background-repeat: no-repeat;
    width: 184px;
    height: 78px;

    padding-right: 2px;

    float: left;
}

.main_header ul.main_navigation {
    padding: 0px;
}

.main_header ul.main_navigation > li {
    display: inline;

    float: left;

    text-align: center;
    vertical-align: middle;

    background: rgb(234, 134, 45);

    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;

    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;

    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;

    margin-top: 5px;
    margin-left: 1px;
    margin-right: 2px;

    height: 32px;
    width: 125.85px;

    background: -webkit-gradient(linear, left top, left bottom, from(#f0791b), to(#e59944)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #f0791b, #e59944); /* for firefox 3.6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0791b', endColorstr='#e59944'); /* for IE */
}

.main_header ul.main_navigation > li:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#e59944), to(#f0791b)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #e59944, #f0791b); /* for firefox 3.6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e59944', endColorstr='#f0791b'); /* for IE */
}

.main_header ul.main_navigation > li.active {
    display: inline;

    float: left;

    text-align: center;

    background: #f8f7f6;

    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;

    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;

    padding: 5px 5px 7px;
    margin-left: 1px;
    margin-right: 2px;

    /*height: 45px;*/
    /*width: 125px;*/

    /* Override the filter here...  Otherwise it'll show up as orange w/ the gradient */
    filter: none; /* for IE */
}

.main_header ul.main_navigation > li.active > a {
    color: rgb(234, 134, 45);
}

.main_header ul.main_navigation li ul {
    width: 100%;
    text-align: left;
    border: thick black;
    display: none;
}

.main_header ul.main_navigation > li > ul > li {
    float: none;
    width: 100%;

    color: #655d57;

    display: inline;

    padding-left: 15px;
    padding-right: 15px;
    margin: 0px;

    text-shadow: none;

    background: #f8f7f6;
    position: relative;
}

.main_header ul.main_navigation > li > ul > li > a {
    color: #655d57;
    font-weight: normal;
}

.main_header ul.main_navigation li.active ul li a {
    color: #655d57;
    font-weight: normal;
}

.active_sub_nav {
    color: #655d57;
    font-weight: bold;
    font-size: 9pt;

    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    margin-left: -7px;
    margin-right: -7px;

    border-bottom: solid 4px #857d77;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;

    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.header_nav {
    /*background-image: url('/images/Fisdap/View/Helper/Navigation/header_background.jpg');*/
    /*background-repeat: repeat;*/
    margin: 11px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 972px;
    float: right;
}

.site.fluid-width .header_nav {
    /* optional modification for a full, fluid-width layout */
    float: left;
}

.header_subnav {
    width: 972px;
    height: 35px;
    background: #f8f7f6;
    float: right;
    margin-top: -7px;
    -moz-box-shadow: 0px 5px 5px #c6c1bc;
    -webkit-box-shadow: 0px 5px 5px #c6c1bc;
    box-shadow: 0px 5px 5px #c6c1bc;
}

.site.fluid-width .header_subnav {
    /* optional modification for a full, fluid-width layout */
    float: left;
}

.user_info {
    float: right;
    color: #000;
    font-size: 9pt;
    padding-top: 5px;
    padding-right: 10px;
    height: 30px;

}

.user_info img {
    vertical-align: middle;
    width: 26px;
}

.user_first_name {

}

.user_name {
    font-weight: 900;
}

.header-search-box {
    color: #666;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 97%;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 8.5pt;
    height: 16px;
    padding: 0;
    border: 0;
    width: 0;
    display: none;
}

#staff_program_chzn {
    vertical-align: bottom;
}

.header-search-form {
    display: inline;
    margin: 0;
}

img#staff-settings {
    height: 17px;
    width: 17px;
    padding: .2em;
}

img.masquerade {
    height: 16px;
    width: 23px;
    padding: .2em;
}

img.magnifying-glass {
    height: 16px;
    width: 16px;
    padding: .2em;
    cursor: pointer;
}

img.notification-bell {
    width: 21px;
    padding: .2em;
    cursor: pointer;
}

.notification-popup-container-main {
    position: absolute;
    top: 55px;
    left: 596px;
    z-index: 98;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}

.notification-popup-container {
    background-color: rgba(250, 250, 250, 0.9);
    border: 2px solid;
    border-bottom: none;
    overflow: visible;
    width: 400px;
    z-index: 99;
    display: none;
    position: relative;
}

.notification-popup-container.update:last-child {
    border: 2px solid #75C3E0;
}

.notification-popup-container.downtime:last-child {
    border: 2px solid #FFD324;
}

.notification-popup-container:first-child:after, .notification-popup-container:first-child:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
}

.notification-popup-container:first-child:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(250, 250, 250, 0.9);
    border-width: 10px;
    margin-left: 134px;
}

.notification-popup-container:first-child:before {
    border-width: 14px;
    margin-left: 130px;
    position: absolute;
}

.notification-popup-container.update:first-child:before {
    border-color: rgba(117, 195, 224, 0);
    border-bottom-color: #75C3E0;
}

.notification-popup-container.downtime:first-child:before {
    border-color: rgba(255, 211, 36, 0);
    border-bottom-color: #FFD324;
}

.notification-popup-container.update {
    border-color: #75C3E0;
}

.notification-popup-container.downtime {
    border-color: #FFD324;
}

.notification-popup-body {
    padding: 7px 0 0 0 !important;
}

.notification-popup-type {
    padding: 8px;
}

img.notification-popup-type {
    width: 30px;
}

.update .notification-popup-type {
    background-color: #75C3E0;
}

.downtime .notification-popup-type {
    background-color: #FFD324;
}

.update .notification-popup-title {
    color: #36A3C9;
}

.downtime .notification-popup-title {
    color: #E79401;
}

.notification-popup-title {
    font-family: "Century Gothic", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    font-size: 11pt;
    padding: 8px 0 8px 8px;
}

.notification-popup-message {
    font-family: "Tahoma", "Geneva", sans-serif;
    font-size: 10pt;
    color: #655d57;
    padding: 0 0 10px 8px;
    width: 320px;
}

a.notification-popup-delete {
    float: right;
}

img.logout-img {
    height: 17px;
    width: 17px;
    padding: .2em;
}

.logout {

}