.logout-popup, .undo-popup {
    position: absolute;
    top: 100px;
    background-color: #fff;
    width: 840px;
    padding: 0 0 45px 0px;
    text-shadow: none;
    height: 140px;
}

    .logout-popup .inner-page-header h1, .undo-popup .inner-page-header h1 {
        font-family: arial, suns-serif;
        text-align: center;
        padding: 10px;
        font-size: 16px;
        margin: 0px 0px 10px 0px;
    }

    .logout-popup a, .undo-popup a {
        margin-left: 10px;
        margin-right: 10px;
    }

#fancybox-wrap {
    padding: 0px;
}

.red {
    color: Red;
}

.center {
    text-align: center;
}

body .debtholder-selector {
    font-size: 11px !important;
    padding-left: 3px;
    padding-top: -2px;
    height: 28px;
    line-height: 28px;
    max-width: 120px;
}

    body .debtholder-selector span {
        font-size: 11px !important;
        height: 28px;
        line-height: 28px
    }

.statistics {
    width: 710px;
}

.frame {
    padding: 5px;
    border-bottom: solid 1px #777777;
    border-left: solid 1px #aaa;
    border-right: solid 1px #aaa;
    border-top: solid 1px #ccc;
}

.statistics table {
}

    .statistics table td {
        width: 140px;
        text-align: center;
        padding: 5px;
    }

        .statistics table td.caption {
            text-align: left;
            padding: 5px;
            font-weight: bold;
            font-size: 16px;
        }

    .statistics table tr.values td {
        font-size: 20px;
        font-weight: bold;
    }

.statisticspanel td {
    padding: 5px;
}

    .statisticspanel td.first {
        width: 150px;
    }

.inactiveLanguage {
    border: 1px solid #ddd;
    padding: 5px 0px 5px 0px;
    text-align: center;
    width: 100px;
    background-color: white;
    color: black;
    display: inline-block;
    
    cursor: pointer;
}

    .inactiveLanguage:hover {
        background-color: Highlight;
    }

.activeLanguage {
    border: 1px solid #ddd;
    padding: 5px 0px 5px 0px;
    text-align: center;
    width: 100px;
    background-color: Highlight;
    color: white;
    display: inline-block;
    
    
}
.first {
}
.second {
    margin-left: -5px;
}
.caption {
    display: inline-block;
    width: 150px;
}