/*
body {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    background: white;
}

h1 {
    color: #0071CE;
}

a:visited,a:link,a:active {
  color: #0071CE;
}

#ajax-spinner {
    margin: 15px 0 0 15px;
    padding: 13px;
    background: white url('../images/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}
*/
div.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
}

div.flash.success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

div.flash.info {
    background :#E5F0FA;
    color: #464B4B;
    border-color: #E2ECF7;
}

div.flash.error {
    background: #B9060C;
    color: white;
    border-color: #900408;
}
a[href^="error:"] {
    background: red;
    color: white;
}
/*
form th, form td {
    vertical-align: middle;
    font-weight: normal;
}

form th {
    text-align: left;
}

form .required label {
    font-weight: bold;
}

form .error {
    color: #D00;
    font-weight: bold;
}

html.js .jshidden {
    display: none;
}

.user_data th {
    font-weight: bold
}

.user_data th, .user_data td {
    vertical-align: middle; text-align: left; padding: 8px;
}

.user_data th.table_title {
    text-align: center; font-size: 14px;
}

.user_data tr.old_row th, .user_data tr.old_row td {
    color: #777
}

.current-message_placeholder {
    width: 100%; 
}
*/

form ul.error li {
    color: red
}