/* Styles for App page popup */

div#signinPopup div, div#signupPopup div, div#forgotPassPopup div {
/*border: 1px solid black;*/
}

div#signinPopup form, div#signupPopup form, div#forgotPassPopup form {
    padding: 0;
    margin: 0;
}

div#signinPopup a, div#signupPopup a, div#forgotPassPopup a {
    text-decoration: underline;
    font-size: 10px;
    color: #004080;
}

div.popup {
    font-family: Arial;
    font-size: 10px;
    color: #000000;
}

div.popup-header {
    background-color: #4F95BE;
    height: 20px;
    color: #FFFFFF;
    padding-left: 3px;
}

.popup-title {
    font-weight: bold;
    font-size: 14px;
    float: left;
}

.popup-close {
    float: right;
    margin-right: 3px;
}

.popup-content {
    padding: 14px 17px 14px;
    background-color: #f2f7fd;
    z-index: 1002;
    height: 100%;
}

.popup-form {
    float: left;
    width: 100%;
}

#signupPopup .popup-form {
    width: 100%;
}

div.popup {
    color: #000;
    font-size: 10px;
    vertical-align: bottom;
}

div.popup-label {
    float: left;
    text-align: right;
    font-size: 11px;
    width: 25%;
    padding-top: 5px;
    padding-right: 3%;
    line-height: 20px;
    white-space: nowrap;
}

div.popup-input {
    float: left;
    padding-top: 5px;
    font-size: 12px;
    width: 70%;
    white-space:nowrap;
}

.popup-submit {
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    float: left;
    width: 100%;
}

div#signupPopup .popup-submit {
    width: 90%;
    text-align: right;
}

div#signinPopup .popup-submit {
    padding-bottom: 0;
}

.popup-action-link {
    padding-left: 5px;
    padding-top: 8px;
    padding-bottom: 5px;
    float: left;
    font-size: 10px;
    text-decoration: underline;
}

.popup-submit-img {
    text-align: center;
    height: 20px;
}

div.popup-message {
    background-color: #FFFFD9;
    border: #FDF279 solid 2px;
    text-align: left;
    padding-left: 3px;
    padding-top: 3px;
}

.smallGray {
    color: #B6B6C0;
    font-size: 10px;
}

.popup-info {
    font-size: 12px;
    font-style: italic;
    color: #000080;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 3px;
}

div#resetPassPopup .popup-info {
    font-style: normal;
}

.pointer-arrow {
/*    background-image: url('/images/yellow-nose-short.gif');*/
    background-repeat: no-repeat;
    float: left;
    padding-left: 13px;
    width: 20%;
    margin: 0;
    margin-top: 5px;
    margin-right: 3px;
}

div.popup-error {
    padding-top: 3px;
    padding-left: 7px;
    font-size: 11px;
}

span.errorMessage {
    font-style: italic;
    color: #ff0000;
}

.blockUI {
    border: 1px solid #E0B509;
    background-color: #FAFBFC;
}

div.btnSaveTop {
    margin-top: 2%;
}

.popup-content h1 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

.popup-content p.highlight {
    margin-bottom: 6px;
}

.popup-content p span {
    font-size: 11px;
    font-weight: bold;
    background-color: #f6e48e;
    padding: 0 3px;
}
.popup-content p.rbhighlight span {
    font-weight: bold;
    color: #ff0000;
}

.popup-content span.log {
    background-position: -170px -350px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    margin: 0 6px 0 5px;
    vertical-align: middle;
    width: 14px;
}

.input_box {
    border: 1px solid #dbd4d4;
    height: 20px;
    line-height: 20px;
    margin-bottom: 9px;
    width: 220px;
}

span.popup_button {
    padding: 5px 0 0 0;
    display: block;
    font-size: 12px;
}
span.signin_popup_button {
    padding: 11px 0 0 0;
}

div#signinPopup .popup_button a, div#signupPopup .popup_button a,div#signinPopup a.forget_pass {
    font-size: 12px;
}

.forget_pass{
    display:block;
    line-height:110%;
    margin-top:7px;
}

.popup_button_signin {
    background-position: -520px -330px;
    border: 0 none;
    cursor: pointer;
    height: 26px;
    margin: 0;
    padding: 0;
    width: 86px;
    vertical-align: bottom;
    *vertical-align: baseline;
}

div.blockMsg{
    -moz-box-shadow: -5px 3px 15px #999494; /* Firefox */
    -webkit-box-shadow: -5px 3px 15px #999494; /* Safari and Chrome */
    box-shadow: -5px 3px 15px #999494; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    /*filter:progid:DXImageTransform.Microsoft.Shadow(color='#999494',direction='-120',strength='10') !important;/*ie shadow hack*/
}
.blockOverlay{
    opacity:0.4 !important;
    filter: alpha(opacity = 40) !important;    
}

.popup_button_signup {
    background-position: -520px -300px;
    border: 0 none;
    cursor: pointer;
    height: 26px;
    margin: 0;
    padding: 0;
    width: 86px;
    vertical-align: bottom;
}

