body {
    font-family: arial, helvetica, sans-serif;
    margin: auto;
    font-size: 0.84em;
    background-color: #c6c5e8;
}

.narrowBody { width: 1500px; }
.wideBody { width: auto; }

A {
    font-weight : bold;
    text-decoration : none;
}

h1 {
    display: block;
    font-size: 2.3em;
    font-weight: bold;
    margin:0;
    padding:0;
}

h2 {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin:0;
    padding:0;
}

h3 {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin:0;
    padding:5;
}

A:link  {color : #930831; text-decoration:none;}
A:visited  {color : #930831; text-decoration:none;}
A:hover  {color : NAVY; text-decoration:none;}
A:active {color : #930831; text-decoration:none;}

.red {color: #cc0000;}
.darkgreen  {color: DARKGREEN;}
.orange {color: ORANGE;}
.black {color: BLACK;}
.maroon {color: MAROON;}
.darkorange {color:darkorange;}
.purple {color:purple;}
.blue {color:blue;}
.gray {color:gray;}
.purple {color:purple;}
.green {color:green;}

.leftAlign { text-align:left; }
.centerAlign { text-align:center; }
.rightAlign { text-align:right; }

.bgAzure {background-color: azure;}
.bgPink {background-color: #ff8da1;}
.bgLightCoral {background-color: lightcoral;}
.bgBisque {background-color: bisque;}
.bgPaleGreen {background-color: palegreen;}
.bgLightBlue {background-color: lightblue;}
.bgYellow {background-color: yellow;}
.bgLightYellow {background-color: lightyellow;}
.bgYellow {background-color: yellow;}
.bgGrey {background-color: lightgrey;}
.bgSlateGray {background-color:slategray;}
.bgTan {background-color: tan;}
.bgBeige {background-color: beige;}
.bgWhite {background-color: white;}
.bgTheme1 {background-color:#c6c5e8;}
.bgTheme2 {background-color:#c6c5e8;}
.bgTheme3 {background-color:#c6c5e8;}
.bgSalmon {background-color:lightsalmon;}

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

#mainContent {
    margin-left: 190px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right:10px;
    height: 100%;
    border-radius: 10px 10px 10px 10px;
    background: white;
    width: auto;
}

#content {
    padding:10px;
}

.loginPageContent {
    margin-left:auto;
    margin-right:auto;
    border-radius: 10px 10px 10px 10px;
    background: white;
    width: 800px;
    overflow:hidden;
    box-shadow: inset 0px 0px 10px 2px grey;
}

.loginPagePadding { padding:20px; }

#nav {
    width: 180px;
    float: left;
}

#goldbar {
    height:10px;
    width:100%;
    background: #000000;
}

#blackbar {
    height:10px;
    width:100%;
    background: black;
    float: left;
}

#area1 {
    width:100%;
    background: #7775ae;
    float: left;
}

#header {
    height:65px;
    width:100%;
    background: black;
    color:white;
    font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;;
    font-weight: bold;
    line-height: 2em;
    overflow:hidden;
    padding-left: 15px;
    padding-top: 15px;
}

#moduleHeader {
    width:100%;
    height:30px;
    margin-bottom:15px;
}

.moduleHeaderItem {
    height:30px;
    width:50%;
    float:left;
    background:#c6c5e8;
    border:2px solid #3d3c74;
    padding:5px;
    text-align:center;
    border-radius:5px;
    font-weight:bold;
    font-size:.80em;
}

table.recDetail {
    border: 2px solid #3d3c74;
    border-collapse: collapse;
    width:100%;
}

table.recDetail th {
    font-weight: bold;
    vertical-align: top;
    background-color: #c6c5e8;
    border: 2px solid #3d3c74;
    padding:5px;
}

table.recDetail td {
    vertical-align: top;
    border: 2px solid #3d3c74;
    padding:5px;
}

.statusMessage {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
    border-radius: 10px 10px 10px 10px;
    padding:15px;
}

ul.navButtons {
    padding:0;
    margin-top:0px;
    margin-right:10px;
    width:100%;
}

ul.navButtons li {
    color:white;
    font-weight:bold;
    margin-left:0;
    padding:10px;
    list-style-type: none;
    background-color:#595959;
    border-bottom: 1px solid #808080;
}

ul.navButtons li:hover {
    background-color:#f1d9ba;
    cursor:pointer;
    color:black;
}

table.topNav {
    width:100%;
    border-collapse:separate;
    border-spacing:3px;
}

table.topNav td {
    margin-left:auto;
    margin-right:auto;
    border-radius: 5px 5px 5px 5px;
    padding:10px;
    text-align:center;
    width:14%;
    background-color:#c6c5e8;
}

table.topNav td:hover {
    background-color:#b1afff;
}

table.topNav th {
    margin-left:auto;
    margin-right:auto;
    border-radius: 5px 5px 5px 5px;
    padding:10px;
    text-align:left;
    background-color:#c6c5e8;
}

.clearfix {
    overflow: auto;
}

.checkbox-grid-container {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    margin-left: -10px;
}
.checkbox-grid-item {
    text-align: left;
    padding:2px;
}
