/** Added by Vitaliy Zhitar on 06/06/2012 for externalization **/

.gae-rf-wrapper {
    margin-top: 6px;
}

.gae-rf-value {
    display: block;
    float: left;
    width: 65%;
}

.gae-rf-label {
    display: block;
    float: left;
    vertical-align: top;
    display: inline-block;
    width: 33%;
    margin-left: 3px;
}

.gae-fb-about {
    background-color: #F0E8C1;
    width: 200px;
    margin: 0px;
    vertical-align: middle;
}

.gae-fb-footer {
    background-color: #F0E8C1;
    width: 200px;
    margin: auto;
    vertical-align: middle;
}

ul.gae-ui-left-hand-nav, li.gae-ui-left-hand-nav, .gae-ui-left-hand-nav li, .gae-ui-left-hand-nav ul {
    margin: 0px;
    padding: 0px;
}

ul.gae-ui-left-hand-nav {
    list-style-type: none;
}

.gae-ui-left-hand-nav ul {
    list-style-type: none;
    display: none;
}

.gae-ui-left-hand-nav li {
    margin-bottom: 5px;
}

    .gae-ui-left-hand-nav li.noexpand {
        margin-left: 17px;
    }

    .gae-ui-left-hand-nav li img {
        margin: 3px;
        float: left;
    }

    .gae-ui-left-hand-nav li ul li {
        list-style-image: none;
        margin-left: 17px;
        margin-bottom: 0px;
    }

    .gae-ui-left-hand-nav li.expand .navMenu {
        /*display: block;
        padding-left: 17px;*/
    }


/*********** eArmyUStyle *******/

