﻿@import url('../../../include/js/jquery/css/redmond/jquery-ui-1.14.2.css');

/*******************/
/**  Font styles  **/
/*******************/
@font-face {
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

/*---------------------------CSS Reset----------------------------------------*/

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
	*/

/*	TODO remove settings on BODY since we can't namespace it.
	TODO test putting a class on HEAD. - Fails on FF. */

html, body {
    font-family: "DIN", Arial, Helvetica, sans-serif;
    width: 100%;
}

body /*div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, legend, input, textarea, p, blockquote, th, td */ {
    color: #6a6c6f;
    background: #666;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

    body > form {
        width: 100%;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

a {
    text-decoration: none;
    color: #076eb5;
}

    a:visited, a:hover, a:link, a:active {
        color: #076eb5;
    }

    a:hover {
        cursor: pointer;
    }
/*TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...*/
address, caption, cite, code, dfn, em, strong, th, var {
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

/* to preserve line-height and selector appearance */

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-size: inherit;
    font-weight: inherit;
    /*to enable resizing for IE*/
    *font-size: 100%;
    resize: none;
}

/*because legend doesn't inherit in IE */

legend {
    color: #6a6c6f;
}

/* YUI CSS Detection Stamp */

#yui3-css-stamp.cssreset {
    display: none;
}

img {
    border: 0;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    border: 1px solid #F9F9F9;
}

#MainContainer {
    width: 100%;
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
    position: relative;
}

#MainContent {
    background-color: #f1f3f6;
    min-height: 420px;
    padding: 25px 40px 40px 40px;
}

    #MainContent:after {
        content: '';
        display: block;
        clear: both;
    }

#MainContentUnauth {
    background-color: #f1f3f6;
    margin-top: 0;
    min-height: 400px;
    padding: 25px 40px 40px 40px;
}

    #MainContentUnauth:after {
        content: '';
        display: block;
        clear: both;
    }

#ContentBoxMiddle {
    background-color: #FFFFFF;
    padding: 25px 30px 30px 30px;
    border: 1px solid #eaeaea;
    width: 83.33333333%;
    position: relative;
    margin-left: 8.333333%;
    float: left;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    #ContentBoxMiddle {
        width: 100%;
        margin-left: 0px;
    }
}

#MainContentUnauth #ContentBoxMiddle > div {
    margin: 0px;
}

#ContentBoxMiddle1 {
    padding: 30px 24px 10px 24px;
}

#FooterContainer {
    position: relative;
    width: 100%;
    /*height: 100px;*/
    font-size: 13px;
    margin: auto;
    /*padding-top: 16px;*/
    background-color: #ffffff;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: "DIN", Arial, Helvetica, sans-serif;
}

    #FooterContainer:before {
        /*content: '';
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 50%;
        background-color: #ffffff;*/
        /*background-image: url(../Images/footer-bkgd.jpg);*/
        /*background-repeat: no-repeat;
        background-position: center 0px;
        background-size: cover;
        z-index: 9;*/
    }

    #FooterContainer:after {
        /*content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0px;
        right: 0px;
        bottom: 0px;*/
        /*background-color: #ffffff;*/
        /*background-image: url(../Images/footer-utility-bkgd.jpg);*/
        /*background-repeat: no-repeat;
        background-position: center -10px;
        background-size: cover;*/
        /*z-index: 9;*/
    }

    #FooterContainer #FooterLeft, #FooterContainer #FooterRight {
        position: relative;
        z-index: 99;
        padding: 2rem 0;
        flex-shrink: 0;
    }

        #FooterContainer #FooterLeft .FooterText {
            color: #6a6c6f;
            margin-bottom: 5px;
        }

    #FooterContainer #FooterRight {
        color: #6a6c6f;
    }

        #FooterContainer #FooterRight a {
            color: #4e73df;
        }

            #FooterContainer #FooterRight a:hover, #FooterContainer #FooterRight a:focus {
                text-decoration: underline;
            }

        #FooterContainer #FooterRight .FooterText {
            color: #4e73df;
            margin-bottom: 5px;
        }

#FooterLeft {
    float: left;
    overflow: hidden;
    width: 488px;
    position: relative;
    /*padding-left: 45px;
    padding-top:16px;*/
    /*height:84px;*/
    padding: 16px;
}

#FooterRight {
    overflow: hidden;
    width: auto;
    position: relative;
    /*padding-top:16px;
	padding-right:36px;
    height:84px;*/
    padding: 16px;
    text-align: right;
}

#FooterLeft a {
    color: #999999;
    text-decoration: none;
}

    #FooterLeft a:hover {
        text-decoration: underline;
    }

#FooterLeft .seperation {
    border-left: 1px solid #ffffff;
    margin-left: 6px;
    padding-left: 10px;
}

#FooterLeft .FooterText {
    position: absolute;
    bottom: 4px;
}

#FooterRight .FooterText {
    position: absolute;
    bottom: 4px;
    right: 36px;
    text-align: right;
}

#ColName {
    width: 240px;
    border-bottom: 2px solid #999;
}

#ColEntry {
    width: 150px;
    text-align: right;
    border-bottom: 2px solid #999;
    padding-right: 20px;
}

#ColStatus {
    width: 170px;
    border-bottom: 2px solid #999;
}

#ColPolicy {
    width: 180px;
    border-bottom: 2px solid #999;
}

#ColExpenses {
    width: 100px;
    text-align: right;
    border-bottom: 2px solid #999;
    padding-right: 20px;
}

#BreadcrumbArea {
    height: 10px;
}

#BottomContentArea {
    height: 10px;
}

#PageContainer {
    background-color: #fff;
    width: 100%;
}

#HeaderContainer {
    height: 250px;
    width: 100%;
    background-image: url(../Images/header_back_photo_1060x250.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 1060px 250px;
}

    #HeaderContainer:after {
        content: '';
        display: block;
        clear: both;
    }

#NavigationContainer {
    background-color: rgba(238, 238, 238, .8);
    height: 50px !important;
    position: inherit;
    margin-top: -50px;
    position: relative;
}

#SideNavbar {
    height: 40px;
}

#HeaderLogoCell {
    height: 200px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 100px;
}

#HeaderLogoCell img {
    /*width: 100%;*/
    width: 200px;
    height: auto;
}

#HeaderClientLogoCell {
    padding: 15px 0 0 15px;
    width: 250px;
    max-height: 100px;
    float: left;
}

#HeaderClientLogoSeparator {
    display: none;
}

#HeaderRightCell {
    font-family: "DIN Medium", Arial, Helvetica, sans-serif;
    right: 20px;
    width: 50%;
    padding: 0px;
    position: absolute;
    text-align: right;
    bottom: 6px;
    color: #34495e;
    z-index: 999;
    display: block;
}

#LeftHandNavWrapper {
    margin-left: -22px;
    padding: 10px 0 10px 25px;
    margin-right: 15px;
    width: 160px;
    background-color: #f4f4f4;
    float: left;
}

#menuSearchBtn {
    background-image: url(../images/SiteImages/search_icon_black.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
}

#menuUserName {
    padding: 3px 10px 10px 0;
}

#menuBottomLeft {
    background-color: #002266;
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 33.33333333%;
}

