table.cache-waypoints {
    font-family: Arial, Arial Cyr, Helvetica, sans-serif;
    border-collapse: separate;
    border-spacing: 1px;
    width: 100%;
}

table.cache-waypoints th {
    padding: 3px;
}

table.cache-waypoints td {
    padding: 0 3px;
}

table.cache-waypoints tr:nth-child(odd) {
    background: #f3f3f3;
}

table.cache-waypoints tr:nth-child(even) {
    background: #ededed;
}

table.cache-waypoints thead th {
    background: url(/images/lbgr.gif);
    font-weight: bold;
    color: #595959;
    text-align: center;
}

.wp-td-icon {
    text-align: center;
}

.wp-td-icon img {
    vertical-align: middle;
    width: 18px;
    padding: 2px 0;
}

.wp-td-coords {
    min-width: 150px;
    text-align: center;
}

.wp-th-coords {
    width: 100%;
    font-weight: bold;
    color: #595959;
}

.wp-td-name {
    min-width: 100px;
}

.wp-td-desc {
    width: 100%;
}

.answer {
    font-weight: bold;
    font-style: italic;
}

.answer.correct {
    color: #217826;
}

.answer.wrong {
    color: #B53239;
}

.answer.pending {
    color: gray;
}

.usernote {
    display: block;
    margin: 0 10px;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f2f6f8 none;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    position: relative;
    top: 0;
    padding: 5px;
    overflow: hidden;
}

.usernote_header {
    font-style: italic;
    padding-right: 2px;
    font-weight: bold;
}

.usernote_body {
    padding: 5px 2px 5px 5px;
    font-style: normal;
}

.usernote_header_right {
    float: right;
}


/** @group buttons **/
.pers_note_button:hover {
    color: #fff;
    background: #217826;
    text-decoration: none;
}

.pers_note_button:active {
    background: #217826;
}

#save_pers_note, #cancel_pers_note, #pers_note_edit {
    display: none;
}

.tooltip {
    cursor: help;
}

.mistakereport {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 300px;
    height: 150px;
    margin: auto;
    background-color: darkseagreen;
    padding: 5px;
    border: black solid 1px;
    z-index: 9999;
    display: none;
}

.cache-button {
    width: 26px;
    height: 25px;
    cursor: pointer;
    border: 1px solid #999999;
}

.hidden {
    display: none;
}