body {
    font-size: 0.8em; /* Changing this font-size cascades to all other elements */
    color: black;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    /*background-color: #CDC59E; */
    background-color: #fff !important; 
 text-align: left;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

p {
    margin-top: 5px;
    margin-bottom: 3px;
}

ol, ul, li, dt, dd {
    margin-top: 0.2em;
    margin-bottom: 0.1em;
}

    li > p {
        margin-top: 0.2em;
    }

ul {
    list-style-type: circle;
    list-style-position: outside;
    margin-left: 20px;
}

hr {
    margin-top: 0.1em;
    margin-bottom: 0.0em;
}

a {
    text-decoration: underline;
    color: #000000;
}

    a:hover {
        text-decoration: underline;
    }

    /* Styles used for bottom of page footer */
    a.footer {
        font-size: 0.9em;
        color: #000000;
        text-decoration: none;
    }

    a.copyrightnotice {
        font-size: 0.9em;
        color: #000000;
        text-decoration: none;
    }

button { /* Depricated, use <input type="button"> instead */
    color: #FFFFFF;
    font-family: 'trebuchet ms',helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #1a7cbd;
    overflow: visible;
    text-align: center;
    vertical-align: middle;
    margin-top: 2px;
    margin-bottom: 2px;
    white-space: normal;
    border-right: #333333 1px ridge;
    border-top: #999999 1px ridge;
    border-left: #999999 1px ridge;
    border-bottom: #333333 1px ridge;
    /*filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#66FFFFFF',EndColorStr='#FF614D27');*/
    padding: 0px 8px 0px 8px;
    height: 22px;
    cursor: pointer;
}

form {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

input {
}

    input.date {
        width: 75px;
    }

    input.medium {
        width: 150px;
    }

    input.wide {
        width: 200px;
    }

    input.verywide {
        width: 400px;
    }

    input.btn {
        color: #FFFFFF;
        font-family: 'trebuchet ms',helvetica,sans-serif;
        font-size: 12px;
        font-weight: bold;
        background-color: #1a7cbd !important;
        overflow: visible;
        text-align: center;
        vertical-align: middle;
        margin-top: 2px;
        margin-bottom: 2px;
        white-space: normal;
        border-right: #333333 1px ridge;
        border-top: #999999 1px ridge;
        border-left: #999999 1px ridge;
        border-bottom: #333333 1px ridge;
        /*-ms-filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#66FFFFFF',EndColorStr='#FF614D27');*/
        padding: 0px 8px 0px 8px;
        height: 22px;
        cursor: pointer;
    }

    input.btnhov {
        border-top-color: #333333;
        border-left-color: #333333;
        border-right-color: #333333;
        border-bottom-color: #333333;
    }

label {
    font-size: 0.9em;
    color: #666666;
    font-weight: bold;
}

    label.prominent {
        font-size: 1.0em;
        color: #000000;
        font-weight: normal;
    }

    label.error {
        color: #FF0000;
        font-weight: bold;
    }

option {
}

legend {
    color: #333333;
    font-weight: bold;
}

fieldset {
    padding-top: 10px;
    /* Added by TM to make all corners of the fieldset uniform */
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

/* The following styles may be used to align text in cells */
td {
    vertical-align: top;
    text-align: left;
}

    td.topright {
        text-align: right;
    }

    td.bottomleft {
        vertical-align: bottom;
    }

    td.bottomright {
        vertical-align: bottom;
        text-align: right;
    }

    td.middleright {
        vertical-align: middle;
        text-align: right;
    }

    td.middleleft {
        vertical-align: middle;
        text-align: left;
    }

ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
    padding-left: 0px;
}

    ul ul li {
        margin-top: 0;
        list-style-image: url(../../images/bullet_2nd.gif);
    }

.disable {
    color: Gray;
}

.alert {
    font-weight: bold;
    color: #FF0000;
}

.alert_lite {
    color: White;
    font-weight: lighter;
    font-size: 10px;
    margin-top: 2px;
}

.hide, .hidden {
    display: none;
}

.announcementText {
    font-size: 0.9em;
}

.announcementTitle {
    font-weight: bold;
    font-size: 0.9em;
}

.bodySmall {
    font-size: 0.9em;
}

.passwordDisplay {
    font-family: inherit;
    font-weight: bold;
    font-size: 14pt;
}

/* The following styles are used where alphabetic characters are used to select groups from a list */
.alphaLinkUnselected {
    font-size: 0.8em;
}

.alphaLinkSelected {
    font-size: 1.2em;
    font-weight: bold;
}

.bodyBold {
    font-weight: bold;
}

/* Styles used for data tables (non-sortable) */
.data-table {
    font: Icon;
    border-color: #CDC59E;
    border-width: 1px;
    border-style: solid;
    margin-left: 1px;
    margin-top: 1px;
}

    .data-table td {
        padding: 2px 5px;
        vertical-align: middle;
        text-align: left;
    }

/* Changing the data-table td style used by crm case views - CQ 3106 */
.data-table-crm td {
    vertical-align: top;
}

.data-table td a {
    text-decoration: none;
}

    .data-table td a:hover {
        text-decoration: underline;
    }

.data-table thead td {
    border: 1px solid black;
    cursor: default;
    background-color: #cdc59e;
    vertical-align: bottom;
    text-align: left;
}

.data-table th {
    border: 1px solid black;
    cursor: default;
    background-color: #f8f5ec;
    vertical-align: bottom;
    text-align: left;
}

.data-table_row {
    font: Icon;
    padding: 2px 5px;
    vertical-align: top;
    text-align: left;
}

    .data-table_row a {
        text-decoration: none;
    }

        .data-table_row a:hover {
            text-decoration: underline;
        }

.data-table_head {
    font: Icon;
    border: 1px solid;
    cursor: default;
    background-color: #cdc59e;
    vertical-align: bottom;
    text-align: left;
}

.data-header {
    border: 1px solid;
    cursor: default;
    background-color: #cdc59e;
    vertical-align: bottom;
    text-align: left;
}

    .data-header a {
        text-decoration: none;
    }

.data-table_print {
    font: Icon;
    border-color: #CDC59E;
    border-width: 1px;
}

/* Styles used in tables to "watermelon stripe" alternate rows */
.even {
    background: inherit;
}

.odd {
    background: #FFFFFF;
}

.datagridheaders {
    border: 1px solid;
    cursor: default;
    background-color: #cdc59e;
    vertical-align: bottom;
    text-align: left;
}

table.generic_gae {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: Futura, Arial, sans-serif;
    margin: 0 auto;
}

    table.generic_gae caption {
        font-size: larger;
        margin: 1em auto;
    }

    table.generic_gae th, table.generic_gae td {
        padding: .65em;
    }


table.rounded_gae th, table.rounded_gae td {
    padding: .75em;
    vertical-align: middle;
}

table.rounded_gae th {
    background-color: #817865;
    color: #fff;
    text-align: center;
}

/*table.rounded_gae th:first-child {
    border-radius: 9px 0 0 0;
}

table.rounded_gae th:last-child {
    border-radius: 0 9px 0 0;
}*/

table.rounded_gae tr:hover {
    background: #F8D347;
    color: black;
    cursor: default;
}

table.rounded_gae tr:hover a {
    color: black;
}

/*table.rounded_gae tr:last-child td:first-child {
    border-radius: 0 0 0 9px;
}

table.rounded_gae tr:last-child td:last-child {
    border-radius: 0 0 9px 0;
}*/

table.rounded_gae tbody tr {
    background: #CDC59E;
}

table.rounded_light th, table.rounded_light td {
    padding: .75em;
    vertical-align: middle;
}

table.rounded_light th {
    background-color: #afb0b4;
    color: #333333;
    text-align: center;
}

/*table.rounded_light th:first-child {
    border-radius: 9px 0 0 0;
}

table.rounded_light th:last-child {
    border-radius: 0 9px 0 0;
}*/

table.rounded_light tr:hover {
    background: #89a8c3;
    color: black;
    cursor: pointer;
}

    table.rounded_light tr:hover a {
        color: black;
    }

/*table.rounded_light tr:last-child td:first-child {
    border-radius: 0 0 0 9px;
}

table.rounded_light tr:last-child td:last-child {
    border-radius: 0 0 9px 0;
}*/

table.rounded_light tbody tr {
    background: #afb0b4;
}

.noPointer th {
    cursor: default;
}

/* Styles used for diagonal "buttons" in the header bar */
.diag_button_table_green {
    background-color: #46502B;
    color: #FFFFFF;
    text-decoration: none;
    vertical-align: middle;
}

.diag_button_table_yellow {
    background-color: #1a7cbd;
    color: #ffffff;
    text-decoration: none;
    vertical-align: middle;
}

.diag_button_table_red {
    background-color: #D60002;
    color: #FFFFFF;
    text-decoration: none;
    vertical-align: middle;
}

.field_example {
    font-size: 0.7em;
}

.formLabels { /* Depricated, use <label> instead */
    font-size: 0.9em;
    color: #666666;
    font-weight: bold;
}

.infotext {
    font-size: 0.8em;
    color: #000000;
}

/* Styles used for lodules */
.lodule {
    background-color: #ffffff;
    vertical-align: top;
}

.loduleHeader {
    font-weight: bold;
    font-size: 0.9em;
    color: #FFFFFF;
    vertical-align: middle;
}

.loginFormText { /* Depricated, use <label> instead*/
    font-size: 0.9em;
    color: #666666;
    font-weight: bold;
}

.loginFormHeader { /* Depricated */
    font-weight: bold;
    font-family: 'Arial Narrow';
}

.loginLink { /* Depricated */
}

.message {
    font-weight: bold;
    font-size: 0.9em;
    color: #ff6633;
}

/* Styles used by left-hand navigation menu */
.navMenu,
.navMenu a {
    color: #000000;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Arial Narrow';
    text-decoration: none;
}

    .navMenu a:hover {
        text-decoration: underline;
    }

.navMenuSubItem,
.navMenuSubItem a {
    font-weight: normal;
    color: #000000;
    font-size: 1.0em;
    font-family: 'Arial Narrow';
    text-decoration: none;
}

    .navMenuSubItem A:hover {
        text-decoration: underline;
    }

.navMenuSubItemSelected {
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    font-family: 'Arial Narrow';
    text-decoration: none;
    background-color: #FFFF99;
}

.noteBox {
    border-right: dimgray 1px solid;
    padding-right: 3px;
    border-top: dimgray 1px solid;
    padding-left: 3px;
    font-size: 0.9em;
    padding-bottom: 3px;
    border-left: dimgray 1px solid;
    color: dimgray;
    padding-top: 3px;
    border-bottom: dimgray 1px solid;
    background-color: whitesmoke;
}

    .noteBox a {
        font-size: 0.9em;
        color: gray;
        text-decoration: underline;
    }

/* Styles to be applied to cells in a "priority" column of a table */
.priorityLow {
}

.priorityNormal {
}

.priorityHigh {
    background-color: #FFD5CA;
}

/* Styles for separator dividers used in a table cell. Better to use on <div> instead */
td.separator,
div.separator {
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,EndColorStr='#FFF0E8C1',StartColorStr='#FF9A7A3F');
    background-color: #747474;
    border: none;
    border-top-color: #2E2412;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #ffffff;
    font-size: 1.05em;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 2px;
}

.separator_minor {
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
    border: none;
    border-top-color: #614d27;
    border-top-style: solid;
    border-top-width: 1px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 3px;
}

.college_name {
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
    border: none;
    margin-left: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
}

/* The following styles may be applied to table cells <td> to indicate a status */
.statusWarm {
    background-color: #FFFF99;
}

.statusHot {
    background-color: #FFD5CA;
}

/* Styles used for "CSS/HTML tabs" */
.tab_text, .tab_text_selected, tab_text_unselected {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
}

.tab_text, tab_text_unselected {
    color: #666666;
}

.tab_text_selected {
    color: #333333;
}

a.tab_text {
    color: #666666;
    text-decoration: none;
}

    a.tab_text:hover {
        color: #000000;
        text-decoration: underline;
    }

/* These toolbar styles are used for Scott's toolbar (on the Page Designer page) */
.toolbar {
    border-right: #ffcc33 1px solid;
    padding-right: 0px;
    border-top: #ffcc33 1px solid;
    padding-left: 0px;
    font-size: 0.8em;
    padding-bottom: 0px;
    border-left: #ffcc33 1px solid;
    color: #666666;
    padding-top: 0px;
    border-bottom: #ffcc33 1px solid;
    height: 10px;
    background-color: khaki;
}

    .toolbar a {
        color: white !important;
        text-decoration: underline;
    }

        .toolbar a:hover {
            color: #000000;
        }

.yellowTitle { /* Unknown where this is used */
    font-weight: bold;
    font-size: 1.2em;
}

.watermark {
    background: #FFAAFF;
}

.popupControl {
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

/*----------------------------------------------------------------------------*/

/*EDMIS Styles*/

.testFinderBody {
    width: 100%;
    min-width: 736px;
    height: 362px;
    overflow: hidden;
}

.testFinderInstructionsPanel {
    text-align: left;
    height: 45px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: .9em;
    min-width: 750px;
}

.testFinderPanel {
    float: left;
    height: 282px;
    width: 33%;
    min-width: 245px;
    overflow: hidden;
}

.testFinderGridViewPanel {
    float: none !important;
    margin: auto !important;
    clear: both !important;
    height: 282px !important;
    width: 245px !important;
    margin-bottom: 3px !important;
    overflow: hidden !important;
}

.testFinderGridViewHeadingLabelPanel {
    width: 100%;
    float: left;
    height: 14px;
    margin: 0px;
}

.testFinderGridViewRow {
    cursor: default;
}

.testFinderGridViewBlankRow {
    cursor: default;
}

.testFinderGridViewLabelPanel {
    float: left;
    width: 70%;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
}

.testFinderGridViewLabelPanelBlank {
    float: left;
    width: 70%;
    vertical-align: middle;
    cursor: default;
}

.testFinderGridViewStatusPanel {
    padding: 0px;
    width: 30%;
    float: right;
    vertical-align: middle;
}

.testFinderGridViewStatusPanelBlank {
    padding: 0px;
    width: 30%;
    float: right;
    vertical-align: middle;
    display: none;
}

.testFinderGridViewButtonPanel {
    width: 245px;
    float: left;
    height: 14px;
    margin: 0px;
}

.testFinderGridViewButton {
    float: left;
    width: 42px;
    height: 20px;
    cursor: pointer;
}

.testFinderGridViewDropDownList {
    float: right;
    margin-top: 0px;
}

.testFinderFieldPanel {
    float: none;
    margin: auto;
    clear: both;
    width: 244px;
}

.testFinderButtonPanel {
    float: none;
    margin: auto;
    clear: both;
    width: 244px;
}

.gridPager {
    padding: 0px;
    height: 25px;
    vertical-align: middle;
}

    .gridPager table {
        float: none;
        margin: auto;
    }

.popupPanel {
    background-color: #f1f6f9;
    border: 1px solid #cdc59e;
}

.newTestProgramPanel {
    background-color: #f0e8c1;
    border: 1px solid #cdc59e;
    width: 240px;
    height: 164px;
}

.newTestTypePanel {
    background-color: #f0e8c1;
    border: 1px solid #cdc59e;
    width: 240px;
    height: 250px;
}

.newTestTitlePanel {
    background-color: #f0e8c1;
    border: 1px solid #cdc59e;
    width: 360px;
    height: 164px;
}

.popupPanelHeader {
    font-weight: bold;
    font-size: 0.9em;
    color: #ffffff;
    background-color: #8f815a;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    vertical-align: middle;
}

.popupPanelBody {
    width: 100%;
}

.popupPanelFieldPanel {
    float: left;
    clear: both;
    width: 100%;
    margin: 5px 5px 0px 5px;
}

.popupPanelFieldPanelLabel {
    float: left;
    width: 80px;
    line-height: 20px;
    vertical-align: middle;
}

.popupPanelButtons {
    float: left;
    clear: both;
    width: 100%;
    margin: 5px 5px 0px 5px;
}

.popupPanelButton {
    color: #FFFFFF;
    font-family: 'trebuchet ms',helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #614D27;
    overflow: visible;
    text-align: center;
    vertical-align: middle;
    margin-top: 2px;
    margin-bottom: 2px;
    white-space: normal;
    border-right: #333333 1px ridge;
    border-top: #999999 1px ridge;
    border-left: #999999 1px ridge;
    border-bottom: #333333 1px ridge;
    /*filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#66FFFFFF',EndColorStr='#FF614D27');*/
    padding: 0px 8px 0px 8px;
    height: 22px;
    cursor: pointer;
    float: right;
}

.popupPanelTextField {
    height: 1.1em;
    width: 143px;
}

.textFormTextField {
    height: 1.1em;
    width: 123px;
}

.popupPanelDropDownList {
    height: 1.5em;
    width: 147px;
}

.textFormDropDownList {
    height: 1.5em;
    width: 127px;
}

.popupPanelPageBackground {
    background-color: Black;
    filter: alpha( opacity=70 );
    opacity: 0.7;
}

.testScoresGridViewHeadingPanel {
    height: 25px;
    width: 100%;
    vertical-align: middle;
    line-height: 25px;
    margin-left: 5px;
}

.testScoreEntryButton {
    float: none;
    margin: auto;
    width: 65px;
    color: #FFFFFF;
    font-family: 'trebuchet ms',helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #614D27;
    overflow: visible;
    text-align: center;
    vertical-align: middle;
    margin-top: 2px;
    margin-bottom: 2px;
    white-space: normal;
    border-right: #333333 1px ridge;
    border-top: #999999 1px ridge;
    border-left: #999999 1px ridge;
    border-bottom: #333333 1px ridge;
    /*-ms-filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#66FFFFFF',EndColorStr='#FF614D27');*/
    padding: 0px 8px 0px 8px;
    height: 22px;
    cursor: pointer;
}

.testFormFieldSet {
    float: none;
    margin: auto;
    clear: both;
    width: 700px;
}

.testFormControlPanel {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.testFormButtonPanel {
    float: left;
    width: 33%;
    text-align: center;
}

.dateIcon {
    height: 18px;
    cursor: pointer;
    vertical-align: middle;
}

.successfulResultTextPanel {
    float: none;
    margin: auto;
    clear: both;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    border: 1px solid black;
    background-color: #F6CD01;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
}

.failureResultTextPanel {
    float: none;
    margin: auto;
    clear: both;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    border: 1px solid black;
    background-color: #ff0000;
    color: White;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
}

.noDataCheckboxPanel {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.testScoresStudentInfoPanel {
    float: none;
    margin: auto;
    margin-top: 15px;
    clear: both;
}

    .testScoresStudentInfoPanel table {
        float: none;
        margin: auto;
    }

        .testScoresStudentInfoPanel table td.bodySmall {
            text-align: center;
        }

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* GAEWR00003301 Ward, Thomas 15-Jul-2009 PORTAL - CRM PAGE INCREASE FONT - PART 1 */
/* Separate button style in the event it needs to be modified.
 */
input.newcasebtn {
    color: #FFFFFF;
    font-family: 'trebuchet ms',helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #614D27;
    overflow: visible;
    text-align: center;
    vertical-align: middle;
    margin-top: 2px;
    margin-bottom: 2px;
    white-space: normal;
    border-right: #333333 1px ridge;
    border-top: #999999 1px ridge;
    border-left: #999999 1px ridge;
    border-bottom: #333333 1px ridge;
    /*filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#66FFFFFF',EndColorStr='#FF614D27');*/
    padding: 0px 8px 0px 8px;
    height: 22px;
    cursor: pointer;
}

input.newcasebtnhov {
    border-top-color: #333333;
    border-left-color: #333333;
    border-right-color: #333333;
    border-bottom-color: #333333;
}


/* Styles added by TM 19477 - Toolbar and Quick Links*/
.toolBarFlushTop {
    margin-top: -3px;
}


/* Styles for Toolbar Icons - CSS Sprites */
.icon {
    height: 32px;
    width: 32px;
    background-image: url('../../images/icons.png');
    display: block;
}

.icon_sm {
    height: 16px;
    width: 16px;
    background-image: url('../../images/icons.png');
    display: block;
}

.icon.record {
    background-position: 0px 0px;
    padding: 0px;
}

.icon.cts {
    background-position: 0px -32px;
    padding: 0px;
}

.icon.crm {
    background-position: 0px -64px;
    padding: 0px;
    cursor: ponter;
}

.icon.search {
    background-position: 0px -96px;
}

.icon.password {
    background-position: 0px -128px;
}

.icon_sm.warn {
    background-position: 0px -160px;
    padding: 0px;
}

.icon_sm.cog {
    background-position: -16px -160px;
    padding: 0px;
}

.icon_sm.arrow {
    background-position: 0px -176px;
    padding: 0px;
}

.icon.usergroup {
    background-position: 0px -192px;
    padding: 0px;
}

.iconCAC {
    height: 32px;
    width: 16px;
    background-image: url('../../images/CAC/cacToolbar.jpg');
    display: block;
    padding: 0px;
    background-repeat: no-repeat;
}

/* Classification markings */

.classification_bar{
    color:            white; 
    text-align:       center; 
    font-weight:      bolder; 
    background-color: green; 
    
}
/* Tool Bar Aninmation */
.toolbar {
    background-color: #000;
 border-left:none;
 border-right:none;
    height: 55px;
}

    .toolbar li {
        text-decoration: none;
        font-size: 1.3em;
        font-weight: bold;
        font-family: Arial;
        margin: 0px 4px 0px 4px;
        cursor: default;
        /*float: left;*/
        list-style-type: none;
        position: relative;
    }

        .toolbar li:hover,
        .toolbar li.hover {
            background-color: #9dc4dd;
            color: #F0E8C1;
        }

            .toolbar li:hover .menu,
            .toolbar li.hover .menu {
                display: block;
                color: #93c1df;
            }

            .toolbar li:hover .text-hide,
            .toolbar li.hover .text-hide {
                display: block;
  color: #F0E8C1;
            }

    .toolbar a:hover .HdeskLinks {
        background-color: #F0E8C1;
    }

    .toolbar li .menu {
        position: absolute;
        display: none;
        background-color: #747474;
        padding: 20px 20px 20px 20px;
        z-index: 10000;
    }

    .toolbar li div {
        padding: 0px 4px 0px 4px;
        float: left;
        top: 2.5em;
        left: 0;
    }

        .toolbar li div .text {
            line-height: 35px;
        }

        .toolbar li div .text-hide {
            line-height: 35px;
            display: none;
        }

li > div {
    top: auto;
    left: auto;
}

.toolbar label {
    color: #F0E8C1;
}

/*Tool Bar Fix for IE z-index bugs
implemented Rel 7.4
WR 19718
*/
.toolbar-pos-fix {
    position: relative;
    z-index: 999;
}

/* nametag styles */
.nametag-main-pos {
    float: right;
    padding-top: 5px;
}

    .nametag-main-pos input {
        margin-top: 2px;
    }

.nametag-pos {
    position: absolute; 
    top: -61px;
    /*left: 248px;*/
 left:589px;
}

.nametag {
    font-weight: bolder;
    color: white;
    font-size: 1.5em;
    line-height: 43px;
}

.nametag-mimic {
    font-weight: bolder;
    color: white;
    font-size: 1.5em;
    line-height: 43px;
    background-color: Red;
}

/* Vitaliy Zhitar WR 22909 08/13/2012, changing font-size to 1.8em per the request of the Army */
a.nametag-logout {
    padding-left: 10px;
    color: White;
    font-size: 1.8em;
    line-height: 41px;
    position: absolute;
    background-color: black;
}

.absolute {
    padding-left: 10px;
    color: White;
    font-size: 1.2em;
    line-height: 41px;
    position: absolute;
}

/*search box styles */
.toolbar .searchBox-pos {
    float: right;
    margin-right: 45px;
}

/* helpdesk toolbar styles */
.helpMenu {
    width: 440px;
}

.toolbar .helpdesk-links {
    float: left;
    width: 215px;
    padding: 0 0 0 8px;
}

.toolbar .dotted-break {
    margin: 0 0 0 30px;
    border-left: 1px dotted #F0E8C1;
    height: 210px;
}

.toolbar .dotted-break-vert {
    margin: 20px 10px 0px 10px;
    border-top: 1px dotted #F0E8C1;
    width: 150px;
}

.toolbar .create-case {
    width: 176px;
    float: right;
}

.toolbar li div .helpMenu {
    /*left: -165%;*/
}

.helpMenu .links {
    float: left;
    width: 203px;
    padding: 0 0 0 10px;
}

.helpMenu .createCase {
    width: 166px;
}

/* Role Switching styles*/
.roleSwitch {
    width: 750px;
}

    .roleSwitch .userNames {
        width: 750px;
    }

/* padding for all elements */
.fivepxPadPad {
    padding: 5px 5px 0px 5px;
}

.padTop7px {
    padding-top: 7px;
}

.padBottom7px {
    padding-bottom: 7px;
}

/* hover clolor */
tr.rowHover:hover {
    background-color: #8C855B;
    color: #F0E8C1;
}

.alternateRowStyle {
    background-color: White;
}

.searchBoxDivPos {
    width: 50%;
}

.userIdInputPadRight {
    padding-right: 47px;
}

.lastNameInputPadRight {
    padding-right: 72px;
}

.padLeft7px {
    padding-left: 7px;
}

/* Added by A Frangione WR 23354 - SSN/EIN label padding for basic_search*/
.SSnPadRight {
    padding-right: 80px;
}


.Last10table {
    width: 100%;
    padding-bottom: 10px;
}

.quickLinks-pos {
    padding: 25px 0px 2px 100px;
}

.quickLinks-Loading-Text {
    font-weight: bold;
    padding-left: 5px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.absolute {
    position: absolute;
}

.clearAllFloat {
    clear: both;
}

/* Styles for the quick buttons popup found on the Last 10 and Search Results (Gear Icon) */
.QuickButtonBody {
    width: 200px;
    padding: 5px;
}

    .QuickButtonBody fieldset {
        width: 220px;
    }

.icon {
    height: 32px;
    width: 32px;
 /*background-image: url('../../images/question_icon_orange.png');*//*New Icon */
    background-image: url('../../images/icons.png');
    display: block;
    background-repeat: no-repeat;
}

    .icon.record {
        background-position: 0px 0px;
    }

    .icon.cts {
        background-position: 0px -32px;
    }

    .icon.crm {
        background-position: 0px -64px;
    }

    .icon.search {
        background-position: 0px -96px;
    }
    
    .icon.helpdesk {
    background-position: 0px -224px;
    }

    .icon.usergroup {
        background-position: 0px -192px;
        padding: 0px;
    }

.button-hover {
    cursor: pointer;
    width: 100%;
    height: 40px;
}

.quckButtons {
    background-color: #f1f6f9; /*This background color has been changed - Ade Olufkeo */
    font-size: .9em;
}

.quickButtons-Link-Text {
    padding: 9px 0px 0px 40px;
}

.quckButtons a {
    text-decoration: none;
}

    .quckButtons a:hover .button-hover {
        background-color: #F0E8C1;
        cursor: pointer;
    }

.closePopupX {
    float: right;
    color: #F0E8C1;
    font-family: Lucida Console;
    font-weight: bolder;
    padding: 5px 10px 5px 0px;
    font-size: 1.5em;
}

.closeLink {
    text-decoration: none;
    cursor: pointer;
}

.5pxPadAll {
    padding: 5px 5px 5px 5px;
}
/*End Styles for Quick buttons popu*/

/* Search Results Table Styles */
.searchResultsTable {
    padding: 10px;
}

/* New Styles for Master Pages*/
/* CSS Added by TM for site alignment 
   Added during WR: 19477 - Quick Links
*/
.right {
    float: right;
}

.left {
    float: left;
 position:relative;
 /*bottom:24px; commenting this out - Ade Olufeko */
 position:relative;
 /*right:165px;*/
}

.header-background {
    /*background: url(../../images/banner_repeater.jpg) repeat-x;*/
 /*background-color:#414141;*/
 background-color:#000000;
}

.padLeft7px {
    padding-left: 7px;
}

.RightPad7px {
    padding-right: 7px;
}

.padTop7px {
    padding-top: 7px;
}

.padBottom7px {
    padding-bottom: 7px;
}

.padRight7px {
    padding-right: 7px;
}

.padRight10px {
    padding-right: 10px;
}

.leftMenu {
    width: 17%;
}

.MainContent {
    width: 82%;
}

.half-MainContentSection {
    width: 49%;
}

.padRight10px {
    padding-right: 10px;
}

.leftMenu-Student-Record {
    width: 13.5%;
}

.MainContent-Student-Record {
    width: 70%;
}

.related-links-Student-Record {
    width: 14%;
}

.cursorText {
    cursor: text;
}

.pointerText {
    cursor: default;
}

.fullsize {
    width: 100%;
}

.575pxWidth {
    width: 575px;
}

.widthFix {
    width: 200px;
    padding-right: 0px !important;
    padding-left: 30px !important;
}

.marginTop4px {
    margin-top: 4px;
}

.leftMargin30px {
    margin-left: 30px;
}
/*END TM 19477 */

div.env_header {
    background-color: red;
    text-align: center;
    font-weight: bolder;
    font-size: large;
    color: white;
    top: 0;
    left: 0;
    height: 3%;
    width: 100%;
}

.StudentRecordEdCenterDisplay {
    width: 60px;
}

.950pxWidth {
    width: 950px;
}

/* JLundstrom - Performance - Top Bar image sprite */

.YellowToGreen {
    width: 13px;
    height: 25px;
    background-image: url('../../images/top_bar_sprite.png');
    background-position: -63px 0px;
}

.TanToYellow {
    width: 13px;
    height: 25px;
    background-image: url('../../images/top_bar_sprite.png');
    background-position: -50px 0px;
}

.GreenToBlack {
    width: 13px;
    height: 25px;
    background-image: url('../../images/top_bar_sprite.png');
    background-position: -76px 0px;
}

.BlackToTrans {
    width: 13px;
    height: 25px;
    background-image: url('../../images/top_bar_sprite.png');
    background-position: -89px 0px;
}

.YellowToBlack {
    width: 13px;
    height: 25px;
    background-image: url('../../images/top_bar_sprite.png');
    background-position: -102px 0px;
}

.RedToYellow {
    width: 13px;
    height: 25px;
    background-image: url('../../images/top_bar_sprite.png');
    background-position: -115px 0px;
}

.SearchButton {
    width: 50px;
    height: 18px;
    float: right;
    display: inline-block;
    background-image: url('../../images/top_bar_sprite.png');
    background-position: 0px 0px;
}


/** layoutCSS.css **/


/* Styles for CSS-based layout */
/* Style for left-hand navigation "bar" */
td.LeftNavColumn {
    background: url(../../images/left_nav_background.png) top left repeat-y;
    width: 210px;
}

/* Common styles that apply to all lodules */
div.Lodule,
div.LoduleFlash,
div.LoduleYellow,
div.LoduleRed,
div.LoduleLeftNav,
div.LoduleLeftNavRed,
div.LoduleLeftNavYellow {
    width: 100%;
    margin-top: 10px;
    background: none;
    position: relative;
}


    div.Lodule h3,
    div.LoduleRed h3,
    div.LoduleFlash h3,
    div.LoduleYellow h3,
    div.LoduleLeftNav h3,
    div.LoduleLeftNavRed h3,
    div.LoduleLeftNavYellow h3 {
       /* border: 1px solid #363636;
        border-bottom: 3px solid #000000;*/
        vertical-align: middle;
        color: #ffffff;
        font-weight: bold;
        padding: 0 10px 0 12px;
        margin: 0;
        /*border-radius: 5px 5px 0 0;*/
        font-size: 0.9em;
        height: 20px;
        line-height: 25px;
        background-color:#747474;
        /*background-image: url('../../images/textures.png');*/
        background-position: 0px -52px;
        text-shadow: 1px 1px 2px black;
        box-shadow: inset 0px 1px 0px #b4b6ae, 1px 2px 4px #52513C, -1px 2px 1px #ACA686;
    }

    div.LoduleRed h3 {
        border: 1px solid #910004;
        border-bottom: 3px solid #000000;
        background-position: 0px -1px;
    }

div.LoduleBody,
div.LoduleFlashBody,
div.LoduleBodyYellow,
div.LoduleBodyRed,
div.LoduleLeftNavBody,
div.LoduleLeftNavBodyRed,
div.LoduleLeftNavBodyYellow {
    padding: 10px;
    background: #f1f6f9;
    border-right: 1px solid #64624B;
    border-radius: 0px;
    box-shadow: 1px 2px 4px #52513C, -1px 2px 1px #ACA686;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#52513C')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#52513C');
    margin: 0;
}


div.LoduleFooter,
div.LoduleFlashFooter,
div.LoduleFooterYellow,
div.LoduleFooterRed,
div.LoduleLeftNavFooter,
div.LoduleLeftNavFooterRed,
div.LoduleLeftNavFooterYellow {
    background: none;
    display: none;
}


td.footer {
    vertical-align: middle;
}

div.leftNav {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    color: #FFFFFF;
}

#TipOfDayMarquee {
    overflow: auto;
    height: 70px;
}

#sysOutAnnos {
    height: 70px;
}

.edCenterIcon {
    background: url('../../images/Books-icon.png') no-repeat top left;
    background-position: 0 0;
    width: 32px;
    height: 32px;
}

.tab .ajax__tab_header {
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    border-bottom: solid 1px;
}

    .tab .ajax__tab_header .ajax__tab_outer {
        background-color: #CDC59E;
        margin: 0px 0.16em 0px 0px;
        padding: 1px 0px 1px 0px;
        vertical-align: bottom;
        border: solid 1px #a3a3a3;
        border-bottom-width: 0px;
    }

    .tab .ajax__tab_header .ajax__tab_tab {
        color: #000;
        padding: 0.35em 0.75em;
        margin-right: 0.01em;
        height: 20px;
    }

.tab .ajax__tab_hover .ajax__tab_outer {
    background: #FFFFFF repeat-x left -1300px;
}

.tab .ajax__tab_active .ajax__tab_tab {
    color: #ggg;
}

.tab .ajax__tab_active .ajax__tab_outer {
    background: #F0E8C1 repeat-x left -1400px;
}

.tab .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 0.25em 0.5em;
    background-color: #F0E8C1;
    border: solid 1px #808080;
    border-top-width: 0px;
}

.tabcontainer .ajax__tab_header {
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    border-bottom: solid 1px;
}

    .tabcontainer .ajax__tab_header .ajax__tab_outer {
        background-color: #eaf7ff;
        margin: 0px 0.16em 0px 0px;
        padding: 1px 0px 1px 0px;
        vertical-align: bottom;
        border: solid 1px #a3a3a3;
        border-bottom-width: 0px;
    }

    .tabcontainer .ajax__tab_header .ajax__tab_tab {
        color: #000;
        padding: 0.35em 0.75em;
        margin-right: 0.01em;
        height: 20px;
    }

.tabcontainer .ajax__tab_hover .ajax__tab_outer {
    background: #FFFFFF repeat-x left -1300px;
}

.tabcontainer .ajax__tab_active .ajax__tab_tab {
    color: #ggg;
}

.tabcontainer .ajax__tab_active .ajax__tab_outer {
    background: #cceafd repeat-x left -1400px;
}

.tabcontainer .ajax__tab_body {
    padding: 0.25em 0.5em;
    background-color: #fff;
    border: solid 1px #808080;
    border-top-width: 0px;
}

.modalcontainer {
    width: 300px;
    border-right: black 0px solid;
    border-top: black 1px solid;
    border-left: black 0px solid;
    border-bottom: black 1px solid;
}

.modalheader {
    background: darkblue;
    color: #000;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 3px 10px;
}

    .modalheader .msg {
        font-weight: bold;
        color: white;
    }

.modalbody {
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
}

    .modalbody .msg {
        background: no-repeat 0px -1150px;
        padding-left: 2px;
    }

.modalfooter {
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align: right;
    padding-bottom: 8px;
    padding-right: 8px;
}

.modalBackground {
    background-color: White;
    filter: alpha(opacity=50);
    opacity: 0.50;
}

/* Added by TM 21069 - Message Center Styles */
.msgIcons {
    background: url('../../images/icons.png') no-repeat top left;
    padding-bottom: 6px;
}

    .msgIcons.anno {
        background-position: -37px 0;
        width: 24px;
        height: 24px;
    }

    .msgIcons.news {
        background-position: -37px -29px;
        width: 24px;
        height: 24px;
    }

    .msgIcons.outage {
        background-position: -37px -59px;
        width: 24px;
        height: 24px;
    }

    .msgIcons.process {
        background-position: -37px -90px;
        width: 24px;
        height: 24px;
    }

    .msgIcons.tip {
        background-position: -37px -121px;
        width: 24px;
        height: 24px;
    }

    .msgIcons.urgent {
        background-position: -37px -153px;
        width: 24px;
        height: 24px;
    }

.MsgConsole {
    position: relative;
    padding-top: 6px;
    border-top: 1px solid #D8D1AE;
}

    .MsgConsole:first-child {
        position: relative;
        padding-top: 0;
        border-top: none;
    }

    .MsgConsole a {
        cursor: pointer;
    }

    .MsgConsole .text {
        font-size: 11px;
        padding-left: 10px;
        font-weight: bold;
    }

    .MsgConsole .linkText {
        font-size: 11px;
        padding-left: 10px;
        font-weight: bold;
    }

#MessageConsole {
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.heightLimit {
    height: 250px;
}

.ValignTDMiddle {
    vertical-align: middle;
}

.ValignTDBottom {
    vertical-align: bottom;
}
/*end 21069 A}dditions */

.crmIcons {
    background: url('../../images/crmIcons.png') no-repeat top left;
    padding-bottom: 6px;
}

    .crmIcons.ButtonPlay {
        background-position: 0 0;
        width: 32px;
        height: 32px;
    }

    .crmIcons.CreateTicket {
        background-position: 0 -42px;
        width: 24px;
        height: 24px;
    }

    .crmIcons.Phone-icon {
        background-position: 0 -76px;
        width: 32px;
        height: 32px;
    }

    .crmIcons.Question-icon {
        background-position: 0 -118px;
        width: 24px;
        height: 24px;
    }

    .crmIcons.crm_survey {
        background-position: 0 -152px;
        width: 24px;
        height: 24px;
    }

    .crmIcons.global_icon {
        background-position: 0 -186px;
        width: 32px;
        height: 32px;
    }

    .crmIcons.search-black-icon {
        background-position: 0 -228px;
        width: 24px;
        height: 24px;
    }

    .crmIcons.tips-icon {
        background-position: 0 -262px;
        width: 40px;
        height: 40px;
    }

/* added by TM, WR 26949to remove borders in IE on images */
a img {
    border: 0;
}

/****************************************************************/
/****************************************************************/
/************ADDED BY GOARMYED TEAM ON JULY 8th 2013*************/
/****************************************************************/
/****************************************************************/
.btn:hover {
    border-top-color: #333333;
    border-left-color: #333333;
    border-right-color: #333333;
    border-bottom-color: #333333;
}

.widget p {
    line-height: 1.35em;
}

#header-wrapper {
    width: 100%; /*changed by Adam 30 July */
    margin: auto auto;
    /*background: url('../../images/banner_repeater.jpg') repeat;*/
 background-color: #000;
}

#header {
    width: 1055px; /*changed by Adam 30 July */
    margin: auto auto; /*changed by Adam 30 July */
 position:relative;
 right:30px;
}

    #header a {
        text-decoration: none;
    }

