body {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    padding-top: 40px;
    background-color: white;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}
a {
    text-decoration: none;
    color: #444444;
}
a:hover {
    font-weight: bold;
    cursor: pointer;
}
.errorMessage {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color:red;
    font-size:12px;
    padding-left:5px;
}
.contentArea {
    width: 1190px;
    margin: 0 auto;    
    padding-top:20px;
}
.mainGrid {
    padding-top: 30px;
    padding-left: 20px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 14px;
}
.mainArea {
    width: 1200px;
    border: solid 1px #d3d3d3;
    margin: 0 auto;
    border-radius:7px;
}
.headerImage {
    background-image: url('/images/TopHeader.jpg');
    width: 1200px;
    height: 103px;
}
.topSpace {
    clear: both;
    width: 1200px;
    height: 50%;
}
.bottomSpace {
    clear: both;
    width: 1200px;
    height: 50%;
    padding-left: 300px;
}
.menuItem {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    float: left;
    width: 230px;
    text-align: center;   
}
.menuItem a {
    text-decoration: none;
    color: #444444;
}
.menuItem a:hover {
    font-weight: bold;
    cursor: pointer;
}
.logOutMenu {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 12px;
    padding-top: 20px;
    float: right;
    height: 26px;
    width: 115px;
}
.logOutMenu a {
    text-decoration: none;
    color: #444444;
}
.logOutMenu a:hover {
    font-weight: bold;
    cursor: pointer;
}
.footerArea {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 10px;
    bottom: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
    clear:both;
    position: fixed;
    margin:auto 0;
    width: 1200px;
    text-align: center;
    color: #333333;    
}
.multiRowTextBox {
    width: 40%;
    height: 200px;
}

/* GRID FORMATTING*/
.gridFormat {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 12px;
}
.gridFormat a {
    color: #004C66;
}
.gridFormat tr {
    height:30px;
}
.gridFormat select {
    padding:1px !important;
}
.gridHeader {
    background-color:#d3d3d3;
    font-weight:bold;
}
.gridHeader a {
    text-decoration: none;
    color: #004C66;
}
.gridHeader a:hover {
    font-weight: bold;
    cursor: pointer;
}
.gridRow {
    font-size: 12px;
    height: 35px;
}
.gridRow a {
    color: #004C66;
}
.gridWhiteOut {
    background-color:white;
    z-index:400;
}
/* ENTRY */
.entryArea {
    width: 1000px;
    margin: 0 auto;
    padding-top:20px;
/*    padding-bottom:30px;*/
}
.entryRow {
    width: 100%;
    height: 40px;
    clear: both;
}
.entryRowLabel {
    font-size: 14px;
    float: left;
    width: 28%;
    text-align: right;
    margin-right: 6px;
    padding-top: 3px;
}
.entryRowField {
    font-size: 14px;
    float: left;
    width: 70%;
    text-align: left;
    padding-top:4px;
}
/* LOGIN SCREEN*/
.loginEntryMain {
    width: 300px;
    border: solid 1px #777777;
    height: 150px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 100px;
    background-color:white;
    border-radius:7px;
}
.loginLabel {
    font-family: Calibri, sans-serif;
    font-size: 12px;
    text-align: right;
    padding-left: 5px;
    color: #113975;
    float: left;
    width: 35%;
}
.loginField {
    float: left;
    width: 60%;
    text-align:left;
    padding-left:10px;
}
.loginSubmit {
    text-align: center;
    width: 100%;
    margin-top: 50px;
}
.mainTableRow {
    width: 100%;
    clear: both;
    text-align: center;
    line-height: 34px;
}
.mainTableCell {
    float: left;
    width: 50%;
    text-decoration: none;
    color: grey;
    text-align: left;
}
.jqbox_innerhtml {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.hidden {
    display: none;
}