/* Overrides */
body, form {
    padding: 0;
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}

body {
    padding: 0;
    margin: 0;
    position: relative;
    background: #eaeaea;
}

td {
    padding: 0;
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}

a {
    color: #000;
}

    a:link, a:visited {
        text-decoration: none;
    }

    a:hover, a:active {
        text-decoration: underline;
    }

/* Main Layout #6666CC	#CDCAB7	#9AC6E9*/
.mainOuterContainer {
    text-align: center;
}

.mainContainer {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 995px;
}

//.logoBar {
    background: #fff url(../images/DART_Header.png) no-repeat 0 0;
    width: 995px;
    height: 110px;
}

.titleBar {
    background: #C39A26;
    color: #fff;
    padding: 5px;
    text-align: right;
    border-bottom-color: #99384C;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-top-color: #99384C;
    border-top-style: solid;
    border-top-width: thin;
}

    .titleBar h1 {
        color: #003f75;
        padding: 0;
        margin: 0;
        font: bold 15px Arial, Helvetica, sans-serif;
    }

.loginBar {
    width: 995px;
    height: 317px;
    padding: 0;
    margin: 0;
    background-size: cover;
    float: left;
        position: relative;
}

.loginHolder {
    z-index: 999;
    position: absolute;
    width: 300px;
    padding-right: 30px;
    padding-top: 30px;
    /*float: right;*/
}

.loginWelcomeMessage {
    color: #333366;
    font: normal 20px Arial, Helvetica, sans-serif;
    float: right;
    font-style: italic;
    padding-top: 10px;
}

.contentBar {
    padding: 30px;
    border: 1px solid #707070 !important;
    float: left;
    box-sizing: border-box;
    width: 100%;
}

    .contentBar .separator {
        width: 20px;
    }

    .contentBar .content {
        width: 100%;
        vertical-align: top;
        border: 0;
        display: block;
        margin-top: 25px;
        border-radius: 6px;
        display: inline-block;
        height: 163px;
    }

        

        .contentBar .content.ImportantLinks {
            height: auto;
            min-height: 163px;
        }

        .contentBar .content:first-child {
            margin-top: 0 !important;
        }

        .contentBar .content > div {
            padding: 14px 17px 17px 17px;
            box-sizing: border-box;
            height: 100%;
            position: relative;
        }

        .contentBar .content h2 {
            font: normal 24px Arial, Helvetica, sans-serif;
            padding: 0 0 0 0;
            margin: 0 0 3px 0;
        }

        .contentBar .content p {
            font-size: 14px;
            display: inline-block;
            /*width: 70%;*/
            margin: 0px 0;
        }
        .contentBar .content p.fullSize {
            width: 100% !important;
        }
        .contentBar .content ul {
            padding: 0 8px 20px 32px;
            margin: 0;
        }

            .contentBar .content ul li {
                list-style-type: none;
                padding: 5px;
                margin: 0;
                color: #fff;
                font-size: 12px;
            }

                .contentBar .content ul li a {
                    color: #fff;
                }

    .contentBar > table {
        width: 49%;
        float: left;
    }

        .contentBar > table:last-child {
            float: right;
        }

        .contentBar > table tr > td.content ul li {
            border-bottom: dotted 1px #a8a967;
            margin-left: -30px;
        }

            .contentBar > table tr > td.content ul li:last-child {
                border: none;
            }

    .contentBar .content input[type="submit"], .contentBar .content input[type="button"] {
        border: 0;
        border-radius: 8px;
        height: auto !important;
        padding: 12px;
        font-size: 16px;
        margin: 0 !important;
        position: absolute;
        right: 20px;
        bottom: 20px;
        cursor: pointer;
    }

        .contentBar .content input[type="submit"]:hover, .contentBar .content input[type="button"]:hover {
            color: #fff;
        }

    .contentBar .content li {
        list-style: none;
    }

        .contentBar .content li a {
            font-size: 14px;
            display: block;
            margin: 20px 0;
        }
/* Common */

input[type='text'], input[type='password'], textarea, select {
    font-size: 13px;
}

input[type='submit'], input[type='button'] {
    font: bold 13px Arial, Helvetica, sans-serif;
    border: solid 2px #ff3;
}

.validator {
    font-size: 11px;
    color: #f00;
}

.message {
    font-size: 11px;
}

.error {
    color: #f00;
}

.headingCell {
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 8px 0;
    display: none;
}

.introCell {
}

.captionCell {
    font-size: 13px;
    padding: 3px 0 10px 0;
}

.captionEmptyCell {
    font-size: 0;
}

.inputCell {
    font-size: 13px;
}

.responseCell {
    font-size: 11px;
}

.buttonCell {
    font-size: 13px;
}