#home-page-link {
    float: left;
    padding-left: 10px;
}

#banner-right {
    margin: 0;
    padding: 0;
    float: right;
}
/************************/
#welcome-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
 border-style:solid; 
 border-width:1px;
 border-color:#ffcc33;
 border-right:none;
 border-left::none !important;
}

#welcome-message {
    width: 1055px;
    margin: 0 auto;
    padding: 10px 0;
    /*changed by Adam 30 July // background: #F0E8C1; */
    clear: both;
    /*changed by Adam 30 July //border-bottom: 1px solid #59512e;*/
}

#welcome-copy {
    font-weight: bold;
    float: left;
    padding-left: 0; /*changed by Adam 30 July */
    line-height: 2em;
}

#search-box {
    float: right;
    padding-right: 0; /*changed by Adam 30 July */
}
/***********************/
#main-wrapper {
    width: 1055px;
    max-width: 1055px;
    margin: auto auto;
 margin-top:12px;
}
/* Styles used for widgets */
.widget {
    background-color: #F0E8C1;
    vertical-align: top;
    width: 100%;
    margin-top: 10px;
    background: none;
    position: relative;
}

.widgetHeader {
    font-weight: bold;
    font-size: 0.9em;
    color: #FFFFFF;
    vertical-align: middle;
}

