/**
 * Gtw CSS classes
 *
 * This CSS file describe styles for exceptions display
 *
 * @package Gtw
 * @subpackage Gtw_Css
 */
#gtw-exception {

}

.gtw-exception-body {
background: none;
background-color: #FFFFFF;
}

.gtw-exception {
list-style: none;
marign: 0;
padding: 0 0 0 20px;
list-style-type: circle;
}

.gtw-exception li {
padding: 2px 2px 0px 2px;
}

.gtw-exception-class {
color: #009900;
}

.gtw-exception-method {
color: #000099;
}

.gtw-exception-args {
color: #6666CC;
}

.gtw-exception-type {
color: #999999;
}

.gtw-exception-file {
color: #990000;
}

.gtw-exception-line {
font-style: italic;
}

.gtw-exception-name {
font-size: 90%;
color: #999999;
}

.gtw-exception-code {
}

.gtw-exception-message {
font-weight: bold;
}

.gtw-exception-text {
font-size: 90%;
color: #999999;
}

.gtw-exception-child {
padding-top: 15px;
margin-top: 15px;
list-style-type: none;
}