﻿body
{
    font-size: 8pt;
    font-family: Arial;
    margin: 0px; /* Removed background color - Lokesh 02/01/08 */ /* background-color: #ffffff; */
    padding: 0px;
}

body
{
    width: 99%;
    height: 100%;
}
html
{
    width: 100%;
    height: 100%;
}
form
{
    width: 100%;
    height: 100%;
}

.loginformdiv
{
    position: relative;
    top: 0px;
    width: 500px;
    height: 24px;
}
.LoginLabel
{
    font-size: 11px;
    color: #575757;
    width: 130px;
    text-align: right;
    left: 0px;
    position: absolute;
    top: 2px;
}
.LoginLabelMandatory
{
    font-size: 11px;
    color: #0070c0;
    font-weight: normal;
    width: 130px;
    text-align: right;
    left: 0px;
    position: absolute;
    top: 2px;
}
.LabelRequired
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000;
    top: 0px;
    left: 135px;
    width: 8px;
    position: absolute;
}

.logintextbox
{
    position: absolute;
    left: 140px;
    top: 0px;
    width: 200px;
    font-size: 11px;
    font-family: Arial;
    color: #575757;
}
.logintextboxSTP2
{
    position: absolute;
    left: 145px;
    top: 0px;
    width: 200px;
    font-size: 11px;
    font-family: Arial;
    color: #575757;
}
.loginDropDown
{
    position: absolute;
    left: 140px;
    top: 0px;
    width: 206px;
    font-size: 11px;
    font-family: Arial;
    color: #575757;
}
.loginDropDownSTP2
{
    position: absolute;
    left: 145px;
    top: 0px;
    width: 206px;
    font-size: 11px;
    font-family: Arial;
    color: #575757;
}
.loginValidator
{
    position: absolute;
    left: 374px;
    top: 0px;
    width: 120px;
    color: #ff0000;
    font-family: arial;
    font-size: 11px;
    border: solid 1px #f1c2c2;
    height: 16px;
    background-color: #f6eaea;
    padding-left: 3px; padding-top: 2px;
}
.loginValidatorSTP2
{
    position: absolute;
    left: 355px;
    top: 0px;
    width: 120px;
    color: #ff0000;
    font-family: arial;
    font-size: 11px;
    border: solid 1px #f1c2c2;
    height: 16px;
    background-color: #f6eaea;
    padding-left: 3px;
    padding-top: 2px;
}
.loginErrorMessage
{
    position: relative;
    left: 0px;
    width: 100%;
    color: #ff0000;
    font-family: arial;
    font-size: 11px;
    height: 18px;
    padding-left: 3px;
    padding-right: 3px; /*border:solid 1px #f1c2c2;*/ /*background-color:#f6eaea;*/
}
.loginLinkButton
{
    font-family: Arial;
    font-size: 11px;
    color: #3d7abf;
    left: 0px;
}
.LoginLabelLarge
{
    text-align: right;
    font-size: 11px;
    font-weight: normal;
    color: #0070c0;
    position: absolute;
    top: 2px;
    left: 0px;
}

/*Modal Popup*/
.modalBackgroundDef
{
    background-color: #eef6fc;
    filter: alpha(opacity=100);
    opacity: 0.7em;
    z-index: 10000;
}
.modalBackgroundDef1
{
    background-color: #eef6fc;
    filter: alpha(opacity=80);
    opacity: 0.7em;
    z-index: 10000;
}

.modalPopupDef
{
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: #9abbd2;
    padding: 3px;
    width: 250px;
}
.modalBackground
{
    background-color: lightgrey;
    filter: alpha(opacity=70);
    opacity: 0.7em;
}


.modalPopup
{
    background-color: whitesmoke;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.RegistrationHeaderWhite
{
    margin-left: 10px;
    z-index: 100;
    color: #2d5a96;
    margin-top: 5px;
    float: left;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}
.RegistrationHDTxtWhite
{
    margin-top: 7px;
    float: right;
    margin-right: 10px;
    color: #2d5a96;
    font-family: Arial;
    font-size: 11px;
}
.RegistrationHDTxt1White
{
    font-size: 11px;
    color: #575757;
    margin-top: 7px;
    float: right;
    margin-right: 5px;
    font-family: Arial;
}
.RegistrationSubHDBlk
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #2d5a96;
    float: left;
    margin-top: 4px;
    margin-left: 8px;
}

.ButtonBlackStp2
{
    left: 168px;
    margin-top: 3px;
    position: relative;
    background-image: url(../images/button-130x19.png);
    border: solid 0px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}

/* AutoComplete Box */
.autocomplete_completionListElement
{
    margin: 0px;
    background-color: #FFFFFF;
    border: solid 1px;
    cursor: 'default';
    overflow: auto;
    z-index: 100000;
    height: 100px;
    text-align: left;
    list-style-type: none;
    font-family: Arial;
    font-size: 11px;
    color: #575757;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
    background-color: #3b97d3;
    font-family: Arial;
    font-size: 11px;
    color: #FFFFFF;
    padding: 1px;
    cursor: pointer;
    z-index: 5500;
}
/* AutoComplete item */
.autocomplete_listItem
{
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    color: #575757;
    padding: 1px;
    cursor: pointer;
    z-index: 100000;
}


.RegistrationHeaderBlkBG
{
    position: relative;
    margin-top: 0px;
    left: 4px;
    height: 28px;
    width: 996px;
    background-image: url(../images/RegistrationHeaderBG.jpg);
}



.ButtonBlackNormal
{
    left: 168px;
    margin-top: 3px;
    position: relative;
    background-image: url(../images/GreenButton-180x19.jpg);
    border: solid 0px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}
.ButtonBlackNormald
{
    left: 168px;
    margin-top: 3px;
    position: relative;
    border: solid 0px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

.ButtonBlackNormal-small
{
    left: 168px;
    margin-top: 3px;
    position: relative;
    background-image: url(../images/RegButton-theme3-small.jpg);
    border: solid 0px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}

.regsubheading
{
    position: relative;
    top: 0px;
    left: 480px;
    background-image: url(../images/RegistrationSubHeadingBG.jpg);
    background-repeat: no-repeat;
    width: 517px;
    height: 22px;
}

.regsubheading1
{
    position: relative;
    z-index: 200;
    top: 0px;
    left: 0px;
    background-image: url(../images/RegistrationSubHeadingBG.jpg);
    background-repeat: no-repeat;
    width: 517px;
    height: 22px;
}
