/************************
 * Page specific styles
 ************************/
.ContentPanel {
    width: 987px;
    height: 560px;
    background-color: rgb(215, 232, 247);
    padding: 16px 0px 0px 0px;
    margin: 26px 0px 26px 12px;
}

.site {
    border-left: 1px solid rgb(14, 66, 115);
    display: block;
    width: 1003px;
}

.header {
    background: rgb(235, 245, 255) url(../images/cui_bg.gif) repeat-x;
    border-bottom: 1px solid rgb(142, 182, 217);
    height: 100px;
    padding: 2px;
}

.footer_links {
    background-color: rgb(224, 224, 224);
    border-top: 1px dotted rgb(0,64, 124);
    font-family: Verdana;
    font-size: 11px;
    padding: 5px 0px 5px 8px;
    margin-top: 30px;
    width: 998px;
}

.footer_links2 {
    font-family: Verdana;
    font-size: 11px;
    padding: 5px 0px 5px 8px;
    margin-top: 5px;
}

.copyright {
    color: #5b6d7b;
}
a.footer_link {
    color: rgb(0,64, 124);
    text-decoration: underline;
}
a.footer_link:visited {
    color: rgb(0,64, 124);
    text-decoration: underline;
}
a.footer_link:hover {
    color: rgb(0,0, 204);
    text-decoration: underline;
}
.footer_separator {
    color: #5b6d7b;
}

/************************
 * Styles defined in ACM Html Editor
 ************************/
.CasLoginBlurbListHeader {
    color: rgb(0, 62, 126);
    font: bold 13px Arial;
}

.CasLoginBlurbList {
    color: #000;
    font-size: 13px;
    font-family: Arial;
    line-height: 25px;
    list-style: square inside;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 80px;
    text-align: left;
    width: 600px;
}

.CasLoginButtonCaption {
    color: rgb(0, 62, 126);
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    text-align: left;
}

.CasLoginSkipLoginText {
    color: rgb(102, 102, 102);
    font-size: 19px;
    margin: 13px 0px;
    padding: 0px;
    text-align: center;
    width: 600px;
}

/************************
 * Page type template styles
 ************************/
.CasLoginControls {
    background-color: #fff;
    padding: 0px;
    margin: 0px 0px 0px 16px;
    width: 320px;
    height: 530px;
    font-family: sans-serif;
    font-size: 18px;
    float: left;
}

.CasLoginTeaser {
    color: rgb(0, 62, 126);
    font-family: Helvetica;
    font-size: 21px;
    margin: 14px 0px 0px 14px;
    padding: 0px;
}

.CasLoginValidationMessages {
    padding: 0px;
    margin: 5px 0px 0px 15px;
    font-size: 13px;
    color: #000;
    width: 300px;
}

.CasLoginUsernameLabel {
    color: rgb(0, 62, 126);
    font: bold 14px Arial;
    margin: 14px 0px 0px 15px;
    padding: 0px;
}

.CasLoginUsernameTextbox {
    padding: 5px 0px 0px 14px;
}
.CasLoginUsernameTextbox input {
    width: 226px;
}

.CasLoginPasswordLabel {
    color: rgb(0, 62, 126);
    font: bold 14px Arial;
    margin: 14px 0px 0px 15px;
    padding: 0px;
}

.CasLoginPasswordTextBox {
    padding: 5px 0px 0px 14px;
}
.CasLoginPasswordTextBox input {
    width: 133px;
}

.CasLoginForgotPassword {
    color: rgb(0,64, 124);
    padding: 0px 0px 0px 15px;
    font-size: 12px;
    text-decoration: underline;
}

.CasLoginForgotPassword a, a:visited {
    color: rgb(0,64, 124);
}
.CasLoginForgotPassword a:hover {
    color: rgb(0,0, 204);
}

.CasLoginLoginButton input {
    background-image: url(../images/cui_log_in_button.png);
    background-color: transparent;
    width: 96px;
    height: 29px;
    padding: 0px;
    margin: 46px 105px 0px 104px;
    border-style: none;
    cursor: pointer;
}

.CasLoginBlurb {
    margin: 0px;
    padding: 20px 0px;
    text-align: center;
    width: 600px;
    float: left;
}

.CasLoginCreateAccount {
    float: left;
    clear: right;
    padding: 0px;
    width: 600px;
    text-align: center;
}

.CasLoginForgotPasswordValidationMessage {
    padding: 0px;
    margin: 5px 0px 0px 15px;
    font-size: 13px;
    color: #000;
    width: 290px;
}

/************************
 * New Login Page styles
 ************************/