#menuBottomMiddle {
    background-color: #002266;
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 33.33333333%;
    right: 33.33333333%;
}

#menuBottomRight {
    background-color: #002266;
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 33.33333333%;
    right: 0px;
}

#sidebar {
    float: right;
    width: 215px;
    vertical-align: top;
    text-align: right;
    padding-right: 42px;
    padding-top: 8px;
    font-size: 14px;
}

.sidebarFooter {
    float: right;
    color: #999999;
    font-size: 11px;
    text-align: right;
    width: 404px;
    vertical-align: top;
    padding-right: 36px;
}

#TransfereeStatusWrapper {
    padding: 20px 10px 20px 20px;
    border-top: 6px solid #999;
    border-bottom: 2px solid #999;
    min-height: 40px;
}

/* Classes */

.TitleText {
    color: #414C5D;
    font-weight: normal;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0.3em;
    width: auto;
    display: inline-block;
}

.SubTitle {
    color: #076eb5;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.LargeTitle {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
}

.LargeText {
    font-weight: normal;
    font-size: 16px;
}

.BoldText {
    font-weight: bold !important;
}

.blueText {
    color: #076eb5;
}

.ColumnArrow {
    padding-left: 5px;
    font-size: 11px;
    color: #6a6c6f;
}

a.ColumnArrow {
    color: #6a6c6f;
}

.ColumnBG {
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
    padding: 10px;
}

/*.ColumnContent 
{
	line-height: 28px;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
}*/

.ColumnTitle {
    color: #6a6c6f;
    font-weight: bold;
    font-size: 14px;
}

.ColumnSubTitleBdr {
    font-weight: bold;
    font-size: 12px;
    border-bottom: 2px solid #999;
}

.ColumnSubTitleNoBdr {
    font-weight: bold;
    font-size: 12px;
}

.ColRightAlign {
    text-align: right;
    padding-right: 20px;
}

.Copyright {
    width: 200px;
    text-align: right;
    float: right;
    padding-right: 40px;
}

.DetailsStatus {
    width: 190px;
    float: left;
}

.DetailsMovingFrom {
    width: 235px;
    float: left;
    padding-left: 20px;
}

.DetailsMovingTo {
    width: 235px;
    float: left;
}

.DetailsTotalExp {
    width: 170px;
    float: left;
    padding-left: 20px;
}

.DivSpaceWidth5px {
    width: 5px;
    height: 1px;
    float: left;
}

.DivSpaceWidth10px {
    width: 10px;
    height: 1px;
    float: left;
}

.DivSpaceWidth15px {
    width: 15px;
    height: 1px;
    float: left;
}

.DivSpaceWidth20px {
    width: 20px;
    height: 1px;
    float: left;
}

.DivSpaceHeight5px {
    height: 5px;
}

.DivSpaceHeight10px {
    height: 10px;
    margin-right: 0;
}

.DivSpaceHeight15px {
    height: 15px;
}

.DivSpaceHeight20px {
    height: 20px;
}

.DivSpaceHeight25px {
    height: 25px;
}

.DivSpaceHeight30px {
    height: 30px;
}

.DivSpaceHeight40px {
    height: 40px;
}

.DivSpaceHeight50px {
    height: 50px;
}

.DivSpaceHeight60px {
    height: 60px;
}

.DivSpaceHeight70px {
    height: 70px;
}

.DivSpaceHeight400px {
    height: 400px;
}

.DivBorder2px {
    border-bottom: 2px solid #999;
}

.DivBorder1px {
    border-bottom: 1px solid #999;
}

.DivBorder4px {
    border-top: 4px solid #999;
}

.DivBorderRight1px {
    border-right: 1px solid #999;
    height: 300px;
    float: left;
    width: 10px;
}

.DivBorderLeft1px {
    border-left: 1px solid #999;
    height: 300px;
    width: 10px;
    float: left;
}

.DropdownLg {
    font-size: 14px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 1em;
    color: #555;
}

.ListboxLg {
    height: 50px;
    vertical-align: middle;
    padding: 3px;
    line-height: 25px;
}

.DuplicateAlertBox {
    vertical-align: top;
    border: 1px solid #FEBF4E;
    background-color: #FFFED8;
    padding: 15px;
    font-size: 12px;
    line-height: 18px;
}

.DuplicateRecordTable {
    float: left;
    vertical-align: middle;
    margin-right: 10px;
}

.EmployeeTable {
    border: none;
}

.FooterText {
    color: #999999;
}

.GrayddColBG {
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
    width: 100%;
    /*max-width: 1100px;*/
    max-width: calc(100% - 37px);
    padding: 10px;
}

#ctl00_PageContent_div_employee {
    margin-top: 20px;
}

.GrayddTable {
    background-color: #ffffff;
    table-layout: fixed;
}

.PanelRow .GrayddTable {
    background-color: #ffffff;
    table-layout: fixed;
    margin-top: 0px;
}

.GrayddTable td {
    border: 1px solid #E9E9E9 !important;
    padding: 20px !important;
    font-size: 14px;
}

.PanelRow .GrayddTable td {
    border: 1px solid #E9E9E9;
    border-top: 0px !important;
    padding: 20px !important;
    font-size: 14px;
}

    .PanelRow .GrayddTable td td.DateControlValues {
        position: relative;
    }

        .PanelRow .GrayddTable td td.DateControlValues .ajax__calendar {
            top: -40px !important;
            left: 50px !important;
        }

        .PanelRow .GrayddTable td td.DateControlValues table {
            width: 100%;
            height: 100%;
        }

        .PanelRow .GrayddTable td td.DateControlValues td {
            border: 0px solid #E9E9E9;
            border-top: 0px !important;
            padding: 0px !important;
            font-size: 12px;
        }

td.DateControlValues {
    position: relative;
}

    td.DateControlValues .ajax__calendar {
        top: 15px !important;
        left: 35px !important;
    }

.GrayddTable INPUT[type="radio"] {
    border: 0px solid #ccc;
}

.GrayddTable INPUT[disabled="disabled"] {
    background-color: #eeeeee;
    color: #999999;
}

.GrayddTable INPUT {
    font-size: 14px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 1em;
    color: #555;
    background-color: #fff;
}

    .GrayddTable input[type=checkbox] {
        margin-top: 0px;
        margin-right: 1em;
    }

.GrayddTable select {
    font-size: 14px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 1em !important;
    color: #555;
    background-color: #fff;
}

    .GrayddTable select[disabled="disabled"] {
        background-color: #eeeeee;
        color: #999999;
    }

.GrayddTable textarea {
    font-size: 14px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 1em !important;
    color: #555;
    background-color: #fff;
}

table.TripList tfoot td {
    background-color: #f5f5f5 !important;
}

table.TripList > tbody > tr > td > select {
    height: auto !important;
    margin-top: 0px !important;
}

table.TripList > tbody > tr > td > table > tbody > tr > td {
    padding: 10px !important;
}

    table.TripList > tbody > tr > td > table > tbody > tr > td input {
        margin-top: 0px;
    }

.GrayddTable table.DestinationTable, .GrayddTable table.DestinationTable tr, .GrayddTable table.DestinationTable td {
    border: 0px solid transparent !important;
    padding: 5px !important;
}

