body {
    font-size: 12px;
}

.right {
    text-align: right;
}

.table-close {
    margin-bottom: 2px;
}

#blanket {
    background-color: #111;
    opacity: 0.65;
    filter: alpha(opacity=65);
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
}

.popUpDiv {
    position: absolute;
    background-color: #eeeeee;
    width: 800px;
    height: 500px;
    z-index: 11;
}

.trackingEmailPreview {
    width: 100%;
    text-align: left;
}

.rowColorRed {
    background-color: red !important;
}

.rowColorGreen {
    background-color: green !important;
}

#htext {
    width: 100%;
    text-align: left;
    FONT-SIZE: 28px;
    FONT-FAMILY: Tahoma;
}

.htext {
    text-align: left;
    FONT-SIZE: 28px;
    FONT-FAMILY: Tahoma;
}

#shtext {
    width: 100%;
    font: bold 14px Tahoma;
}

.shtext {
    FONT: bold 14px Tahoma;
}

#btext {
    width: 100%;
    FONT: 14px Tahoma;
    COLOR: #626161
}

.btext {
    FONT: 14px Tahoma;
    COLOR: #626161
}

#tbmain {
    width: 96%;
    text-align: left;
}

#title {
    width: 96%;
    text-align: left;
    FONT-SIZE: 28px;
    FONT-FAMILY: Tahoma;
}

#desc {
    width: 96%;
    text-align: left;
    FONT-SIZE: 14px;
    FONT-FAMILY: Tahoma;
}

#tb1 {
    WIDTH: 96%;
    padding-top: 2px;
    padding-bottom: 2px;
}

#tb2 {
    WIDTH: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
}

#fb1 {
    WIDTH: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
}

#fb2 {
    WIDTH: 96%;
    padding-top: 2px;
    padding-bottom: 2px;
}

#tmsplit {
    width: 96%;
    padding-top: 2px;
    padding-bottom: 2px;
}

#thead, .thead {
    WIDTH: 100%;
    min-height: 26px;
    font: bold 12px Verdana;
    text-indent: 5px;
    text-align: left;
    line-height: 2em;
}

.theadInner {
    padding: 2px;
    padding-top: 4px;
    overflow: hidden;
}

.theadInner div.Left {
    float: left;
}

.theadInner div.Right {
    float: right;
    padding-right: 8px;
}

#cons_SelectedOptions {
    display: none;
}

table.transport {
    background-color: #000000;
    height: 36px;
    width: 100%;
    text-align: center;
    font: bold 16px Tahoma;
    color: #FFFFFF;
    border-collapse: collapse;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px 0px 2px 0px;
    border-color: #FFFFFF;
}

table.transport th.left {
    width: 36px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    cursor: hand;
}

table.transport th.right {
    width: 36px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    cursor: hand;
}

table.transport input.from, input.to {
    background-color: #000000;
    height: 36px;
    width: 100%;
    text-align: center;
    font: bold 16px Tahoma;
    color: #FFFFFF;
    border: 0px;
}

table.main {
    width: 100%;
}

table.main td.stdright {
    text-align: right;
}

table.main td.stdrightwhite {
    text-align: right;
    background-color: #ffffff;
}

table.main td.pad {
    padding-top: 10px;
    padding-bottom: 10px;
}

table.main td.blkline {
    background-color: #000000;
    height: 1px;
    padding: 0px;
}

table.main td {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font: 12px Tahoma;
    text-align: left;
}

table.main td.center {
    text-align: center;
}

table.main td.right {
    text-align: right;
}

table.main td.vtop {
    valign: top;
    vertical-align: top;
}

table.main td.icon {
    width: 20px;
}

table.main th {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font: bold 12px Tahoma;
    text-align: left;
}

table.main th.center {
    text-align: center;
}

#container {
    width: 96%;
}

#container_full {
    width: 100%;
}

#container_popup_table {
    width: 100%;
    height: 120px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dataTables_wrapper {
    position: relative;
    min-height: 302px;
    clear: both;
    color: #000;
    font: 12px Tahoma, Geneva, sans-serif;
    _height: 302px;
    zoom: 1; /* Feeling sorry for IE */
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    font-size: 14px;
    background-color: white;
}

.dataTables_top {
    margin-bottom: 10px;
}

.dataTables_length {
    width: 50%;
    float: left;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    padding-top: 4px;
}

.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}

