﻿.industrialChartContainer
    {
        border:1px solid #99BBE8;
        background:#DFE8F6;
        color:#15428B;
        font-family:Calibri, Tahoma,Microsoft Sans Serif;
        font-style:normal;
        font-weight:normal;
        font-size:12px;
        width:800px;        
        height:auto;
        min-height:50px;                
        top:0px;
    }   
    
    .DebugConsoleContainer
    {        
        z-index:9999;
        position:absolute;         
        min-height:50px;
        min-width:50px; 
        right:45px;
        top:150px; 
        width:auto;    
    }
    
    .DebugConsoleContainer .FilterContainer
    {
        width:100%;
        height:30px;    
        float:left;
        clear:both;        
    }
    
    .DebugConsoleContainer .FilterContainer .Checkbox
    {        
        float:left;
        margin-top:0px;
        margin-left:10px;
    }
    
    .DebugConsoleContainer .FilterContainer .Name
    {
        float:left;
        margin-top:0px;
        margin-left:3px;
    }
    
     .DebugConsoleContainer .FilterContainer .ButtonClear
     {
         float:right;
         width:50px;
         height:15px;
     }
        
    .DebugConsoleContainer .Empty
    {
        height:1px;
        width:100%;
        float:left;
        clear:both;
        background:#808080;
    }
    
    .DebugConsoleContainer .VersionTitle
    {        
        width:auto;
        height:16px;       
        margin-right:10px;
        font-weight:bold;  
        float:right;   
        margin-top:1px;                    
    }
    
    .DebugConsoleContainer .Box
    {        
        width:10px;
        height:10px;                
        float:left;          
        margin-right:10px;   
        margin-top:3px;
        margin-left:5px;  
        clear:both;         
    }
    
    .DebugConsoleContainer .BoxVersion
    {        
        width:10px;
        height:10px;                
        float:right;          
        margin-right:10px;   
        margin-top:3px;
        margin-left:5px;  
        background-color:Red;        
    }
                            
    
    .DebugConsoleContainer .Log
    {        
        width:auto;
        height:16px;       
        margin-left:5px;        
        float:left;   
        margin-top:1px;            
    }

    .industrialChartContainer .ICChartContainer
    {
        /*border:1px solid #99BBE8;*/
        background:#F9F9F9;
        font-size:12px;
        color:#333333;
        width:auto;
        height:auto;
        min-height:50px;        
        margin:5px;        
    }
    
    .industrialChartContainer .ICChartContainer canvas
    {
         position:absolute;
         background:#FFFFFF;
    }
    
    .canvasContainer
    {
        position:absolute;
        margin:0px;
        padding:0px;
        left:5px;
    }       