﻿.loginSubhead {
    background-image: url('../images/ai_blue_grad_15px.png');
    background-repeat: repeat-x;
    color: White;
    font-size: 17px;
    font-weight: bold;
    background-color: #F88A28;
    padding-left: 20px;
    padding-top: 23px;
    margin: 0;
    height: 25px;
}

.loginBackground {
    background-color: #E7EBF7;
    padding: 0 20px;
    border: Gray 1px solid;
    font-size: 12px;
}

.TopAIHeaer {
    margin: 0;
    padding: 0;
    background-image: url('../images/ai_stripe_repeat.png');
    color: White;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 0 3px 5px;
    border: Gray 1px solid;
    border-bottom-width: 0;
    margin-top: 15px;
}

ul.loginItems {
    margin: 1em 0 0 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-size: 12px;
}

    ul.loginItems li {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        height: 35px;
    }

        ul.loginItems li label {
            display: inline-block;
            width: 109px;
        }

        ul.loginItems li input[type=text], ul.loginItems li input[type=password] {
            width: 210px;
            height: 14px;
        }

.loginNotice {
    font-size: 14px;
    color: #11204c;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 1em;
}

.portalMessage {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #11204C;
    text-decoration: underline;
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    cursor: pointer;
}

.loginBox {
    background-image: url('../images/ai_loginbox_stripe.png');
    background-repeat: repeat-x;
    background-position: 48px 0;
    width: 370px;
    height: 300px;
    background-color: White;
    float: left;
    position: relative;
}

.disableMCLogin {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: White;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.loginBoxLeft {
    float: left;
}

.loginBoxRight {
    float: right;
}

.loginBoxCenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.loginBoxBody {
    padding: 10px 20px;
}

.loginBox p {
    font-size: 11px;
    margin: 10px -10px 0 -10px;
    clear: right;
}

.loginMessageBox {
    background-color: White;
    padding: 1px 15px;
    font-size: 11px;
    margin: 1em 0;
}

ul.releaseDates {
    padding: 0;
    border: 0;
    list-style: none;
    width: 720px;
    font-weight: bold;
    margin: 1em auto;
    height: 28px;
}

    ul.releaseDates li {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        width: 238px;
        display: block;
        float: left;
        text-align: center;
    }

        ul.releaseDates li span {
            display: block;
        }

.loginErrorMsg {
    color: Red;
    display: block;
}
.loginErrorMsg a, .loginErrorMsg a:hover{
    color: red;
    text-decoration: underline;
}

.loginValErrorMsg {
    margin-left: 114px;
    display: block;
    color: Red;
    font-size: 11px;
}

.loginWarning legend {
    font-size: 15px;
    color: #9c1322;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.loginWarning {
    font-size: 11px;
    margin: 1em 1.5em;
}

#pinHelp {
    display: none;
    width: 600px;
}

    #pinHelp .hideContent {
        display: none;
        margin: 10px 0;
        padding: 0 0 0 20px;
    }
    #pinHelp .hideContent > ul, #pinHelp .hideContent > ol{
        padding-left: 15px;
        margin-left: 0;
    }

    #pinHelp .pinHelpContainer {
        padding: 10px;
        height: 400px;
        overflow: auto;
    }

        #pinHelp .pinHelpContainer > ul {
            list-style: none;
        }
/* Overlay */
#simplemodal-overlay {
    background-color: #000;
}

/* Container */
#simplemodal-container {
    /*height: 360px;
    width: 600px;*/
    background-color: White;
}

    #simplemodal-container .simplemodal-data {
        /*padding: 8px;*/
        border: solid 1px #001647;
    }

    #simplemodal-container a.modalCloseImg {
        background: url("../Images/Icons/sms_close.png") no-repeat;
        width: 25px;
        height: 29px;
        display: inline;
        z-index: 3200;
        position: absolute;
        top: 15px;
        right: 10px;
        cursor: pointer;
    }

.simplemodal-data h2 {
    background-color: #001647;
    margin: 0px;
    padding: 15px;
    color: white;
    height: 25px;
    line-height: 25px;
}