.dataTables_filter input {
    margin-left: 15px;
    width: 200px;
    padding: 5px 10px !important;
    background-color: #f7f7f7 !important;
}

.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
    *margin-top: -1px;
}

.dataTables_info {
    width: 50%;
    float: left;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}

.dataTables_paginate {
    float: right;
    text-align: right;
}

.paging_full_numbers {
    height: 22px;
    line-height: 22px;
}

.paging_full_numbers a:active {
    outline: none
}

.paging_full_numbers a:hover {
    text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    *cursor: hand;
}

.top, .bottom {
    padding: 20px 20px 40px 20px;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
}

.top {
    float: none;
}

table.tabledata th, table.tabledata td {
    font: 11px Tahoma, Geneva, sans-serif;
}

table.tabledata {
    border-collapse: collapse;
    border-spacing: 0;
/ / margin: 0 0 1 em;
    width: 100%;
}

table.tabledata th {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 3px;
    height: 20px;
    border-collapse: collapse;
    border: 1px solid #AAA;
}

table.tabledata td {
    vertical-align: top;
    padding: 3px;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #CCC;
}

table.tabledata td.center {
    text-align: center;
}

table.tabledata td.icon {
    width: 20px;
}

table.tabledata th.sorting {
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../img/v_sorting.png);
    cursor: pointer;
}

table.tabledata th.sorting_desc {
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../img/v_sorting_down.png);
}

table.tabledata th.sorting_asc {
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../img/v_sorting_up.png);
}

table.tabledata tr.hide {
    display: none;
}

table.sortable {
    width: 100%;
}

table.sortable td.stdright {
    text-align: right;
}

table.sortable td.blkline {
    background-color: #000000;
    height: 1px;
    padding: 0px;
}

table.sortable td {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font: 12px Tahoma;
    text-align: left;
}

table.sortable th {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font: bold 12px Tahoma;
    text-align: left;
}

.mtbg {
    font: 12px Tahoma;
    text-align: left;
}

.mtbg2 {
    height: 24px;
    font: bold 12px Tahoma;
    text-align: left;
    line-height: 2em;
}

.mtbg3 {
    padding: 2px;
    font: 12px Tahoma;
    text-align: center;
}

a.mtbg2l, a.mtbg2l:visited {
    font: bold 12px Tahoma;
    text-valign: middle;
    text-decoration: none;
}

a.mtbg2l:hover {
    font: bold 12px Tahoma;
    text-valign: middle;
    text-decoration: underline;
}

.rtype1.center, .rtype2.center, .rtype3.center, .rtype4.center, .rtype5.center, .rtype6.center, .rtype7.center {
    text-align: center;
}

.rtype3 {
    background-color: #ccffcc;
}

.rtype4 {
    background-color: #ffcccc;
}

.rtype6 {
    background-color: #ccccff;
}

.rtype7 {
    background-color: #ffff66;
}

/*form {*/
    /*display: inline;*/
/*}*/

.txtField {
    font: 11px Tahoma;
}

.button {
    font: bold 11px Tahoma;
    border: 1px solid;
}

#alert {
    PADDING: 5px;
    POSITION: relative;
    BORDER: red 2px solid;
    FONT: 12px arial;
    width: 90%;
    text-align: left;
}

#confirm {
    PADDING: 5px;
    POSITION: relative;
    BORDER: green 2px solid;
    FONT: 12px arial;
    width: 90%;
    text-align: left;
}

#box {
    PADDING: 5px;
    POSITION: relative;
    border-style: solid;
    border-width: 2px;
    FONT: 12px arial;
    width: 90%;
    text-align: left;
}

.titlebox {
    font: bold 14px Tahoma;
    float: left;
    margin: -20px 0 0 15px;
    padding-top: 5px;
    position: relative;
}

a.sel {
    display: block;
    width: 198px;
    height: 24px;
    background-repeat: no-repeat;
    FONT: bold 9px Verdana;
    TEXT-DECORATION: none;
    line-height: 2.5em;
}

a.stnd {
    display: block;
    width: 198px;
    height: 24px;
    background-repeat: no-repeat;
    FONT: bold 9px Verdana;
    TEXT-DECORATION: none;
    line-height: 2.5em;
}

#footpanel {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 12; /*--Keeps the panel on top of all other elements--*/
    background: #e3e2e2;
    border: 1px solid #c3c3c3;
    border-bottom: none;
    width: 100%;
    font: 10px normal Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}

