﻿@import 'localization.css';

.CultureSelector {
    margin: 20px;
    font-size: 16px;
}

.view-switcher {
    position: relative;
    padding: 0.5em;
    font-weight: normal;
}

    .view-switcher .ui-link {
        color: #CCCCCC;
        font-size: 12px;
    }

    .view-switcher + .ui-link {
        position: absolute;
        right: 12px;
        margin-top: -28px;
        color: #CCCCCC;
        text-shadow: none;
        font-weight: bold;
        font-size: 9pt;
    }



html, body {
    min-height: 100%;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: solid 1px #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.login .label, .threeparty {
    color: #353535;
    font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
    font-size: 13px;
    margin-bottom: 3px;
    margin-top: 20px;
}

.validation-summary-valid {
    display: none;
}

#flash {
    position: fixed;
    z-index: 10;
}

.warning {
    background-color: #FFFF99;
    border-top: 1px solid #FFCC66;
    border-bottom: 4px solid #FFCC66;
    padding: 2px;
    font-family: helvetica;
    font-size: 0.7em;
    text-align: center;
    border-top-color: #CC9900;
    border-bottom-color: #CC9900;
    font-weight: bold;
    color: #663300;
    cursor: pointer;
}

.error {
    background-color: #FF0000;
    border-top: 1px solid #FFCC66;
    border-bottom: 4px solid #FFCC66;
    padding: 2px;
    font-family: helvetica;
    font-size: 0.7em;
    text-align: center;
    border-top-color: #800000;
    border-bottom-color: #800000;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
}

.info {
    background-color: #CCFFCC;
    border-top: 1px solid #FFCC66;
    border-bottom: 4px solid #FFCC66;
    padding: 2px;
    font-family: helvetica;
    font-size: 0.7em;
    text-align: center;
    border-top-color: #006600;
    border-bottom-color: #006600;
    font-weight: bold;
    color: #339933;
    cursor: pointer;
}

.account-logon-registration-link {
    float: right;
}

.postit {
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    padding: 7px;
    font-size: 10px;
    margin: 4px;
    color: #333333;
    position: relative;
    z-index: 1;
}

    .postit .header {
        font-weight: bold;
        display: block;
    }

.postit_info {
    background-color: #D8E4F1;
    border-color: #6699CC;
}

.postit_note {
    background-color: #FFFFDD;
    border-color: #F7DF92;
}

.postit_alert {
    background-color: #FFE7E7;
    border-color: #DF9898;
}