@charset "utf-8";

.logMask{
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    z-index:999;
    display:none;
}

.logConsole{
    position:absolute;
    margin:0;
    padding:0;
    width:370px;
    height:341px;
    top:auto;
    left:auto;
    bottom:20px;
    right:16px;
    border:1px solid black;
    text-align:left;
    font-size:12px;
    background-color:#FFF;
    font:10px Arial;
    z-index:1000;
}

.logConsole .title{
    background-color:#ddd;
    font-weight:bold;
    margin:0;
    padding:2px 3px 3px 3px;
    height:13px;
    cursor:default;  
}

.logConsole .title .title_text{
    float:left;
}

.logConsole .title .title_hide, .title_close{
    float:right;
    margin:1px 0 0 3px;
}

.logConsole .body{
    position:absolute; 
    top:18px; 
    bottom:0px; 
    left:0px; 
    right:0px;
}

.logConsole .content{
    position:absolute;
    padding:0;
    margin:0;
    top:0px;
    bottom:20px;
    left:0px; 
    right:0px;
    overflow:auto;
    font:12px Arial;
}

.logConsole .option{
    position:absolute;
    bottom:0px;
    padding:0px;
    margin:0;
    background:#ddd;
    height:20px;
    width:100%;
}

.logConsole input{
    vertical-align:middle;
    height:16px;
}
/*
.logConsole .logRec_debug, .logRec_sql, .logRec_err, .logRec_fatal{
    vertical-align:middle;
    margin:3px;
}*/

.logConsole .logRec{
    vertical-align:middle;
    margin:3px;
}

.logConsole .clear {
    clear:both;    
}

.logConsole .logType{
    float:left;
    width:16px;
    height:16px;
    vertical-align:middle;
    margin-right:3px;
}

.logConsole .logMsg{
    float:left;
}

.logConsole .button{
    font-size:9px;  
    border:1px solid black;
    height:16px;
    padding:0;
    margin:0 2px;
    cursor:default;  
}