﻿/*
        **********************************************************************************************
        style sheet for Bote RetrieverF
        **********************************************************************************************
*/


/* start with html tag *****************************************************************************************************************************************************/
/** {
    box-sizing: border-box;
}*/

a {
    color: #312e25;
}

    a:hover {
        text-decoration: none;
        color: #312e25;
        /*color: #1d60ff;*/
        outline: 0;
    }

    a:focus {
        outline: none;
        /*  outline: thin dotted; */
    }

    a:link, a:visited {
        color: #312e25;
    }

    a:active {
        color: #312e25;
        outline: 0;
    }

    a.eval-link {
        display: block;
        height: 11px;
        margin: 0 auto;
        width: 14px;
    }

    a.blue-link {
        color: #0066CC;
    }

    a.future {
        color: #E40000;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

/*
    *
 * Corrects `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

/*
    *
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
    display: inline-block;
}

    /*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

b, strong {
    font-weight: bold;
}

body {
    padding: 0;
    width: auto;
    background-repeat: repeat;
    background-position: bottom;
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
    line-height: normal;
}

    /*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
    button, html input[type="button"], input[type="reset"], input[type="submit"] {
        -webkit-appearance: button; /* 2 */
        cursor: pointer; /* 3 */
    }

        /*
  *
* Re-set default cursor for disabled elements.
 */
        button[disabled], input[disabled] {
            cursor: default;
        }

    /*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
    }

.responsive_row_inverse {
    display: table-row;
}

.responsive_cell_inverse {
    display: table-cell;
    padding-bottom: 5px;
    padding-left: 5px;
}

.responsive_input {
    width: 95%;
}

.dropdownClass {
    display: none;
}

.paginate_button.disabled {
    opacity: .5;
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

.popupButton {
    border: thin solid #CCCCCC;
    padding-top: 3px 6px 3px 6px;
    margin-bottom: 0;
    text-align: center;
    color: #333;
    text-decoration: none;
    background-color: #EBEBEB;
    font-style: normal;
    -moz-border-radius: 5px;
    -webkit-border-radius: 0;
    border-radius: 5px;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
  *
* Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
  *
* Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

div.dataTables_scroll {
    clear: both;
}

div.eval-example {
    border-top: 2px solid black;
    width: 100%;
    min-height: 30px;
}

    div.eval-example h3 {
        font-family: "Courier New",monospace;
        text-decoration: none;
    }

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.helper-wrapper {
    width: 600px;
    min-height: 300px;
}

div.menu {
    padding: 4px 0 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

div.monospaced {
    font-family: "Courier New",monospace;
}

div.results-scroller {
    height: 250px;
    overflow-y: scroll;
}

div.rich-mpnl-header {
    cursor: move;
    padding: 0.4em 1em;
    position: relative;
    border-radius: 4px;
    background: url("/Interface/Internal/image/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
    border: 1px solid #AAAAAA;
    color: #222222;
    font-weight: bold;
    font-family: Calibri,Arial,sans-serif,Verdana,Arial,sans-serif;
    font-size: 14px;
    white-space: nowrap;
}



div.styled pre {
    margin: 0 0 5px 0;
    border: 1px solid grey;
    padding: 5px;
}

div.styled span.label {
    font-weight: bold;
}

div.styled h3 {
    text-decoration: underline;
}

div.tli-table-wrapper .ui-dialog-titlebar {
    cursor: auto;
}

div.ua-results-scroller {
    height: 225px;
    overflow-y: scroll;
}

div.ui-datepicker {
    width: auto;
    max-width: 100%;
    height: auto;
}

div.waiting {
    text-align: center;
    width: 325px;
    z-index: 9;
    border: 3px solid black;
}

div#accordion div#sample-filter-wrapper a.sample-chart-link {
    color: #F05A22;
    margin-bottom: 10px;
    display: block;
    font-size: 10pt;
}

div#error-area {
    width: 100%;
    color: red;
}

/*
  *
* Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    /*margin: 1em 0;
    padding: 1em;
    border: 1px solid #ccc;*/
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

figure {
    margin: 0;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
    font-size: 1.1em;
    font-weight: 600;
    /*padding: 2px 4px 8px 4px;*/
}

h1, h2, h3, h4, h5, h6 {
    color: #666666;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 0;
}

h1 {
    font-size: 1.6em; /*2em*/
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
    font-weight: 600;
}

h4, h5 {
    margin: 0;
    padding: 4px 0 6px 4px;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #444;
}

h5, h6 {
    font-size: 1em;
}

/*
 *
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
    display: none;
}

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif; /* 1 */
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
    padding: 0;
    margin: 0;
}

/*
  *
* Removes border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
    width: 100%;
    height: auto;
}

.responsive_row_inverse {
    display: initial;
}

.responsive_cell_inverse {
    display: table-cell;
}

.responsive_input {
    width: 90%;
}

.dataTables_info {
    display: none;
}

input.quick-range-btn {
    padding: 1px;
}

input[type="button"] {
    border-width: 1px;
}

input[disabled] {
    color: Gray;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

label {
    font-family: Arial;
    font-size: 10pt;
    display: inline-block;
}


li.bg, .bg {
    clear: both;
    padding: 0;
    list-style: none;
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-bottom-color: #dedede;
    height: 20px;
    margin-top: 15px, 0, 15px, 0;
    background-repeat: no-repeat;
}

/*
  *
* Addresses styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

p {
    margin-bottom: 10px;
}

    p.response {
        text-align: center;
        color: #2c2c2c;
        font: bold 11px Arial, Helvetica, sans-serif;
        line-height: 1.8em;
        width: auto;
    }

    p.clr, .clr {
        clear: both;
        padding: 0;
        margin: 0;
    }

/*
  *
* Improves readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
  *
* Sets consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

select.selectfield {
    width: 100%;
    min-width: 100px;
}

/*
  *
* Addresses inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/*
 * 
 *revents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

span.dataItem {
    display: block;
    white-space: nowrap;
    overflow-x: hidden;
}

span.search-label:after {
    content: ":";
}

/*
  *
* Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

table.column-info {
    margin: 5px 0 5px auto;
    text-align: left;
}

    table.column-info td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

        table.column-info td:first-child {
            padding-top: 5px;
            padding-bottom: 5px;
            padding-right: 6px;
        }



table.displayNoborder tr {
    border: 0;
}

    table.displayNoborder tr td {
        border: 0;
    }

table.document-filter td {
    padding-left: 0;
}

table.document-filter {
    margin-left: 0;
}

table.eval-summary {
    width: 98%;
    text-align: left;
    border-collapse: collapse;
}

    table.eval-summary td, table.eval-summary th {
        border: 1px solid black;
        padding: 3px;
        vertical-align: top;
    }

table.form2 td, table.form2 th {
    margin: 2px;
    padding: 0 4px 0 4px;
    border: 0;
}

table.helper-table {
    float: right;
    text-align: right;
}

table.loc-help {
    width: 100%;
}

table.rate-search-forms {
    width: 95%;
    text-align: right;
}

    table.rate-search-forms tr td {
        text-align: right;
        padding: 2px 5px;
        font-size: 14px;
    }

        table.rate-search-forms tr td input,
        table.rate-search-forms tr td select {
            font-size: 12px;
            padding-top: 1px;
            padding-bottom: 1px;
        }

        table.rate-search-forms tr td + td {
            text-align: left;
        }

table.rich-table a.blue-link {
    color: #0066CC;
}

thead.rich-table-thead th {
    font-size: 11pt;
    font-weight: normal;
}

table.row-form {
    text-align: left;
    width: 350px;
    border-spacing: 0;
    border-collapse: collapse;
    border: 0;
}

    table.row-form tr:first-child td {
        padding: 5px 0;
        border-top: 0;
    }

    table.row-form td {
        padding: 5px 0;
        border-top: 1px solid #c0c0c0;
    }

td.input {
    text-align: left;
    vertical-align: middle;
    padding-bottom: 1mm;
    padding-left: 1mm;
}

td.label {
    text-align: right !important;
    vertical-align: middle;
    padding-bottom: 1px;
    padding-right: 10px;
}

td select {
    width: 100%;
}

tr.even {
    background-color: #FFFFFF;
}

tr.InlandRow:hover {
    background-color: #EEEEEE;
}

tr.InlandRow.selected {
    background-color: #CADCFF;
}

tr.odd {
    background-color: #FEFEF3;
}

tr.rich-table-row > td:first-child, tr.rich-subtable-row > td:first-child, tr.rich-subtable-footer > td:first-child {
    border-left: 1px solid #C0C0C0;
}

tr.selected {
    background-color: #CADCFF;
}

    tr.selected:hover {
        background-color: #C2D4F7;
    }

textarea[type="textarea"], input[type="text"], input[type="password"], select {
    border-width: 1px;
    border-style: solid;
    border-color: #C4C0B9;
    font-size: 11px;
    font-family: Arial, Verdana, sans-serif;
    background-repeat: no-repeat;
    background-position: 1px 1px;
    background-color: #ffffff;
    background-image: url(/org.richfaces.resources/rfRes/inputBackgroundImage.png?v=4.5.1.Final&db=eAFjZL!AyMDN-P8!4!-P714C6f!!GZgAYeQKqw__&ln=org.richfaces.images);
    margin: 0;
    font: -webkit-small-control;
    color: #000000;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    background-image: url(/Interface/Internal/image/inputbackgroundimage.png);
}

    textarea[disabled], input[type="text"][disabled], input[type="password"][disabled], select[disabled] {
        color: #C4C0B9;
        cursor: default;
        background-color: #FFFFFF;
    }

textarea {
    -webkit-appearance: textarea;
    background-color: white;
    border: 1px solid;
    border-image: auto;
    -webkit-user-select: text;
    -webkit-box-orient: vertical;
    resize: both;
    cursor: auto;
    padding: 2px;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-width: 1px;
    border-style: inset;
    background-repeat: no-repeat;
    background-position: 1px 1px;
    margin: 0;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

ul.Navigation {
    padding: 20px 0;
    margin: 0;
    list-style: none;
    border: 0;
}

    ul.Navigation li {
        margin: 0;
        padding: 0 10px;
        border: 0;
        line-height: 0;
    }

        ul.Navigation li a {
            display: block;
            padding: 5px 0 2px 20px;
            margin: 0;
            border-bottom: 1px solid #dedede;
            background: url(images/ul_li.gif) left no-repeat;
            color: #979797;
            font: normal 12px Arial, Helvetica, sans-serif;
            text-decoration: none;
            line-height: 1.6em;
        }

            ul.Navigation li a:hover {
                background: #f8f8f8 url(images/ul_li_hover.gif) left no-repeat;
                border-bottom: 1px solid #dedede;
                color: #68AD44;
                text-decoration: none;
            }

            ul.Navigation li a.active {
                background: #f8f8f8 url(images/ul_li_hover.gif) left no-repeat;
                border-bottom: 1px solid #dedede;
                color: #68AD44;
                text-decoration: none;
            }


/*start with # ***********************************************************************************************************************************/

#bote\:rate-search-forms .a {
    width: 100%;
}

#bote\:rate-search-forms .b {
    width: 75%;
}

#bote\:rate-search-forms .c {
    width: 50%;
}

#bote\:rate-search-forms .d {
    width: 25%;
}

#bote\:search-results-fields .a {
    width: 35px;
}

#bote\:search-results-fields .b {
    width: 75px;
}

#bote\:search-results-fields .c {
    width: 80px;
}

#bote\:search-results-fields .d {
    width: 90px;
}

#bote\:j_id89\:j_id91 {
    color: #222;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
}