/* Login control - Common */
.loginContainer {
    width: 300px;
    border-radius: 10px;
}

    .loginContainer table {
        width: 100%;
        position: relative;
    }

        .loginContainer table td {
            vertical-align: top;
            padding: 0 10px 10px 0;
        }

    .loginContainer input[type='text'], .loginContainer input[type='password'] {
        width: 100%;
        border: 1px solid #ddd;
        padding: 8px;
        border-radius: 8px;
        box-sizing: border-box;
    }

    .loginContainer a {
        display: inline-block;
        margin: 0;
    }

    .loginContainer .validator, .loginContainer .error {
        color: #f00 !important;
        font-weight: bold;
    }

    .loginContainer input[type='submit'] {
        font: bold 13px Arial, Helvetica, sans-serif;
        border: none;
        padding: 10px 45px;
        border-radius: 8px;
    }

/* Login form */
.loginFormContainer {
    font-size: 13px;
}

    .loginFormContainer .captionCell {
        width: 75px;
		vertical-align: middle;
    }

    .loginFormContainer .responseCell {
    }

        .loginFormContainer .responseCell > div {
            margin-top: 55px !important;
            text-align: center;
        }

    .loginFormContainer .buttonCell {
        padding: 0 10px 10px 0;
        position: absolute;
        bottom: 80px;
        left: 122px;
    }

    .loginFormContainer tr:first-child td {
        padding-bottom: 30px !important;
        text-align: right !important;
    }
/* Change Password form */
.changePasswordFormContainer {
    padding: 5px;
    font-size: 13px;
}

    .changePasswordFormContainer .captionCell {
        width: 130px;
    }

    .changePasswordFormContainer .responseCell {
        padding: 0;
    }

        .changePasswordFormContainer .responseCell div {
            padding: 0 0 5px 0;
        }

    .changePasswordFormContainer .introCell {
        padding: 0 0 5px 130px;
    }

    .changePasswordFormContainer .buttonCell {
        text-align: right;
        padding: 0 10px 10px 0;
    }

/* Password Reminder form */
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.passwordReminderContainer {
    width: 330px;
    background: #9cf;
    font-size: 13px;
    padding: 5px;
}

    .passwordReminderContainer table {
        width: 100%;
        background: #69f;
        padding: 5px 0 0 5px;
    }

        .passwordReminderContainer table td {
            vertical-align: top;
        }

    .passwordReminderContainer input[type='text'] {
        width: 150px;
    }

    .passwordReminderContainer input[type='submit'] {
        font-size: 13px;
    }

    .passwordReminderContainer .headingCell span {
        float: left;
        width: 280px;
    }

    .passwordReminderContainer .headingCell input[type='image'] {
        float: right;
        width: 19px;
        height: 19px;
        margin-right: 5px;
    }

    .passwordReminderContainer .captionCell {
        width: 75px;
    }

    .passwordReminderContainer .introCell {
        padding: 0 0 5px 0;
    }

    .passwordReminderContainer .buttonCell {
        padding: 10px 0 0 0;
    }

    .passwordReminderContainer td.inputCell + td.buttonCell {
        padding: 0 0 10px 0;
    }

    .passwordReminderContainer .message {
        font-size: 13px;
    }

    .passwordReminderContainer .introCell .message {
        font-size: 11px;
    }

    .passwordReminderContainer .error {
        font-size: 13px;
        color: #f00;
    }

    .passwordReminderContainer .validator {
        color: #f00 !important;
        font-weight: bold;
    }

/* New*/
.HeaderFirstLevel {
    width: auto;
    float: left;
    max-width:500px;
    position:absolute;
}

.HeaderSecondLevel {
    color: #fff;
    float: left;
    width: 100%;
    line-height: 45px;
    margin: 0;
    font-weight: bold;
}

.FooterCR {
    box-sizing: border-box;
    clear: left;
    margin: 0px auto;
    font-size: 11px;
    width: 995px;
    text-align:left;
}

    .FooterCR a {
    }

.Header {
    text-align: right;
    padding: 25px;
    background: no-repeat;
}

    .Header li {
        list-style: none;
        display: inline-block;
        margin-right: 30px;
    }

        .Header li:last-child {
            margin: 0;
        }

        .Header li a {
            text-transform: capitalize;
        }

.LinkGo {
    min-width: 110px;
    border: 0;
    border-radius: 8px;
    height: auto !important;
    padding: 10px;
    font-size: 14px;
    margin: 0 !important;
    position: absolute;
    right: 20px;
    bottom: 13px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
}

    .LinkGo:hover {
        text-decoration: none;
    }
    .noLinkurl{
    cursor:text;
}
.noLinkurl:hover{
    text-decoration:none;
}