﻿/* override the login buttons */
.ui-state-default-login {
    border: 1px solid #e3a82b;
    background: #e3a82b
        url(/static/js/images/ui-bg_inset-soft_80_e3a82b_1x100.png) 50% 50%
        repeat-x; /**/
    font-weight: normal;
    color: #f7f7f7;
    background: linear-gradient(to bottom, #e3a82b, #E7B54B);
}

/* override the primary action buttons */
.ui-state-default-primary, .ui-state-default-primary-large {
    border: 1px solid #234075 !important;
    background: #234075 none ! important;
    font-weight: normal;
    color: #f7f7f7 !important;
    background: linear-gradient(to bottom, #234075, #2F569D) !important;
}

.secondary span {
    color: #7f7f7f;
}

.remove-selection-primary {
    background: #FFFFFF none ! important;
    font-weight: normal;
    color: #000000 !important;
    border-radius: 5px;
    padding: 7px;
    margin-right: 5px;
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
    cursor: pointer;
    display: inline-block;
}

.remove-selection-secondary {
    font-weight: normal;
    color: #FFFFFF !important;
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
}

.cancelButton {
    background-color: lime;
}

.otherWayButton{
    padding: 5px 0px;
    margin-left: 6px;
}

.viewAllOptions {
    display: block;
    margin-top: 7px;
    margin-left: 6px;
}

#bceid {
    width: 280px;
    height: 30px;
    display: block;
    background: transparent url('/static/images/loginbceid1.png') no-repeat;
}

#bceid:hover {
    background-image: url('/static/images/loginbceid1_over.png');
}

#idir {
    width: 280px;
    height: 30px;
    display: block;
    background: transparent url('/static/images/loginidir1.png') no-repeat;
}

#idir:hover {
    background-image: url('/static/images/loginidir1_over.png');
}

#manage-name, #manage-email, #verify-email, #remove-email,
    #verify-email_, #manage-preferences, #manage-notification {
    font-size: 12px;
    padding: 0px;
}
/*#manage-email, #manage-preferences { margin-left: 10px; }*/