.GrayddTable #ctl00_PageContent_tr_FMEEFlightClass table, .GrayddTable #ctl00_PageContent_tr_FMEEFlightClass table th, .GrayddTable #ctl00_PageContent_tr_FMEEFlightClass table td {
    border: 0px solid transparent !important;
    padding: 5px !important;
}

table.AdditionalMove {
    background-color: #ffffff !important;
}

    table.AdditionalMove #ctl00_PageContent_tr_FMFamFlightClass table, table.AdditionalMove #ctl00_PageContent_tr_FMFamFlightClass table td, table.AdditionalMove #ctl00_PageContent_tr_FMFamFlightClass table th {
        border: 0px solid transparent !important;
        padding: 5px !important;
    }

.grayWelcomeText {
    color: #666666;
    font-family: arial;
    font-size: 25px;
    font-weight: bold;
}

.grayText {
    color: #666666;
}

.GrayRecordBox {
    width: 100%;
    float: left;
    border: 1px solid #E3E3E3;
    background-color: #F7F7F7;
    padding: 20px 25px 20px 25px;
}

.GrayRecordBoxWrapper {
    width: 675px;
    float: right;
    border: 1px solid #E3E3E3;
    background-color: #F7F7F7;
    padding: 20px 25px 20px 25px;
}

.GrayRecordTableLeft {
    width: auto;
    float: left;
    margin-right: 10px;
}

    .GrayRecordTableLeft:nth-last-child(1) {
        margin-right: 0px;
    }

.GrayRecordTableRight {
    float: right;
    width: 322px;
}

.GrayRecordTable {
    width: 665px;
    color: #6a6c6f;
}

.GrayRecordBorder {
    border-bottom: 1px solid #D7D7D7;
}

.GrayRecordTableColBG {
    background-image: url(../images/SiteImages/bg-column-header.jpg);
    background-repeat: repeat-x;
    border-bottom: 1px solid #d7d7d7;
    width: 727px;
    float: right;
    padding: 6px 0 6px 0;
}

.GrayRecordTableColHeader {
    padding-left: 20px;
    color: #414B5D;
    font-family: arial;
    font-size: 16px;
    font-weight: normal;
}

.GrayContentBox {
    border: 1px solid #CCC;
    background-color: #f5f5f5;
    padding: 15px;
}

.GrayContentBoxNoPad {
    background-color: #F1F3F4;
}

.GrayContentBoxTop {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    padding: 6px 15px 6px 15px;
}

.GrayContentBoxBtm {
    border: 1px solid #ccc;
    border-top: 0px;
    background-color: #fff;
    padding: 30px;
}

.GridAlternatingRow {
    padding: 6px;
    background-color: #F5F5F5;
}

.GridRow {
    padding: 6px;
}

.AlternatingRow {
    background-color: #F5F5F5;
}

.HomeLoginBox {
    background-image: url(../images/SiteImages/bg-box.jpg);
    background-repeat: repeat-x;
    border: 1px solid #CCC;
    padding-top: 20px;
    padding-bottom: 20px;
}

.HomeLoginForm INPUT {
    padding: 5px;
}

.ltgrayText {
    color: #999;
}

.LeftHandNavLink {
    /*display:inline-block;*/
    color: #076fb5;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    margin-left: -25px;
    margin-right: -20px;
    width: 160px;
    padding: 8px 0 8px 25px;
    text-decoration: none;
}

.LeftHandNavPendingService {
    /*display:inline-block;*/
    color: #076fb5;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    margin-left: -25px;
    margin-right: -20px;
    width: 160px;
    padding: 8px 0 8px 25px;
    text-decoration: none;
}

.LeftHandNavLabel {
    color: #076fb5;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    margin-left: -25px;
    margin-right: -20px;
    width: 160px;
    padding: 8px 0 8px 25px;
    text-decoration: none;
    background-color: #FFFFFF;
}

.RelocationProgress {
    margin-left: -25px;
    margin-top: -8px;
    margin-bottom: 2px;
    background-color: #FFFFFF;
}

.LeftHandNavColBG {
    background-image: url(../images/SiteImages/bg-column-header.jpg);
    background-repeat: repeat-x;
    border-top: 1px solid #ededed;
    background-color: #ededed;
    margin-left: -25px;
    padding: 5px 0 5px 15px;
}

.LeftHandNavColHeader {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding-left: -20px;
}

.LeftHandNavLink:hover {
    background-color: #ffffff;
}

.LeftHandNavLink:active {
    position: relative;
    top: 1px;
}

.LeftHandNavLinkDivider {
    border-bottom: 4px solid #e2e3e5;
    margin-left: -25px;
}

.maintitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #00235D;
}

.MsgContentBoxWrapper {
    border: 3px solid #999;
    width: 350px;
    background-color: #E4E8EB;
}

.MsgContentBoxTopBG {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #cdcdcd));
    background: -moz-linear-gradient(center top, #ededed 5%, #cdcdcd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#cdcdcd');
    background-color: #ededed;
    display: inline-block;
    border-bottom: 1px solid #CCC;
    width: 335px;
    padding: 8px 0 8px 15px;
}

.MsgContentHeader {
    color: #414B5D;
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
}

.MsgContentBoxContent {
    padding: 20px 15px 20px 15px;
}

.MsgContentBoxBtm {
    background-color: #E1E1E1;
    border-top: 1px solid #d7d8da;
    padding: 8px 15px 8px 15px;
}

.SearchBoxBG {
    background-image: url(../images/SiteImages/bg-search-box-lg.jpg);
    background-repeat: repeat-x;
    border: 1px solid #c1c1c1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    padding: 6px 15px 0 20px;
    width: 445px;
    height: 54px;
    text-decoration: none;
}

.SearchBoxForm {
    margin-top: 5px;
    background-image: url(../images/SiteImages/search_icon_grey.png);
    background-repeat: no-repeat;
    background-position: left center;
}

    .SearchBoxForm INPUT {
        background-image: url(../images/SiteImages/search_icon_grey.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-color: #FFF;
        padding-left: 32px;
        width: 310px;
        line-height: 37px;
        height: 37px;
    }

.BlueButton {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.GrayddTable INPUT[type="submit"]#ctl00_PageContent_SearchBtn.BlueButton {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    height: auto;
    margin-top: -3px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.BlueButton:hover {
    background-color: #2a7aaf;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.BlueButton:active {
    position: relative;
    top: 1px;
}

a.BlueButton {
    color: #FFF;
}

table#ctl00_PageContent_dgCustomFormFieldInput > tbody > tr > td {
    padding: 0px;
}

.ButtonDisabled {
    background-image: url(../images/SiteImages/bg-silver-button.jpg);
    background-repeat: repeat-x;
    border: 1px solid #c1c1c1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #c1c1c1;
    padding: 0px 15px 0px 15px;
    display: inline-block;
    line-height: 26px;
}

a.ButtonDisabled {
    color: #c1c1c1;
}

.SilverButton {
    background-color: #ffffff;
    border-color: #adadad;
    color: #6a6c6f;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #adadad;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.SilverButton {
    color: #6a6c6f;
}

.SilverButton:hover {
    background-color: #e6e6e6;
}

.SilverButton:active {
    position: relative;
    top: 1px;
}

.SilverButtonX {
    background-image: url(../images/SiteImages/bg-silver-button.jpg);
    background-repeat: repeat-x;
    border: 1px solid #c1c1c1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #B22000;
    padding: 0px 8px 0px 8px;
    display: inline-block;
    line-height: 26px;
}

    .SilverButtonX:hover {
        background-image: url(../images/SiteImages/bg-silver-button-hover.jpg);
    }

    .SilverButtonX:active {
        position: relative;
        top: 1px;
    }

a.SilverButtonX {
    color: #B22000;
}

.ButtonModifier {
    height: 28px;
    line-height: normal;
}

    .ButtonModifier:hover {
        height: 28px;
        line-height: normal;
    }

.smallText {
    font-size: 11px;
}

.IntraPageLink {
    font-weight: bold;
    color: #076eb5;
    text-decoration: none;
}

    .IntraPageLink .IntraPageLink:active,
    .IntraPageLink:hover,
    .IntrapageLink:visited {
        font-weight: bold;
        color: #076eb5;
        text-decoration: underline;
    }

.SubPageLink:link {
    font-weight: bold;
    color: #076eb5;
    text-decoration: none;
}

.SubPageLink .SubPageLink:active,
.SubPageLink:hover,
.SubpageLink:visited {
    font-weight: bold;
    color: #076eb5;
    text-decoration: underline;
}

.Watermark {
    color: #999;
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
}

/*****************************
	Main Menu Styles
******************************/

#blockUI_WaitMessage {
    display: none;
}

#ctl00_NavigationContainer {
    background-color: rgba(238, 238, 238, .8);
    height: 50px;
    margin-top: -50px;
    display: block;
    /*margin-bottom: 50px;*/
}

    #ctl00_NavigationContainer:after {
        content: '';
        display: block;
        clear: both;
        width: 100%;
        margin-bottom: 50px;
    }

    #ctl00_NavigationContainer img#menuLeft {
        display: none;
    }

    #ctl00_NavigationContainer img#menuRight {
        display: none;
    }

