/*
red: #bd1e2c
green: #93bc16
yellow: #ffde7e
taupe: #9b8579
light taupe: #f4eeeb
*/

.sub_nav_row {
    background-color: #ffde7e;
    height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Verdana;
}

.sub_nav_row table {
    height: 28px;
    padding: 0;
    margin: 0;
    white-space:nowrap;
}

.paid_client_left {
    white-space: nowrap;
    text-align: left;
    font-family: Verdana;
}

.paid_client_right {
    white-space: nowrap;
    text-align: right;
    font-family: Verdana;
}

.topheader {
    background: #9b8579 url('/images/mkweb20/header/gradient.png') repeat-x;
}

.header {
    width: 100%;
}

#navigation_tabs {
    float: right;
    text-align: right;
}

.navigation_tab {
    display: table-cell;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    border-left: #ffffff 2px solid;
    border-top: #ffffff 2px solid;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 10px;
}

.navigation_last {
    border-right: #ffffff 2px solid;
}

.navigation_tab_wide {
    width: 180px;
}

.navigation_tab_inactive {
    background: #bd1e2c url('/images/mkweb20/section_background_off.png') repeat-x;
}

.navigation_tab_active {
    background: #ffde7e url('/images/mkweb20/section_background_on.png') repeat-x;
}

.navigation_tab a, .navigation_tab a:hover, .navigation_tab a:visited {
    font-size: 0.9em;
    color: #ffffff;
    text-decoration: none;
}

.navigation_tab_active a {
    color: #bd1e2c !important;
    font-weight: bold;
}

.navigation_table {
    height: 28px;
}

.static_header_links {
    color: #9b8579;
    font-size: 0.8em;
    white-space: nowrap;
}

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

.static_header_links a, .static_header_links a:visited, .static_header_links a:hover {
    color: #9b8579;
}

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

.static_header {
    padding-right: 10px;
    height: 33px;
}

.static_header_links {
    padding-right: 15px;
}

.spinner_label {
    padding-top: 3px;
    padding-bottom: 2px;
}

.spinner_table {
    padding: 0;
    margin: 0;
}

.spinner_table tr td {
    height: 28px;
}

.dollar_spinner {
    font-weight: bolder;
    font-size: 1.2em;
    padding-right: 1px;
}

.counter_box {
/*padding-top: 5px;*/
    white-space: nowrap;
}

#counter {
    width: 160px;
    height: 17px;
    border: 1px solid #ffde7e;
    overflow: hidden;
    position: relative;
    background-color: #ffde7e;
    z-index: 1;
    top: 5px;
}

.counter_bg {
    z-index: 2;
    height: 10px;
    background: url('/images/mkweb20/commas.gif') no-repeat;
    position: relative;
    left: 14px;
    top: 0px;
<!-- [ if IE 7 ] > /*top: 23px;*/
< ! [ endif ] -->
}

div.subnavigation {
    float: right;
    margin-left: 20px;
    margin-right: 20px;
    color: #000000;
}

.subnavigation div {
    font-size: 0.8em;
    float: right;
    padding: 2px 0 0 0;
}

.subnavigation a, .subnavigation a:visited, .subnavigation a:hover {
    color: #000000;
    text-decoration: none;
    font-size: inherit;
}

.subnavigation a:hover {
    text-decoration: underline !important;
    font-size: inherit;
}

.subnavigation span.selected {
    font-weight: bold;
    color: #000000;
    font-size: inherit;
}

.search_header_search input {
    width: 145px;
    margin: 0 1px 0 0;
    font-size: 0.85em;
    border: none;
}

#loginName {
    padding-left: 25px;
    color: #000000;
}