﻿body {
    background-color: #ffffff;
}
DIV#HeaderTitle {
    position: relative;
    background-color: transparent;
    top: 100px;
}
.HeaderTitleTable {
    position: relative;
    border: none;
    width: 1200px;
    padding: 0px;
    margin: auto;
    height: 0px;
}
DIV#HeaderLineTable {
    position: relative;
    margin: auto;
    padding: 0px;
    height: 75px;
    border: none;
    width: 1200px;
    background-color: #558800;
    top: 100px;
}
DIV#SignOnContainer {
    position: relative;
    min-width: 800px;
    max-width: 1200px;
    min-height: 400px;
    background-color: #ffffff;
    margin: auto;
    padding: 0px;
    padding-bottom: 35px;
    top: 100px;
}
DIV#SignOnLoginContent {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 0px;
}
/* Agreement.aspx only */
.printActionBar {
    color:#0e508c;
    font-weight:bold;
    text-decoration:none;
}
.printActionBar hover {
    text-decoration:underline;
}
/* SignOn.aspx */
.SignOnDebugErrorLabel
{
    text-align: left;
    vertical-align: text-top;
    color: red;
}
td.SignonMessageHeading {
    font-size: 16px;
    font-weight: bold;
    color: #558800;
}
/* SignOn.aspx, PasswordExpired.aspx */
TD.SignOnLabel
{
    TEXT-ALIGN: left;
    VERTICAL-ALIGN:baseline;
}
TD.TDSignon {
    background-color: #f2f2f2;
    border: solid 1px #f2f2f2;
}
TD.SignOnLabel .error {color:red;}
#tblChallengeQuestions {margin-top:40px}
#messaging {
    /*background-color:#ffffff;*/
    /*border:solid 1px #ffffff;*/
    /*border-radius:5px;*/
    vertical-align:top;
}
td.SignonMessageHeading {
	font-size:120%; 
	font-weight:bold;
	color:#558800;
    /* top right bottom left */
    padding-bottom: .5em;
    white-space:normal;
}
.InnerCtTable {
    background-color: #f2f2f2;
    border: solid 1px #f2f2f2;
    border-radius: 5px;
    padding: 4px;
}
.SignInHeader,
.SignonMessageHeading {
    border: 3px;
    border-bottom-color: #EBEBEB;
    border-bottom-style: solid;
    font-size: 18px;
    font-weight: bold;
}
div.AgreementInstructionsWrapper {
    margin: 20px auto;
    padding: 20px;
    border: 2px solid;
    width: 80%;
}
div.AgreementInstructions {
    text-align: justify;
    text-justify: inter-word;
}

.TblMessaging {
    width:100%;
    padding-bottom: 1em;
}
.TblMessaging {
    width: 100%;
    padding: 9px;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    border-radius: 5px;
    padding-bottom: 20px;
}

.TblSpacer {
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
}
/* Agreement.aspx uses this */
#agreementWrapper {
    text-align: center;
    min-width: 1175px;
    margin: 30px auto;
    border-radius: 20px;
}
﻿/* Agreement.aspx uses this */
#agreementWrapper {
    text-align:center;
    width:100%;
    margin:30px auto;
    border-radius:20px;
}
/* Agreement.aspx, backfix.min.js */
IFRAME {
    height: 275px;
    text-align: left;
    width: 85%;
    /*border:none;*/
    /*border:1px solid green;*/
}
TD.SignOnLabel_txt {
    TEXT-ALIGN: right;
    HEIGHT: 5px;
    FONT-SIZE: 13px;
    VERTICAL-ALIGN: middle;
    Width: 12%;
}

TD.SignOnLabel {
    TEXT-ALIGN: left;
    HEIGHT: 5px;
    FONT-SIZE: 13px;
    VERTICAL-ALIGN: middle;
    Width: 300px;
}