.SignOptions {
    font-size: 16px;
    margin: 14px auto;
    border-bottom: 1px solid #163f75;
    padding-bottom: 2px;
    width: 745px;
}

.TitleCommon {
    color: #163f75;
    font-family: Helvetica;
    text-align: left;
}

#loginArea {
    background: url(../images/login.png) no-repeat;
    height: 415px;
    margin: 0 auto;
    position: relative;
    width: 766px;
}

#loginAreaSignInOnly {
    background: url(../images/login-nosplit.png) no-repeat;
    height: 415px;
    margin: 0 auto;
    position: relative;
    width: 766px;
}

.FormDiv {
    height: 185px;
    width: 300px;
}
/**
 #mainDiv {
 position: absolute;
 left: 0px;
 top: 0px;
 }**/

#signIn {
    position: absolute;
    left: 400px;
    top: 0px;
}

#signInOnly {
    position: absolute;
    left: 200px;
    top: 0px;
}

.InnerDiv {
    color: #fff;
    font-family: Verdana;
    font-size: 16px;
    width: 330px;
}

.NewUser {
    padding-left: 22px;
    padding-top: 14px;
    text-align: left;
    width: 300px;
}

.SignWithAccount {
    padding-top: 14px;
}

.Info {
    color: #fff;
    font-family: Verdana;
    font-size: 12px;
    margin-top: 6px;
    margin-left: 22px;
    text-align: left;
    width: 300px;
}

.Email1 {
    text-align: left;
    color: #fff;
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    margin-top: 18px;
    margin-left: 22px;
    width: 340px;
}

.EmailPwd {
    color: #fff;
    font-weight: bold;
    margin-left: 14px;
    margin-top: 15px;
    width: 340px;
}

.Pwd {
    margin-top: 8px;
    margin-left: 28px;
}

.Continue {
    text-align: left;
    margin-left: 127px;
    margin-top: 18px;
    width: 100px;
}

.SignIn {
    margin-top: 14px;
}

.PicCommon {
    border: none;
    width: 85px;
    height: 26px;
    cursor: pointer;
    padding: 0px 20px 6px 0px;
}

.PwdRecover {
    margin-top: 5px;
    margin-bottom: 22px;
}

.PwdRecoveryDiv {
    position: absolute;
    width: 540px;
    border: 1px solid #c2d2eb;
    display: none;
    z-index: 9999;
}

.PwdRecoveryTitleDiv {
    background: url(../images/fundraising_headerslice.gif) repeat-x;
    height: 31px;
}

.PwdRecoveryTitleTextDiv {
    text-align: left;
    margin-left: 12px;
    padding-top: 5px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    color: #163f75;
}

.PwdRecoveryInfoDiv {
    text-align: left;
    margin-left: 30px;
    margin-right: 14px;
    padding-top: 5px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #000;
    line-height: 20px;
}

.PwdRecoveryEmailDiv {
    margin-top: 20px;
    font-weight: bold;
    color: #000;
    font-family: Verdana;
    font-size: 12px;
}

.PwdRecoveryButtonDiv {
    text-align: left;
    margin-left: 229px !important;
    margin-left: 226px;
    margin-top: 10px;
}

.ContinueButton {
    background: url(../images/signin_continue.png) no-repeat;
}

.SignInButton {
    background: url(../images/signin_signin.png) no-repeat;
}

.PwdRecoveryLink {
    color: #fff;
}

#helpLink, .PwdRecoveryLink {
    text-decoration: underline;
    cursor: pointer;
}

.LearnMoreColor {
    color: rgb(0, 64, 124);
}

.InputError {
    background-color: #fff;
    border: 2px solid red;
    color: #000
}
/************************
 * Password Recovery Page styles
 ************************/
.SendPasswordButton input {
    background-image: url(../images/cui_send_password_button.png);
    background-color: transparent;
    width: 120px;
    height: 29px;
    padding: 0px;
    margin: 46px 105px 0px 104px;
    border-style: none;
    cursor: pointer;
}

.NavButtonForward {
    border: none;
    width: 112px;
    height: 32px;
    font: 15px Arial, Helvetica, sans-serif;
    font-weight: bold;
    background: url(../images/btn_continue_arrow.gif) no-repeat;
    color: #fff;
    cursor: pointer;
    padding: 0px 20px 6px 0px;
    margin: 52px 105px 0px 104px;
}

.DivHeight10px {
    height: 10px;
}
/************************
 * Password Recovery Div styles
 ************************/
.PwdRecoveryBackground {
    background-color: #fff;
}

.DivHeight5px {
    height: 5px;
}

.DivHeight15px {
    height: 15px;
}