/* Common styles that apply to all widgets */
.widget h3 {
    border: 1px solid #363636;
    /*border-bottom: 3px solid #000000;*/
    vertical-align: middle;
    color: #ffffff;
    font-weight: bold;
    padding: 0 10px 0 12px;
    margin: 0;
    /*border-radius: 5px 5px 0 0;*/
    font-size: 0.9em;
    height: 20px;
    line-height: 25px;
 background-color:#747474;
    /*background-image: url('../../images/textures.png');*/
    background-position: 0px -52px;
    text-shadow: 1px 1px 2px black;
    box-shadow: inset 0px 1px 0px #b4b6ae, 1px 2px 4px #52513C, -1px 2px 1px #ACA686;
}

.widget-red h3 {
    border: 1px solid #910004;
    border-bottom: 3px solid #000000;
    background-position: 0px -1px;
}

.widget-outer-content {
    padding: 0;
    background: #f1f6f9; /* Switched over by Ade Olufeko August 23rd 2016 */
    border-right: 1px solid #64624B;
    border-radius: 0px;
    box-shadow: 1px 2px 4px #52513C, -1px 2px 1px #ACA686;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#52513C')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#52513C');
    margin: 0;
}

.widget-content {
    padding: 10px;
}

    .widget-content h5 {
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -moz-margin-before: 0;
        -moz-margin-after: 0;
        margin-before: 0;
        margin-after: 0;
        margin: 2px 0 0;
    }

