/* 
Document   : main
Created on : May 18, 2009, 3:50:43 PM
Author     : Ward Morris
*/

root {

}

#error_outline {
    background-color:#DBE5F1;
    border: solid 1px #000000;
    font-size:9pt;
    margin-bottom: 5px;
    padding: 5px;
    
}

#error_sql_outline {
    background-color:#CFFFCF;
    border: dashed 1px #000000;
    font-size:9pt;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2px;
}

#error_sqlerror_outline {
    background-color:#CAA6A8;
    border: dashed 1px #000000;
    font-size:9pt;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2px;
}

#error_exception_outline {
    background-color:#CAA6A8;
    border: solid 1px #000000;
    font-size:9pt;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2px;
}

#error_sql_reserved {
    color: blue;
}

#error_fatal {
    color: red;
    font-size: 12px;
    white-space: pre;
}

#error_warning {
    font-size: 12px;
    white-space: pre;
}

#error_user_warning {
    color: gray;
    font-size: 12px;
    white-space: pre;
}

/******************************************************************************
* Resultset Table
*****************************************************************************/
.UserMessage {
    border: dashed 1px #000000;
    font-size:9pt;
    margin-top: 20px;
    margin-left: 40px;
    padding: 10px;
    float: left;
    height: auto;
    width: auto;
}

.UserMessageNormal {
    background-color:#DBE5F1;
    display: block;
}

.UserMessageSuccess {
    background-color:#4CB052;
}

.UserMessageSuccess li {
    
}

.UserMessageFailure {
    background-color:#CAA6A8;
}


