﻿body {
    font-family: Helvetica Neue, Arial, Sans-Serif;
    font-size: 10pt;
}

h1 {
    font-size: 14pt;
}

#member-nav, #main-nav, #account-list, #account-home, #transaction-history-tools, #history-navigation, .nav, .form-step-container,
#ctl00_ctl00_main_main_wizTransfer_HeaderContainer_lnkManageTransfers {
    display: none;
}

#slider-frame {
    overflow: visible !important;
}

section#main-window {
    margin: 0px !important;
}

#history-viewer .button {
    display: none;
}

#history-viewer h1 {
    margin: 0px;
    font-size: 14pt;
}

#account-info {
    position: relative;
    display: none;
}

.account-info {
    padding-top: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 34px;
}

.account-info li {
    float: left;
    width: 25%;
    font-size: 10pt;
}

.account-info li label {
    display: block;
    text-transform: uppercase;
    font-size: 9pt;
    font-weight: bold;
}

#account-info label.checkbox, #account-info input {
    display: none;
}

#account-details>div {
    padding: 0 0 10px 0;
    overflow: hidden;
}

#account-details>div>ul {
    float: left;
    width: 50%;
    font-size: 8pt;
}

#account-details>div>ul>li:first-child {
    display: block;
    text-transform: uppercase;
    font-size: 9pt;
    font-weight: bold;
}

#account-details>div>ul>li>label {
    display: inline-block;
    width: 115px;
    text-align: left;
    padding-right: 3px;
}

#history-viewer .back {
    display: none;
}

#transaction-history {
    position: inherit !important;
    width: auto !important;
}

table.history {
    width: 100%;
}

table.history #th-amount {
    width: 60px;
}

table.history th, table.history td {
    vertical-align: top;
    font-size: 8pt;
    padding: 0px 4px;
    position: relative;
}

table.history img { display: none; }

table.history .description {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 300px;
}

table.history .pending .description:before {
    content: "Pending: ";
}

table.history td br {
    display: none;
}

table.history .reconcile {
    display: none;
}

table.history div { position: relative; }

table.history div.subdescription {
    font-size: 7pt;
    font-style: italic;
    float: right;
    position: absolute;
    top: 2px;
    right: 0px;
    display: inline-block;
    width: 150px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
}

table.history tbody tr.pending {
    background-color: #FFEDC1;
    color: #8e0000;
    font-style: italic;
}

.trans-type-1:before {
    content: "(";
}

.trans-type-1 {
    color: Red;
}

.trans-type-1:after {
    content: ")";
}

#history-navigation {
    display: none;
}

#ctl00_main_lnkRenameAccount, #ctl00_main_wizTransfer_HeaderContainer_lnkManageTransfers {
    display: none;
}

ul.account-info label, div#account-details ul label {
    display: inline-block;
    width: 150px;
}

#account-details-toggle, label[for="account-details-toggle"] {
    display: none;
}

table th {
    text-align: left;
}

table th, table td {
    padding: 6px;
}

table .right {
    text-align: right;
}

footer { display: none; }