#contactform {
    margin: 0;
    padding: 5px 10px;
}

    #contactform * {
        color: #7a7a7a;
    }

    #contactform ol {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #contactform li {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        display: block;
    }

        #contactform li.buttons {
            margin: 5px 0 5px 0;
        }

            #contactform li.buttons input {
                padding: 3px 0;
                margin: 0 0 0 370px;
                border: 0;
                color: #FFF;
            }

    #contactform label {
        float: left;
        margin: 0;
        width: 100px;
        padding: 5px 0;
        font: normal 12px Arial, Helvetica, sans-serif;
        color: #222;
        text-transform: capitalize;
    }

        #contactform label span {
            font: normal 10px Arial, Helvetica, sans-serif;
        }

    #contactform input.text {
        width: 480px;
        border: 1px solid #e8e8e8;
        margin: 5px 0;
        padding: 5px 2px;
        height: 15px;
        background: #f8f8f8;
    }

    #contactform textarea {
        width: 480px;
        border: 1px solid #e8e8e8;
        margin: 10px 0;
        padding: 2px;
        background: #f8f8f8;
        height: 150px;
    }

#cu3er-container {
    width: 960px;
    outline: 0;
}

#modalprogress {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -128px;
    z-index: 99999999;
}

#optionModal, #POLModal, #PODModal, #originModal, #destinationModal, #rateErrorModal, #rateOptionModal {
    display: none;
}

#tt {
    position: absolute;
    display: block;
    background: url(images/tt_left.gif) top left no-repeat;
}

#tttop {
    display: block;
    height: 5px;
    margin-left: 5px;
    border-radius: 5px;
    background: url(images/tt_top.gif) top right no-repeat;
    overflow: hidden;
}

#ttcont {
    display: block;
    padding: 8px 12px;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    border-radius: 5px 5px 5px 0;
    margin-left: 5px;
    background: #666;
    color: #FFF;
}

#ttbot {
    display: block;
    height: 5px;
    margin-left: 5px;
    border-radius: 5px;
    background: url(images/tt_bottom.gif) top right no-repeat;
    overflow: hidden;
}



/* start with dot ********************************************************************************************************************************************/

.amendmentDialog .ui-dialog-titlebar {
    display: none;
}

.additional-notes-table {
    width: 96%;
    text-align: left;
    border-collapse: collapse;
    margin: 2px auto;
}

.block {
    width: 255px;
    float: left;
    margin: 10px;
    padding: 0;
}

.blue-link {
    color: #0066CC;
}

    .blue-link:hover {
        color: #0066CC;
    }

.body {
    width: auto;
    margin: 20px auto 20px auto;
    padding: 20px 10px 20px 10px;
    background-repeat: repeat-x;
    background-color: #FFF;
    background-position: bottom;
}

    .body a {
        text-decoration: none;
        color: #444;
        font: normal 14px Arial, Helvetica, sans-serif;
    }

        .body a:hover {
            text-decoration: underline;
            color: #F05A22;
            font: normal 14px Arial, Helvetica, sans-serif;
        }

    .body h2 {
        color: #68AD44;
        /*color: #F05A22;*/
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        font-style: italic;
        font-weight: normal;
        font-variant: normal;
        border-bottom-width: thin;
        border-bottom-style: none;
        border-bottom-color: #444;
        text-align: left;
        margin: 0;
        padding: 0 0 5px 0;
    }

        .body h2 span {
            font: normal 11px Arial, Helvetica, sans-serif;
            color: #b3b3b3;
        }

    .body h3 {
        color: #444;
        /*color: #F05A22;*/
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        font-style: italic;
        font-weight: normal;
        font-variant: normal;
        border-bottom-width: thin;
        border-bottom-style: solid;
        border-bottom-color: #CBCBCB;
        margin: 0 0 10px 0;
        background-repeat: no-repeat;
        padding: 0 0 5px 0;
    }

    .body h4 {
        color: #444;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        padding: 5px, 0, 5px, 14px;
    }

    .body h5 {
        color: #444;
        margin: 0;
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        padding: 0;
    }

    .body img {
        padding: 0;
        margin: 0 auto;
    }

        .body img.floated {
            float: left;
            padding: 0;
            margin: 10px 15px 10px 0;
        }

    .body li {
        padding: 3px 5px;
        margin: 0;
        font: normal 12px Arial, Helvetica, sans-serif;
        color: #7d7d7d;
    }

        .body li a {
            font: normal 12px Arial, Helvetica, sans-serif;
            color: #7d7d7d;
            text-decoration: none;
        }

            .body li a:hover {
                color: #F05A22;
            }

    .body p {
        color: #444;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
    }

        .body p span {
            font: normal 11px Arial, Helvetica, sans-serif;
            color: #b3b3b3;
        }

    .body ul {
        list-style: none;
        margin: 10px auto;
        padding: 20px 0;
    }

.body_blue {
    width: auto;
    background-repeat: repeat-x;
    background-image: url(/Interface/Internal/image/main_body_back.png);
}

    .body_blue a {
        text-decoration: none;
        color: #444;
        font: normal 14px Arial, Helvetica, sans-serif;
    }

        .body_blue a:hover {
            text-decoration: none;
            color: #68AD44;
            font: normal 14px Arial, Helvetica, sans-serif;
        }

    .body_blue h2 {
        color: #68AD44;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        font-style: italic;
        font-weight: normal;
        font-variant: normal;
        border-bottom-width: thin;
        border-bottom-style: none;
        border-bottom-color: #444;
        text-align: left;
        margin: 0;
        padding: 0 0 5px 0;
    }

    .body_blue h3 {
        color: #444;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        font-style: italic;
        font-weight: normal;
        font-variant: normal;
        border-bottom-width: thin;
        border-bottom-style: solid;
        border-bottom-color: #CBCBCB;
        margin: 0 0 10px 0;
        background-repeat: no-repeat;
        padding: 0 0 5px 0;
    }

    .body_blue h4 {
        color: #444;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        padding-top: 5px 0 5px 14px;
    }

    .body_blue h5 {
        color: #444;
        margin: 0;
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        padding: 0;
    }

    .body_blue h2 span {
        font: normal 11px Arial, Helvetica, sans-serif;
        color: #b3b3b3;
    }

    .body_blue img {
        padding: 0;
        margin: 0 auto;
    }

        .body_blue img.floated {
            float: left;
            padding: 0;
            margin: 10px 15px 10px 0;
        }

    .body_blue li {
        padding: 3px 5px;
        margin: 0;
        font: normal 12px Arial, Helvetica, sans-serif;
        color: #7d7d7d;
    }

        .body_blue li a {
            font: normal 12px Arial, Helvetica, sans-serif;
            color: #7d7d7d;
            text-decoration: none;
        }

            .body_blue li a:hover {
                color: #c52100;
            }

    .body_blue p {
        color: #444;
        padding: 0 0;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
    }

        .body_blue p span {
            font: normal 11px Arial, Helvetica, sans-serif;
            color: #b3b3b3;
        }

    .body_blue ul {
        list-style: none;
        margin: 10px auto;
        padding: 20px 0;
    }

.body_resize {
    margin: 0;
    padding: 0;
}

.bold {
    font-weight: bold;
}