.DivHeight30px {
    height: 30px;
}

.DivHeight35px {
    height: 35px;
}

.DivHeight80px {
    height: 80px;
}

.ErrorDisplayDiv {
    margin-left: 37px;
    margin-right: 37px;
    text-align: left;
    height: 25px;
    width: 80%;
}

.CloseButton {
    background: url(../images/signin_close_button.png) no-repeat;
}

.ResetButton {
    background: url(../images/fui_reset_button.png) no-repeat;
}

.CancelButton {
    background: url(../images/fui_cancel_button.png) no-repeat;
}

.DisplayNone {
    display: none;
}

.orSection {
    display: none;
}

.PwdCoverSuccessInfo {
    font-size: 12px;
    font-family: Verdana;
    text-align: left;
    margin-left: 30px;
    margin-top: 5px;
    margin-right: 14px;
    line-height: 20px;
}

.fbLoginContainer {
    left: 20px;
    position: absolute;
    text-align: left;
    top: 200px;
}

/** oo Overlay Styles.  **/
.simple_overlay {
    display: none; /* These are just used to write out markup - contents are cached onload. */
}
.overlayMessage {
    display: none; /* These are turned on selectively. */
}

/** End oo Overlay Styles.  **/

/** oo Message skin. **/
.ax_message_container {
    width: 400px;
    min-height: 100px;
    border: 1px solid #666;
    background-color: #ffffff;
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
    box-shadow: 0 0 90px 5px #000;
    font-family: arial;
    border-radius: 5px 5px 5px 5px;
}
.ax_message_large {
    width: 675px;
}
.ax_message_handle {
    padding: 12px;
    background: url("../images/fundraising_headerslice.gif") repeat-x scroll 0 0 transparent;
    color: #163F75;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-top: 6px;
}

.ax_message_close {
    background-image: url(../images/close.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

.ax_message_content {
    padding: 20px;
    line-height: 18px;
    text-align: left;
}

.ax_message_pane {
    background-color: #333;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/** End oo Message skin. **/

.btn_agreed_to_terms {
    float: right;
}
.btn_cancel_create_account {
    float: right;
}
.overlayButtonContainer {
    padding: 10px;
}

/** new login style **/

h1 {
    color: #333333;
    font-size: 40px;
    font-family: leagueGothicRegular, impact, arial, san-serif;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    text-rendering: optimizelegibility;
    text-align: left;
    margin: 25px 0px 5px 0px;
}

#loginContainer .loginSection {
    float: left;
    clear: both;
}

.FormDiv {
    height: auto;
}

.NewUser {
    color: #555;
    font-size: 26px;
    margin-bottom: 12px;
    text-transform: uppercase;
    padding-top: 14px;
    text-align: left;
}

.Info {
    color: #888;
    margin-top: 0;
    padding: 0;
    font-size: 14px;
    text-align: left;
}

.Email1 {
    width: auto;
}

.Email1 label {
    display: block;
    color: #888;
    font-size: 13px;
    font-weight: normal;
}

.Email1 input {
    width: 218px;
    height: 28px;
    line-height: 28px;
    vertical-align: baseline;
    background: #ffffff;
    cursor: auto;
    display: block;
    font: -webkit-small-control;
    font-size: 15px;
    color: #4a4b4e;
    margin-top: -5px;
    padding: 0px 10px;
    outline: 0px;
    -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(255, 255, 255, 0.7);
    -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(255, 255, 255, 0.7);
}

.Email1 input:focus {
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: rgb(246, 244, 233);
}
.FormDiv #guestContinueBt {
    float: left;
}

/** widget **/
#ap-login-wrapper {
    min-width: 312px !important;
    padding: 0 15px !important;
    overflow: visible !important;
}

#ap-login-wrapper #ap-login-content {
    width: 312px !important;
    padding: 0 !important;
}

#ap-login-wrapper #ap-login-content .ap-login-form {
    margin: 0 !important;
    width: 312px !important;
}

#ap-login-content .ap-sub-header {
    display: none;
}

#ap-login-wrapper #ap-login-content .ap-form-desc {
    padding: 0 10px;
}

.passport-ui-widget-custom{
    width: 490px;
    margin: 0px auto;
    padding: 20px 15px;
    color: #444444;
}
.passport-ui-widget-custom .passport-ui-app .btn{
    height: 50px;
    margin: 20px auto 0 auto;
    padding: 0;
}
.passport-ui-widget-custom  .passport-ui-app .form__group.form__group--vertical .form__validate {
    margin-bottom: 10px;
}
.passport-ui-app__main .modal-header h3.modal-title {
    background-color: transparent;
}