.widget-bottom-border {
    box-shadow: 1px 2px 4px #52513C, -1px 2px 1px #ACA686;
    padding-bottom: 25px;
}

.widget-footer {
    background: none;
    display: none;
}


/*************************/
/*************************/
#welcome-slider {
    width: 75%;
    min-height: 371px;
    height: 504px;
    float: left;
}
/*************************/
#register {
    width: 24%;
    float: right;
}

    #register p {
        line-height: 1.1em;
    }

    #register .widget-content {
        min-height: 135px;
    }

.form-title {
    display: inline-block;
    height: 22px;
    vertical-align: middle;
}

#registered-sign-in input[type=text] {
    /*width: 98%;*/
    /*width: 230px;*/
    font-size: 13px;
}

#registered-sign-in h5 {
    font-size: 11px;
}

#registered-sign-in a {
    font-size: 12px;
}

.form-title h4 {
    line-height: 1em;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -moz-margin-before: 0;
    -moz-margin-after: 0;
    margin-before: 0;
    margin-after: 0;
    margin-top: 0;
    float: left;
    padding-top: 4px;
    padding-right: 3px;
}

.question-mark {
    padding-top: 10px;
}

#go-button-container {
    margin: 10px 0;
    width: 100%;
}

#registered-submit {
    margin: 0;
}

