
/***************Login (Single Sign on)*****************/
#divSocialLoginFormContainer {
    padding: 15px;
}




.pnlUserAuthenticationContainer .heading {
    background: #e6e4e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 5px;
    text-align: left;
}

    .pnlUserAuthenticationContainer .heading .divRULDesc {
        padding-left: 10px;
        line-height: 18px;
    }

    .pnlUserAuthenticationContainer .heading .RWULTitle {
        text-align: center;
        color: #3a589b;
        font-size: 17px;
        font-weight: bold;
        padding-bottom: 10px;
    }

.tblHeading {
    padding: 10px;
}

.left img {
    padding-top: 30px;
}

.LoginButtonStyle {
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#436dbd),to(#244386));
    background-image: -webkit-linear-gradient(top,#436dbd,#244386);
    background-image: -moz-linear-gradient(top,#436dbd,#244386);
    background-image: -ms-linear-gradient(top,#436dbd,#244386);
    background-image: -o-linear-gradient(top,#436dbd,#244386);
    background-image: linear-gradient(top,#436dbd,#244386);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#436dbd',EndColorStr='#244386');
    padding: 5px;
    border: 1px solid #dcdcdc;
    border-color: rgba(0,0,0,0.1);
    color: #fff !important;
    font-size: 14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 40px;
    font-weight: bold;
    cursor: pointer !important;
    margin: 5px;
    text-align: center;
    width: 80px;
}

    .LoginButtonStyle:hover {
        background-color: #f5f5f5;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#244386),to(#436dbd));
        background-image: -webkit-linear-gradient(top,#244386,#436dbd);
        background-image: -moz-linear-gradient(top,#244386,#436dbd);
        background-image: -ms-linear-gradient(top,#244386,#436dbd);
        background-image: -o-linear-gradient(top,#244386,#436dbd);
        background-image: linear-gradient(top,#244386,#436dbd);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#244386',EndColorStr='#436dbd');
        border: 1px solid #dcdcdc;
        border-color: rgba(0,0,0,0.1);
        color: #fff !important;
        font-size: 14px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        height: 40px;
        cursor: pointer !important;
        text-align: center;
        text-decoration: none !important;
        width: 80px;
    }

.SearchButtonStyle1 {
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#7d7e7d),to(#424342));
    background-image: -webkit-linear-gradient(top,#7d7e7d,#424342);
    background-image: -moz-linear-gradient(top,#7d7e7d,#424342);
    background-image: -ms-linear-gradient(top,#7d7e7d,#424342);
    background-image: -o-linear-gradient(top,#7d7e7d,#424342);
    background-image: linear-gradient(top,#7d7e7d,#424342);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7d7e7d',EndColorStr='#424342');
    padding: 5px;
    border: 1px solid #dcdcdc;
    border-color: rgba(0,0,0,0.1);
    color: #fff !important;
    font-size: 14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 30px;
    font-weight: bold;
    cursor: pointer !important;
    margin: 5px;
    text-align: center;
    width: 80px;
}

    .SearchButtonStyle1:hover {
        background-color: #f5f5f5;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#424342),to(#7d7e7d));
        background-image: -webkit-linear-gradient(top,#424342,#7d7e7d);
        background-image: -moz-linear-gradient(top,#424342,#7d7e7d);
        background-image: -ms-linear-gradient(top,#424342,#7d7e7d);
        background-image: -o-linear-gradient(top,#424342,#7d7e7d);
        background-image: linear-gradient(top,#424342,#7d7e7d);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#424342',EndColorStr='#7d7e7d');
        border: 1px solid #dcdcdc;
        border-color: rgba(0,0,0,0.1);
        color: #fff !important;
        font-size: 14px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        height: 30px;
        cursor: pointer !important;
        text-align: center;
        text-decoration: none !important;
        width: 80px;
    }


.Gmaillogin, .fblogin, .linkedInLogin, .yahooLogin, .WLLogin, .pnlSocialLoginbtnLeft, .pnlSocialLoginbtnRight {
    width: 151px;
    background-position: center top;
    height: 35px;
    float: left;
    margin-bottom: 8px;
    margin-right: 8px;
}

    .Gmaillogin:hover, .fblogin:hover, .linkedInLogin:hover, .yahooLogin:hover, .WLLogin:hover {
        background-position: center bottom;
    }

.Gmaillogin {
    /*background:url(../Images/googlemail.png) 17px center no-repeat !important;*/
    background-image: url(../Images/SingleSignOn/Google.jpg);
}

.fblogin {
    background-image: url(../Images/SingleSignOn/Facebook.jpg);
}

.linkedInLogin {
    background-image: url(../Images/SingleSignOn/Linkedin.jpg);
}

.yahooLogin {
    background-image: url(../Images/SingleSignOn/Yahoo.jpg);
}

.WLLogin {
    background-image: url(../Images/SingleSignOn/Windowslive.jpg);
}

.loginControl {
    width: 100%;
    text-align: left;
}

.divFindUseIdContainer {
}

.divForgotUserIdText {
    text-align: left;
    line-height: 30px;
    padding-bottom: 15px;
}

.btnfindUserID, .btnChkLoginOption {
}

.pnlUserIDListContainer {
    padding-top: 8px;
    border-top: solid 1px #c7c7c7;
    width: 342px;
    margin-top: 10px;
    text-align: left;
    line-height: 23px;
    float: left;
}

    .pnlUserIDListContainer ul {
        margin-top: 0px;
    }

.pnlUserIDListContainer {
}

.pnlCheckOptionsContainer {
    float: left;
    display: inline;
    width: 347px;
    margin-bottom: 10px;
}

.tblFindUserID {
}

input[type="radio"] {
    width: 30px;
    margin-bottom: 5px !important;
}

.tblCheckOptions {
    width: 380px;
}

.divOptionsText {
    clear: both;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 20px;
    padding-top: 7px;
    padding-bottom: 5px;
    background: url(../images/SingleSignOn/TextBox_Bg.jpg) repeat-x center top #fff;
    border: 1px solid #b8b8b8;
    text-align: left;
}

    .divOptionsText a#linkChkOpt {
        padding-left: 7px;
        color: #3665BC;
    }

.pnlSingleSignInContainer .divOptionsText a, .pnlSingleSignInContainer .divOptionsText {
    margin-top: 5px;
}



.pnlSingleSignInText, .LoginContianerText, .divcreatenewrwaccountcaption {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 13px;
    text-align: left;
    color: #424242;
    font-weight: bold;
}

.pnlSingleSignInText, .divcreatenewrwaccountcaption {
    padding-bottom: 10px;
}

.divSocialLoginContainer {
    padding-bottom: 19px;
}

.checkUID {
}

.pnlMembersLogin, .pnlSingleSignInContainer {
    padding: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #F9F9F9;
    border: 1px solid #CCCCCC;
    min-height: 330px;
    height: auto;
}

.pnlSingleSignInContainer {
    width: 260px;
    float: left;
}

.pnlMembersLogin {
    float: left;
    width: 280px;
}

.pnlSingleSignIn {
    float: left;
    display: inline;
}

.divcreatusercontainer {
    text-align: center;
    width: 270px;
    margin: 0 auto;
    border-radius: 5px;
    background: #F9F9F9;
    border: 1px solid #CCCCCC;
    padding: 8px;
    min-height: 330px;
    height: auto;
}


.divLoginControlContent select.ddlUserName {
    /*  height: 33px;     padding: 5px;     width: 220px;*/
    border: 1px solid #CCC;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    width: 235px;
    padding: 4px;
    margin-bottom: 10px;
}

#content {
    padding-top: 10px;
}

.tblLoginBtn div {
    text-align: right;
}

.tblLoginBtn .LinkHref, .hlkClearLoginList {
    color: #3665BC;
    font-size: 11px;
}

#divLoginMessage {
    color: #cc0000;
    padding: 10px 0px;
    text-align: center;
    font-size: 10px;
}

.chkrememberMeContainer #ctl00_ContentPlaceHolder1_ctl00_Login1_Login1_RememberMe {
    margin-bottom: 20px;
}

.aforgotusername {
    float: left;
    padding-left: 10px;
}

.aforgotpassword {
    float: right;
    padding-right: 10px;
}

.tdChkLoginOptMsgContainer {
    text-align: left;
    padding-left: 15px;
}



#SocialLoginControl {
    padding-left: 45px;
    width: 160px;
}

.divclearlist {
    padding-left: 20px;
    padding-top: 15px;
}

.LoginTextBox {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    box-shadow: 0 0 8px #d9d9d9;
    font-size: 13px;
    height: 22px;
    padding: 4px;
    width: 225px;
}

    .LoginTextBox:focus {
        border-color: rgba(82, 168, 236, 0.8);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
        outline: 0 none;
    }

p.SUL_text_OR {
    color: #8c0202;
    float: left;
    font-weight: bold;
    height: 40px;
    line-height: 150px;
    text-align: center;
    vertical-align: middle;
    width: 33px;
    font-size: 14px;
}

.divregisteruserbuttoncontainer {
    text-align: left;
    padding-left: 80px;
    padding-top: 10px;
}

.diverrromsgcontainer {
    color: #CC0000;
    font-size: 11px;
    text-align: left;
    padding-left: 2px;
}

.chkrememberMeContainer {
    padding-top: 5px;
}

.diverrmsg {
    color: #CC0000;
    font-size: 11px;
    padding-bottom: 5px;
}



.pnlUserAuthenticationContainer .pnlSingleSignInContainer, .SUL_text_OR {
    display: none;
}

/*.pnlUserAuthenticationContainer .LoginTextBox {
    width: 270px !important;
}

.pnlUserAuthenticationContainer .divLoginControlContent select.ddlUserName {
    width: 280px !important;
}*/
