﻿body {
    /* sets page up */
    font-family: helvetica,sans-serif;
    font-size: 14px;
    vertical-align: top;
}

a {
    font-weight: bold;
    color: #8FBF3C;
    text-decoration: none;
    background-color: Transparent;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
    line-height: 18px;
}

.rowClass {
    margin-bottom: 0px;
    height: 30px;
    line-height: 23px;
}

.BlueLblFormat {
    color: #31689C;
    background-color: Transparent;
}

.BlueLblFormatBold {
    color: #31689C;
    background-color: Transparent;
    font-weight: bold;
}

.BlueLblFormatBold {
    color: #31689C;
    background-color: Transparent;
    font-weight: bold;
}

.rowClassBlueLine {
    margin-bottom: 0px;
    height: 2px;
    line-height: 2px;
    background-color: #31689C;
}

.ItalicMsg_Small {
    font-style: italic;
    font-size: 12px;
}

.rowClassShort {
    margin-bottom: 0px;
    height: 18px;
    line-height: 18px;
}

.rowClassShort {
    margin-bottom: 0px;
    height: 18px;
    line-height: 18px;
}

.leftColumn {
    float: left;
    width: 145px;
}

.rightColumn {
    float: left;
    width: 220px;
}

.rightColumn_Forgot {
    position: absolute;
    left: 250px;
}


#main_PageInfoContainer {
    padding-left: 20px;
    padding-top: 15px;
}

#main_NavContainer {
    padding-bottom: 15px;
}

#info_QContainer .rightColumn {
    float: left;
    width: 380px;
}


.leftColumn_Forgot {
    width: 100px;
}

.validatorColumn {
    float: left;
    width: 380px;
    color: #AA0000;
    font-weight: bold;
}

.errorLabel {
    color: #AA0000;
    font-weight: bold;
}

.info_validatorColumn {
    float: left;
    width: 300px;
    color: #AA0000;
    font-weight: bold;
}

#mainContainer {
    padding-left: 10px;
    padding-bottom: 15px;
    margin-left: 25px;
    margin-bottom: 100px;
    width: 870px;
    min-height: 400px;
    padding-top: 5px;
}

#esign_HeaderContainer {
    font-weight: bold;
}

    #esign_HeaderContainer .leftColumn {
        float: left;
        width: 150px;
    }

/*----------------------------------------------------------*/
/*  JQuery Popups Layout Styles								*/
/*----------------------------------------------------------*/

#backgroundContact,
#backgroundError,
#backgroundConfirm,
#backgroundInValid {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    background: #BCBCBC;
    border: 1px solid #cecece;
    z-index: 500;
}

#popupContact {
    min-height: 150px;
    width: 570px;
    padding: 12px;
    font-size: 13px;
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    top: 22%;
    left: 22%;
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 501;
}

#popupEsignDecline,
#popupEsignTimeout,
#popupError,
#popupConfirm,
#popupInValid {
    min-height: 180px;
    width: 475px;
    padding: 12px;
    font-size: 13px;
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    top: 30%;
    left: 25%;
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 501;
}

    #popupContact h1,
    #popupCloseEsignDecline h1,
    #popupEsignTimeout h1,
    #popupError h1,
    #popupConfirm h1,
    #popupInValid h1 {
        text-align: left;
        color: #31689C;
        font-size: 16px;
        font-weight: 700;
        border-bottom: 1px dotted #D3D3D3;
        padding-bottom: 2px;
        margin-bottom: 20px;
    }

#popupContactClose,
#popupCloseEsignDecline,
#popupCloseEsignTimeout,
#popupCloseError,
#popupCloseConfirm,
#popupCloseInValid {
    font-size: 14px;
    line-height: 14px;
    right: 6px;
    top: 4px;
    position: absolute;
    color: #31689C;
    font-weight: 700;
    display: block;
    cursor: pointer;
}

.doubleRowTop td {
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #BCBCBC;
    padding: 2px;
}

.doubleRowBottom td {
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #BCBCBC;
    padding: 2px;
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
}
