body {
    -webkit-text-size-adjust: none;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: .80em;
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

input[type="button"], input[type="submit"] {
    background-image: url('../../images/selected_menu.png');
    border: solid 1px #7795BD;
    color: #fff !important;
    font-size: 1em !important;
}

input[type="button"]:hover,
input[type="submit"]:hover {
    background-image: url('../../images/nav_menu.png');
    border: solid 1px #7795BD;
    border-radius: 4px;
    color: #fff !important;
    font-size: 1em !important;
}


.HomeLinks a { color: inherit; }

.Container {
    background-color: #fff;
    border: 1em solid #496077;
    margin: 20px auto 0px auto;
    width: 100%;
}

.InnerContainer {
    background-color: White;
    height: 100%;
    margin: 0px 0px 0px 0px;
    vertical-align: text-top;
    vertical-align: middle;
    width: 100%;
}

.Header {
    background-image: url(../../Images/homemenubg.gif) !important;
    background-position: top;
    background-position: top;
    background-repeat: repeat-x !important;
    border: Solid 1px #6a9bcc;
    color: Navy;
    font-size: 1em;
    height: 20px;
    padding: 3px 3px 3px 3px;
    vertical-align: top;
    width: 100% !important;
}

.TxtStyle {
    font-size: 1em !important;
    width: 175px !important;
}

.LabelStyle { font-size: 1em !important; }

.LabelHeader {
    font-family: Arial;
    font-size: 1em !important;
    font-weight: bold;
}

.LabelErrorMessage {
    color: Red;
    font-size: 1em !important;
    font-weight: bold;
}

/*.ButtonStyle { font-size: 1em !important; }*/

.Title {
    background-image: url(../../Images/Titlebg.gif);
    background-position: bottom;
    color: #483d8b;
    color: White;
    font-family: Arial;
    padding: 13px 0px 13px 0px;
}

.TitleStyle {
    font-family: Arial;
    font-size: 1.6em;
    font-weight: bolder;
}

.TitleImage {
    Height: 28px;
    Width: 28px;
}

.DropDown {
    font-size: 1em !important;
    width: 85px !important;
}

.DropDownQuestions, .MandatoryQuestion {
    font-size: 1em !important;
    width: 100% !important;
}

.strengthText {
    background: transparent;
    margin-left: 20px; 
}

.FooterText {
    background-image: url(../../Images/Titlebg.gif) !important;
    background-position: center;
    background-repeat: repeat-x !important;
    border: Solid 1px SlateBlue;
    color: White !important;
    font-size: 10px;
    height: 15px;
    width: 100%;
}

.LinkStyle {
    color: Black;
    display: block;
    font-family: Arial CE;
    font-size: 1.2em;
    text-align: left;
}

.HomeLinks { width: 300px; }

.HomeLinks ul {
    font: bold 13px Verdana;
    vertical-align: middle;
}

/*.HomeLinks ul li:hover
{
    border-radius:10px;
    cursor:pointer;
    color:White !important;
    background-image:url(../../Images/Hoverimg.gif) !important;
    background-repeat:repeat-x !important;
    background-position:bottom;
    
}*/

ul, li {
    margin-left: 0px;
    padding-left: 0px;
}

.HomeLinks ul li {
    background-image: url(../../Images/homemenubg.gif) !important;
    background-repeat: repeat-x !important;
    border: 1px solid #000066;
    border-radius: 10px;
    color: Navy;
    display: block;
    font-family: MS Sans Serif;
    font-size: 1em;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    padding: 0;
    text-align: left;
}


.HomeLinks ul li a {
    display: list-item;
    line-height: 26px;
    text-decoration: none;
}

#liEnroll {
    display: block;
    list-style-position: inside;
    list-style-type: none;
    padding: 5px 0px 5px 3px;
}

#liEnroll a { list-style-image: url(../../images/EnrollMobile.png); }

#liUnlock {
    display: block;
    list-style-position: inside;
    list-style-type: none;
    padding: 5px 0px 5px 3px;
}

#liUnlock a { list-style-image: url(../../images/UnlockAccountMobile.png); }

#liReset {
    display: block;
    list-style-position: inside;
    list-style-type: none;
    padding: 5px 0px 5px 3px;
}

#liReset a { list-style-image: url(../../images/ResetPasswordMobile.png); }

#liResetOther {
    display: block;
    list-style-position: inside;
    list-style-type: none;
    padding: 5px 0px 5px 3px;
}

#liResetOther a { list-style-image: url(../../images/ResetPasswordMobile.png); }

#liChange {
    display: block;
    list-style-position: inside;
    list-style-type: none;
    padding: 5px 0px 5px 3px;
}

#liChange a { list-style-image: url(../../images/ChangePasswordMobile.png); }

.message-info {
    background-color: AliceBlue;
    border: solid 1px #1A1A66;
    border-radius: 5px;
    color: #1A1A66 !important;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    text-align: center;
}

.message-error {
    background-color: #FFE6E6;
    border: solid 1px #FF6666;
    border-radius: 5px;
    color: #CC0000 !important;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    text-align: center;
}

.message-success {
    background-color: #E0FFD1;
    border: solid 1px #7ACC29;
    border-radius: 5px;
    color: Green !important;
    display: block;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    text-align: center;
}

.message-note {
    color: Gray;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}