﻿body {
    background-color: #f7f9f6;
}

html {
    /*  background-color: White;  */
}

.hidden {
    position: absolute;
    left: -999px;
}

.headerPanel {
    background-color: #f7f9f6;
    height: 45px;
    width: 99%;
}

.mainPanelBackground {
    /* height: 733px; */
    background-color: #f7f9f6;
    height: 658px;
    width: 99%;
}

/* Font sizes for labels */
.cssDefaultFont14 {
    font-size: 14px;
}

.cssDefaultFont14Bold {
    font-size: 14px;
    font-weight: bold;
}

.cssDefaultFont12 {
    font-size: 12px;
}

.cssDefaultFont16 {
    font-size: 16px;
}

/* Label & drop down for Data File Select */
.headingImportDataLabel {
    width: 10%;
    height: 45px;
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    margin-left: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-top: 9px;
}

.headingImportDataSelect {
    width: 25%;
    margin-left: 10px;
    margin-bottom: 4px;
    margin-right: auto;
    margin-top: 12px;
    display: inline-block;
}

/* Side menu options - hyperlinks. Some have image for report options.  In those cases, refer to style within form */
.divMenuOptFull {
    /* Full width of side panel.  Use when no report options */
    clear: both;
    width: 97%;
    float: left;
    margin-left: 8px;
    margin-top: 8px;
    text-align: left;
    font-size: 14px;
}

.divMenuOpt {
    clear: both;
    width: 63%;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    text-align: left;
}

.divMenuOptLong {
    clear: both;
    width: 72%;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    text-align: left;
}

.divMenuOptImage {
    float: left;
    width: 15%;
    margin-left: 15px;
    margin-top: 10px;
    text-align: left;
}

.dxpcContentPaddings_PlasticBlue {
    padding-bottom: 5px;
}

.divSpace {
    height: 20px;
}

.divSpace10 {
    height: 10px;
}

.divSpace15 {
    height: 15px;
}

.divSpace20 {
    height: 20px;
    text-align: right;
}

.divSpace25 {
    height: 25px;
}

.divSpace5 {
    height: 5px;
}

.divText {
    margin-left: 10px;
    font-size: 14px;
}

.styleTbl {
    height: 45px;
}

.styleWorkpapers {
    height: 25px;
}

.divMain {
    font-size: 14px;
    font-family: Arial;
}

.centerDiv {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.divCenterDialog {
    margin-top: 10px;
    width: auto;
    text-align: center;
}

.styleFlyout {
    text-align: left;
    font-family: Arial;
    font-size: 10pt;
}

.flyout-title {
    background-color: Navy;
    color: White;
    height: 25px;
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    margin-bottom: 5px;
    line-height: 2em;
}

.Pad_Office2010Silver {
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
}

.divDialogYesNo {
    width: 43%;
    padding-top: 10px;
    margin-left: 15px;
    float: left;
    height: 30px;
    text-align: center;
}

.divClear {
    clear: both;
    height: 0px;
}

#divCancel {
    float: left;
}

#divClose {
    float: right;
}

#divRpt {
    float: right;
}

#divFooter {
    position: absolute;
    bottom: 10px;
    width: 90%;
}

.ComingSoonTitle {
    font-size: 18px;
    font-weight: bold;
    padding: 8px;
    background: #b9c9fe url('gradhead.png') repeat-x;
    border-top: 2px solid #d3ddff;
    border-bottom: 1px solid #fff;
    color: #039;
}

#divComingSoon {
    font-size: x-large;
    font-style: italic;
    font-weight: bold;
    color: Navy;
}

.editformdiv {
    /* Verification edit form (VerifyDetails.aspx; EditFilterDate; EditFilter) */
    padding: 5px 5px 5px 5px;
    background-color: #F5F5F5;
    width: 375px;
}

.editformlabel {
    font-weight: bold;
}

.editformbuttons {
    font-weight: bold;
    font-size: small;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.headingLabel {
    width: 15%;
    height: 45px;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #AA1247;
    margin-left: 12px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-top: 8px;
    vertical-align: middle;
    display: inline-block;
}

.headingDataLabel {
    width: 15%;
    height: 45px;
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    margin-left: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-top: 8px;
}

.headingDataSelect {
    width: 30%;
    margin-left: 10px;
    margin-bottom: 4px;
    margin-right: auto;
    margin-top: auto;
    display: inline-block;
}

.headingToolbar {
    width: 35%;
    display: inline-block;
    margin-left: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-top: 7px;
}

/* Import Wizard Steps */
.importsteps {
    margin-left: 100px;
    margin-top: 70px;
}