/* Horizon Watchers Network -- horizonwatchers.com */
/* Shared stylesheet for all pages */

body {
    background-color: #080808;
    color: #00cc66;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

a {
    color: #33ff77;
    text-decoration: underline;
}

a:visited {
    color: #009944;
}

a:hover {
    color: #ccffcc;
    background-color: #001a00;
    text-decoration: none;
}

h1, h2, h3, h4 {
    color: #00ff88;
    font-family: "Courier New", Courier, monospace;
    margin: 0 0 6px 0;
}

pre {
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    color: #008844;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.section-header {
    background-color: #002200;
    color: #00ff88;
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 8px;
    border-bottom: 1px solid #004400;
    letter-spacing: 2px;
}

/* Beveled nav cells -- era-accurate raised button effect */
.nav-cell {
    background-color: #141f14;
    border-top: 2px solid #2a4a2a;
    border-left: 2px solid #2a4a2a;
    border-bottom: 2px solid #000800;
    border-right: 2px solid #000800;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    font-family: "Courier New", Courier, monospace;
}

.nav-cell:hover {
    background-color: #001a00;
}

.nav-cell a {
    color: #00cc66;
    text-decoration: none;
}

.nav-cell a:hover {
    color: #ffffff;
    background-color: transparent;
}

.report-row-a {
    background-color: #0b160b;
}

.report-row-b {
    background-color: #060e06;
}

.status-readout {
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    color: #00ff44;
    font-weight: bold;
    letter-spacing: 1px;
}

.sidebar-box {
    background-color: #060e06;
    border: 1px solid #1a3a1a;
    padding: 6px 8px;
}

.form-input {
    background-color: #0b160b;
    color: #00cc66;
    border: 1px solid #2a4a2a;
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    padding: 2px 4px;
}

.form-select {
    background-color: #0b160b;
    color: #00cc66;
    border: 1px solid #2a4a2a;
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
}

/* Beveled submit button */
.submit-btn {
    background-color: #141f14;
    color: #00ff88;
    border-top: 2px solid #2a4a2a;
    border-left: 2px solid #2a4a2a;
    border-bottom: 2px solid #000800;
    border-right: 2px solid #000800;
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 14px;
    cursor: pointer;
    letter-spacing: 1px;
}

/* Monospace report header block for filed documents */
.report-header-block {
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    color: #00cc66;
    background-color: #030d03;
    border: 1px solid #1a3a1a;
    padding: 12px 14px;
    line-height: 1.8;
}

/* Indented observer report blocks */
.observer-block {
    background-color: #060e06;
    border-left: 3px solid #003300;
    padding: 8px 12px;
    margin: 4px 0;
}

.footer-text {
    color: #004d26;
    font-size: 10px;
    font-family: "Courier New", Courier, monospace;
}

.counter-display {
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    color: #00cc44;
    background-color: #030d03;
    border: 1px solid #1a3a1a;
    padding: 1px 5px;
}
