﻿    .IndustrialGrid
    {                 
        width:auto;
        height:auto;
        min-height:50px;        
        margin:5px;        
    }
    
    .IndustrialGrid table
    {       
        width:100%;
        height:auto;        
    }                
    
    .IndustrialGrid table.Grid thead tr .header
    {       
        text-align:center;        
    }     
    
    .IndustrialGrid table.Grid tbody tr td.normal
    {
        text-align:center;
    }    
       
    .IndustrialGrid table.Grid .warning  
    {      
        color:#DB8F38;
    }

    .IndustrialGrid table.Grid .problem
    {
        color:#9D63EC;
    }

    .IndustrialGrid table.Grid .error
    {
        color:#EE1919;       
    } 
   
    .IndustrialGrid table.Grid thead tr .sortingContainer
    {
        background:transparent;
        width:5px;
        height:10px;
        margin-right:0px;
        float:right;
        border:0px;        
    }
    
    .IndustrialGrid table.Grid thead tr .sortingContainerAsc
    {
        background:url(Images/sortUp.png) no-repeat;
        width:5px;
        height:10px;
        margin-right:1px;
        float:right;
        
    }
    
    .IndustrialGrid table.Grid thead tr .sortingContainerDesc
    {
        background:url(Images/sortDown.png) no-repeat;
        width:5px;
        height:10px;
        margin-right:1px;
        float:right;
        margin-top:4px;
        
    }
    .IndustrialGrid table.Grid tbody td.footer
    {
        font-size:10px;
    }
        
    .IndustrialGrid .industrialGridContainer tbody td.legend
    {
        font-size:10px;       
    }                                
         
        
   
   
   
    