/* Legacy Browser Compatible CSS - IE4+, Netscape 4+, Safari 1+ */
/* Compatible with Windows 98, Mac OS X 10.0+, and older systems */

body {
    font-family: Arial, Verdana, sans-serif;
    background-color: #2a2a2a;
    background-image: url('https://filedn.com/l4FCPFbVosCQ0DysNslVsqk/LostInTheWoods/image/bg-p.png');
    color: #e4e4e4;
    margin: 0;
    padding: 0;
}

/* Tables for layout (IE4/Netscape 4 compatible) */
table {
    width: 100%;
    border-collapse: collapse;
}

td {
    padding: 8px;
    vertical-align: top;
}

/* Links */
a {
    color: #e4e4e4;
    text-decoration: none;
}

a:hover {
    background-color: #444;
    color: #fff;
}

/* Headings - matches modern site heading style */
h1 {
    color: #ffffff;
    font-size: 18pt;
    margin: 0 0 6px 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

h2 {
    color: #e4e4e4;
    font-size: 13pt;
    margin: 8px 0 4px 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

h3 {
    color: #c8c8c8;
    font-size: 11pt;
    margin: 6px 0 3px 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

/* Lists */
ul {
    margin: 6px 0;
    padding-left: 20px;
}

li {
    color: #e4e4e4;
    margin: 3px 0;
    font-size: 10pt;
}

/* Horizontal rule */
hr {
    border: 0;
    border-bottom: 2px solid #4c4c4c;
    margin: 10px 0;
}

/* Images */
img {
    border: 0;
}

/* Form elements */
input, select, textarea {
    background-color: #333;
    color: #e4e4e4;
    border: 2px solid #777;
    padding: 5px;
    font-family: Arial, sans-serif;
}

input:focus, select:focus, textarea:focus {
    background-color: #444;
    border-color: #888;
}

/* ---- Layout classes ---- */

/* Green "Legacy Version" notice bar at very top of page */
.legacy-notice {
    background-color: #35702c;
    border-bottom: 2px solid #061619;
    padding: 5px 12px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    color: #ffffff;
}

.legacy-notice a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}

/* Black header bar */
.header-table {
    background-color: #000000;
    border-bottom: 4px solid #5f5f5f;
}

.header-cell {
    padding: 16px 20px;
    text-align: center;
    background-color: #000000;
}

/* Navigation link row in header */
.nav-row {
    margin: 6px 0 0 0;
    font-size: 11pt;
    font-family: Arial, sans-serif;
}

.nav-row a {
    color: #e4e4e4;
    text-decoration: none;
    margin: 0 8px;
    padding: 2px 4px;
}

.nav-row a:hover {
    background-color: #35702c;
    color: #ffffff;
}

/* Dark content box - same colours as modern .cell */
.content-cell {
    background-color: #303030;
    border: 4px solid #4c4c4c;
    padding: 14px;
    vertical-align: top;
}

/* Darker sidebar box */
.sidebar-cell {
    background-color: #262626;
    border: 4px solid #4c4c4c;
    padding: 10px;
    vertical-align: top;
    width: 170px;
}

/* Green accent box (matches .hero / .accent green) */
.accent-cell {
    background-color: #35702c;
    border: 2px solid #061619;
    padding: 10px;
}

/* Tab / button link - matches modern theme-btn style */
.tab-btn {
    background-color: #35702c;
    border: 2px solid #061619;
    padding: 5px 14px;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial, sans-serif;
    text-decoration: none;
    margin: 0 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
}

.tab-btn:hover {
    background-color: #3d8036;
    color: #ffffff;
    border-color: #0a2210;
}

/* Icon grid cells */
.icon-cell {
    text-align: center;
    padding: 10px;
    vertical-align: top;
    background-color: #383838;
    border: 1px solid #4c4c4c;
}

/* Footer bar */
.footer-cell {
    background-color: #000000;
    border-top: 4px solid #5f5f5f;
    padding: 10px;
    text-align: center;
}

/* Text helpers */
.section-heading {
    color: #e4e4e4;
    font-size: 13pt;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin: 4px 0;
}

.body-text {
    color: #e4e4e4;
    font-size: 10pt;
    font-family: Arial, sans-serif;
    margin: 4px 0;
}

.caption-text {
    color: #c8c8c8;
    font-size: 8pt;
    font-family: Arial, sans-serif;
}

/* Scrollable content area */
.scrollbox {
    height: 380px;
    overflow: auto;
    border: 2px solid #4c4c4c;
    padding: 8px;
    background-color: #2a2a2a;
}

/* Button (generic) */
.button {
    padding: 6px 14px;
    background-color: #333;
    border: 4px solid #777;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    color: #e4e4e4;
    font-family: Arial, sans-serif;
    -webkit-user-select: none;
    -khtml-user-select: none;
}

.button:hover {
    background-color: #444;
    border-color: #888;
}