#jr_nav {
    width: 83.33333333%;
    margin-left: 8.33333333%;
    background-color: transparent;
    position: relative;
    z-index: 9;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 15px;
    height: 50px;
}

    #jr_nav ul {
        display: none;
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    #jr_nav li {
        float: left;
        display: block;
        margin: 0;
    }

        #jr_nav li a {
            font-family: "DIN Medium";
            display: block;
            font-weight: bold;
            text-decoration: none;
            color: #34495e !important;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 900;
            line-height: 35px;
            text-align: center;
            padding: 7px 10px;
        }

            #jr_nav li a:hover {
                color: #89ba4c !important;
            }

            #jr_nav li a:hover,
            #jr_nav li a:active {
                color: #89ba4c !important;
            }

.client-site-master:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.client-site-master #HeaderRightCell {
    bottom: -40px;
    color: #FFFFFF;
}

#jr_nav li.first a {
    /*margin-left: 25px;*/
}

#jr_nav ul a {
    display: block;
    height: 15px;
    padding: 8px 5px;
    color: #666;
}

    #jr_nav ul a:hover {
    }

#jr_nav li a:hover {
}

#jr_nav li.selected {
}

.SelectedMenu {
}

#jr_nav ul.subMenu {
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 6px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
}

    #jr_nav ul.subMenu li {
        width: 390px;
        padding: 0 0 10px 0;
        display: block;
        background-image: none;
        background-color: #fff;
        color: #474e60;
        border-right: 0 #d7d7d7 solid;
        border-left: 0 #fff solid;
    }

        #jr_nav ul.subMenu li:hover {
            background-color: #e0e0e0;
            color: #0b6cb0;
            text-decoration: none;
        }

        #jr_nav ul.subMenu li a {
            text-decoration: none;
            font-weight: bold;
        }

#jr_nav ul.SmallSubMenu {
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 6px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
}

    #jr_nav ul.SmallSubMenu li {
        width: 220px;
        height: 30px;
        padding: 0 0 10px 0;
        display: block;
        background-image: none;
        background-color: #fff;
        color: #474e60;
        border-right: 0 #d7d7d7 solid;
        border-left: 0 #fff solid;
    }

        #jr_nav ul.SmallSubMenu li:hover {
            background-color: #e0e0e0;
            color: #0b6cb0;
            text-decoration: none;
        }

        #jr_nav ul.SmallSubMenu li a {
            text-decoration: none;
            font-weight: bold;
        }

html #jr_nav ul {
    margin: 0 0 0 -2px;
}

#jr_nav li.first {
    border-left: 0 #fff solid;
}

#jr_nav li.last {
    border-right: 0 #fff solid;
}

#jr_nav a.selected {
    color: #0b6fb7;
}

.naviMenu {
    z-index: 1 !important;
}

