/*
Rescrierea claselor de la GRID
*/


/* HEADER TABEL */

            .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
                background-color: #808080;
                border-bottom: 0 none;
                border-top: 0 none;
                overflow: hidden;
                text-align: center;
                white-space: nowrap;
                color: #FFF;
            }
            
            
            .ui-jqgrid .ui-jqgrid-htable th {
                height: 22px;
                padding: 0 2px;
            }
            
            .ui-jqgrid .ui-jqgrid-hdiv {
                margin: 0;
                padding: 0;
            }
            
            .ui-jqgrid-htable tr {
                border-left: 1px solid #E6E6E6;
            }
            
            .ui-jqgrid-sortable { padding: 5px; color: #FFF;  }
            .ui-th-column div {
                color: #FFF;
                font-family: Helvetica,Arial;
                font-size: 1.05em;
                font-weight: bold;
                line-height: 1.05em;
                text-align: left;
                padding-top: 5px;
            }
            
            
            .ui-th-column {
                border-color: #e6e6e6;
                border-right: 1px solid #e6e6e6;
            }




/*  BODY TABEL */


            .ui-jqgrid-btable, .ui-jqgrid-btable tr{
                background-color: #E6E6E6;
            }
            
            .ui-jqgrid-btable tr{
                background-color: #E6E6E6;
                border-left: 1px solid #E6E6E6;
            }
             
            .ui-jqgrid tr.jqgrow td {
                background-color: #FFF;
                border-bottom: 1px solid #E6E6E6;
                border-color: #E6E6E6;
                border-radius: 0;
                font-weight: normal;
                height: 22px;
                overflow: hidden;
                padding: 0 6px 0 6px;
                white-space: pre;
            }
            
            /*.ui-widget-content {font-family: Arial, Tahoma; color: #454545; font-size: 11px; } */
            .ui-jqgrid {font-family: Arial, Tahoma; color: #454545; font-size: 11px; }
            
            .ui-jqgrid .ui-jqgrid-bdiv {
                min-height: 320px; /* era 330px aici... acum am micsorat un pic */
            }
          
            
            .hasCogGoIcon {
                background: url("../images/jqgrid_action.png") no-repeat scroll 0 0 transparent;
            }
            
            A.GridRowButton {
                    clear: both;
                    float: left;
                    height: 15px;
                    line-height: 1.45em;
                    margin: 4px 0 -3px 5px;
                    padding-bottom: 1px;
                    padding-left: 22px;
                    padding-top: 2px;
                    text-align: left;
                    width: 90px;
                    
                }
                
                
            .jqgrow:hover td { color: #476f85; }
            .myAltRowClass { background-color: #DDDDDC; background-image: none; }
        
                