body {
    font-family: Arial;
}

#showFlash {
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 999;
    text-align: center;
}

#flash {
    position: fixed;
    top: 20px;
    left: 20px;
    background-color: #dddddd;
    padding: 5px;
    display: none;
    z-index: 999;
}

.flash-notice {
    background-color: #99cc99;
    padding: 5px;
}

.flash-warning {
    background-color: #cccc99;
    padding: 5px;
}

.flash-error {
    background-color: #cc9999;
    padding: 5px;
}

.flash-other {
    background-color: #999999;
    padding: 5px;
}

.link {
    text-decoration: underline;
    color: #2f66cc;
    cursor: pointer;
}

.records_list th {
    font-weight: normal;
    font-style: italic;
}

.records_list td {
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
}

.record_properties th {
    vertical-align: top;
}

.record_properties td {
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
}

.records_list tfoot {
    display: none;
}

.hidden {
    display: none;
}

.search {
    background-color: #9999cc;
    padding: 5px;
    margin-bottom: 20px;
}

.ui-widget {
    font-family: Arial;
}

#jMenu ul {
    list-style-type: none;
}

.dataTables_wrapper {
    margin-bottom: 40px;
}

.dataTables_processing {
    top: 70px;
}

.wrong-amount {
    font-weight: bold;
    color: red;
}

.right-amount {
    font-weight: bold;
    color: green;
}

.regularized-amount {
    font-weight: bold;
    color: #ff8800;
}

.cancel-amount {
    font-weight: bold;
    color: blue;
}

.important {
    font-weight: bold;
    color: red;
}