div.ReportMenuContainer {
    position: absolute;
    width: 792px;
}

    div.ReportMenuContainer div#SeamlessBorder {
        width: 0px;
        height: 2px;
        position: absolute;
        margin: 0px;
        padding: 0px;
        background-color: #ffffff;
        left: 191px;
        top: -1px;
    }

    div.ReportMenuContainer div ol {
        display: block;
        position: relative;
        list-style: none;
        width: 100%;
        border: none;
        -webkit-padding-start: 0px;
        -webkit-padding-end: 0px;
        -webkit-margin-before: 0px;
        -webkit-margin-after: 0px;
        padding: 0px;
        margin: 0px;
    }

        div.ReportMenuContainer div ol li {
            display: block;
            padding: 0px;
            margin: 0px;
            width: auto;
            background-color: transparent;
            float: none;
        }

            div.ReportMenuContainer div ol li a {
                margin-left: 0px;
                padding-left: 15px;
            }

    div.ReportMenuContainer div#ReportInitialWindow {
        width: 470px;
        overflow: visible;
        border: 1px solid #999999;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: 5px 5px 5px #404040;
    }

    div.ReportMenuContainer div#ReportCategoryList {
        background-color: #ededed;
        background-image: linear-gradient(left, rgb(254, 254, 254) 0%, rgb(237, 237, 237) 100%);
        background-image: -o-linear-gradient(left, rgb(254, 254, 254) 0%, rgb(237, 237, 237) 100%);
        background-image: -moz-linear-gradient(left, rgb(254, 254, 254) 0%, rgb(237, 237, 237) 100%);
        background-image: -webkit-linear-gradient(left, rgb(254, 254, 254) 0%, rgb(237, 237, 237) 100%);
        background-image: -ms-linear-gradient(left, rgb(254, 254, 254) 0%, rgb(237, 237, 237) 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(254, 254, 254)), color-stop(1, rgb(237, 237, 237)));
        overflow: visible;
        width: 189px;
        height: 370px;
        padding: 5px 0px 5px 0px;
        border-right: 1px solid #999999;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

        div.ReportMenuContainer div#ReportCategoryList ol li span {
            margin: 0px;
            padding-left: 15px;
            font-size: 11px;
            font-weight: bold;
            height: 40px;
            line-height: 40px;
            display: block;
            cursor: default;
        }

        div.ReportMenuContainer div#ReportCategoryList ol li {
            border: 0px;
            background-image: none;
            background-color: transparent;
            padding: 1px 0px 1px 1px;
            float: none;
        }

            div.ReportMenuContainer div#ReportCategoryList ol li.selected {
                padding: 0px;
                background-color: #ffffff;
                border-left: 1px solid;
                border-top: 1px solid;
                border-bottom: 1px solid;
                border-color: #999999;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
                margin-left: -5px;
                margin-right: -1px;
                padding-left: 5px;
                box-shadow: 1px 4px 2px -2px #404040;
            }

                div.ReportMenuContainer div#ReportCategoryList ol li.selected:hover {
                    background-color: #ffffff;
                }

    div.ReportMenuContainer div#ReportsList {
        background-color: #ffffff;
        background-image: linear-gradient(left, rgb(254, 254, 254) 0%, rgb(237, 237, 237) 100%);
        background-image: -o-linear-gradient(left, rgb(254, 254, 254) 0%, rgb(237, 237, 237) 100%);
        background-image: -moz-linear-gradient(left, rgb(254, 254, 254) 0%, rgb(237, 237, 237) 100%);
        background-image: -webkit-linear-gradient(left, rgb(254, 254, 254) 0%, rgb(237, 237, 237) 100%);
        background-image: -ms-linear-gradient(left, rgb(254, 254, 254) 0%, rgb(237, 237, 237) 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(254, 254, 254)), color-stop(1, rgb(237, 237, 237)));
        overflow: visible;
        display: block;
        width: 275px;
        height: 362px;
        float: right;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 13px 0px 5px 5px;
    }

        div.ReportMenuContainer div#ReportsList ol li a {
            margin: 0px;
            padding: 0px;
            padding-left: 15px;
            height: 25px;
            line-height: 25px;
            overflow: hidden;
        }

        div.ReportMenuContainer div#ReportsList ol li {
            border: 0px;
            height: 25px;
            background-image: none;
            background-color: transparent;
            padding: 1px 0px 1px 1px;
            float: none;
        }

            div.ReportMenuContainer div#ReportsList ol li.selected {
                padding: 0px;
                background-color: #bababa;
                border-left: 1px solid;
                border-top: 1px solid;
                border-bottom: 1px solid;
                border-color: #808080;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
                margin-right: -1px;
                box-shadow: 1px 4px 2px -2px #404040;
            }

    div.ReportMenuContainer div#ReportPreview {
        overflow: hidden;
        float: right;
        margin-top: 10px;
        width: 320px;
        height: 380px;
    }

        div.ReportMenuContainer div#ReportPreview div#ReportPreviewBG {
            background-color: #bababa;
            background-image: linear-gradient(left, rgb(186, 186, 186) 0%, rgb(222, 222, 222) 100%);
            background-image: -o-linear-gradient(left, rgb(186, 186, 186) 0%, rgb(222, 222, 222) 100%);
            background-image: -moz-linear-gradient(left, rgb(186, 186, 186) 0%, rgb(222, 222, 222) 100%);
            background-image: -webkit-linear-gradient(left, rgb(186, 186, 186) 0%, rgb(222, 222, 222) 100%);
            background-image: -ms-linear-gradient(left, rgb(186, 186, 186) 0%, rgb(222, 222, 222) 100%);
            background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(186, 186, 186)), color-stop(1, rgb(222, 222, 222)));
            overflow: hidden;
            width: 299px;
            height: 360px;
            margin-left: -10px;
            padding-left: 10px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            border-top: 1px solid #606060;
            border-bottom: 1px solid #606060;
            border-right: 1px solid #606060;
            box-shadow: 5px 5px 5px #404040;
        }

        div.ReportMenuContainer div#ReportPreview h3 {
            text-align: center;
            margin: 0px;
            padding: 0px;
            height: 24px;
        }

            div.ReportMenuContainer div#ReportPreview h3 a {
                padding: 0px;
                margin: 0px;
                color: #0000ff;
                text-decoration: underline;
                line-height: 24px;
                height: 24px;
            }

        div.ReportMenuContainer div#ReportPreview div#PreviewViewport {
            margin: auto;
            width: 190px;
            height: 220px;
            border: 1px solid #000000;
            background-color: #ffffff;
            position: relative;
            cursor: pointer;
        }

            div.ReportMenuContainer div#ReportPreview div#PreviewViewport div#PreviewZoom {
                background-color: #202020;
                color: #cecece;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
                filter: alpha(opacity=75);
                -moz-opacity: 0.75;
                -khtml-opacity: 0.75;
                opacity: 0.75;
                position: absolute;
                width: 100%;
                height: 24px;
                text-align: center;
                line-height: 24px;
                bottom: 0px;
            }

            div.ReportMenuContainer div#ReportPreview div#PreviewViewport:hover {
                border: 1px solid #808080;
            }

                div.ReportMenuContainer div#ReportPreview div#PreviewViewport:hover div#PreviewZoom {
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
                    filter: alpha(opacity=50);
                    -moz-opacity: 0.5;
                    -khtml-opacity: 0.5;
                    opacity: 0.5;
                }

        div.ReportMenuContainer div#ReportPreview p {
            padding: 5px;
            width: auto;
            font-size: 11px;
            font-weight: bold;
        }

    div.ReportMenuContainer div#ReportPagers {
        position: relative;
        left: 200px;
        top: -1px;
    }

        div.ReportMenuContainer div#ReportPagers div.PagingTab {
            float: left;
            width: 50px;
            height: 29px;
            border-top: 1px solid #999999;
            border-left: 1px solid #505050;
            border-bottom: 1px solid #404040;
            border-right: 1px solid #404040;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            background-color: #aaaaaa;
            box-shadow: 5px 5px 5px #404040;
        }

        div.ReportMenuContainer div#ReportPagers div.selected {
            width: 60px;
            height: 45px;
            margin-top: 0px;
            background-color: #ffffff;
            border-top: none;
        }

        div.ReportMenuContainer div#ReportPagers div.PagingTab span {
            line-height: 29px;
            padding: 0px;
            margin: auto;
            display: block;
            text-align: center;
            width: auto;
            color: #efefef;
            cursor: default;
        }

        div.ReportMenuContainer div#ReportPagers div.selected span {
            line-height: 45px;
            color: #6a6c6f;
            cursor: default;
        }

        div.ReportMenuContainer div#ReportPagers div#ReportPagerPadding {
            width: auto;
            overflow: hidden;
        }

#NameNav {
    border-right: 10px solid #999999;
    color: red;
    margin: 0;
}

.floatLeft {
    float: left;
}

.PasswordRulesAlertBox {
    float: right;
    vertical-align: top;
    border: 1px solid #E3BB01;
    width: 430px;
    background-color: #FFFFD8;
    padding: 20px 15px 15px 20px;
    line-height: 18px;
}

.AlertMessage {
    vertical-align: top;
    border: 1px solid #E3BB01;
    width: 362px;
    background-color: #FFFFD8;
    padding: 10px 5px 5px 5px;
    line-height: 15px;
}

.AlertBox {
    vertical-align: top;
    border: 1px solid #E3BB01;
    background-color: #FFFFD8;
    padding: 10px;
    line-height: 10px;
}

/*------------Errors-----------------------*/
.ErrorBox {
    vertical-align: top;
    border: 1px solid #cc0000;
    background-color: #FFECE8;
    padding: 10px;
    line-height: 10px;
}

