/* Customized Stylesheet */
#b_login_form_logo {
    background-image:url(custom_logo.png);
    width: 86%;
    margin: 20px 7%;
}
#header_logo {
    width: 100px;
    height: 20px;
    margin: 17px 10px 10px;
}

.form_button_big {
    color: white;
    background: #aab900;
}

.no-touchevents
.form_button_big:hover {
    background: #888;
}


a.mail_content_button {
        background: #aab900;
}

.input_button {
        background: #aab900;
}

.no-touchevents .input_button:hover {
    background: #888;
}

.no-touchevents a.mail_content_button:hover {
    background: #888;
}

#header_logo {
    width: 150px;
    height: 30px;
    margin: 15px 10px 10px;
}

.min_mail.active, .no-touchevents .min_mail.active:hover {
    background: #EEF1CC;
    border: 2px solid #aab900;
}

.min_mail.active .min_mail_text span {
    color: #aab900 !important;
}

.min_mail.active .min_mail_date span {
    color: #aab900;
}

.ui-widget-header {
    background: #aab900 !important;
    border: none !important;
}

.no-touchevents a.modal_button {
    background: #aab900;
}

.no-touchevents a.modal_button:hover {
    background: #888;
}
