.marketOverview .data td a {
    text-decoration: none;
}

.marketOverview .data tr:hover * {
    background: #efefef !important;
    cursor: pointer;
}

.market_overview_chart_container {
    position: absolute;
    top: 200px;
    left: 45px;
    margin: 0;
    z-index: 100;
    width: 200px;
    height: 200px;
    border: 1px solid #e4e4e4;
    -moz-box-shadow: 0 0 4px #efefef;
    -webkit-box-shadow: 0 0 4px #efefef;
    box-shadow: 0 0 4px #efefef;
    overflow: hidden;
    background: #ffffff;
}

.market_overview_chart_container div {
    margin: 0px;
    padding: 0;
}

.market_overview_chart_container h1 {
    display: block;
    padding: 0;
    margin: 2px auto;
    text-align: center;
    font-size: 12px;
}

.market_overview_chart_container b {
    display: block;
    padding: 2px 15px;
    font-weight: 500;
    font-size: 12px;
}

.push_prev_val {
    display: none;
}

.big_chart {
    height: 400px;
    clear: both;
    background: #fff url('/images/loading.gif') center center no-repeat;
}

.navlist a {
    cursor: pointer;
}

img.refresh_indicator {
    position: absolute;
    top: -3px;
    right: 33px;
    display: none;
}

#old_ie, #entitledLoginFailure {
    padding: 10px;
    background: #ffc;
    margin-bottom: 10px;
    border: 1px solid #fc6;
    text-align: center;
    font-weight: bold;
    color: #200;
}

table.search_result {
    width: 100%;
}

table.search_result tr.titel {
    background-color: #E6EBF2;
    font-weight: bold;
    white-space: nowrap;
}

table.search_result td {
    padding: 2px 5px;
}

div.search_again {
    padding: 5px;
    clear: both;
}

div.search_again input.inputfeld {
    border: 1px solid #555;
    padding: 2px;
}

div#search_result ul.navlist a img {
    margin-left: 2px;
    vertical-align: -1px;
}

div.hidden_tabs {
    display: none;
}

ul.pagingContainer {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 4px;
}

ul.pagingContainer li {
    float: left;
    padding: 0 5px 0 0;
}

div.table_title_wrapper {
    padding: 3px 0 3px 5px;
    text-align: left;
    white-space: nowrap;
}

div.sort_icons {
    display: inline-block;
    height: 3px;
    margin-top: -3px;
    width: 12px;
}

div.sort_label {
    display: inline-block;
    height: 20px;
    margin-left: 5px;
}

.product_changePercent {
    width: 70px;
}

.product_title {
    height: 22px;
}

div#idms_footer {
    background-color: #f7f7f7;
}

/* portfolio submit button, same definition as in submenu.css, line 274 */
span.portfolioButton {
    background: -moz-linear-gradient(#27A35F, #1F7E4B);
    background: -webkit-linear-gradient(#27A35F, #1F7E4B);
    background: -o-linear-gradient(#27A35F, #1F7E4B);
    background: linear-gradient(#27A35F, #1F7E4B);
    border: 1px solid #305F39;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 #666666;
    color: white !important;
    cursor: pointer;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 2px 7px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: bottom;
}

/* Error messages */

div.idms_error {
    background: #fff;
    border: 1px solid #bbb;
    padding: 10px 20px 20px 20px;
    border-radius: 5px;
}

div.idms_error * {
    font-family: sans-serif;
    text-transform: none;
    font-size: 11px;
}

div.idms_error h1 {
    margin: 10px 0;
    font-size: 17px;
    color: #000;
}

div.idms_error h2 {
    margin: 10px 0;
    font-size: 13px;
    color: #777;
}

div.idms_error table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #468;
}

div.idms_error table td, div.idms_error table th {
    padding: 7px;
    border: 1px solid #468;
    border-width: 0 1px 0 1px;
}

div.idms_error table th {
    text-align: left;
    font-weight: normal;
}

div.idms_error table thead td, div.idms_error table th {
    background: #468;
    color: #fff;
    font-weight: bold;
}

div.idms_error table tr.idms_even td {
    background: #eef;
}

#portfolio_alerts .tab_alerts .col4 {
    overflow: hidden;
    text-overflow: ellipsis;
}

.height_uebersicht_rohstoffe .box_1_titel {
    background-image: url('/images/DB_Logo_Gross1.svg') !important;
    background-position: 83px 2px !important;
}

span.indication_by {
    background-image: url('/images/DB_Logo_Gross1.svg') !important;
    width: 140px !important;
    height: 25px !important;
    top: 3px !important;
    right: 1px !important;
}

.db_logo {
    align-items: center;
    transform: translate(0%, 20%);
}

.db_logo_indication {
    height: auto;
    left: auto;
    right: auto;
    display: block;
    padding-left: 28px;
    float: right;
}

@-moz-document url-prefix() {
    table.tab_kursdaten2 td.col2 {
        width: 32.8%;
    }
}

table.tab_kursdaten2 td.col2 {
    display: block !important;
    width: 100px !important;

}

.tab_kursdaten tr:nth-child(8),
.tab_kursdaten tr:nth-child(9) {
    background-color: #e8e8e8 !important;

}
.tab_kursdaten td.col2{
    width: 70px !important;
}

.client_custom_message{
    float: right;
    margin-top: -40px;
    margin-right: 5px;
    max-width: 710px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.blue{
    color: #0B559B;
}

.red{
    color: red;
}

.black{
    color: #0C0C0C;
}