﻿

.side-note {
    color: #069;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: normal;
}

p#field-note {
    vertical-align: middle;
    color: #069;
    text-decoration: none;
    font-size: 0.8em;
}

span.field-validation-error {
    text-shadow: none !important;
    font-size: 1.1em;
    color: #FFF;
    background-color: #C00;
    margin-left: 10px;
    padding: 3px;
}

.light-border {
    border: #dedede 1px solid;
}

.light-border,
.rounded-corner {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -khtml-border-radius: 6px;
}

.medium-shade {
    -webkit-box-shadow: 4px 4px 10px rgba(0,0,0,0.8);
    -moz-box-shadow: 4px 4px 10px rgba(0,0,0,0.8);
    box-shadow: 4px 4px 10px rgba(0,0,0,0.8);
}

.text-shade {
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    -moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}




div.generic-editor h1 {
    margin: 10px 0 0 0;
    color: #104087;
    font-size: 2.8em;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(0,173,198,0.3);
}

div.generic-editor h3 {
    font-family: 'Zurich Condensed', Helvetica, Arial, sans-serif;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    color: #338DB6;
    /*font-size: 1.4em;*/
    margin-top: 20px;
    padding-bottom: 2px;
    border-bottom: #B0D0F6 1px solid;
}

div.generic-editor h4 {
    font-family: 'Zurich Condensed', Helvetica, Arial, sans-serif;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    color: #338DB6;
    margin-top: 10px;
    padding-bottom: 2px;
    border-bottom: #B0D0F6 1px solid;
}
