﻿/* TAGS, ELEMENTS */

body {
    background-attachment: fixed;
    background-clip: initial;
    background-color: #c0c0c0;
    background-image: linear-gradient(rgb(188, 188, 188) 0, rgb(232, 232, 232) 50%);
    background-origin: initial;
    background-position: initial;
    background-size: initial;
    color: #333;
    line-height: 18px;
    margin: 0;
}

hr {
    color: #B9B9B9;
}

a {
    color: #01506F;
    text-decoration: none;
}

    a[disabled], a.aspNetDisabled {
        color: Grey !important;
        text-decoration: none !important;
    }

input[type="radio"], input[type="checkbox"] {
    vertical-align: sub;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}

h3 {
    border-bottom: 1px solid #ccc;
    color: #474646;
    font-size: 20px;
    font-weight: bolder;
    margin: 10px 0 5px 0;
    padding-top: 0;
    width: 100%;
    cursor: default;
    line-height: normal;
}


h4 {
    border-bottom: 1px solid #ccc;
    font-size: 115%;
    margin: 1em 0 1em 0;
    padding-bottom: 3px;
    width: 100%;
}

h5 {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    padding-top: 0;
    width: 100%;
}

div h2 {
    font-size: 18px;
    height: 22px;
}

div.ajax__calendar_days table tr td {
    padding: 0;
}

/* MASTER PAGE */

#header {
    background-color: rgb(1, 80, 111);
    color: #FFFFFF;
    cursor: default;
    font-family: Calibri, Verdana;
    font-size: medium;
    height: 100px;
    margin: 0;
    padding: 0;
    width: 100%;
}

#headerText {
    float: left;
    height: 100px;
    line-height: normal !important;
    margin-left: 10px;
    width: 80%;
}

#headerTitleText {
    clear: both;
    display: block;
    font-size: 46px;
    font-weight: normal;
    margin-top: 5px;
    width: 100%;
}

#headerSubText {
    clear: both;
    display: block;
    font-size: 18px;
    font-weight: normal;
    width: 100%;
}

#headerSeal {
    float: left;
    margin-left: 10px;
    width: 15%;
}

#footer {
    clear: both;
    color: #333;
    padding: 5px 0;
    text-align: center;
    width: 900px;
}

#content {
    min-height: 600px;
    padding: 10px;
    width: 880px;
}

#cadetbatchcontent {
    padding: 10px;
    width: 860px;
}

.pageheader {
    padding: 0 10px 0 10px;
    width: 880px;
}

.error_text {
    color: #FF0000;
    font-size: 11px;
    font-weight: bold;
}

.watermarktext {
    color: gray;
    font-size: smaller;
    font-style: italic;
}

.watermarktextrequired {
    color: red;
    font-size: smaller;
    font-style: italic;
}

.boldtext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 900;
    cursor: default;
}

.boldertext {
    color: darkgray;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 900;
}

.sectionHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 800;
}

#progress {
    background-color: #B9B9B9;
    border: 1px solid #01506F;
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -65px;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 130px;
}

    #progress img {
        vertical-align: middle;
    }

#breadCrumbPath {
    margin-left: 10px;
    margin-top: 5px;
}

.fullContainerWidth {
    width: 100%;
}

.autoWidth {
    width: auto;
}

.instructions {
    padding-left: 2px;
}

/*     BASE WRAPPER AND INHERITED CLASSES   */

#wrapper {
    height: auto;
    margin: auto;
}

.wrapper {
    box-shadow: 0 0 10px #888888;
    height: auto;
    margin: auto;
    width: 900px;
}

.headerWrapper {
    height: auto;
    margin: auto;
    width: 900px;
}

#content, .wrapper {
    background-color: #fff;
}

.unitheader .collapseheader {
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

.normal {
    width: 900px;
}

.tabcontent {
    padding: 5px 0 5px 0;
}

.textbold {
    font-weight: 900;
    text-align: center;
    vertical-align: bottom;
}

.textright {
    font-size: 11px;
    text-align: right;
}

.required {
    color: Red;
    text-transform: none;
}

.error_list {
    margin-left: -15px;
    margin-right: 0;
}

/* MISCELLANEOUS */

.center {
    margin: auto;
    width: 100%;
}

#WJSearchDIV {
    margin-bottom: 0;
}

.italic {
    font-style: italic;
}

.float-left {
    float: left;
    width: 183px;
}

.float-right {
    float: right;
}