.ErrorInformationBox {
    vertical-align: top;
    border: 1px solid #cc0000;
    border-radius: 3px;
    background-color: #FFECE8;
    padding: 15px;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 1em;
}

.formError {
    border: 1px solid #cc0000;
}

.ErrorMessage {
    color: #ff0000;
    border-style: none;
    font-weight: normal;
    line-height: 14px;
}

/*----------------------------------------*/
.SearchNav {
    text-align: left;
}

.SearchBoxContainer {
    background-image: url(../images/SiteImages/bg-search-box.jpg);
    background-repeat: no-repeat;
    padding: 10px 6px 4px 6px;
    height: 60px;
    width: 700px;
}

.ui-tooltip,
.ttarrow:after {
    background: #303030;
    border: 0;
}

.ui-tooltip {
    padding: 10px 15px;
    color: white;
    border-radius: 5px;
    font: 12px Arial, Helvetica, sans-serif;
    line-height: 130%;
    /*box-shadow: 0 0 7px black;*/
}

.ttarrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .ttarrow.top {
        top: -16px;
        bottom: auto;
    }

    .ttarrow.left {
        left: 20%;
    }

    .ttarrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -23px;
        width: 25px;
        height: 25px;
        /*box-shadow: 6px 5px 9px -9px black;*/
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .ttarrow.top:after {
        bottom: -20px;
        top: auto;
    }
/* For approvals page */

table.ApprovalTable {
    border: 0px;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}

.ApprovalTable tr {
    border-bottom: 1px solid #eaeaea;
}

    .ApprovalTable tr:nth-of-type(even) {
        background-color: #fff;
    }

    .ApprovalTable tr:nth-of-type(odd) {
        background-color: #f9f9f9;
    }

    .ApprovalTable tr.ApprovalTableHeader {
        background-color: #f5f5f5;
        border-bottom: 1px solid #eaeaea !important;
        font-weight: bold;
        color: #6a6c6f;
    }

table.ApprovalTable tbody tr.ApprovalTableHeader th {
    width: auto !important;
}

table.ApprovalTable tbody tr.ApprovalTableEdit td input {
    width: 100%;
}

.ApprovalTable tr.ApprovalTableFooter {
    font-weight: bold;
}

table.ApprovalTable tr th,
table.ApprovalTable tr td {
    border: 0px;
    padding: 10px !important;
}

.ApprovalTable INPUT {
    font-weight: bold;
    color: #6a6c6f;
}

    .ApprovalTable INPUT:disabled {
        background-color: #cccccc;
    }
/*.ApprovalTableEdit td
{
	border-bottom: 1px solid #d6d7d9;
	vertical-align: middle;
}*/

/*.ApprovalTableFooter, .ApprovalTableFooter td
{
	height: 33px;
	vertical-align: middle;
}

.ApprovalTableSubFooter, .ApprovalTableSubFooter td
{
	height: 25px;
	vertical-align: middle;
}*/

.DraggableCursor {
    cursor: move;
}

.EditApproversButton,
.EditApproversButton:hover {
    padding: 3px 14px;
    float: right;
    display: none;
}

.DeleteAddApproversButton,
.DeleteAddApproversButton:hover {
    padding: 3px 14px;
    float: left;
}

.sortable,
.unsortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    zoom: 1;
    width: 100%;
}

.ApprovalTable input[type='text'] {
    color: #343434;
}

.ApproverEntryCell {
    vertical-align: top;
}

/* End approvals page section */

.GrayRecordTable TR {
    vertical-align: top;
}

.GrayRecordHeader {
    color: #414B5D;
    font-family: arial;
    font-size: 16px;
    font-weight: normal;
    width: 727px;
    float: right;
    padding: 15px 0 3px 0;
}

.GrayRecordTableLeft TR {
    vertical-align: top;
}

.GrayRecordTableRight TR {
    vertical-align: top;
}

a.GrayddColHeader:active {
    color: #6a6c6f;
}

.RightAlign {
    text-align: right;
}

.CommentsAlertBox {
    float: right;
    vertical-align: top;
    border: 1px solid #999;
    width: 430px;
    background-color: #FFFFE5;
    padding: 10px 15px 10px 15px;
    line-height: 18px;
    width: 695px;
}

.NotesBox {
    vertical-align: top;
    border: 1px solid #999;
    background-color: #FFFFE5;
    padding: 10px 15px 10px 15px;
    line-height: 18px;
    width: 335px;
}

.BudgetTableWrapper {
    width: 727px;
    float: right;
}

.BudgetTable {
    width: 727px;
    border-top: 4px solid #999;
}

    .BudgetTable tr {
        vertical-align: top;
    }

        .BudgetTable tr:first-child {
            vertical-align: bottom;
        }

    .BudgetTable td {
        padding: 6px 10px 6px 10px;
        text-align: right;
    }

        .BudgetTable td:first-child {
            text-align: left;
        }

    .BudgetTable th {
        padding: 6px 10px 6px 10px;
        text-align: right;
    }

        .BudgetTable th:first-child {
            text-align: left;
        }

.BudgetTableBottom {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #E0E0E0;
    font-weight: bold;
}

.BudgetNegative {
    color: #990100;
}

a.GrayddColHeader {
    color: #6a6c6f;
    text-decoration: none;
}

.GrayddColHeader:hover {
    color: #002266;
    text-decoration: none;
}