#registered-users {
}

    #registered-users p {
        clear: both;
        text-align: left;
        /*padding-top: 2px;
 padding-bottom: 2px;*/
    }
/*******************/
#create-account {
    width: 24%;
    float: right;
    max-height: 154px;
    height: 154px;
    display: block;
}

#create-account-sign-in {
    display: block;
    /*height: 110px;
    max-height: 110px;*/
}

    #create-account-sign-in .form-title {
        display: inline-block;
        margin-left: 20px;
    }

.form-title h5 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -moz-margin-before: 0;
    -moz-margin-after: 0;
    margin-before: 0;
    margin-after: 0;
    margin-top: 0;
}

#create-account-sign-in input {
    float: left;
}

.radio-button-row {
    margin-bottom: 8px;
}

    .radio-button-row h4 {
        font-size: 13px;
    }

.radio-selection {
    margin: 0px auto;
    display: block;
    max-height: 75px;
    height: 75px;
}

    .radio-selection h4 {
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -moz-margin-before: 0;
        -moz-margin-after: 0;
        margin-before: 0;
        margin-after: 0;
        margin: 0;
        font-size: 13px;
        line-height: 1.5em;
        padding: 0;
    }

#submit-button-container {
    clear: both;
    float: none;
    /*width: 99px;*/
    margin: 0;
    margin-top: 8px;
    display: block;
}

    #submit-button-container input {
        float: none;
        margin: 0;
    }

