.bcms_debug { 
    border: 1px solid #888;
    margin: 0;
    padding: 1px;
    background: #fff;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

.bcms_debug_title {
    background: #222;
    color: #eee;
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
}

.bcms_debug_block_title {
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid gray;
    padding-left: 5px;
    cursor: pointer;
}

.bcms_debug_block_content {
    display: none;
    height: auto;
    padding-left: 5px;
}

.bcms_debug_item {
    background-color: #eee;
    border-top: 1px solid gray;
    padding-left: 5px;
}

.bcms_debug_item_message_0 {
    color: #505050;
    font-weight: bold;
}
.bcms_debug_item_message_1 {
    color: #888800;
    font-weight: bold;
}
.bcms_debug_item_message_2 {
    color: #880000;
    font-weight: bold;
}

.bcms_debug_item_time_delta {
    text-align: right;
    width: 100px;
    float: right;
}

.bcms_debug_item_time_delta_s {
    text-align: right;
    width: 60px;
    float: right;
}

.bcms_debug_item_skip_var {
    width: 32px;
    height: 15px;
    text-align: center;
    display: block; 
    float: right;
}

.bcms_debug_item_show_var {
    width: 32px;
    height: 15px;
    text-align: center;
    display: block; 
    float: right;
    cursor: pointer;
    background: url(../images/debug_var.gif) no-repeat right -16px;
}

.bcms_debug_item_show_trace {
    width: 39px;
    height: 15px;
    text-align: center;
    display: block;
    float: right;
    cursor: pointer;
    background: url(../images/debug_trace.gif) no-repeat right -16px;
}

.bcms_debug_item_show_var img, .bcms_debug_item_show_trace img {
    width: 100%;
    height: 100%;
}

.bcms_debug_item_show_active {
    background-position: right 0px !important;
}

.bcms_debug_item_var {
    font-family: Lucida Console, Consolas, Courier;
    font-size: 11px;
    margin: 1px;
    padding-left: 5px;
    display: none;
    border-left: 2px solid #009000;
    overflow: auto;
}

.bcms_debug_item_trace {
    font-family: Lucida Console, Consolas, Courier;
    font-size: 11px;
    margin: 1px;
    padding-left: 5px;
    display: none;
    border-left: 2px solid #000080;
    overflow: auto;
}

.bcms_debug_display {
    display: block;
}

.bcms_debug_maxlevel_0 {
    background-color: #e0e0e0;
}
.bcms_debug_maxlevel_1 {
    background-color: #eeeed6;
}
.bcms_debug_maxlevel_2 {
    background-color: #eed6d6;
}