* html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
    margin-top: -1px; /*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
    position: absolute;
    top: expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

#footpanel ul {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    list-style: none;
    border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
    font-size: 1.1em;
}

#footpanel ul li {
    padding: 0;
    margin: 0;
    float: left;
}

#footpanel ul li a {
    padding: 5px;
    float: left;
    text-indent: -9999px; /*--For text replacement - Shove text off of the page--*/
    height: 25px;
    width: 16px;
    text-decoration: none;
    color: #333;
    position: relative;
}

html #footpanel ul li a:hover {
    background-color: #fff;
}

html #footpanel ul li a.active { /*--Active state when sub-panel is open--*/
    background-color: #fff;
    height: 17px;
    margin-top: -2px; /*--Push it up 2px to attach the active button to sub-panel--*/
    border: 1px solid #555;
    border-top: none;
    z-index: 12; /*--Keeps the active link on top of the sub-panel--*/
    position: relative;
}

a.alerts {
    background: url(newspaper.png) no-repeat center center;
}

#footpanel a.chat {
    width: 126px;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    padding-left: 5px;
    text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}

#footpanel li#chatpanel, #footpanel li#alertpanel {
    float: right;
}

/*--Right align the chat and alert panels--*/
#footpanel a.small {
    text-align: center;
    width: 70px;
    background: #000000 no-repeat center bottom;
    padding: 5px 5px 11px;
    display: none; /*--Hide by default--*/
    color: #fff;
    font-size: 1em;
    text-indent: 0;

}

#footpanel a.big {
    width: 280px;
}

#footpanel a:hover small {
    display: block; /*--Show on hover--*/
    position: absolute;
    top: -35px; /*--Position tooltip 35px above the list item--*/
    left: 50%;
    margin-left: -40px; /*--Center the tooltip--*/
    z-index: 13;
}

.disp {
    display: inline;
}

/* Autocomplete  ----------------------------------*/
.ui-autocomplete {
    position: absolute;
    cursor: default;
}

.ui-autocomplete-loading {
    background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}

/* workarounds */
* html .ui-autocomplete {
    width: 1px;
}

/* without this, the menu expands to 100% in IE6 */

/* Menu  ----------------------------------*/
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    background-color: #FFFFFF;
    font: 12px Tahoma;
    border: 1px solid WindowFrame;
}

.ui-menu .ui-menu {
    margin-top: -3px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    background-color: Highlight;
    color: HighlightText;
}

.table-container {
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2099;
}

.overlay img {
    border: 2px solid #000000;
    padding: 20px;
    background-color: #ffffff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.overlay.table {
    z-index: 2101;
}

.popup {
    position: fixed;
    top: -600px;
    left: 100px;
    right: 100px;
    background-color: #fff;
    color: #7F7F7F;
    padding: 20px;
    border: 2px solid #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index: 2100;
}

.popup.table {
    z-index: 2102;
}

a.popupclose {
    float: right;
    width: 26px;
    height: 26px;
    background: transparent url("/ob/img/cancel.png") repeat top left;
    margin-top: -30px;
    margin-right: -30px;
    cursor: pointer;
}

.popup h1 {
    font: bold 14px Tahoma, Geneva, sans-serif;
    border-bottom: 1px dashed #7F7F7F;
    margin: -20px -20px 0px -20px;
    padding: 10px;
    background-color: #d2d5dd;
    color: #000000;
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-top-left-radius: 20px;
    -khtml-border-top-right-radius: 20px;
}

table.rule {
    text-align: left;
    width: 100%;
    height: 100%;
    font: 12px Tahoma, Geneva, sans-serif;
}

table.rule td.type {
    background: #d2d5dd;
    text-align: right;
    font-weight: bold;
    color: #000000;
    height: 30px;
    width: 150px;
}

.tipTop {
    position: relative;
    text-decoration: none;
}

.tipText {
    display: none;
}

.tipTop span {
    display: block;
    position: absolute;
    padding: .5em;
    content: attr(title);
    min-width: 120px;
    text-align: center;
    width: auto;
    height: auto;
    white-space: nowrap;
    top: -32px;
    background: rgba(255, 0, 0, .8);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: .86em;
}

.tipTop span:before {
    position: absolute;
    display: block;
    content: "";
    border-color: rgba(255, 0, 0, .8) transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -20px;
    left: 1em;
}

.ui-front {
    z-index: 2103 !important;
}