#create-account-submit {
    float: none;
    clear: both;
    margin: 14px auto auto auto;
    width: 170px;
    height: 22px;
    /*background: url('../images/create_account.png') no-repeat;*/
}
/*************************************/
/*************************************/
/*************************************/
#message-center {
    float: right;
    margin-left: 10px;
    margin-top: 10px;
    width: 39%;
    height: auto;
}

    #message-center .widget-content {
    }

.announcements {
    clear: both;
}

.story {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CDC59E;
}

#first-story {
    padding-bottom: 10px;
}

#second-story {
    margin-bottom: none;
    padding-bottom: none;
}

#last-story {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 3px;
}

.story-image {
    float: left;
    width: 75px;
}

    .story-image img {
        display: block;
        margin: auto auto;
    }

/*************************/
#about-goarmyed {
    clear: both;
    float: left;
    margin: 0;
    margin-top: 10px;
    width: 60%;
}

.about-image-area {
    padding: 0 5px 5px;
}

.center {
    margin: auto auto;
    text-align: center;
}

.center-link {
    margin: 5px auto;
    text-align: center;
}

.about-goarmyed-message a {
    padding-top: 2px;
    padding-bottom: 2px;
}

.left-side-copy {
    width: 100%;
    float: left;
}

.about-goarmyed-message .left-side-copy {
    margin-bottom: 10px;
}


