.formbutton { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }

.dislink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #6b7280;
    text-decoration: line-through;
}

.helplink { font-style: italic; }

/* Global links */
A:link,
A:visited {
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
    color: #ffffff;
}

A:hover {
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    color: #ffffff;
}

/* Inputs */
input, select {
    font-family: Arial;
    font-size: 8pt;
    text-decoration: none;
}

/* Alerts */
.alert { color: #dc2626; }

FORM { margin: 0px; }

/* Main page */
BODY.main {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    background-color: #ffffff;
    color: #0d5f4d;
    margin-top: 30px;
    margin-left: 30px;
}

/* Header table */
table.headtable {
    border: 1px solid #0b1220;
    padding: 0px;
    width: 300px;
    height: 25px;
}

/* Progress bar */
td.progressBarFilled {
    background-color: #10b981;
    padding: 2px;
    width: 5%;
}

td.progressBarEmpty {
    background-color: #eef2f7;
    color: #eef2f7;
    padding: 2px;
    width: 5%;
}

/* Titles / headers */
td.title {
    background-color: #0e7459;
    vertical-align: middle;
    font-size: 18.0pt;
    font-family: Arial;
    color: #ffffff;
}

td.header {
    color: #ffffff;
    vertical-align: middle;
    font-size: 13.0pt;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    background-color: #0b1220;
}

td.headline {
    vertical-align: middle;
    font-size: 12.0pt;
    font-family: Arial;
    color: #0d5f4d;
    font-weight: bold;
}

/* Tabs */
td.tabhead {
    background-color: #0e7459;
    vertical-align: middle;
    font-size: 12.0pt;
    font-family: Arial;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

td.tabbar {
    background-color: #dcdcdc;
}

/* Table text */
td.databold,
td.intabdataleft,
th {
    font-size: 8.0pt;
    font-family: Arial;
    font-weight: bold;
    color: #232327;
}

td.tabdata,
tr.tabdata {
    font-size: 8.0pt;
    font-family: Arial;
    color: #232327;
}

/* Navigation selected */
.nav-main-sel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
    background-color: #10b981;
}

/* Page titles */
.title-main {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
    background-color: #0b1220;
}

.title-sub {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #0b1220;
    text-align: right;
    background-color: #dcdcdc;
}

/* Help section */
.help-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #ffffff;
    background-color: #0e7459;
}

.help-main {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #0e7459;
}

.help-sub {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #0d5f4d;
}

.help-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #232327;
}

/* Model label */
.model {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #232327;
}

/* Legacy “orange/black” helpers mapped to emerald theme */
.light-orange { background-color: #dcdcdc; }
.light-orange-line { color: #dcdcdc; }
.orange { background-color: #10b981; }
.black { background-color: #0b1220; }

/* Warning input */
.InputTextWarning {
    border: 0px;
    color: #dc2626;
}

/* Content links */
.content A:link,
.content A:visited {
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
    font-weight: bold;
    color: #0d5f4d;
}

.content A:hover {
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
    font-weight: bold;
    color: #10b981;
}

/* Main navigation links */
.nav-main A:link,
.nav-main A:visited {
    font-family: Arial;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
    color: #0d5f4d;
}

.nav-main A:hover {
    font-family: Arial;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
    color: #10b981;
}

/* Sub navigation links */
.nav-sub A:link,
.nav-sub A:visited {
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
    color: #ffffff;
}

.nav-sub A:hover {
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

/* Tables */
.table1_bg {
    background-color: #0b1220;
    margin-top: -1px;
}

.table1_left {
    line-height: 24px;
    background-color: #dcdcdc;
    padding-left: 5px;
    height: 24px;
    font-size: 8.0pt;
    font-family: Arial;
    color: #232327;
}

.table1_right {
    line-height: 24px;
    background-color: #f8fafc;
    padding-left: 5px;
    height: 24px;
    font-size: 8.0pt;
    font-family: Arial;
    color: #232327;
}
