/*Exception Handler*/
.exceptionHandler {
    font-family: 'Courier New', Courier monospace;
    position: absolute;
    top: 60px;
    left: 10px;
    margin: 6px;
    background-color: #FFFFFF;
    border: 1px solid #FFA200;
    width: 650px;
    height:400px;
    padding:4px;
    z-index: 98;
    overflow:auto;
    text-align: left;
    font-size: 11px;
}

.exceptionHandlerHeadline {
    width: 640px;
    padding: 4px;
    background-color: #DEDEDE;
    color: #FFA200;
    margin-bottom: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.exceptionMinimizeControl {
    color: #666666;
    cursor: pointer;
}

.exceptionReport {
    font-family: 'Courier New', Courier monospace;
    font-size: 11px;
    color: #000000;
    white-space:nowrap;
}

.exceptionReportDescription {
    font-family: 'Courier New', Courier monospace;
    background-color: #FEFFAF;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    font-weight: bold;
    padding-left: 2px;
}

.exceptionReportImportant {
    font-family: 'Courier New', Courier monospace;
    color: #FFA200;
    font-weight: bold;
}

.exceptionReport span {
    font-family: 'Courier New', Courier monospace;
}

.exceptionPointer {
    font-family: 'Courier New', Courier monospace;
    color: #FFA200;
}
