﻿#ReportMenu {
    visibility: hidden;
}

#BannerLinks, #BannerLinksResizeForParents, #BannerHelpButton {
    visibility: hidden;
}

#BannerLookup {
    visibility: hidden;
}

#LoginMessage {
    width: 500px;
    min-height: 48px;
    padding-left: 68px;
    padding-top: 20px;
    border: 1px solid red;
    margin: 0 auto;
    position: relative;
}

#MessageIcon {
    background-image: url(images/critical.gif);
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 48px;
    width: 48px;
}

#ResetSuccessfulMessage {
    width: 500px;
    min-height: 48px;
    padding-left: 68px;
    padding-top: 20px;
    border: 1px solid green;
    margin: 0 auto;
    position: relative;
}

#UserNameLabel {
    position: absolute;
    top: 175px;
    left: 110px;
    color: #3C6B8C;
    font-weight: bold;
}

#UserName {
    position: absolute;
    top: 170px;
    left: 190px;
}

#PasswordLabel {
    position: absolute;
    top: 200px;
    left: 113px;
    color: #3C6B8C;
    font-weight: bold;
}

#Password {
    position: absolute;
    top: 195px;
    left: 190px;
}

#ConfirmPasswordLabel {
    position: absolute;
    top: 225px;
    left: 62px;
    color: #3C6B8C;
    font-weight: bold;
}

#ConfirmPassword {
    position: absolute;
    top: 220px;
    left: 190px;
}

#LoginButton {
    position: absolute;
    top: 260px;
    left: 190px;
}

    #LoginButton input {
        color: #3C6B8C;
        font-weight: bold;
        padding: 5px 10px 5px 10px;
    }

#ValidateButton {
    position: absolute;
    top: 230px;
    left: 190px;
}

    #ValidateButton input {
        color: #3C6B8C;
        font-weight: bold;
        padding: 5px 10px 5px 10px;
    }

#myErrorMsg {
    position: absolute;
    top: 290px;
    left: 50px;
    width:365px;
    text-align:center;
    background-color:white;
    border-radius:5px;
    border:solid 1px red;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:10px;
    font-weight:bold;
}

#SecureLogin {
    position: absolute;
    top: 225px;
    left: 245px;
}



#Login {
    height: 335px;
    width: 465px;
    margin-top: 20px;
    margin-left: 0;
}

#LoginBG {
    height: 335px;
    width: 465px;
    background-image: url(images/LoginForm2.png);
}

#pagecontent {
    position: relative;
}

#Login h1 {
    width: 465px;
    text-align: center;
}

#Login p {
    padding: 35px 0 20px 55px;
    width: 400px;
}

#UserNameReset {
    position: absolute;
    top: 123px;
    left: 30px;
    color: #3C6B8C;
    font-weight: bold;
}

#UserNameResetInput {
    position: absolute;
    top: 120px;
    left: 140px;
}

#RegistrationSuccessful {
    font-size: 12pt;
}

#tblForm {
    width: 600px;
}

    #tblForm td {
        padding-top: 5px;
    }

    #tblForm input {
        width: 250px;
    }

.strength0 {
    width: 250px;
    background: #cccccc;
}

.strength1 {
    width: 50px;
    background: #ff0000;
}

.strength2 {
    width: 100px;
    background: #ff5f5f;
}

.strength3 {
    width: 150px;
    background: #56e500;
}

.strength4 {
    background: #4dcd00;
    width: 200px;
}

.strength5 {
    background: #399800;
    width: 250px;
}