.float-right_750 {
    float: right;
    margin-left: 10px;
    width: 750px;
}

.no_float_750 {
    margin-left: 10px;
    width: 750px;
}

.float-right_740 {
    float: right;
    margin-left: 10px;
    width: 740px;
}

.hidden {
    position: absolute;
    top: -1000px;
}

.hide {
    visibility: hidden;
}

.hideandremove {
    display: none;
}

.displayinherit {
    display: inherit;
}

.displayinline {
    display: inline;
}

.displayinlineblock {
    display: inline-block;
}

.negativeMoney {
    color: Red;
}

.hand {
    cursor: pointer;
}

.noextrawhitespace {
    border: 0;
    margin: 0;
    padding: 0;
}

.scrollable {
    border: 1px solid #B9B9B9;
    overflow: auto;
}

.scrollableNoBorder {
    overflow: auto;
}

.scrollableMaxHeight200 {
    max-height: 200px;
    overflow: auto;
}

.scrollableMaxHeight400 {
    max-height: 400px;
    overflow: auto;
}

.scrollableMaxHeight500 {
    max-height: 500px;
    overflow: auto;
}

.scrollableMaxHeight600 {
    max-height: 600px;
    overflow: auto;
}

.scrollableMaxHeight650 {
    max-height: 650px;
    overflow: auto;
}

.scrollableMaxWidth {
    max-width: 100%;
    overflow: auto;
}

.scrollableMaxWidth850 {
    max-width: 850px;
    overflow: auto;
}

.scrollableMaxWidth650 {
    max-width: 650px;
    overflow: auto;
}

.scrollableMaxWidth600 {
    max-width: 600px;
    overflow: auto;
}

.scrollableMaxWidth500 {
    max-width: 500px;
    overflow: auto;
}

.scrollableMaxWidth400 {
    max-width: 400px;
    overflow: auto;
}

.scrollableMaxWidth300 {
    max-width: 300px;
    overflow: auto;
}

.scrollableMaxWidth250 {
    max-width: 250px;
    overflow: auto;
}

.scrollableMaxWidth100 {
    max-width: 100px;
    overflow: auto;
}

.pending {
    background-color: #FFFF00;
}

.selectedNode {
    background-color: #C0C0C0;
}

.underline {
    border-bottom: solid 1px #ccc;
}

.blue {
    color: blue;
}