.left-align {
    float: left;
}

    .left-align img {
        padding-right: 10px;
        padding-bottom: 10px;
    }


#about-aces {
    margin-top: 10px;
}

.border-above {
    border-top: 1px solid #CDC59E;
}

.right-side-copy {
    width: 40%;
    padding-left: 5%;
    float: left;
}

.right-align {
    float: right;
}

.aces img {
    padding: 20px 5px 0 10px;
}

/******************************/
.three-column-widget {
    float: left;
    width: 345px;
    padding: 0 10px 0 0;
}

.first-widget {
    height: 140px;
    max-height: 140px;
}

.second-widget {
    height: 140px;
    max-height: 140px;
}

.third-widget {
    height: 140px;
    max-height: 140px;
}

#future-changes-widget {
}

#dod-mou-widget {
}

#dod-school-widget {
    padding: 0;
}
/******************************/
/******************************/
/******************************/
#footer-nav {
    clear: both;
    margin: 15px 0 0;
    padding: 20px 0;
    width: 100%;
    border-top: 1px solid #59512e;
    background: #000;
    background: -moz-linear-gradient(top, #000 0%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(100%,#000));
    background: -webkit-linear-gradient(top, #000 0%,#000 100%);
    background: -o-linear-gradient(top, #000 0%,#000 100%);
    background: -ms-linear-gradient(top, #000 0%,#000 100%);
    background: linear-gradient(to bottom, #000 0%,#000 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 );*/
}

#footer-nav-content {
    width: 1060px;
    margin: auto auto;
}

#footer-nav-content-mobile{
   width: 360px;
   margin: auto auto;
   height: 300px;
   font-size: .8em;
}

    #footer-nav-content ul {
        list-style-type: none;
        float: left;
        width: 17%;
        margin: 0 3.7% 2% 0;
        padding-left: 0;
    }

        #footer-nav-content ul li a {
            /*color: #191817;*/
   color:#f0c23b;
            text-decoration: none;
            line-height: 1.5em;
        }

            #footer-nav-content ul li a:hover {
                text-decoration: underline;
            }

.footer-list-title {
    font-size: 1.1em;
    font-weight: 900;
    padding-bottom: 10px;
    color: #eaeaea;
}

    .footer-list-title a {
        text-decoration: none;
        color: #333230;
    }

#first-footer-col {
    width: 5% !important;
}

#last-footer-col {
    margin: 0 !important;
}
/******************************/
#privacy-statement {
    width: 100%;
    background: #191817;
    color: #cacaca;
}

#footer-copy {
    font-size: 11px;
    width: 1060px;
    margin: auto auto;
    padding: 10px 0;
}

/******************************************************/
/******************************************************/
/**********TRAVIS - This is for the banner*************/
/******************************************************/
.banner {
    position: relative;
    overflow: auto;
    width: 500px;
    margin-left: 2px;
    color: white;
}

    .banner li {
        list-style: none;
        margin: 0;
    }

    .banner ul li {
        float: left;
        margin: 0;
    }

    .banner ul {
        margin: 0;
    }

.banner {
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
}

    .banner .dots {
        bottom: 20px;
        left: 0;
        position: absolute;
        right: 0;
        padding: 0;
        margin: 0;
        width: 100%;
    }

        .banner .dots li {
            border: 2px solid #FFFFFF;
            border-radius: 6px 6px 6px 6px;
            cursor: pointer;
            display: inline-block;
            height: 10px;
            margin: 0 4px;
            opacity: 0.4;
            text-indent: -999em;
            transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
            width: 10px;
        }

            .banner .dots li.active {
                background: none repeat scroll 0 0 #FFFFFF;
                opacity: 1;
            }

    .banner h1, .banner h2 {
        padding-top: 55px;
        color: #FFFFFF;
        font-size: 32px;
        line-height: 52px;
    }

    .banner .btn {
        border: 2px solid #FFFFFF;
        border: 2px solid rgba(255, 255, 255, 0.4);
        background: #ccc;
        background: rgba(255,255,255,.0);
        border-radius: 5px 5px 5px 5px;
        clear: both;
        color: #FFFFFF;
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        margin: 25px 0 0;
        padding: 9px 22px 7px;
        text-decoration: none;
        text-transform: uppercase;
    }

        .banner .btn:hover {
            background: #333;
            background: rgba(255,255,255,.05);
        }
/*** END BANNER **/
/*** BEGIN GENERAL CLEAN UP **/
.radio-button-row h4 {
    display: inline;
}

#welcome-message a {
    cursor: pointer;
    text-decoration: none;
    border: none;
}

#welcome-message a {
    cursor: pointer;
    text-decoration: none;
    border: none;
}

#welcome-message .icon {
    width: 30px;
}

#helpdesk-text {
    line-height: 35px;
    color: #666666;
    font-weight: bold;
    padding-left: 35px;
}

#registered-sign-in input[type="text"], #registered-sign-in input[type="password"] {
    font-size: 13px;
    width: 97%;
}

.footerLinks {
    color: #fff;
    text-decoration: none;
    line-height: 1.5em;
}

    .footerLinks a {
  color: #fff !important;
        text-decoration: none;
    }

.home-icon {
    height: 32px;
    width: 32px;
    background-image: url('../../images/home_icon_orange.png');
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
}

.toolbar-text {
    line-height: 35px;
    color: #666666;
    font-weight: bold;
    cursor: pointer;
}

    .toolbar-text:hover {
        color: #93c1df;
        cursor: pointer;
    }

.yellow-highlight {
    background-color: Yellow !important;
}

.btnDB {
 background-color: #1a7cbd !important;
 
}

/*Story27745/CQ17952 - AS - 07/11/18 - Add icon to public message center displaying number of alerts currently in the system*/
.alertCounter
    {
    width:75px;
    height:25px;
    border-radius:250px;
    font-size: 13px;
    color:white;
    line-height:25px;
    text-align:center;
    background:red;
    }