.bottom_banner {
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #CCC;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

.bottomborder {
    border-bottom: 1px solid black;
}

.button_bar {
    background-image: url(/Interface/Internal/image/button_tab.jpg);
}

.button_style {
    font-size: 7pt;
}

    .button_style a:link {
        border: thin solid #CCCCCC;
        margin-bottom: 0;
        text-align: center;
        color: #333;
        text-decoration: none;
        padding-top: 3px 6px 3px 6px;
        background-color: #EBEBEB;
        font-weight: normal;
        text-transform: capitalize;
        font-style: normal;
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 5px;
    }

    .button_style a:active {
        border: thin solid #CCCCCC;
        padding-top: 3px 6px 3px 6px;
        margin-bottom: 0;
        text-align: center;
        color: #333;
        text-decoration: none;
        background-color: #EBEBEB;
        font-style: normal;
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 5px;
    }

    .button_style a:hover {
        border: thin solid #CCCCCC;
        padding-top: 3px 6px 3px 6px;
        margin-bottom: 0;
        text-align: center;
        color: #000000;
        text-decoration: none;
        background-color: #F5F5F5;
        font-style: normal;
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 5px;
    }

    .button_style a:visited {
        border: thin solid #CCCCCC;
        padding-top: 3px 6px 3px 6px;
        margin-bottom: 0;
        text-align: center;
        color: #333;
        text-decoration: none;
        background-color: #EBEBEB;
        font-style: normal;
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 5px;
    }

    .button_style a:focus {
        outline: none;
    }

.button_style_disabled {
    font-size: 7pt;
}

    .button_style_disabled a:link {
        border: thin solid #CCCCCC;
        margin-bottom: 0;
        text-align: center;
        color: #B1B1B1;
        text-decoration: none;
        padding-top: 3px 6px 3px 6px;
        background-color: #EBEBEB;
        font-weight: normal;
        text-transform: capitalize;
        font-style: normal;
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 5px;
    }

    .button_style_disabled a:active {
        border: thin solid #CCCCCC;
        padding-top: 3px 6px 3px 6px;
        margin-bottom: 0;
        text-align: center;
        color: #B1B1B1;
        text-decoration: none;
        background-color: #EBEBEB;
        font-style: normal;
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 5px;
    }

    .button_style_disabled a:hover {
        border: thin solid #CCCCCC;
        padding-top: 3px 6px 3px 6px;
        margin-bottom: 0;
        text-align: center;
        color: #B1B1B1;
        text-decoration: none;
        background-color: #EBEBEB;
        font-style: normal;
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 5px;
    }

    .button_style_disabled a:visited {
        border: thin solid #CCCCCC;
        padding-top: 3px 6px 3px 6px;
        margin-bottom: 0;
        text-align: center;
        color: #B1B1B1;
        text-decoration: none;
        background-color: #EBEBEB;
        font-style: normal;
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 5px;
    }

    .button_style_disabled a:focus {
        outline: none;
    }

.calc-table {
    margin: 0 0;
    width: 100%;
    clear: both;
    border-collapse: collapse;
}

    .calc-table th {
        border: 1px solid #aaaaaa;
        background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
        color: #222222;
        font-size: 11px;
        text-align: center;
        padding: 4px 4px 4px 4px;
    }

.calc-table-title-charge {
    text-align: right;
    padding: 4px 4px 4px 4px;
    padding-left: 2mm;
    padding-right: 2mm;
    border-left: 1px solid black;
    background-color: #dfdcd5;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    border: 1px solid #C0C0C0;
    font-weight: 600;
    color: #222222;
}

.calc-table-title-name {
    padding: 4px 4px 4px 4px;
    background: #dfdcd5;
    color: #222222;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    border: 1px solid #C0C0C0;
    width: 77%;
    font-weight: 600;
    color: #222222;
}

.calc-table-charge {
    text-align: right;
    padding: 4px 4px 4px 4px;
    padding-left: 2mm;
    padding-right: 2mm;
    border-left: 1px solid black;
    background-color: #DDDDDD;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    border: 1px solid #C0C0C0;
}

.calc-table-name {
    padding: 4px 4px 4px 4px;
    background: white;
    color: Black;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    border: 1px solid #C0C0C0;
    width: 77%;
}

.calc-table-total {
    padding: 4px 4px 4px 2px;
    background: white;
    color: Black;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    border: 1px solid #C0C0C0;
    width: 77%;
}

.calc-total-charge {
    padding-top: 1mm;
    padding: 4px 4px 4px 4px;
    background-color: #AAAAAA;
    text-align: right;
    color: #222222;
    font-weight: bold;
    font-size: 12px;
}

.calc-total-label {
    color: #222222;
    font-weight: bold;
    background: #cccccc url(/Interface/Internal/image/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    font-size: 12px;
    padding: 4px 4px 4px 4px;
    width: 77%;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    border-collapse: collapse;
}

.carrier_style {
    background-image: url(/Interface/Internal/image/tutorials_menu.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

.clear {
    clear: both;
}

.column-name {
    white-space: normal;
    display: block;
    width: 150px;
    margin-right: 5px;
}

.commodityCell {
    height: 100%;
    width: 100%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.commodityFullDescription {
    font: 12px Arial, sans-serif;
    margin: 0;
    padding: 5px;
    width: 95%;
    display: block;
    height: 100%;
    background-color: white;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}

.commodityFullDescriptionIcon {
    vertical-align: top;
    padding-top: 15px;
}



.contractDropdown {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #444;
}

.contractFilter {
    width: 200px;
}

.contact_headers {
    color: #EFC95B;
    text-transform: uppercase;
    font-size: 12pt;
}

.contractText {
    width: 68em;
}

.credits {
    padding: 0;
    margin: 0;
    background-repeat: repeat-x;
    text-align: center;
    background-position: top;
    padding-bottom: 0;
    border-top-width: thin;
    border-top-style: none;
    border-top-color: #CCC;
    border-bottom-width: thin;
    border-bottom-style: none;
    border-bottom-color: #CCC;
    width: auto;
}

.credits_blue {
    padding: 1px;
    margin: 0;
    background-repeat: repeat-x;
    text-align: center;
    background-position: top;
    padding-bottom: 0;
    border-top-width: thin;
    border-top-style: none;
    border-top-color: #CCC;
    border-bottom-width: thin;
    border-bottom-style: none;
    border-bottom-color: #CCC;
    width: auto;
}

/**
add by tony for page search
**/

.cssColumnPct10 {
    width: 10%;
}

.cssColumnPct15 {
    width: 15%;
}

.cssColumnPct25 {
    width: 25%;
}

.cssColumnPct30 {
    width: 30%;
}

.cssColumnPct40 {
    width: 40%;
}

.cssColumnPct50 {
    width: 50%;
}

.cssColumnPct60 {
    width: 60%;
}

.cssColumnPct70 {
    width: 70%;
}

.cssColumnPct75 {
    width: 75%;
}

.cssColumnWidth-1 {
    width: 8.33%;
}

.cssColumnWidth-2 {
    width: 16.66%;
}

.cssColumnWidth-3 {
    width: 25%;
}

.cssColumnWidth-4 {
    width: 33.33%;
}

.cssColumnWidth-5 {
    width: 41.66%;
}

.cssColumnWidth-6 {
    width: 50%;
}

.cssColumnWidth-7 {
    width: 58.33%;
}

.cssColumnWidth-8 {
    width: 66.66%;
}

.cssColumnWidth-9 {
    width: 75%;
}

.cssColumnWidth-10 {
    width: 83.33%;
}

.cssColumnWidth-11 {
    width: 91.66%;
}

.cssColumnWidth-12 {
    width: 100%;
}


.cssCommodityTLITitleBar {
    border-style: none solid none solid;
    background-color: #FFFFFF;
    border-width: 1px;
    border-color: #939594;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    height: 20px;
    padding-left: 30px;
    padding-top: 4px;
}

.cssDropDownList {
    border: 1px solid #CCCCCC;
}

.cssNewsButtonBar {
    width: 100%;
    margin-top: 0;
    padding-left: 20px;
}

.cssPagingTable {
    width: 100%;
    border: 0 solid #aaaaaa;
    height: 30px;
    background-repeat: repeat-x;
    background-position: center center;
    background-image: url(/Interface/Internal/image/dark_gray_gradient.png);
}

.cssPagingRecordsInfo {
    padding: 2px 5px 0 5px;
    font-size: 14px;
    height: 20px;
}

.cssPagingPageInfo {
    padding: 2px 5px 0 5px;
    font-size: 14px;
    float: right;
    height: 20px;
    text-align: center;
    display: block;
}



.cssPagingButton {
    width: auto;
    float: right;
    height: 20px;
    padding: 2px 6px 2px 6px;
    font-size: 10pt;
    border: thin solid #CCCCCC;
    color: #333;
    background-color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    border-radius: 5px;
    margin: 2px;
}

.cssPagingButtonEnable {
    border: thin solid #CCCCCC;
    background-color: #FFFFFF;
}

.cssPagingButtonDisable {
    border: 0 none transparent;
    background-color: transparent;
}

.cssTextBox {
    border: 1px solid #CCCCCC;
}

.cssLoginTextCenter {
    text-align: center;
    margin-bottom: 5px;
    color: #b6853b;
}

.cssErrorText {
    text-align: center;
    color: red;
    font-size: 10pt;
}

.cssTitleButton {
    border-width: 0;
}

.cssUserPass {
    margin-bottom: 10px;
}

.cu3er_resize {
    width: 960px;
    margin: 0 auto;
    padding: 10px 0 34px 0;
    background: url(/Interface/Internal/image/slider_bg_bottom.gif) no-repeat bottom;
}

.current_page {
    background-color: #DEEFD1;
    color: #262425;
    text-decoration: none;
}

    .current_page a {
        background-color: #DEEFD1;
        color: #262425;
        text-decoration: none;
    }



.dataFooter {
    text-align: center;
    border: 1px solid #AAA;
    border-top: 0;
    background: repeat-x scroll 50% 50% #D8D8D8;
    font-weight: normal;
    color: #555;
}

    .dataFooter img {
        position: relative;
        top: 4px;
    }


.dataHeaderTopWithButton {
    box-shadow: 1px 0 0 #D0D0D0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    border: 0 solid #aaaaaa;
    font-weight: normal;
    height: 30px;
    background-repeat: repeat-x;
    background-position: center center;
    background-image: url(/Interface/Internal/image/dark_gray_gradient.png);
    border-top-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
    border-bottom-style: hidden;
    width: 100%;
}

.dataHeaderSearch {
    box-shadow: 1px 0 0 #D0D0D0;
    text-align: center;
    border: 0 solid #aaaaaa;
    font-weight: normal;
    background-repeat: repeat-x;
    background-position: center center;
    background-image: url(/Interface/Internal/image/dark_gray_gradient.png);
    border-top-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
    border-bottom-style: hidden;
    width: 100%;
}

.dataHeader {
    font-family: Calibri,Arial,sans-serif,Verdana,Arial,sans-serif;
    font-size: 11pt;
}

.dataTable_info {
    float: left;
    width: 40%;
    font-size: 11pt;
    font-weight: normal;
}

.disabled-text {
    color: grey;
    font-style: italic;
}


.displayOver768 {
    display: block;
    visibility: visible;
}

.hideOver768 {
    display: none;
    visibility: hidden;
}

.docs_current_page_middle a {
    text-decoration: none;
    background-image: url(/Interface/Internal/image/tab_bar_highlight.jpg);
    height: 38px;
    text-align: left;
    color: #FFFFFF;
}

.docs_navbar {
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    margin-top: 9px;
    text-align: center;
}

.docs_navbar_text {
    margin-left: 0;
    padding: 10px;
    color: #262425;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-right: 10px;
    width: auto;
}

    .docs_navbar_text a:link {
        padding: 10px;
        color: #262425;
        font-size: 11pt;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        padding-right: 10px;
        width: auto;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #FFF;
    }

    .docs_navbar_text a:hover {
        background-color: #FDF7EA;
        color: #262425;
        text-decoration: none;
    }

    .docs_navbar_text a:visited {
        text-decoration: none;
        border-style: none solid none none;
        border-right-width: thin;
        border-right-color: #FFF;
        color: #262425;
    }

.docs_navbar_wide_text a:link {
    padding: 10px;
    color: #FFFFFF;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-right: 10px;
    width: auto;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFF;
}

.docs_navbar_wide_text a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(/Interface/Internal/image/tab_bar_highlight.jpg);
}

.docs_navbar_wide_text a:visited {
    text-decoration: none;
    border-style: none solid none none;
    border-right-color: #FFF;
    color: #FFFFFF;
}

.drop_down_select {
    border-bottom-width: thin;
    border-bottom-style: none;
    border-bottom-color: #D8D8D8;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-left: 0;
    margin-left: 25px;
}

.dynamic_content {
    width: 732px;
    float: right;
    margin-top: 0;
    margin-left: 0;
    background-image: url(/Interface/Internal/image/table_back.png);
    background-repeat: repeat-x;
    min-height: 200px;
    padding: 15px;
    background-color: #F6F6F6;
}

/*.dynamic_content_wide {
    width: auto;
    margin: 0;
    background-image: url(/Interface/Internal/image/table_back.png);
    min-height: 0;
    background-color: #FFFFFF;
    height: auto;
}*/

.dynamic_content_white {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    background-repeat: repeat-x;
    min-height: 0;
    background-color: #FFFFFF;
    margin-right: 0;
    padding-top: 10px 25px 10px 25px;
}

.dynamic_content_wide_green {
    width: 50%;
    margin: 0;
    background-repeat: repeat-x;
    min-height: 100px;
    padding: 10px 25px 10px 0;
    background-color: #CCCCCC;
    float: right;
}

.error-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 0;
    border: 1px solid grey;
    text-align: left;
    padding: 15px;
    color: Red;
    background-color: #EEEEEE;
}

.et-text {
    width: 98%;
    height: 100px;
    border: 1px solid grey;
}

.expand_bar {
    margin: 0;
    padding-top: 3px;
    background-repeat: repeat-x;
    background-position: center top;
    border-bottom-style: none;
    background-image: url(/Interface/Internal/image/main_body_back.png);
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.FBG_resize {
    margin: 0 auto;
    background-color: #FFF;
    width: 1140px;
    text-align: center;
    padding-bottom: 30px;
}

    .FBG_resize p {
        font: normal 12px Arial, Helvetica, sans-serif;
        color: #444;
        padding: 5px;
        margin: 0;
        line-height: 1.8em;
    }

    .FBG_resize ul {
        list-style: none;
        margin: 10px auto;
        padding: 0;
    }

    .FBG_resize li a {
        font: normal 11px Arial, Helvetica, sans-serif;
        color: #444;
        text-decoration: none;
    }

        .FBG_resize li a:hover {
            color: #68AD44;
        }

    .FBG_resize h2 {
        font: bold 14px Arial, Helvetica, sans-serif;
        color: #444;
        padding: 5px;
        margin: 0;
    }

    .FBG_resize .left {
        width: 205px;
        float: left;
        margin: 10px 5px 10px 15px;
        padding: 10px 5px;
    }

.fileHR {
    border-width: 1px;
    border-style: solid;
    display: block;
}

.filter_bar {
    width: auto;
    background-repeat: repeat-x;
    background-position: center center;
    border-bottom-style: none;
    padding-top: 2px 0 2px 0;
    background-color: #FAFAFA;
    background-image: url(/Interface/Internal/image/tab_bar_normal.jpg);
    text-align: left;
    padding-right: 0;
    margin: 0;
    padding-left: 10px;
}

.filter-section {
    min-height: 375px;
    text-align: left;
}

.file-notice-direct {
    background-color: #589C62;
}

.file-notice-indirect {
    background-color: White;
}

.frontButton {
    border-radius: 20px;
    border: medium none #D0DF62;
    padding: 5px 10px 5px 10px;
    margin-bottom: 0;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    background-color: #68AD44;
    font-style: italic;
    font-weight: bold;
    font-size: 8pt;
}

    .frontButton a {
        text-align: center;
        color: #FFF;
        text-decoration: none;
        font-style: italic;
        font-weight: bold;
    }

.footer {
    background-repeat: repeat;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #CCC;
    background-position: center;
    background-color: #898989;
}

    .footer a {
        font: 12px Arial, Helvetica, sans-serif;
        color: #F7F7F7;
        text-decoration: none;
        padding: 5px;
        margin: 0;
    }

.footer_blue {
    background-repeat: repeat-x;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #CCC;
    background-position: center top;
    background-image: url(/Interface/Internal/image/footer_gradient.png);
    height: 100px;
}

.footer p {
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #F7F7F7;
}

    .footer p.right {
        text-align: right;
        width: 350px;
        margin: 0;
        padding: 15px 0 0 0;
        float: right;
    }

    .footer p.left {
        text-align: center;
        width: auto;
        margin: 0;
        color: #999;
        padding: 15px 0 0 0;
    }

.footer_resize {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    background-position: center top;
    background-image: url(/Interface/Internal/image/footer_gradient_2.png);
    border-top-width: thin;
    border-top-style: none;
    border-top-color: #CCC;
    padding: 20px 10px 20px 10px;
    background-color: #D6ECC7;
    min-height: 170px;
}

.footer_resize_230 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    background-position: center top;
    background-image: url(/Interface/Internal/image/footer_gradient_2.png);
    border-top-width: thin;
    border-top-style: none;
    border-top-color: #CCC;
    padding: 20px 10px 20px 10px;
    background-color: #FFF;
    min-height: 230px;
}

.footer_resize_230_backend {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    background-position: center top;
    background-image: url(/Interface/Internal/image/footer_gradient_2.png);
    border-top-width: thin;
    border-top-style: none;
    border-top-color: #CCC;
    padding: 20px 10px 20px 10px;
    background-color: #FFF;
    min-height: 230px;
}

.footer_resize_backend {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    background-position: center top;
    background-image: url(/Interface/Internal/image/footer_gradient_2.png);
    border-top-width: thin;
    border-top-style: none;
    border-top-color: #CCC;
    padding: 20px 10px 20px 10px;
    min-height: 160px;
    background-color: #FFF;
}

.footer_resize_long {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    background-position: center top;
    background-image: url(/Interface/Internal/image/footer_gradient_2.png);
    border-top-width: thin;
    border-top-style: none;
    border-top-color: #CCC;
    padding: 20px 10px 0 10px;
    background-color: #d7ebc5;
    min-height: 550px;
}

.footer_resize_long_backend {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    border-top-width: thin;
    border-top-style: none;
    border-top-color: #CCC;
    padding-right: 0;
    padding-left: 0;
    background-image: url(/Interface/Internal/image/credits_back_2.png);
    background-color: #F5F5F5;
    padding-bottom: 0;
}

.footer_resize_long_front {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    background-position: center top;
    background-image: url(/Interface/Internal/image/footer_gradient_2.png);
    border-top-width: thin;
    border-top-style: none;
    border-top-color: #CCC;
    padding: 20px 10px 0 10px;
    background-color: #D6ECC7;
    min-height: 550px;
    height: 100%;
}

.future {
    color: #E40000;
}

    .future:hover {
        color: #E40000;
    }

.header {
    position: relative;
    background-image: url(/Interface/Internal/image/Bote_Corporate_Banner_API.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom-color: #666;
}

.login_style {
    color: #262425;
    border: thin none #CCC;
    margin-bottom: 0;
    margin-top: 15px;
    background-image: url(/Interface/Internal/image/login_back.png);
    background-position: center top;
    border-radius: 10px;
    font-size: 8pt;
    padding: 0;
}

.header .click {
    width: 180px;
    float: right;
    padding: 0 0;
    margin: 0;
}

    .header .click p {
        font: italic 12px Arial, Helvetica, sans-serif;
        color: #888;
        padding: 10px 0 0 0;
        margin: 0;
        line-height: 1.8em;
    }

    .header .click a {
        color: #68AD44;
        text-decoration: none;
    }

.header h1 {
    font-weight: 700;
    margin: 0;
    padding: 0 0 0 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.header2 {
    width: 1500px;
    background-image: url('/Interface/Internal/image/MEP_Banner.jpg');
    height: 142px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1B4D2F;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #666;
}

.header_menu {
    background-image: url(/Interface/Internal/image/menutop.png);
}

.header_text {
    margin: 0;
    padding: 10px 0;
}

.header_text_bg {
    margin: 0 auto;
    /*width: 1140px;*/
    padding: 0;
    background-color: #FFF;
    border-right-width: thin;
    border-left-width: thin;
    border-right-style: none;
    border-left-style: none;
    border-right-color: #68B44D;
    border-left-color: #68B44D;
}

.header_text_resize {
    padding: 5px 10px;
    width: 940px;
    margin: 0 auto;
}

.headlineText td a {
    color: #0078D0;
}

    .headlineText td a:hover {
        color: #0078D0;
        text-decoration: underline;
    }

.homeButton {
    float: right;
    margin-top: 14px;
    margin-bottom: 14px;
    margin-right: 14px;
}

.highLight {
    background-color: #FFFEC0;
}

.imageTableColumnSort {
    width: auto;
    max-width: 100%;
    height: auto;
}

.important {
    background-color: #F87D89;
}

.inline_photo_left {
    padding-right: 15px;
    padding-bottom: 15px;
}

.inputfield {
    padding: 0;
    margin: 2px;
}

.labelLeft200 {
    text-align: left;
    vertical-align: middle;
    padding-bottom: 1mm;
    white-space: nowrap;
    width: 200px;
}

.labelLeft150 {
    text-align: left;
    vertical-align: middle;
    padding-bottom: 1mm;
    white-space: nowrap;
    width: 150px;
}

.labelLeft120 {
    text-align: left;
    vertical-align: middle;
    padding-bottom: 1mm;
    white-space: nowrap;
    width: 120px;
    padding-right: 10px;
}

.labelLeft100 {
    text-align: left;
    vertical-align: middle;
    padding-bottom: 1mm;
    white-space: nowrap;
    width: 100px;
    padding-right: 2em;
}

.labelRight {
    text-align: right;
    vertical-align: middle;
    padding-bottom: 1mm;
    white-space: nowrap;
    margin-right: 10px;
}



.labelRight100 {
    text-align: right;
    vertical-align: middle;
    padding-top: 1mm;
    padding-bottom: 1mm;
    white-space: nowrap;
    margin-right: 10px;
    width: 100px;
}

.labelRight110 {
    text-align: right;
    vertical-align: middle;
    padding-bottom: 1mm;
    white-space: nowrap;
    margin-right: 10px;
    width: 110px;
}

.labelRight150 {
    text-align: right;
    vertical-align: middle;
    padding-bottom: 1mm;
    white-space: nowrap;
    margin-right: 10px;
    width: 150px;
}


.labelTariffs {
    text-align: right;
    vertical-align: middle;
    padding-bottom: 1mm;
    white-space: nowrap;
    margin-right: 5px;
    width: 100px;
}

.large-text {
    font-size: 15px;
}

.launchCheck {
    max-width: 25px;
    max-height: 25px;
}

.left {
    margin-left: 20px;
    width: 810px;
    float: left;
    padding: 0 0;
    margin: 0;
}

.left2 {
    width: 45%;
    float: left;
    padding-left: 15px;
}

    .left2 h2 {
        color: #333;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        font-style: normal;
        font-weight: bolder;
        font-variant: normal;
        border-bottom-width: thin;
        border-bottom-style: none;
        border-bottom-color: #444;
        margin: 0 0 8px 0;
        text-align: left;
        padding: 0;
        text-transform: uppercase;
    }

    .left2 h3 {
        color: #bb7928;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-style: italic;
        font-weight: normal;
        font-variant: normal;
        border-bottom-width: thin;
        border-bottom-style: none;
        border-bottom-color: #444;
        margin: 0 0 10px 0;
        text-align: left;
        padding: 0;
    }

.left3 {
    width: 300px;
    float: left;
    padding-left: 0;
    background-repeat: no-repeat;
    padding-top: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 0;
    border-radius: 10px;
    /*
    width: 264px;
    padding-left: 15px;

    */
}

    .left3 h2 {
        color: #333;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        font-style: normal;
        font-weight: bolder;
        font-variant: normal;
        border-bottom-width: thin;
        border-bottom-style: none;
        border-bottom-color: #444;
        margin: 0 0 8px 0;
        text-align: left;
        padding: 0;
        text-transform: uppercase;
    }

.leftPc10 {
    width: 10%;
    float: left;
    margin: 2px;
}

.leftPc15 {
    width: 15%;
    float: left;
    margin: 2px;
}

.leftPc20 {
    width: 20%;
    float: left;
    margin: 2px;
}

.leftPc25 {
    width: 25%;
    float: left;
    margin: 2px;
}

.leftPc30 {
    width: 30%;
    float: left;
    margin: 2px;
}

.leftPc32 {
    width: 32%;
    float: left;
    margin: 2px;
}

.leftPc33 {
    width: 33%;
    float: left;
    margin: 2px;
}

.leftPc35 {
    width: 35%;
    float: left;
    margin: 2px;
}

.leftPc40 {
    width: 40%;
    float: left;
    margin: 2px;
}

.leftPc45 {
    width: 45%;
    float: left;
    margin: 2px;
}

.leftPc49 {
    width: 49%;
    float: left;
    margin-right: 2px;
}

.leftPc50 {
    width: 50%;
    float: left;
    margin: 2px;
}


.leftPc55 {
    width: 55%;
    float: left;
    margin: 2px;
}

.leftPc60 {
    width: 60%;
    float: left;
    margin: 2px;
}

.leftPc63 {
    width: 63%;
    float: left;
    margin: 2px;
}

.leftPc66 {
    width: 66%;
    float: left;
    margin: 2px;
}

.leftPc100 {
    width: 100%;
    float: left;
    margin: 2px 5px 2px 5px;
}

.leftCol {
    padding: 6px 0;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.locSearchButton {
    border: thin solid #CCCCCC;
    padding-top: 3px 6px 3px 6px;
    margin-bottom: 0;
    text-align: center;
    color: #333;
    text-decoration: none;
    background-color: #EBEBEB;
    font-style: normal;
    font-weight: 500;
    border-radius: 5px;
}

.login_box {
    width: 24%;
    float: right;
    border-radius: 10px;
    padding-right: 0;
    margin-top: 0;
    margin-left: 0;
}

.loginButton {
    float: right;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 5px;
}

.loginData {
    margin-left: 1.1em;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.loginField {
    margin-top: .1ex;
    vertical-align: middle;
    width: 55%;
    border-radius: 2px;
}

.loginFooter {
    text-align: center;
    margin-top: 2px;
    bottom: 5px;
    left: 50%;
    margin-left: 40px;
}

.login_style {
    color: #262425;
    border: thin none #CCC;
    background-image: url(/Interface/Internal/image/login_back.png);
    background-position: center top;
    overflow: auto;
}

.login_text {
    color: #9F853B;
    font-size: 8pt;
    margin-left: 0;
    margin-right: 15px;
    text-align: right;
    vertical-align: middle;
}

.logo {
    width: 318px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main {
    width: auto;
    /*min-width: 1140px;*/
    min-height: 420px;
    padding: 0;
    margin: 0, auto, 0, auto;
    background-position: top;
    background-image: url(/Interface/Internal/image/main_back_4.png);
}

.medium-text {
    font-size: 13px;
}

.menu {
    padding: 0;
    margin: 0;
    width: 500px;
    float: left;
}

    .menu ul {
        text-align: left;
        padding: 0;
        margin: 0;
        list-style: none;
        border: 0;
        float: left;
    }

        .menu ul li {
            float: left;
            margin: 0;
            padding: 0 5px;
            border: 0;
        }

            .menu ul li a {
                float: left;
                margin: 0;
                padding: 12px 0;
                color: #101010;
                font: normal 11px Arial, Helvetica, sans-serif;
                text-decoration: none;
                text-transform: uppercase;
            }

                .menu ul li a span {
                    padding: 12px 9px;
                    background: none;
                }

                .menu ul li a:hover {
                    color: #fff;
                    background: url(images/r_menu.gif) no-repeat right;
                }

                    .menu ul li a:hover span {
                        color: #fff;
                        background: url(images/l_menu.gif) no-repeat left;
                    }

                .menu ul li a.active {
                    color: #fff;
                    background: url(images/r_menu.gif) no-repeat right;
                }

                    .menu ul li a.active span {
                        color: #fff;
                        background: url(images/l_menu.gif) no-repeat left;
                    }

.navbar {
    width: 1140px;
    min-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    background-position: center top;
    background-image: url(/Interface/Internal/image/final_navbar_gradient.png);
    border-bottom-style: none;
}

.navbar_text {
    color: #262425;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-right: 10px;
    width: auto;
}

    .navbar_text a:link {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        width: auto;
    }

    .navbar_text a:hover {
        background-color: #EDF6E5;
        color: #262425;
        text-decoration: none;
    }

    .navbar_text a:visited {
        text-decoration: none;
        border-style: none solid none none;
        border-right-width: thin;
    }

.newsCell {
    border-collapse: collapse;
    border-style: dotted;
    border-spacing: 0;
    border: 0;
}

.news-message-container {
    font: 12px Arial, sans-serif;
    margin: 4px auto;
    width: 95%;
    display: block;
    height: 100%;
    background-color: white;
    word-wrap: break-word;
}

.newsLink {
    padding-left: 10px;
}

.page {
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0 auto;
    border: 1px solid #496077;
}

.port_resize {
    width: 300px;
    float: left;
    margin: 10px 5px 5px 5px;
    padding: 0;
    border: 1px solid #dfdfdf;
}

    .port_resize img {
        margin: 10px 5px;
    }

    .port_resize h2 {
        padding: 10px;
        margin: 0;
    }

    .port_resize p {
        padding: 5px 10px;
        margin: 0;
    }

.repeaterDiv {
    border-width: 1px;
    border-style: solid;
    padding: 1px;
    background-position: top right;
    background-repeat: no-repeat;
    font-size: medium;
    font-family: Calibri, sans-serif;
}

    .repeaterDiv input {
        font-family: Arial, sans-serif;
        font-size: small;
    }

.red_text {
    color: red;
}

.rich-bottom-cell {
    border-bottom: 0 none;
}

.rich-calendar-boundary-dates {
    color: #A0A0A0;
}

.rich-calendar-btn {
    cursor: pointer;
}

.rich-calendar-button {
    cursor: pointer;
    vertical-align: middle;
}

.rich-calendar-cell {
    border-bottom: 1px solid;
    border-right: 1px solid;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    background-color: #FFFFFF;
    border-bottom-color: #BED6F8;
    border-right-color: #BED6F8;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
}

.rich-calendar-cell-size {
    height: 22px;
    width: 25px;
}

.rich-calendar-cell-div {
    overflow: hidden;
}

.rich-calendar-days {
    border-bottom: 1px solid;
    border-right: 0 solid;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    background: none repeat scroll 0 0 #ECF4FE;
    border-bottom-color: #BED6F8;
    border-right-color: #BED6F8;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
}

.rich-calendar-date-layout {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BED6F8;
    position: relative;
}

.rich-calendar-date-layout-cancel {
    background: none repeat scroll 0 0 #ECF4FE;
    border-top: 1px solid #BED6F8;
    padding: 5px 5px 5px 1px;
}

.rich-calendar-date-layout-ok {
    background: none repeat scroll 0 0 #ECF4FE;
    border-top: 1px solid #BED6F8;
    padding: 5px 1px 5px 5px;
}

.rich-calendar-date-layout-split {
    border-right: 1px solid #BED6F8;
}

.rich-calendar-editor-btn {
    cursor: pointer;
    margin: 2px;
    padding: 2px;
    text-align: center;
    width: 36px;
}

.rich-calendar-editor-btn-over {
    background: none repeat scroll 0 0 #E4F5E2;
    border: 1px solid #BED6F8;
    padding: 1px;
}

.rich-calendar-editor-btn-selected {
    background-color: #FF7800;
    border: 0 none;
    color: #FFEBDA;
    cursor: default;
    font-weight: bold;
    padding: 2px;
}

.rich-calendar-editor-layout-shadow {
    background-color: #000000;
    opacity: 0.3;
    position: absolute;
}

.rich-calendar-editor-shadow {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 0.5;
}

.rich-calendar-editor-tool-over {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #ECF4FE;
    border-color: #FFFFFF #BED6F8 #BED6F8 #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    padding: 1px;
}

.rich-calendar-editor-tool-press {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #ECF4FE;
    border-color: #BED6F8 #FFFFFF #FFFFFF #BED6F8;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    padding: 1px;
}

.rich-calendar-exterior {
    border-color: #BED6F8;
    border: 1px solid;
}

.rich-calendar-footer {
    background: none repeat scroll 0 0 #ECF4FE;
    border-right-color: #BED6F8;
    border-top-color: #BED6F8;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    border-right: 0 solid;
    border-top: 1px solid;
}

.rich-calendar-footer-optional {
    background: none repeat scroll 0 0 #ECF4FE;
    border-right-color: #BED6F8;
    border-top-color: #BED6F8;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    border-right: 0 solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-weight: bold;
    height: 22px;
    padding: 7px;
}

.rich-calendar-header {
    border-bottom: 1px solid;
    border-right: 0 solid;
    background-color: #ECF4FE;
    border-bottom-color: #BED6F8;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
}

.rich-calendar-header-optional {
    background-color: #ECF4FE;
    border-bottom-color: #BED6F8;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
}

.rich-calendar-holly {
    background-color: #FFEBDA;
    color: #FF7800;
}

.rich-calendar-hover {
    background-color: #E4F5E2;
    color: #000000;
}

.rich-calendar-month {
    height: 22px;
    text-align: center;
    vertical-align: middle;
    background-color: #BED6F8;
    color: #000000;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
}

.rich-calendar-select {
    background-color: #BED6F8;
    color: #000000;
    font-weight: bold;
}

.rich-calendar-spinner-buttons {
    background-position: left top;
    background-repeat: repeat-x;
    border: 1px solid #BED6F8;
    font-size: 0;
    background-color: #BED6F8;
    background-image: url("/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.SpinnerButtonGradient/DATB/eAH7!!3Tj2v7mAAZZAV3.jsf");
}

.rich-calendar-spinner-down {
    background-image: url("/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.SpinnerButtonDown/DATB/eAFjYGD4!!8!AAYAAv4_.jsf");
    height: 7px;
    margin: 0 1px 1px 0;
    width: 14px;
}

.rich-calendar-spinner-input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0 0 0 3px;
    font-family: Arial,Verdana,sans-serif;
    width: 18px;
}

.rich-calendar-spinner-input-container {
    background-color: #FFFFFF;
    background-image: url("/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.SpinnerFieldGradient/DATB/eAH79-XN!!!!mQAaRgXe.jsf");
    border-color: #BED6F8 #FFFFFF #FFFFFF #BED6F8;
    background-position: left top;
    background-repeat: repeat-x;
    border: 1px solid;
}

.rich-calendar-spinner-up {
    background-image: url("/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.SpinnerButtonUp/DATB/eAFjYGD4!!8!AAYAAv4_.jsf");
    height: 7px;
    margin: 0 1px 1px 0;
    width: 14px;
}

.rich-calendar-spinner-pressed {
    margin: 1px 0 0 1px;
}

.rich-calendar-time-btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #ECF4FE;
    border-color: #FFFFFF #BED6F8 #BED6F8 #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    padding: 2px;
    text-align: center;
    white-space: nowrap;
    width: 45px;
}

.rich-calendar-time-btn-press {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    border-color: #BED6F8 #FFFFFF #FFFFFF #BED6F8;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}

.rich-calendar-time-input {
    margin: 0 2px;
    width: 22px;
}

.rich-calendar-time-layout {
    background: none repeat scroll 0 0 #ECF4FE;
    border: 1px solid #BED6F8;
    position: relative;
}

    .rich-calendar-time-layout, .rich-calendar-date-layout, .rich-calendar-time-layout input {
        font-family: Arial,Verdana,sans-serif;
        font-size: 11px;
    }

.rich-calendar-time-layout-fields {
    padding: 7px 7px 5px;
    white-space: nowrap;
}

.rich-calendar-time-layout-cancel {
    padding: 0 7px 7px 1px;
}

.rich-calendar-time-layout-ok {
    padding: 0 1px 7px 7px;
}

.rich-calendar-today {
    background-color: #FF7800;
    color: #FFEBDA;
    font-weight: bold;
}

.rich-calendar-tool {
    height: 22px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    background-color: #BED6F8;
    color: #000000;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.rich-calendar-tool-btn {
    cursor: pointer;
    padding: 2px 3px;
    white-space: nowrap;
}

.rich-calendar-tool-btn-disabled {
    padding: 2px 3px;
    white-space: nowrap;
}

.rich-calendar-tool-btn-hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    border-color: #FFFFFF #BED6F8 #BED6F8 #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    padding: 1px 2px;
}

.rich-calendar-tool-btn-press {
    border-color: #BED6F8 #FFFFFF #FFFFFF #BED6F8;
}

.rich-calendar-tool-close {
    /* background-image: url("/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.iconimages.CalendarSeparator/DATB/eAFjYGAAAAADAAE_.jsf");     background-position: left center;     background-repeat: no-repeat;*/
    padding: 2px 2px 2px 4px;
}

.rich-calendar-toolfooter {
    /*background: url("/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.iconimages.CalendarSeparator/DATB/eAFjYGAAAAADAAE_.jsf") no-repeat scroll right center #ECF4FE;     */
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    height: 22px;
    padding: 1px 2px 1px 1px;
}

.rich-calendar-weekends {
    color: red;
}

.rich-calendar-week {
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom-color: #BED6F8;
    border-right-color: #BED6F8;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    text-align: center;
    vertical-align: middle;
    width: 25px;
}

.rich-dtascroller-table {
    border-style: none;
    border-width: 0;
    margin-left: auto;
    margin-right: 10px;
}

.rich-datascr-button, .rich-datascr-ctrls-separator {
    border: none;
    cursor: pointer;
    text-align: center;
    width: 25px;
}

.rich-dtascroller-table td, .rich-dtascroller-table th {
    padding: 0;
    margin: 0;
}

.rich-fileupload-toolbar-decor {
    background: #8abe59 url('/Interface/Internal/image/tab_bar_highlight.jpg') 50% 50% repeat-x;
    color: #212121;
    padding: 0;
}

.rich-fileupload-button {
    background: url("/Interface/Internal/image/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
}

.rich-menu-list-border {
    background-color: #ECF4FE;
    border-color: #BED6F8;
}

.rich-menu-list-bg {
    border-left-color: #ECF4FE;
    border-right-color: #ECF4FE;
    border-top-color: #ECF4FE;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
}

.rich-menu-item, .rich-menu-item-enabled, .rich-menu-item-label, .rich-menu-group, .rich-menu-group-hover {
    text-align: left;
}

    .rich-menu-item, .rich-menu-item a, .rich-menu-item a:hover, .rich-menu-item a:visited, .rich-menu-group, .rich-menu-group a, .rich-menu-group a:hover, .rich-menu-group a:visited {
        color: #000000;
        font-family: Arial,Verdana,sans-serif;
        font-size: 11px;
    }

.rich-menu-item-enabled, .rich-menu-group-enabled {
    border: 0 solid transparent;
    padding: 2px 36px 2px 2px;
}

.rich-menu-item, .rich-menu-group {
    position: relative;
    white-space: nowrap;
}

.rich-mpnl-controls {
    position: absolute;
    right: 15px;
    top: 11px;
    z-index: 1;
}

.rich-mpnl-content {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    padding: 1px;
}

.rich-panel-header {
    background: none;
    border: none;
}

.rich-panel {
    border: none;
}

.rich-right-cell {
    border-right: 0 none;
}

.rich-stglpanel-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    border: none;
    background: url('/Interface/Internal/image/tab_bar_highlight.jpg') repeat-x;
    color: #212121;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    padding: 2px;
    background-position: top left;
    background-repeat: repeat-x;
}

    .rich-stglpanel-header h3 {
        margin: 0;
    }

.rich-stglpanel-body {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    overflow: auto;
}

.rich-stglpanel-marker-left {
    float: right;
}

.rich-stglpanel-marker-right {
    float: right;
    display: none;
}

.rich-tab-active {
    background-image: url('/Interface/Internal/image/tab_bar_normal.jpg');
}

.rich-tab-inactive {
    background-image: url('/Interface/Internal/image/tab_bar_highlight.jpg');
}

.rich-tab-disabled {
    background-color: #EBEBEB;
    color: #B1B1B1;
    font-style: normal;
    font-weight: normal;
}

.rich-table-cell, .rich-subtable-cell, .rich-subtable-footercell {
    border-bottom: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    color: #000000;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    background-color: white;
    text-align: center;
    padding: 4px;
}

.rich-table-header, .rich-table-header-continue, .rich-table-subheader {
    background: url("/Interface/jQuery/UI/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
    border: 1px solid #AAAAAA;
    color: #222222;
    font-weight: bold;
}

.rich-table-subheadercell {
    background: url("/Interface/Internal/image/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
    border: 1px solid #D3D3D3;
    color: #555555;
    font-weight: normal;
    padding: 4px;
}

.rich-table {
    border-top: solid 0;
    border-left: solid 0;
    empty-cells: show;
    border-collapse: collapse;
}

.rich-table-cell a {
    color: Black;
    text-decoration: none;
}

    .rich-table-cell a:hover {
        color: Black;
        text-decoration: none;
    }

.rich-ordering-list-output {
    background-color: #FFFFFF;
    border-color: #C0C0C0;
    border-width: 1px;
}

.rich-ordering-list-header {
    overflow: hidden;
    background: url("/Interface/Internal/image/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
    border: 1px solid #D3D3D3;
    color: #555555;
    font-weight: bold;
}

.rich-tabpanel-content {
    background-color: #EEEEEE;
}

.rich-tool-tip {
    background-color: #FAE6B0;
    border: 1px solid #E5973E;
    display: none;
    float: left;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    padding: 7px;
    position: absolute;
}

.rich-collapsible-panel {
    background-color: #FFFFFF;
    color: #C4C0B9;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    padding: 1px;
}

.rich-collapsible-panel-b {
    font-size: 11px;
    color: #000000;
    font-family: Arial, Verdana, sans-serif;
    padding: 10px;
}

.rich-collapsible-panel-h4 {
    font-size: 16px;
    font-family: Calibri, sans-serif;
    color: #000000;
    padding: 4px 0 6px 4px;
    margin: 0;
}

.rich-collapsible-panel-header {
    cursor: pointer;
    background-color: #D4CFC7;
    border-color: #D4CFC7;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    background-position: top left;
    background-repeat: repeat-x;
    background-image: url(/Interface/Internal/image/gradienta.png);
    width: inherit;
}

.rich-collapsible-panel-icon {
    width: 16px;
    height: 16px;
}

.rich-collapsible-panel-button {
    color: #333;
    padding: 3px 6px;
    font-size: 11px;
    font-family: Arial, Verdana, sans-serif;
}

.rich-collapsible-panel-icon-expand {
    display: block;
    background-image: url(/Interface/Internal/image/chevrondown.png);
    width: 16px;
    height: 16px;
}

.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

.right {
    width: 50%;
    float: right;
    background-color: none;
    border-radius: 10px;
    padding-right: 15px;
    margin-top: 0;
    margin-left: 0;
}

    .right h2 {
        color: #F05A22;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        font-style: italic;
        font-weight: normal;
        font-variant: normal;
        border-bottom-width: thin;
        border-bottom-style: none;
        border-bottom-color: #444;
        margin: 0;
        text-align: left;
        padding: 0;
    }

.right2 {
    width: 1100px;
    float: right;
    border-radius: 10px;
    padding-right: 0;
    margin-top: 0;
}

.right3 {
    width: 1130px;
    float: left;
    margin-left: 50px;
}

.right4 {
    width: 48%;
    float: right;
    background-color: none;
    border-radius: 10px;
    padding-right: 15px;
    margin-top: 0;
    margin-left: 0;
}

.right5 {
    width: 30%;
    float: right;
    margin: 2px;
}

.rightPc33 {
    width: 33%;
    float: right;
    margin: 2px;
}

.rightPc40 {
    width: 40%;
    float: right;
    margin: 2px;
}

.rightPc45 {
    width: 45%;
    float: right;
    margin: 2px;
}

.rightPc50 {
    width: 50%;
    float: right;
    margin: 2px;
}

.rightPc55 {
    width: 55%;
    float: right;
    margin: 2px;
}

.rightPc60 {
    width: 60%;
    float: right;
    margin: 2px;
}

.rightPc66 {
    width: 66%;
    float: right;
    margin: 2px;
}

.rightPc100 {
    width: 100%;
    float: right;
    margin: 2px;
}

.rounded_corners_colored {
    -moz-border-radius: 5px;
    -webkit-border-radius: 0;
    border-radius: 5px;
    background-image: url(/Interface/Internal/image/login_back.png);
    border: thin solid #ECEDC2;
}

.rounded_corners_left {
    -moz-border-radius: 5px;
    -webkit-border-radius: 0;
    border-radius: 10px;
}

.rounded_corners_gray {
    padding: 5px;
    border-radius: 5px;
    background-color: #E5E5E5;
    border: thin solid #CCC;
}

    .rounded_corners_gray textarea, .rounded_corners_colored textarea {
        display: block;
    }

.rounded_corners_padding {
    -moz-border-radius: 5px;
    -webkit-border-radius: 0;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 12px;
}

.sdt-cell {
    text-align: left;
    margin-left: 5px;
    margin-top: 2px;
    display: block;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
}

.SelectSearch {
    width: auto;
    margin: 0 auto 0 auto;
    padding: 0 0 5px 0;
    height: 25px;
    align-items: center;
    vertical-align: middle;
}


.search {
    padding: 0;
    margin: 0;
    width: 320px;
    float: right;
}

    .search form {
        display: block;
        float: right;
        padding: 0;
    }

    .search span {
        display: block;
        float: left;
        background: url(/Interface/Internal/image/search_bg.gif) left top no-repeat;
        width: 206px;
        padding: 0 5px;
        height: 29px;
    }

    .search form .keywords {
        line-height: 15px;
        height: 15px;
        float: left;
        width: 206px;
        background: none;
        border: 0;
        padding: 7px 5px;
        margin: 0;
        font: normal 12px Arial, Helvetica, sans-serif;
        color: #101010;
    }

    .search form .button {
        float: left;
        margin: 0;
        padding: 0;
    }

.search_calendar {
    width: 85%;
    margin-left: 5px;
    color: Gray;
}

.selectfield {
    width: 450px;
    width: 200px;
    padding: 2px;
    margin: 1px;
}

.show_hide {
    display: none;
}


.single_buttons {
    font-size: 7pt;
}

    .single_buttons a:link {
        border: thin solid #CCCCCC;
        color: #333;
        text-decoration: none;
        padding: 3px 6px 3px 6px;
        background-color: #EBEBEB;
        font-weight: normal;
        text-transform: capitalize;
        font-style: normal;
        border-radius: 5px;
        margin-right: 20px;
    }

    .single_buttons a:active {
        border: thin solid #CCCCCC;
        padding: 3px 6px 3px 6px;
        margin-bottom: 0;
        color: #333;
        text-decoration: none;
        background-color: #EBEBEB;
        font-style: normal;
        border-radius: 5px;
    }

    .single_buttons a:hover {
        border: thin solid #CCCCCC;
        padding: 3px 6px 3px 6px;
        margin-bottom: 0;
        color: #000000;
        text-decoration: none;
        background-color: #F5F5F5;
        font-style: normal;
        border-radius: 5px;
    }

    .single_buttons a:visited {
        border: thin solid #CCCCCC;
        padding: 3px 6px 3px 6px;
        margin-bottom: 0;
        color: #333;
        text-decoration: none;
        background-color: #EBEBEB;
        font-style: normal;
        border-radius: 5px;
    }

    .single_buttons a:focus {
        outline: none;
    }

    .single_buttons button {
        border: thin solid #CCCCCC;
        color: #333;
        text-decoration: none;
        padding: 3px 6px 3px 6px;
        background-color: #EBEBEB;
        font-weight: normal;
        text-transform: capitalize;
        font-style: normal;
        border-radius: 5px;
        margin-right: 20px;
    }

        .single_buttons button:link {
            border: thin solid #CCCCCC;
            color: #333;
            text-decoration: none;
            padding: 3px 6px 3px 6px;
            background-color: #EBEBEB;
            font-weight: normal;
            text-transform: capitalize;
            font-style: normal;
            border-radius: 5px;
            margin-right: 20px;
        }

        .single_buttons button:active {
            border: thin solid #CCCCCC;
            padding: 3px 6px 3px 6px;
            margin-bottom: 0;
            color: #333;
            text-decoration: none;
            background-color: #EBEBEB;
            font-style: normal;
            border-radius: 5px;
        }

        .single_buttons button:hover {
            border: thin solid #CCCCCC;
            padding: 3px 6px 3px 6px;
            margin-bottom: 0;
            color: #000000;
            text-decoration: none;
            background-color: #F5F5F5;
            font-style: normal;
            border-radius: 5px;
        }

        .single_buttons button:visited {
            border: thin solid #CCCCCC;
            padding: 3px 6px 3px 6px;
            margin-bottom: 0;
            color: #333;
            text-decoration: none;
            background-color: #EBEBEB;
            font-style: normal;
            border-radius: 5px;
        }

        .single_buttons button:focus {
            outline: none;
        }

.single_buttons_disabled {
    font-size: 7pt;
}

    .single_buttons_disabled a:link {
        border: thin solid #CCCCCC;
        color: #B1B1B1;
        text-decoration: none;
        padding: 3px 6px 3px 6px;
        background-color: #EBEBEB;
        font-weight: normal;
        text-transform: capitalize;
        font-style: normal;
        border-radius: 5px;
        margin-right: 20px;
    }

    .single_buttons_disabled a:active {
        border: thin solid #CCCCCC;
        padding: 3px 6px 3px 6px;
        margin-bottom: 0;
        color: #B1B1B1;
        text-decoration: none;
        background-color: #EBEBEB;
        font-style: normal;
        border-radius: 5px;
    }

    .single_buttons_disabled a:hover {
        border: thin solid #CCCCCC;
        padding: 3px 6px 3px 6px;
        margin-bottom: 0;
        color: #B1B1B1;
        text-decoration: none;
        background-color: #EBEBEB;
        font-style: normal;
        border-radius: 5px;
    }

    .single_buttons_disabled a:visited {
        border: thin solid #CCCCCC;
        padding: 3px 6px 3px 6px;
        margin-bottom: 0;
        color: #B1B1B1;
        text-decoration: none;
        background-color: #EBEBEB;
        font-style: normal;
        border-radius: 5px;
    }

    .single_buttons_disabled a:focus {
        outline: none;
    }

.single_tool a:link {
    padding-right: 0;
    padding-left: 20px;
}

.single_tool a:active {
    padding-right: 0;
    padding-left: 20px;
}

.single_tool a:hover {
    padding-right: 0;
    padding-left: 20px;
}

.single_tool a:visited {
    padding-right: 0;
    padding-left: 20px;
}

.single_tool a:focus {
    outline: none;
}

.slidingDiv {
    height: 300px;
    background-color: #EEEEEE;
    padding: 20px;
    margin-top: 10px;
    border-bottom: 5px solid #000000;
    text-align: left;
}

.small-text {
    font-size: 11px;
}

span.fauxLink {
    text-align: left;
    text-decoration: underline;
    color: #0066CC;
}

span.tag-wrapper {
    padding: 0;
    text-align: center;
}

    span.tag-wrapper .rich-table-headercell {
        padding: 0 5px;
    }

    span.tag-wrapper .rich-table-cell {
        padding: 0;
    }

    span.tag-wrapper .rich-panel-body, span.tag-wrapper .rich-panel {
        border: none;
    }

    span.tag-wrapper .rich-table {
        margin-right: auto;
        margin-left: 5px;
    }

    span.tag-wrapper .label {
        display: block;
        min-width: 15px;
    }

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.table-body-cell {
    padding: 4px 4px 4px 2px;
    color: Black;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    border: 1px solid #D3D3D3;
    max-width: 150px;
    width: 150px;
    overflow: hidden;
}

.tablecell-sprite-delete {
    cursor: pointer;
    background-image: url('/Interface/Internal/image/delete-micro.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
}

.tablecell-sprite-expand {
    cursor: pointer;
    background-image: url('/Interface/Internal/image/expand-down.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    height: 16px;
    min-width: 16px;
}

.tablecell-sprite-select {
    cursor: pointer;
    background-image: url('/Interface/Internal/image/expand-sm.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    height: 16px;
    min-width: 16px;
}

.tablecell-sprite-table {
    cursor: pointer;
    background-image: url('/Interface/Internal/image/table-tb.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
}

.tablecell-sprite-editwindowtb {
    cursor: pointer;
    background-image: url('/Interface/Internal/image/edit-window-tb.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
}

.tablecell-sprite-assessorial {
    cursor: pointer;
    background-image: url('/Interface/Internal/image/assessorial-icon.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
}

.table-header-cell {
    font-weight: bold;
    background: #ededed url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-size: 11pt;
    padding: 4px 4px 4px 4px;
    border: 1px solid #D3D3D3;
    color: #555555;
    border-collapse: collapse;
    width: 150px;
}

.table-header-cell-search {
    font-weight: bold;
    background: #d2d2d2 url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-size: 11pt;
    padding: 4px 4px 4px 4px;
    border: 1px solid #D3D3D3;
    color: #555555;
    border-collapse: collapse;
    width: 150px;
}

.tab_navbar_bottom {
    margin-top: 0;
    margin-left: 0;
    background-image: url(/Interface/Internal/image/tab_bar_normal.jpg);
    background-repeat: repeat-x;
    width: auto;
    border-radius: 0 0 10px 10px;
}

.tab_navbar_wide {
    margin-top: 0;
    margin-left: 0;
    background-image: url(/Interface/Internal/image/tab_bar_normal.jpg);
    width: auto;
    border-radius: 10px 10px 0 0;
}

.tab_navbar {
    width: 68%;
    float: right;
    padding-right: 0;
    margin-top: 0;
    margin-left: 0;
    background-image: url(/Interface/Internal/image/program_tab.jpg);
    background-repeat: no-repeat;
    height: 50px;
}

.table-rounded-colored {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: thin solid #aaaaaa;
    padding-top: 0;
    padding-bottom: 5px;
    margin: 4px;
}

.tariffCell {
    height: 100%;
    width: 100%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.tblNews {
    border-collapse: collapse;
    border-style: hidden;
    border-spacing: 0;
}

.textareafield {
    width: 450px;
    height: 70px;
    padding: 0;
    margin: 2px;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.tliCell {
    height: 100%;
    width: 100%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.tools {
    margin: 0;
    background-repeat: repeat-x;
    border-bottom-style: none;
    background-image: url(/Interface/Internal/image/button_backdrop_3.jpg);
}

.tools_text {
    margin-left: 650px;
    color: #444;
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-right: 0;
    width: auto;
}

.topbutton {
    font-size: 7pt;
    border: thin solid #CCCCCC;
    color: #333;
    background-color: #EBEBEB;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal;
    border-radius: 5px;
    margin: 1px 20px 1px 0;
    height: 17px;
}

.topbuttonLeft {
    margin-left: 20px;
    float: left;
}

.topbuttonRight {
    float: right;
}

.top_slideshow {
    /*width: auto;*/
    margin-top: 0, auto, 20px, 0;
    padding: 0;
    background-repeat: repeat-x;
    background-color: #FFF;
    background-position: bottom;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

.topspan {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    border-radius: 10px 10px 0 0;
    background-color: #CCCCCC;
}

.top_banner {
    /*width: auto;*/
    margin-right: auto;
    margin-left: auto;
    background-image: url(/Interface/Internal/image/banner_backdrop.png);
}

.top_menu_buttons {
    border: thin solid #CCCCCC;
    padding: 3px 6px 3px 6px;
    margin-bottom: 0;
    color: #333;
    text-decoration: none;
    background-color: #EBEBEB;
    font-style: normal;
    border-radius: 5px;
    border: thin solid #CCCCCC;
    color: #333;
    text-decoration: none;
    padding: 3px 6px 3px 6px;
    background-color: #EBEBEB;
    font-weight: normal;
    text-transform: capitalize;
    font-style: normal;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 7pt;
}

    .top_menu_buttons:link {
        color: #333;
        text-decoration: none;
    }


    .top_menu_buttons:hover {
        color: #333;
        text-decoration: none;
    }

    .top_menu_buttons span:hover {
        color: #333;
        text-decoration: none;
    }

    .top_menu_buttons span {
        color: #333;
        text-decoration: none;
    }



.tutorials_right_col {
    width: 732px;
    float: right;
    margin-top: 0;
    margin-left: 0;
    background-repeat: repeat-x;
    min-height: 500px;
    padding-top: 0 15px 15px 0;
}

.user_text {
    font-size: 8pt;
    margin-left: 1.1em;
    margin-right: 1.5em;
    margin-top: 3.1ex;
    display: inline-block;
    width: 2em;
}

.ui-datepicker-trigger {
    width: auto;
    max-width: 100%;
    height: auto;
}

.video_titles {
    font-size: 10pt;
    font-style: italic;
    font-weight: normal;
    color: #BB7928;
    text-transform: uppercase;
}

.view_all_list {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    background-repeat: repeat-x;
    min-height: 50px;
    background-color: #FFF;
    margin-right: 0;
    padding-top: 0 25px 10px 25px;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
}

.wt-rotator, .wt-rotator .screen {
    width: 100% !important;
    height: calc(21.92vw - 4px) !important;
    max-height: 250px;
}

    .wt-rotator .main-img {
        max-width: 100%;
    }

.fixed_height {
    height: 100%;
}

.column800 {
    width: 800px;
}

.column600 {
    width: 600px;
}

.column500 {
    width: 600px;
}

.column450 {
    width: 450px;
}

.column400 {
    width: 400px;
}

.column300 {
    width: 300px;
}

.column250 {
    width: 250px;
}

.column200 {
    width: 200px;
}

.column150 {
    width: 150px;
}

.column130 {
    width: 130px;
}

.column100 {
    width: 100px;
}

.marginLeft10 {
    margin-left: 10px;
}


.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

dl.rich-messages {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 0;
}

table.access-date-table td {
    padding-left: 5px;
}

#temp-glassfish-domain-header-thing-wrapper {
    background: #eee;
    border: 1px solid #666;
    height: 14px;
    left: 0;
    position: fixed;
    width: 100%;
    top: 0;
}

#temp-glassfish-domain-header-thing {
    line-height: 14px;
    margin: 0 auto;
    width: 940px;
    text-align: center;
}

/* Custom Input Box Style To Mirror jQuery Select2 Style */
.select2-input-style {
    width: 100%;
    padding: 5px 5px;
    display: inline-block;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #FCFCFC;
}

/* jQuery Select2() */
/* Background Color */
.select2-selection {
    background-color: #f2f2ff !important;
    border-color: green;
}

/* DropDown Text Color */
.select2-container {
    color: black !important;
    border-color: green;
}

/* Selected Item Text Color */
.select2-selection__rendered[title] {
    color: black !important;
    border-color: green;
}

.hide-element {
    display: none;
}

.vis-element {
    visibility: hidden;
}

.left-action-buttons {
    float: left;
    transform: translate(0,-25%);
}

.right-action-buttons {
    float: right;
    transform: translate(0,-25%);
}
/* jQuery UI dataTable Override */
/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #AAA !important;
    background: #CCC url("/Interface/Internal/image/dark_gray_gradient.png") 50% 50% repeat-x !important;
    font-weight: normal;
    color: black !important;
}*/

/* jQuery Dialog Override */
.ui-dialog.amendmentDialog {
    font-family: Verdana,Arial,sans-serif;
    font-size: .8em;
    border-color: black;
    border-radius: 0;
}


/*
.dataTables_info, .dataTables_paginate {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4C0C9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C4C0C9;
	color: #000000;
	background-color: #cccccc;
	/*background-color: transparent; //
	background-color: transparent;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}


.dataTables_filter {
	display: none;
}
*/

/* update for table paging backgound*/
.ui-button {
    background: #FFF !important;
}

.ui-dialog-titlebar-close {
    background: #FFF url(/Interface/Internal/image/close.png) 0 0 !important;
    width: 19px !important;
    height: 19px !important;
}

/* update for News table header*/
.tableHeader {
    text-align: center;
    border: 1px solid #ccc;
    font-weight: normal;
    height: 20px;
    background-repeat: repeat-x;
    background-position: center center;
    background-image: url(/Interface/Internal/image/light_grey_gradient.png) !important;
}

/* update for table footer and page button*/
.tableFooter {
    padding: 10px 100px 0 100px;
    vertical-align: middle;
    background: #CCC url("/Interface/Internal/image/dark_gray_gradient.png") 50% 50% repeat-x !important;
    font-size: 11.5px;
    height: 30px;
    border: 1px solid #ccc !important;
}

/* update for table footer info */
.tableInfo {
    font-size: 15px;
}

.tablePaging {
    padding-top: 5px;
}

/* update for Tariff Non-Bote-ETs border */
.leftBorder a:link {
    margin-left: 90px;
    padding-left: 10px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FFF;
}

.paging_full_numbers {
    width: 375px !important;
}

/* update for table footer and page button*/
.refreshButton {
    vertical-align: middle;
    background: url("/Interface/Internal/image/refresh.png");
    border: none;
    width: 20px;
    height: 20px;
}

/* update for table head element */
table.display thead th {
    padding: 0;
    cursor: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-width: 0;
}

td.blueRow {
    color: blue !important;
}

.boldItalicRow {
    font-weight: bold;
    font-style: italic;
}

.boldRow {
    font-weight: bold;
}

.italicRow {
    font-style: italic;
}

.ui-icon {
    display: none;
}

#accordionMenu {
    display: none;
}

#barMenu {
    display: block;
}

.left_nav {
    float: left;
    margin-left: 20px;
}

.table_header {
    text-decoration: none;
    font-weight: normal;
    font-size: 11pt;
    color: #555 !important;
}

.table_header_sortColumn {
    cursor: pointer;
}
/* for tool tip*/

.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }


table.dataTable {
    margin-top: 0 !important;
}

/*table.display td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}*/

/* add contextmenu customized icons*/


/* used for all items */
.context-menu-item {
    background-repeat: no-repeat;
    background-position: 4px 4px;
}
    /* all custom icons 
    .context-menu-item.context-menu-icon-default {
              
    }
*/
    .context-menu-item.context-menu-hover {
        color: #fff;
        cursor: pointer;
        background-color: #7d7d7d;
    }

/*accordin setup*/
#accordinContainer {
    padding: 0px 10px 10px 10px;
}

.ui-accordion {
    width: 100%;
}

    .ui-accordion .ui-accordion-header {
        cursor: pointer;
        position: relative;
        margin-top: 1px;
        zoom: 1;
        background-image: url(/Interface/Internal/image/tab_bar_normal.jpg);
        height: 15px;
        font-size: 10pt;
    }

    .ui-accordion .ui-accordion-li-fix {
        display: inline;
    }

    .ui-accordion .ui-accordion-header-active {
        border-bottom: 0 !important;
    }

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
    color: #212121;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}

.rate-table-top {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid #aaaaaa;
    background: #cccccc url(/Interface/Internal/image/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.rate-table {
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    border-color: #C4C0C9;
    empty-cells: show;
}

.rate-table-header {
    text-align: left;
    border: 1px solid #aaaaaa;
    background: #cccccc url(/Interface/Internal/image/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    padding: 4px 4px 4px 4px;
}

.charge-sub-header {
    font-size: 12px;
    text-align: center;
}

.rate-table-header-cell {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C4C0C9;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C4C0C9;
    color: #000000;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    padding: 4px;
}

.rate-table-footer-cell {
    background-color: transparent;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C4C0C9;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C4C0C9;
    color: #000000;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 4px;
    text-align: center;
}

.lefty {
    text-align: left;
}

.rate-table-subtableheader {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C4C0C9;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C4C0C9;
    background-color: #DFDCD5;
    color: #000000;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
}

.rate-table-cell {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C4C0C9;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C4C0C9;
    color: #000000;
    background-color: #FFFFFF;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    padding: 4px;
}

.rate-table-subcell {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C4C0C9;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C4C0C9;
    background-color: #f1f1f1;
    color: #000000;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    padding: 4px;
}

.charge-name {
    padding-left: 1em;
    text-align: left;
}

.charge-foreign-rate {
    text-align: right;
    padding-right: 2mm;
}

.charge-rate {
    padding-left: 2mm;
    padding-right: 2mm;
    border-left: 1px solid black;
    background-color: #DDDDDD;
    text-align: right;
}

th.condition {
    background-color: #81a4c1;
    border-bottom: 1px solid black;
    border-right: 1px solid #888888;
    text-align: center;
    width: 12em;
}

th.condition-last {
    background-color: #81a4c1;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    text-align: center;
    width: 12em;
}

th.result {
    background-color: #AAAAAA;
    border-bottom: 1px solid black;
    text-align: center;
    width: 10em;
}

td.condition {
    background-color: #c9d9e7;
    border-right: 1px solid #888888;
    text-align: center;
    padding-left: 1mm;
}

td.condition-last {
    background-color: #c9d9e7;
    border-right: 1px solid black;
    text-align: center;
    padding-left: 1mm;
}

td.result {
    background-color: #DDDDDD;
    text-align: center;
}

table.condition-table {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    margin-top: 5px;
}

a.inland-button {
    border: thin solid #CCCCCC;
    padding: 3px 6px 3px 6px;
    margin-bottom: 0;
    text-align: center;
    color: #333;
    text-decoration: none;
    background-color: #EBEBEB;
    font-style: normal;
    -moz-border-radius: 5px;
    -webkit-border-radius: 0;
    border-radius: 5px;
    cursor: pointer;
}

/* add for API demo */


@media screen and (max-width: 768px) {

    .postLogin {
        max-width: 400px;
        margin: auto;
    }

    #accordionMenu {
        display: initial;
    }


    #barMenu {
        display: none;
    }

    .sub_buttons768 {
        display: block !important;
        color: white !important;
        background-color: #76cc39;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        border: none;
        width: 100%;
        font-size: 10px;
    }

        .sub_buttons768:hover {
            background-color: #3E8E41;
        }

    .sub_buttons768_font17 {
        font-size: 1.7vw;
    }

    .sub_buttons768_font11 {
        font-size: 1.1vw;
    }

    .footer_resize-768 {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        /*background-repeat: repeat-x;
        background-position: center top;
        background-image: url(/Interface/Internal/image/footer_gradient_2.png);*/
        border-top-width: thin;
        border-top-style: none;
        border-top-color: #CCC;
        padding: 20px 10px 20px 10px;
        background-color: #D6ECC7;
        min-height: 340px;
    }

    .footer_resize_230-768 {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        /*background-repeat: repeat;
        background-position: center top;
            background-image: url(/Interface/Internal/image/footer_gradient_2.png);*/
        border-top-width: thin;
        border-top-style: none;
        border-top-color: #CCC;
        padding: 20px 10px 20px 10px;
        background-color: #D6ECC7;
        min-height: 480px;
    }

    .footer_resize_long_front-768 {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        /*background-repeat: repeat;
        background-position: center top;
        background-image: url(/Interface/Internal/image/footer_gradient_2.png);*/
        border-top-width: thin;
        border-top-style: none;
        border-top-color: #CCC;
        padding: 20px 10px 0 10px;
        background-color: #D6ECC7;
        min-height: 1200px;
        height: 100%;
    }

    .leftPc100-768 {
        width: 100%;
        float: left;
        margin: 2px 5px 2px 5px;
    }

    .left2-768 {
        width: 100%;
        float: left;
        padding: 2px 5px 2px 5px;
    }

        .left2-768 h2 {
            color: #333;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11pt;
            font-style: normal;
            font-weight: bolder;
            font-variant: normal;
            border-bottom-width: thin;
            border-bottom-style: none;
            border-bottom-color: #444;
            margin: 0 0 8px 0;
            text-align: left;
            padding: 0;
            text-transform: uppercase;
        }

    .left5-768 {
        width: 100%;
        float: left;
        padding: 15px;
    }

    .left50-768 {
        width: 100%;
        float: left;
        padding: 15px;
    }

    .loginButton-768 {
        float: right;
        margin-top: auto;
        margin-bottom: auto;
        padding: 0;
        width: 20%;
    }

    .login_container-768 {
        margin: auto;
        width: 100%;
        background-image: url(/Interface/Internal/image/login_back.png);
    }

    .login_style-768 {
        margin: auto;
        width: 100%;
        padding: 0;
        color: #262425;
        border: thin none #CCC;
        background-image: url(/Interface/Internal/image/login_back.png);
        background-position: center top;
        overflow: auto;
    }

    .login_text-768 {
        color: #333333;
        font-size: 12pt;
        margin-right: 15px;
        margin-left: 5px;
        text-align: right;
        vertical-align: middle;
    }



    .right-768 {
        width: 100%;
        float: left;
        border-radius: 10px;
        padding: 5px;
        margin: 0;
    }

        .right-768 h2 {
            color: #F05A22;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11pt;
            font-style: italic;
            font-weight: normal;
            font-variant: normal;
            border-bottom-width: thin;
            border-bottom-style: none;
            border-bottom-color: #444;
            margin: 5px;
            text-align: left;
        }

    .right4-768 {
        width: 100%;
        float: right;
        background-color: none;
        border-radius: 10px;
        padding: 5px;
        margin: 0;
    }

    .displayLess768 {
        display: block;
        visibility: visible;
    }

    .hideLess768 {
        display: none;
        visibility: hidden;
    }

    .column500-768 {
        width: 500px;
    }

    .column450-768 {
        width: 450px;
    }

    .column300-768 {
        width: 300px;
    }

    .column200-768 {
        width: 200px;
    }

    .marginLeft130-768 {
        margin-left: 130px;
    }

    /* update for table footer info */
    .tableFooter768 {
        padding: 10px 10px 0 0;
        vertical-align: middle;
        background: #CCC url("/Interface/Internal/image/dark_gray_gradient.png") 50% 50% repeat-x !important;
        font-size: 11.5px;
        height: 30px;
        border: 1px solid #ccc !important;
    }

    /* update for table footer info */
    .tableInfo768 {
        font-size: medium;
        margin-right: 0;
        margin-left: 10px;
    }
}

@media screen and (max-width: 414px) {

    .displayLess414 {
        display: block;
        visibility: visible;
    }

    .hideLess414 {
        display: none;
        visibility: hidden;
    }

    .button_bar_414 {
        background-image: url(/Interface/Internal/image/button_tab_414.jpg);
        height: 44px;
    }

    .tab_navbar_wide_414 {
        margin-top: 0;
        margin-left: 0;
        background-image: url(/Interface/Internal/image/tab_bar_normal.jpg);
        background-repeat: repeat-y;
        width: auto;
        border-radius: 10px 10px 0 0;
        height: 85px;
    }

    .docs_current_page_middle_414 a {
        text-decoration: none;
        background-image: url(/Interface/Internal/image/tab_bar_highlight.jpg);
        text-align: left;
        color: #FFFFFF;
        line-height: 37px;
        font-size: 8px;
    }

    .footer_resize-414 {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        /*background-repeat: repeat-x;
        background-position: center top;
        background-image: url(/Interface/Internal/image/footer_gradient_2.png);*/
        border-top-width: thin;
        border-top-style: none;
        border-top-color: #CCC;
        padding: 20px 10px 20px 10px;
        background-color: #D6ECC7;
        min-height: 500px;
    }

    .inline_photo_left_414 {
        padding: 15px 60px 15px 60px;
    }

    .footer_resize_long_front-414 {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        /*background-repeat: repeat;
        background-position: center top;
        background-image: url(/Interface/Internal/image/footer_gradient_2.png);*/
        border-top-width: thin;
        border-top-style: none;
        border-top-color: #CCC;
        padding: 20px 10px 0 10px;
        background-color: #D6ECC7;
        min-height: 1500px;
        height: 100%;
    }

    .column350-414 {
        width: 350px;
    }

    .column300-414 {
        width: 300px;
    }

    .column250-414 {
        width: 250px;
    }

    .column200-414 {
        width: 200px;
    }

    .column150-414 {
        width: 150px;
    }

    .column130-414 {
        width: 130px;
    }

    .column100-414 {
        width: 100px;
    }

    .column75-414 {
        width: 75px;
    }


    .mvcformbutton {
        -webkit-appearance: button;
        cursor: pointer;
        border: thin solid #CCCCCC;
        padding-top: 3px 6px 3px 6px;
        margin-bottom: 0;
        text-align: center;
        color: #333;
        text-decoration: none;
        background-color: #EBEBEB;
        font-style: normal;
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 5px;
    }

    .locationSearchResults {
        color: rgb(0, 0, 0);
        display: block;
        font-family: Arial, Verdana, sans-serif;
        font-size: 11px;
        height: 352.766px;
        width: 429px;
    }
}