.marginTop {
    margin-top: 5px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop25 {
    margin-top: 25px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginleft5 {
    margin-left: 5px;
}

.marginleft10 {
    margin-left: 10px;
}

.marginleft15 {
    margin-left: 15px;
}

.marginleft20 {
    margin-left: 20px;
}

.marginleft25 {
    margin-left: 25px;
}

.marginright5 {
    margin-right: 5px;
}

.marginright10 {
    margin-right: 10px;
}

.padding5 {
    padding: 5px;
}

.padRight10 {
    padding-right: 10px;
}

.smalltext {
    font-size: xx-small;
}

.aligntextleft {
    text-align: left;
}

.aligntextright {
    text-align: right;
}


/* CONTROLS */

.control {
    margin-left: 0;
}

.control_margin_left5 {
    font-size: 11px;
    margin-left: 5px;
}

.button {
    background-color: #D8D8D8;
    border: 1px solid #5C5C5C;
    margin: 0;
    padding: 2px 3px;
}

button {
    line-height: 12.5px;
    overflow: visible;
    width: auto;
}

input[type="button"] {
    line-height: initial;
}

input[type="button"], input[type="submit"], button {
    background-color: rgb(236, 236, 236);
    border: 1px solid #c0c0c0;
    color: #222;
}

input[type="button"], input[type="submit"], button {
    background-color: rgb(236, 236, 236);
    border: 1px solid #c0c0c0;
    color: #222;
}


input, select, button {
    font-size: 11px;
}

    input:disabled, select:disabled, button:disabled {
        background-color: #dcdcdc;
        color: #c0c0c0;
    }

.checkbox {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

.smallcheckbox {
    height: 5px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 5px;
}

.id {
    font-size: 14px;
    font-weight: bold;
}

.rbList label {
    margin-right: 30px;
}

.buttonBar {
    text-align: right;
}

.selectedItem {
    background-color: #C0C0C0;
}

.fieldLabel {
    text-align: right;
}

.enabled {
    background-color: inherit;
    color: inherit;
}

.disabled {
    background-color: #D3D3D3;
    color: #000;
}

.lookupEditor {
    width: 600px;
}

.helplink {
    float: right;
}

.left {
    float: left;
    text-align: right;
}

.right {
    float: right;
    margin-left: 5px;
}

.leftMargin5 {
    margin-left: 5px;
}

.rightMargin5 {
    margin-right: 5px;
}

/*    FIELDSET     */

.fieldset {
    background-color: #FFFFFF;
    border: 1px solid #B9B9B9;
    padding: 0;
}

.fieldset_content_no_padding {
    background-color: #FFFFFF;
    border: 0;
    padding: 0;
}

.fieldset_content_padding_5 {
    background-color: #FFFFFF;
    border: 1px solid #B9B9B9;
    padding: 5px;
}

.legend {
    font-weight: bold;
    margin-left: 10px;
}

.legend_bottom_margin {
    font-weight: bold;
    margin-bottom: 10px;
}

/*     GROUP BOX     */

.group_box {
    border: 1px solid #ddd;
}

.group_box_content {
    background-color: inherit;
    padding: 3px;
}

.group_box_content_no_padding {
    background-color: #FFFFFF;
    padding: 0;
}

/*     HEADERS      */

.div_header {
    background-color: #999;
    color: #FFF;
    font-size: 11px;
    height: 16px;
    margin-top: 0;
    padding-left: 3px;
    padding-top: 1px;
    width: 99%;
}

.tblheader {
    background-color: #999;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
}

.filterHeader {
    background-color: #CECECE;
    border-bottom-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #999999;
    border-top-style: solid;
    border-top-width: 1px;
    color: #333333;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 17px;
    overflow: hidden;
    padding-left: 3px;
}

.sortedheadercontrol {
    color: #33CCFF;
}

.headercontrol {
    color: #FFF;
}

.headersortup {
    background-image: url(../images/small_asc.gif);
    background-position: center right;
    background-repeat: no-repeat;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.headersortdown {
    background-image: url(../images/small_desc.gif);
    background-position: center right;
    background-repeat: no-repeat;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.headersort {
    background-image: url(../images/small.gif);
    background-position: center right;
    background-repeat: no-repeat;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

/* GRIDS */

.gridheader, .group_box_title, #footer {
    background-attachment: initial;
    background-clip: initial;
    background-color: initial;
    background-image: linear-gradient(rgb(249, 249, 249) 0, rgb(230, 230, 230) 80%);
    background-origin: initial;
    background-position: initial;
    background-size: initial;
    color: #535353;
    border-bottom: 1px solid #ccc;
}

.gridheader {
    text-transform: uppercase;
}

.group_box_title {
    padding: 1px 0 2px 3px;
    font-weight: bolder;
    cursor: default;
}

.gridheader th {
    padding-left: 5px;
    padding-right: 5px;
}


.gridheader a {
    color: #535353;
}

.grid {
    background-color: #FFF;
    border: 1px solid #ddd;
}

.gridcell {
    padding-left: 5px;
    padding-right: 5px;
}

.gridcontainer {
    float: right;
    margin-left: 10px;
    overflow: auto;
    width: 750px;
}

.dataGridRowHover {
    background-color: rgb(206, 241, 253);
    cursor: pointer;
}

    .dataGridRowHover a {
        color: #FFFFFF;
        cursor: pointer;
    }

.dataGridDeselected {
    background-color: #FFF;
    color: #525252 !important;
}

.dataGridSelected {
    background-color: #FFFFBB;
    color: #525252 !important;
}

/* LISTVIEWS */

.listviewRowHover {
    background-color: #01506F;
    border: 1px solid #01506F;
    color: #FFFFFF;
    cursor: pointer;
}

.listviewscrollable {
    overflow: auto;
}

.listview {
    background-color: #FFF;
    border: 1px solid #B9B9B9;
    color: #525252;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.listviewheader {
    background-color: #999;
    color: #FFF;
    text-transform: uppercase;
}

    .listviewheader th {
        border-right-color: #FFFFFF;
        border-right-style: solid;
        border-right-width: 1px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: left;
    }

.listviewcell {
    border-right-color: #FFFFFF;
    border-right-style: solid;
    border-right-width: 1px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}

.listviewcheckboxcell {
    border-right-color: #FFFFFF;
    border-right-style: solid;
    border-right-width: 1px;
    padding-left: 5px;
    padding-right: 0;
    text-align: left;
}

/* CSS JQUERY SELECTORS -- DO NOT REMOVE*/

.clickableDiv {
    color: #01506F;
    cursor: pointer;
}

.selectorbutton {
    background-color: Gray;
    height: 20px;
    text-align: center;
    width: 20px;
}

/*.cssselectorforjquery { }

.cssselectorforquicksearch { }

.cssdummyselectorforjquery { }

.cssRequestAmount { }

.cssValidRecord { }

.cssJustification { }

.cssRequest { }

.infinite-scroll { }*/

/* MESSAGING: Progess, Modals, Dialogs, etc. */

.progress {
    background-color: #FFF;
    border: 1px solid #01506F;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    left: 50%;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px;
    z-index: 9000;
}

.overlay {
    background: gray;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.confirmDialog {
    background: white;
    border-color: #01506F;
    border-style: solid;
    border-width: 1px;
    min-height: 100px;
    min-width: 250px;
}

.confirmDialogHeader {
    background-color: #01506F;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    padding: 3px 0 3px 3px;
    text-align: left;
    width: 250px;
}

.confirmDialogBody {
    color: #525252;
    font-size: 12px;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}

.confirmDialogControls {
    text-align: center;
}

.disableOverlay {
    filter: alpha(opacity=30);
    height: 100%;
    opacity: 0.3;
    width: 100%;
    z-index: 9000;
}

.modalPopup {
    background-color: #FFFFFF;
    border-color: #01506F;
    border-style: solid;
    border-width: 1px;
    color: #525252;
    padding: 8px;
}

.modalDialog {
    background: white;
    border-color: #01506F;
    border-style: solid;
    border-width: 1px;
    min-height: 100px;
    min-width: 250px;
}

.modalDialogHdr {
    background-color: #01506F;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 0 3px 3px;
    text-align: left;
}

.modalDialogBody {
    color: #525252;
    font-size: 11px;
    max-height: 400px;
    max-width: 600px;
    overflow: auto;
    padding: 3px 3px 5px 3px;
}

.modalDialogButtons {
    bottom: 0;
    padding: 3px 0 3px 0;
    text-align: right;
    width: 99%;
}

.confirm-dialog {
    background-color: #FFFFFF;
    border: 1px solid #B9B9B9;
    color: #525252;
    margin: 0 auto;
    position: relative;
    width: 225px;
}

    .confirm-dialog h2 {
        font-size: 8pt;
        font-weight: bold;
        text-align: center;
    }

    .confirm-dialog .inner {
        float: left;
        padding-bottom: 5px;
        position: relative;
        text-align: center;
        width: 225px;
    }

/*     TABLES      */

.wjtable {
    width: 100%;
}

    .wjtable td {
        padding: 3px;
    }

.tableCell {
    margin-right: 15px;
}

/*  COLUMN LAYOUT*/

.dataentrywrapper200 {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 200px;
}

.dataentrywrapper250 {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 250px;
}

.dataentrywrapper300 {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 300px;
}

.dataentrywrapper500 {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 500px;
}

.dataentrywrapper550 {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 550px;
}

.dataentrywrapper600 {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 600px;
}

.dataentrywrapper650 {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 650px;
}

.dataentrywrapper740 {
    clear: both;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 740px;
}

.dataentrywrapper800 {
    clear: both;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 800px;
}

.dataentrywrapper860 {
    clear: both;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 860px;
}

.rightcolumn, .rightcolumn100, .rightcolumn200, .rightcolumn260, .rightcolumn280, .rightcolumn285, .rightcolumn290, .rightcolumn550, .rightcolumn_nowidth, .rightcolumn95percent, .rightcolumn90percent,
.leftcolumn, .leftcolumn75, .leftcolumn80_alignleft, .leftcolumn95_alignleft, .leftcolumn100_alignleft, .leftcolumn100, .leftcolumn260, .wjcellphone {
    display: inline-block;
    float: left;
    margin-top: 10px;
}

.leftcolumn {
    text-align: right;
    width: 70px;
}

.leftcolumn75 {
    text-align: right;
    width: 75px;
}

.leftcolumnnotopmargin {
    display: inline-block;
    float: left;
    text-align: right;
    width: 70px;
}

.rightcolumn100notopmargin {
    display: inline-block;
    float: left;
    margin-left: 5px;
    width: 100px;
}

.rightcolumn200notopmargin {
    display: inline-block;
    float: left;
    margin-left: 5px;
    width: 200px;
}

.leftcolumn100 {
    text-align: right;
    width: 100px;
}

.leftcolumn200 {
    text-align: right;
    width: 200px;
}

.leftcolumn80_alignleft {
    text-align: left;
    width: 80px;
}

.leftcolumn95_alignleft {
    text-align: left;
    width: 95px;
}

.leftcolumn100_alignleft {
    text-align: left;
    width: 100px;
}

.leftcolumn260 {
    text-align: left;
    width: 260px;
}

.rightcolumn {
    margin-left: 5px;
    width: 105px;
}

.rightcolumn100 {
    margin-left: 5px;
    width: 95px;
}

.rightcolumn200 {
    margin-left: 5px;
    width: 190px;
}

.rightcolumn260 {
    margin-left: 5px;
    width: 255px;
}

.rightcolumn280 {
    margin-left: 5px;
    width: 275px;
}

.rightcolumn285 {
    margin-left: 5px;
    width: 280px;
}

.rightcolumn290 {
    margin-left: 5px;
    width: 285px;
}

.rightcolumn550 {
    margin-left: 5px;
    width: 545px;
}

.rightcolumn_nowidth {
    margin-left: 5px;
}

.rightcolumn95percent {
    width: 95%;
}

.rightcolumn90percent {
    width: 90%;
}

.columncontent {
    height: 25px;
    vertical-align: central;
}

.columnwidth {
    width: 95%;
}

.columnwidth100percent {
    width: 100%;
}

.columnwidth90percent {
    width: 90%;
}

.columnwidth85percent {
    width: 85%;
}

.columnwidth80percent {
    width: 80%;
}

.columnwidth120 {
    width: 120px;
}

.columnwidth170 {
    width: 170px;
}

.columnwidth100 {
    width: 100px;
}

.columnwidth200 {
    width: 200px;
}

.fullwidthonhover {
    width: 80%;
}

.staticwidthononhover {
    width: 100px;
}

/*     PANELS    */

.group_panel {
    border: 1px solid #B9B9B9;
}

    .group_panel .wjtable {
        margin-top: -10px;
    }

.inputPanel {
    background-color: #D1D3E4;
    padding: 5px 5px 5px 5px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=60);
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
}


.clearfix {
    clear: both;
    display: block;
}

.clear {
    clear: both;
}

.vertical-align-controls {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 5px;
    vertical-align: middle;
    width: 180px;
}

.vertical-align-controls_padding5 {
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
}

.vertical-align-controls_nopadding {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}

.vertical-align-top {
    display: inline-block;
    vertical-align: top;
}

.right-align-controls {
    float: right;
    margin: 5px;
    padding: 10px;
    text-align: right;
}

.right-align-controls_nopadding {
    float: right;
    margin: 5px;
    text-align: right;
}

.emptyGrid {
    font-weight: bold;
    text-align: center;
}

.watermarked {
    color: gray;
    font-style: italic;
    padding: 2px 0 0 2px;
}

textarea {
    overflow: auto;
}

    input[type="text"]:focus, textarea:focus {
        background-color: #FFFFD7;
    }

.pageNumbers td a {
    padding: 0 2px;
}

.pageNumbers span {
    color: #FF0000;
    font-weight: bold;
    padding: 0 2px;
}

.pageNumbers td a:hover {
    background-color: #01506F;
    color: #FFFFFF;
}

.notification_area {
    margin: 10px 0 10px 0;
}

.unit_notification {
    font-size: 9pt;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 3px 4px 3px 5px;
}

.alert {
    background-color: #ff0000;
    color: white;
}

.information {
    background-color: #99CCFF;
    color: #333333;
}

.success, .error {
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 10px 0;
    padding: 10px 10px 10px 20px;
}

.success {
    background-color: #DFF2BF;
    color: #4F8A10;
}

.error {
    background-color: #FFBABA;
    color: #D8000C;
}

.ajax__tab_xp .ajax__tab_body, body {
    font-family: Calibri, Tahoma, Geneva, sans-serif !important;
    font-size: 13px !important;
}

.eoy_subsection_row {
    clear: both;
    float: left;
    margin-top: 20px;
}

.eoy_row {
    clear: both;
}

.eoy_row_ml_10 {
    clear: both;
    margin-left: 10px;
}

.eoy_float_left {
    float: left;
}

.eoy_float_right {
    float: right;
    margin-right: 20px;
}

.eoy_content {
    float: left;
    width: 500px;
}

.eoy_cell {
    float: left;
    padding-left: 0;
}

.eoy_cell_50 {
    float: left;
    padding-left: 0;
    width: 50px;
}

.eoy_cell_50_right {
    float: right;
    padding-left: 0;
    width: 50px;
}

.eoy_cell_60 {
    float: left;
    padding-left: 0;
    width: 60px;
}

.eoy_cell_60_right {
    float: right;
    padding-left: 0;
    width: 60px;
}

.eoy_cell_70 {
    float: left;
    padding-left: 0;
    width: 70px;
}

.eoy_cell_70_right {
    float: right;
    padding-left: 0;
    width: 70px;
}

.eoy_cell_100 {
    float: left;
    padding-left: 0;
    width: 100px;
}

.eoy_cell_100_right {
    float: right;
    padding-left: 0;
    width: 100px;
}

.eoy_cell_150 {
    float: left;
    padding-left: 0;
    width: 150px;
}

.eoy_cell_200 {
    float: left;
    padding-left: 0;
    width: 200px;
}

.eoy_cell_225 {
    float: left;
    padding-left: 0;
    width: 225px;
}

.eoy_cell_250 {
    float: left;
    padding-left: 0;
    width: 250px;
}

.eoy_cell_300 {
    float: left;
    padding-left: 0;
    width: 300px;
}

.eoy_cell_350 {
    float: left;
    padding-left: 0;
    width: 350px;
}

.eoy_cell_400 {
    float: left;
    padding-left: 0;
    width: 400px;
}

.eoy_points {
    float: left;
    text-align: right;
    width: 75px;
}

.eoy_gutter {
    float: left;
    width: 5px;
}

.align_bottom {
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    width: 0;
}

.strong {
    font-weight: bold;
}

.dotted {
    border-bottom: 1px dotted #222222;
    display: inline;
}

.row {
    clear: both;
    overflow: hidden;
    padding: 5px;
    width: 100%;
}

.row3px {
    clear: both;
    overflow: hidden;
    padding: 3px;
    width: 100%;
}

.row-nopad {
    overflow: hidden;
    width: 100%;
}

.rowinner {
    float: left;
    overflow: hidden;
    width: 100%;
}

.leftcell {
    float: left;
    overflow: hidden;
    padding-right: 5px;
    text-align: right;
    width: 70px;
}

.leftcellnowidth {
    float: left;
    overflow: hidden;
    padding-right: 5px;
    text-align: right;
}

.rightcell {
    float: left;
    text-align: left;
}

.rowinlineblock {
    clear: both;
    display: inline-block;
    overflow: hidden;
    padding: 5px;
    width: 100%;
}

.columninner {
    float: left;
    overflow: hidden;
    width: 33%;
}

.columninner66percent {
    float: left;
    overflow: hidden;
    width: 66%;
}

.columnfloatleft {
    float: left;
    overflow: hidden;
}

.cadetTemplate {
    overflow: hidden;
    width: 880px;
}

.columninner49pct {
    float: left;
    overflow: hidden;
    width: 49%;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    cursor: pointer !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(153, 153, 153);
    overflow: auto;
    width: auto;
    text-align: left;
}

    .dropdown-content a {
        padding: 5px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: rgb(206, 241, 253);
        }

.dropdownLinks > div {
    display: inline-block;
    float: left;
}

.imgbtnDetail {
    margin-top: 4px;
}

.wjcellphone {
    text-align: left;
    margin-left: 5px;
}

.messageCount {
    position: relative;
    float: right;
}

    .messageCount[data-badge]:after {
        position: absolute;
        content: attr(data-badge);
        font-size: .8em;
        color: white;
        width: auto;
        padding: 2px;
        min-width: 16px;
        min-height: 16px;
        text-align: center;
        line-height: 1.5em;
        top: -21px;
        float: right;
        background-color: black;
        background-image: -webkit-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
        background-image: -moz-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
        background-image: -o-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
        background-image: -ms-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
        background-image: linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f78297', EndColorStr='#f46677');
        border: 1px dotted #ce4f5e;
        -webkit-border-radius: 4em;
        -moz-border-radius: 4em;
        border-radius: 4em;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,35), 0 1px 1px rgba(0,0,0,.2);
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 1px 1px rgba(0,0,0,.2);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 1px 1px rgba(0,0,0,.2);
    }