.GrayddColHeader {
    padding-left: 2px;
    color: #6a6c6f;
    font-family: "DIN Bold", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.ColumnTitle16 {
    color: #6a6c6f;
    font-weight: bold;
    font-size: 16px;
}

.BlueButtonSearch {
    background-image: url(../images/SiteImages/bg-blue-button-search.jpg);
    background-repeat: repeat-x;
    border: 0 solid #c1c1c1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 12px 20px;
    line-height: 37px;
}

    .BlueButtonSearch:hover {
        background-image: url(../images/SiteImages/bg-blue-button-search-hover.jpg);
        background-repeat: repeat-x;
        border: 0 solid #c1c1c1;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-family: arial;
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        padding: 12px 20px;
    }

    .BlueButtonSearch:active {
        position: relative;
        top: 1px;
    }

a.BlueButtonSearch {
    color: #FFF;
}

.TopAlignTable td {
    vertical-align: top;
    padding: 5px 5px 5px 5px;
}

.InitFormCheckbox {
    vertical-align: middle;
}

.DateControlHeaderText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.DateControlValues {
    background-color: none;
}

    .DateControlValues td, .DateControlValues tbody td {
        border: none;
        padding: 0px !important;
        padding-right: 10px !important;
    }

table.TripList tbody td .DateControlValues tbody td select {
    margin-right: 0px !important;
}

table.DateControlValues, table.DateControlValues tbody td {
    border: none !important;
}

    table.DateControlValues > tbody > tr > td select.DropdownLg {
        margin-bottom: 0px !important;
    }

.PanelRow .GrayddTable .DateControlValues td, .PanelRow .GrayddTable .DateControlValues tbody td {
    border: none;
    padding: 0px !important;
    padding-right: 10px !important;
}

table.BudgetCalcNoRecalc > tbody > tr > td {
    padding: 10px !important;
    position: relative;
}

    table.BudgetCalcNoRecalc > tbody > tr > td input[type="checkbox"] {
        position: absolute;
        margin: 0px !important;
        top: 50%;
        margin-top: -0.65em !important;
        left: 1.7em;
    }

    table.BudgetCalcNoRecalc > tbody > tr > td label {
        display: inline-block;
        margin-left: 4em;
        padding-right: 20px;
    }

.GrayddTable table.AddlItemsTable > tbody > tr > td input {
    margin-top: 0px !important;
}

.GrayddTable table.AddlItemsTable > tbody > tr > td select.DropdownLg {
    margin-top: 0px !important;
}

.GrayddTable table.AddlItemsTable > tbody > tr > td input[type="checkbox"] {
    margin-top: 0.2em !important;
}

.ui-datepicker {
    z-index: 99999;
}

.ColumnSubTitleBdrBott {
    font-weight: bold;
    font-size: 12px;
    border: none;
    border-bottom: 2px solid #999;
}

.NoGridBorders td {
    border: none;
}

.EmpRecordHeader {
    font-weight: bold;
    font-size: 14px;
    border: none;
}

.WatermarkSm {
    color: #999;
    font-size: 12px;
    font-style: italic;
    line-height: 24px;
}

.ShadowedTextBox {
    padding: 7px;
    -webkit-box-shadow: inset 2px 2px 2px 0 #dddddd;
    -moz-box-shadow: inset 2px 2px 2px 0 #dddddd;
    box-shadow: inset 2px 2px 2px 0 #dddddd;
}

.SearchNotesWrapper {
    float: right;
    width: 273px;
}

.SearchNotes {
    margin-top: 0;
    vertical-align: 5px;
    float: left;
    padding-right: 2px;
}

    .SearchNotes INPUT {
        height: 25px;
        width: 220px;
        padding: 2px 5px 2px 5px;
        vertical-align: baseline;
        border: 1px solid #999;
    }

.NotesTableWrapper {
    width: auto;
    overflow: hidden;
}

.NotesTable {
    width: 727px;
    border-top: 4px solid #999;
    border-bottom: 2px solid #999;
}

    .NotesTable td, .NotesTable th {
        padding: 6px 7px 6px 7px;
        font-weight: normal;
        vertical-align: top;
    }

    .NotesTable th {
        padding-top: 20px;
    }

.NotesTableDetail {
    padding: 10px 10px 10px 10px !important;
}

.BottomActionButtons {
    margin-top: 15px;
    float: right;
    height: 30px;
}

.HideObject {
    display: none;
}

.InvisibleObject {
    opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    -khtml-opacity: 0.0; /* Safari 1.x */
    -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}

.InvisibleFileUpload {
    position: absolute;
    height: 100px;
    cursor: pointer;
    top: 0;
    right: 0;
    font-size: 50px;
}

.InvisibleFileUploadWrapper {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    height: 26px;
    width: 84px;
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
}

    .InvisibleFileUploadWrapper:hover {
        line-height: 26px;
    }

.ModalBox {
    background-image: url(../images/SiteImages/bg-box.jpg) !important;
    background-repeat: repeat-x !important;
    border: 4px solid #CCC;
    padding-top: 20px;
    background-color: #FFF !important;
}

.ModalBoxBtm {
    background-color: #E1E1E1;
    padding: 12px 25px 12px 25px;
}

.ModalForm {
    padding-left: 25px;
}

    .ModalForm INPUT {
        padding: 5px;
    }

.BudgetCol1 {
    width: 104px;
    font-weight: bold;
    vertical-align: bottom;
}

.BudgetOverrideTableRow .BudgetCol1 {
    width: 200px !important;
}

.BudgetOverrideTableRow .BudgetCol2 {
    width: 170px !important;
}

.BudgetOverrideTableRow .BudgetCol3 {
    width: 250px !important;
}

.BudgetOverrideTableRow .BudgetCol4 {
    width: auto !important;
}

table.GrayddTable .BudgetOverrideTableRow .BudgetCol3 .BudgetOverrideValues input.OverriddenBudgetTextBox {
    width: auto !important;
}

table.GrayddTable#ctl00_PageContent_dgEEBudget {
    width: 100% !important;
}

.BudgetCol1 input {
    background-color: #cccccc;
    color: #6a6c6f;
    margin-top: 5px;
}

.BudgetCol2 {
    white-space: nowrap;
    border-right: 0 !important;
    vertical-align: bottom;
}

    .BudgetCol2 input, .BudgetCol3 input, .BudgetCol234 input {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.BudgetCol3 {
    width: 291px;
    white-space: nowrap;
    border-left: 0 !important;
    border-right: 0 !important;
    vertical-align: bottom;
}

.BudgetCol4 {
    width: 242px;
    white-space: nowrap;
    border-left: 0 !important;
    vertical-align: bottom;
}

.BudgetCol234 {
    width: 639px;
    white-space: nowrap;
    border-left: 0 !important;
}

.BudgetCol1, .BudgetCol2, .BudgetCol3, .BudgetCol4, .BudgetCol234 {
    padding-bottom: 10px !important;
}

    .BudgetCol4 td .DropdownLg, .BudgetCol234 td .DropdownLg {
        /*margin-bottom: -1px !important;*/
    }

.BudgetOverrideValues {
    display: none;
}

/* Override jqueryui dialog settings */
.ui-dialog {
    border: 5px solid #CCCCCC !important;
}

.ui-widget-overlay {
    background: #000 url(../images/ui-bg_flat_0_000000_40x100.png) 50% 50% repeat-x;
    opacity: .50;
    filter: Alpha(Opacity=50);
}

.modalPopupDialog {
    z-index: 1000;
}

/* This is an IE7 workaround for the dialog box */
.ui-dialog .ui-dialog-content {
    overflow: hidden;
}

.overlaySearchDialog {
    border: 1px solid #CCCCCC !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 997;
}

#overlaySearchContent {
    cursor: default;
}

#OverlaySearchBlankLine {
    width: 42px;
    height: 2px;
    background-color: #ffffff;
    z-index: 999;
}

.SearchTextBox {
    width: 160px;
    height: 25px;
    padding: 0 0 0 3px;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: inset 2px 2px 2px 0 #dddddd;
    -moz-box-shadow: inset 2px 2px 2px 0 #dddddd;
    box-shadow: inset 2px 2px 2px 0 #dddddd;
}

.PopupDialogInterior {
    padding: 0 0 0 0 !important;
}

.SimpleSearchText {
    font-size: 18px;
}

