html {
    height: 100%;
    font-family: Segoe UI, Arial;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #181147;
}
td, th, li {
    font-size: 1em;
}
input, textarea {
    font-size: .8em;
}
a {
    color: #800000;
}
a.bold {
    color: #181147;
    font-weight: 600;
}
#mainTable {
    height: 100%;
    width: 100%;
}
.title {
    font-size: 1.25em;
    color: #666;
}
.infoTable {
    background-color: #fff;
}
.headerRow {
    background-color: #181147;
    color: #fff;
    font-weight: bold;
}
.alternateRow {
    background-color: #ccc;
}
.cellTable {
    border-collapse: collapse;
}
.cellTable TD {
    border-top: solid 1px #333333;
    padding: 2px;
}
.noCellTable {
    border: 0;
}
.noCellTable TD {
    border: 0;
    padding: 2px;
}
.label {
    font-weight: 600;
    text-align: right;
}
.alert {
     color: #800000;
}
.required {
    font-weight: 600;
    color: #800000;
}
.hidden {
    display: none !important;
}
.headersmallwhite {
    font-weight: 600;
    font-size: .8em;
    color: #fff;
    background-color: #181147;
}
.headersmallwhite a {
    color: #fff;
}
.footer {
    display: flex;
    justify-content: space-around;
    background-color: #181147;
    font-size: .8em;
    color: #fff;
    padding: 0 10px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}

/*MODAL POPUP*/
.modalBackground {
    background-color: #aaa;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalPopup {
    background-color: #e4e4e4;
    border-width: 3px;
    border-style: solid;
    border-color: #999;
    padding: 0;
    width: 250px;
}
/*END MODAL POPUP*/

/*** TOP NAVIGATION ***/
.topnavbackground {
    background-color: #e4e4e4;
}
.topnavbar {
    padding: 1px 0 0;
    background-color: #e4e4e4;
}
.lt0 {
    height: 16px;
    vertical-align: middle;
    color: #000;
    font-size: .8em;
    font-weight: 600;
    line-height: 1.1em;
    border: solid 1px #e4e4e4;
    padding: 0;
    background: #e4e4e4;
    cursor: pointer;
}
.lt1 {
    height: 16px;
    vertical-align: middle;
    color: #fff;
    font-size: .8em;
    font-weight: 600;
    line-height: 1.1em;
    border: solid 1px #000;
    padding: 0;
    background: #181147;
    cursor: pointer;
}
/*** END TOP NAVIGATION ***/

/*** LEFT NAVIGATION ***/
.leftnavbackground {
    border-right: #000 1px solid;
    border-left: #e4e4e4 1px solid;
    background-color: #181147;
}
.leftnavcontent {
    margin-left: 10px;
    color: #fff;
    font-weight: 600;
}
.leftnavbar {
    padding: 2px 1px 2px 2px;
    vertical-align: middle;
    background: #181147;
}
.gt0 {
    height: 18px;
    width: 175px;
    vertical-align: middle;
    color: #fff;
    font-size: .8em;
    font-weight: 600;
    line-height: 1.2em;
    border: solid 1px #181147;
    padding: 2px 0 2px 3px;
    background: #181147;
    cursor: pointer;
}
.gt1 {
    height: 18px;
    width: 175px;
    vertical-align: middle;
    color: #000;
    font-size: .8em;
    font-weight: 600;
    line-height: 1.2em;
    border: solid 1px #000;
    padding: 2px 0 2px 3px;
    background: #e4e4e4;
    cursor: pointer;
}
/*** END LEFT NAVIGATION ***/

.comparisonTable {
    border-width: 1px;
    border-collapse: collapse;
}
.comparisonTable TD {
    border-width: 1px;
    padding: 2px;
}
.comparisonTable TH {
    border: ridge 1px #cccc99;
    padding: 2px;
}
.pager {
    background-color: #181147;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    text-indent: 5px;
}
.pager a {
    font-size: .8em;
    font-weight: 600;
    color: #ccc;
    text-decoration: underline;
}
.pager a:hover {
    color: #fff;
}
.printonly {
    display: none;
}
.splash-body {
    background-color: #e0e0e0;
}
.splash-container {
    width: 955px;
    margin: auto;
}
.splash-header {
    height: 123px;
    background: #181147;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}
.splash-header-link {
    align-self: center;
}
.splash-header-link a {
    color: #fff;
    font-size: .8em;
    text-decoration: none;
}
.splash-header-link a:hover {
     text-decoration: underline;
}
.splash-info {
    background: #181147;
    padding: 10px 30px 20px;
    letter-spacing: .06em;
    line-height: 1.4em;
    color: #fff;
    text-align: justify;
}
.splash-footer {
    display: flex;
    justify-content: space-around;
    padding-bottom: 5px;
}