body {
    font-family: Arial;
    background-color: #cccccc;
}

#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;
}

.subtitle {
    font-weight: bold;
    font-size: 18px;
}

.records_list th {
    font-weight: normal;
    font-style: italic;
    padding: 5px;
}

.records_list td {
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
    padding: 5px;
}

.records_list tfoot {
    display: none;
}

.records_list ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -25px;
}

.records_sublist th {
    padding: 5px;
    background-color: #dddddd;
}

.records_sublist td {
    padding: 5px;
}

.records_sublist ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -25px;
}

.record_properties th {
    vertical-align: top;
}

.record_properties td {
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
}

.record_properties ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -20px;
}

.record_actions {
    margin-top: 10px;
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

.separator {
    margin-left: 0px;
    width: 500px;
}

.search {
    background-color: #9999cc;
    padding: 5px;
    margin-bottom: 20px;
}

.rank1 {
    color: #b8860b;
}

.rank2 {
    color: #a0a0a0;
}

.rank3 {
    color: #8C7853;
}

.rank {
    font-weight: bold;
}

.important {
    font-weight: bold;
    color: red;
}

.back {
    background: url('../images/back_enabled.png') no-repeat;
    background-size: 16px;
    padding-left: 20px;
    height: 22px;
    float: left;
}

.ui-widget {
    font-family: Arial;
    font-size: 0.8em;
}

.ui-button-text {
    margin-left: -5px;
    margin-right: -5px;
}

#jMenu ul {
    list-style-type: none;
}

.dataTables_wrapper {
    margin-bottom: 40px;
}

.dataTables_processing {
    top: 70px;
}