.LimitTextInput {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.CheckboxLg {
    height: 25px;
    vertical-align: -5px;
    padding: 3px;
}

.SearchBoxWrapper {
    width: 595px;
    height: 60px;
}

.EllipsisText {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    vertical-align: top;
}

.Ellipsis {
    height: 20px;
}

.EllipsisPopup {
    height: 20px;
}

.LeftHandNavLink, .BlueButton, .SilverButton, .SilverButtonX, .BlueButtonSearch, .EditApproversButton, .DeleteAddApproversButton, .Pointer {
    cursor: pointer;
}

.WhatsNewHeaderRow {
    border-bottom: 1px solid #000000;
    border-top: 2px solid #999;
}

.GrayRecordDarkBorder {
    border-bottom: 1px solid #999999;
}

.blackText {
    color: #000000;
}

.GrayRecordTableLeft TD {
    border-bottom: 1px solid #D7D7D7;
}

.GrayRecordTableRight TD {
    border-bottom: 1px solid #D7D7D7;
}

.GrayRecordTable TD {
    border-bottom: 1px solid #D7D7D7;
}

.ProgressCursor {
    cursor: progress !important;
}

.NoWrap {
    white-space: nowrap;
}

input[type=radio] {
    vertical-align: -4px;
    width: 18px;
    height: 18px;
}

.SortHeader, a.SortHeader {
    color: #6a6c6f;
}

a.SortHeader {
    text-decoration: underline;
}

.SortArrow, a.SortArrow {
    font-size: 10px;
    color: #6a6c6f;
    margin-left: 3px;
}

.GrayddTableNoBdr {
    background-color: #F9F9F9;
}

    .GrayddTableNoBdr TD {
        border-left: 1px solid #E9E9E9;
        border-right: 1px solid #E9E9E9;
        padding: 6px 20px 4px 20px;
    }

.SilverButtonSm {
    background-image: url(../images/SiteImages/bg-silver-button.jpg);
    background-repeat: repeat-x;
    border: 1px solid #c1c1c1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #B22000;
    padding: 6px 8px 6px 8px;
    line-height: 26px;
}

    .SilverButtonSm:hover {
        background-image: url(../images/SiteImages/bg-silver-button-hover.jpg);
        background-repeat: repeat-x;
        border: 1px solid #c1c1c1;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-family: arial;
        font-size: 14px;
        font-weight: bold;
        color: #076fb5;
        padding: 6px 8px 6px 8px;
        line-height: 26px;
    }

    .SilverButtonSm:active {
        position: relative;
        top: 1px;
    }

a.SilverButtonSm {
    color: #076fb5;
}

.ButtonSmActive {
    background-image: url(../images/SiteImages/bg-silver-button-hover.jpg);
    background-repeat: repeat-x;
    border: 1px solid #c1c1c1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding: 6px 8px 6px 8px;
    line-height: 26px;
}

a.ButtonSmActive {
    color: #000;
}

a.ColumnSubTitle {
    font-weight: bold;
    font-size: 12px;
    color: #000;
    text-decoration: underline;
    text-decoration-color: #666;
}

.ModalTable {
    margin-left: 15px;
}

    .ModalTable TD {
        padding: 5px;
    }

.SortArrowUp {
    font-size: 10px;
    vertical-align: 2px;
    color: #6a6c6f;
    margin-left: 3px;
}

a.SortArrowUp {
    color: #6a6c6f;
}

.SortArrowDown {
    font-size: 10px;
    color: #6a6c6f;
    margin-left: -13px;
}

a.SortArrowDown {
    color: #6a6c6f;
}

.GrayddColBG2 {
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
    width: 100%;
    /*max-width: 1100px;*/
    padding: 10px;
    max-width: calc(100% - 37px);
}

.GrayddColBG3 {
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
    width: 100%;
    /*max-width: 1100px;*/
    padding: 10px;
    max-width: calc(100% - 37px);
}

.GrayddColBG4 {
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
    /*width: 907px;*/
    width: calc(100% - 37px);
    padding: 10px;
}

    .GrayddColBG2:after, .GrayddColBG3:after, .GrayddColBG4:after {
        content: '';
        display: block;
        clear: both;
    }

.AddlItemsTable {
    background-color: #F1F3F4;
    width: 100%;
}

    .AddlItemsTable tr, .AddlItemsTable td, .AddlItemsTable th {
        padding: 7px 15px 7px 15px;
        border: 0px;
        vertical-align: top;
    }

    .AddlItemsTable INPUT[type=checkbox] {
        border: 0px;
    }

/* The display:none line was added to remove the magnifying glass search overlay icon. Remove this line
	to restore the icon. */
.MagnifyingGlass {
    float: right !important;
    border-left: 1px solid #d7d7d7 !important;
    width: 42px !important;
    display: none !important;
}

.GrayddTableCellNoLines td {
    border: 0px !important;
    padding: 5px 30px 0px 0px !important;
}

.BudgetCalcNoRecalc input {
    position: relative;
    top: 6px;
}

.eeDetailsActionButtons {
    word-wrap: break-word;
    padding-left: 6px;
    line-height: 35px;
}

.wordWrapNormal {
    word-wrap: normal;
}

.shipmentDate {
    color: #666666;
    white-space: nowrap;
    font-size: 0.8em;
    width: 85px;
    border-bottom: 0px !important;
    vertical-align: top;
}

.shipmentUnusedCell {
    background-color: #D7D7D7;
}

.inlineImage {
    vertical-align: top;
}

#loadingWait {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    background-color: #000000;
    z-index: 99;
    text-align: center;
}

#loadingWaitBox {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -150px;
    z-index: 100;
    opacity: 1;
    background-color: #ffffff !important;
    background: rgba(255, 255, 255, 1) !important;
    text-align: center;
    color: #6a6c6f;
    width: 300px;
    border: 3px solid #999999;
    padding: 3px;
}

.txtPostalCode, .txtIntlPostalCode {
    text-transform: uppercase;
}

.noBorderTable {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
    padding: 0;
}

    .noBorderTable TD {
        border: none;
        padding: 0;
    }

.WhatsNewAlertContainer {
    width: 939px;
    height: 1.5em;
    background-color: #f5c721;
    padding-left: 15px;
    border-right: solid 2px #cbcccd;
    border-bottom: solid 1px #cbcccd;
    font-size: 1.5em;
    padding-top: 1em;
}

.close-button {
    float: right;
    cursor: pointer;
    margin-right: .5em;
}

    .close-button:hover {
        color: #666;
    }

.btn-panel .btn-primary, .btn-primary, a.btn-primary {
    border-radius: .375rem;
    box-shadow: 0.0625rem 0.125rem 0.3125rem 0 rgba(0,0,0,.03);
    font-weight: 600;
    font-size: 0.9rem;
    background-color: #FB1;
    height: 2.5rem;
    color: #494949;
    outline: 0;
    padding: .65rem .90rem;
    margin-left: 1rem;
    text-decoration: none;
    border: none;
    white-space: nowrap;
}

    .btn-panel .btn-primary:hover, .btn-primary:hover, a.btn-primary:hover {
        color: #fff;
        text-decoration: none;
    }

    .btn-primary:focus {
        border: none !important;
        box-shadow: none !important;
    }

.btn-panel .btn-secondary {
    border-radius: .375rem;
    box-shadow: 0.0625rem 0.125rem 0.3125rem 0 rgba(0,0,0,.03);
    font-weight: 600;
    font-size: .9rem;
    background-color: #026;
    height: 3rem;
    color: #fff;
    outline: 0;
    padding: .65rem .90rem;
    margin-left: 1rem;
    text-decoration: none;
    border: none;
    white-space: nowrap;
}

    .btn-panel .btn-secondary:hover {
        color: #ccc;
        text-decoration: none;
    }

.btn-secondary:focus {
    border: none !important;
    box-shadow: none !important;
}

.btn-panel {
    /*max-width: 1100px;*/
    margin-top: 28px;
    max-width: calc(100% - 37px);
}

    .btn-panel.override-budget {
        max-width: inherit;
    }
