﻿body {
    color: #333;
    font-family:Arial!important;
}
p {
    margin-top: 1em;
    margin-bottom: 1em;
}
.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: 23px 0px 5px 20px;
    margin: 0;
}

.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: 20px;
}

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: 340px;
    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;
    border:1px solid #000;
    padding:8px;
}



#pin_help_id .hideContent {
    display: none;
    margin: 10px 0;
    padding: 0 0 0 20px;
}
    #pin_help_id .hideContent > ul, #pinHelp .hideContent > ol {
        padding-left: 15px;
        margin-left: 0;
    }

#pin_help_id .pinHelpContainer {
    padding: 1em 1.5em 1em 1.5em;
    height: 400px;
    overflow: auto;
}

#pin_help_id .pinHelpContainer > ul {
    list-style: none;
}
