#body_wrapper {
    position:absolute;
    left:0px;
    right:0px;
    bottom:0px;
    top:0px;
    min-width:1024px; 
    min-height: 500px; 
    z-index:0;
}

.not_edit_body_wrapper {
    position:absolute;
    left:0px;
    right:0px;
    bottom:0px;
    top:0px;
    min-width:1024px; 
    min-height: 500px; 
    background: rgb(189, 199, 180);
    background: rgba(189, 199, 180, 0.52);
    z-index:777;
}

#main_wrapper.fullscreen {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
                                
#main_wrapper {                     
    position:absolute;
    top: 30px;
    left:175px; /*change to 0px if hide menu*/
    right:0px;
    bottom:0px;
    overflow:auto;
    z-index:0;
}

.buttonMenuInner {
    width:auto; 
    text-align: center; 
    z-index: 6000; 
    position: absolute;
    overflow: visible;
}


#container_div  {
    width:              1000px;
    height:             100%;
}

#navi_menu_c    {
    z-index:0;
    position:absolute;
    left:0px; /*change to -240px if hide menu*/
    bottom:0px;
    top: 30px;
    width:175px;  
    overflow-y:auto;
    overflow-x:hidden;
}

.main_body    {
    text-align:         left;
    width:              100% !important;
    vertical-align:     top !important; /* for IE */
    padding:            0px !important;
    margin:             0px !important;         
}
                                
.header_list *, #rule_header *, #cell_measurement_list_header * {
    display:inline-block;
    line-height:36px;
    vertical-align:middle;
    padding:0px;
    
}
                                
.group_search_link    {
     font-style:         normal; 
     text-decoration:    none; 
     color:              #555;
     cursor:             pointer;
     cursor:             hand;
}

/* 
search results main block relation of it's parent element
*/
.search_results {
    position:           relative;
   
    vertical-align:     top; /* for IE */
    text-align:         left;
    height:             100%; 
  
    width:              900px;
    overflow:           auto; 
}

.search_results p  {
    text-decoration:    none;
    background-color:   #d1d1d1;
    border-bottom:      1px dotted #1e1e1e;
}

.search_results li              {
    font-style:         normal;
    text-decoration:    none;
  
    list-style-type:    none;
                                }

.group_header                   {
    font-style:         italic;
   
                                }

.cursor_is_pointer              {
    cursor:             pointer;
    cursor:             hand;
                                }


  
.column .preview_column_content {
    position:absolute;
    top:0px;
    bottom:0px;
    width:100%;
    overflow:auto;
}

.column.pos_0_3 {width: 0px;height: 0px;}
.column.pos_1_3 {left:0;width:33%;}
.column.pos_2_3 {left:33%;width:34%;}
.column.pos_3_3 {right:6px;left:67%;border-right:1px dotted grey;}
   
.column.pos_1_4 {left:0;width:25%;}
.column.pos_2_4 {left:25%;width:25%;}   
.column.pos_3_4 {left:50%;width:26%;} 
.column.pos_4_4 {right:6px;left:76%;border-right:1px dotted grey;}

.border_for_tbl {border-right:1px dotted grey;}


:focus {
    outline: 0;
}


.acces_btns * {
    display:inline-block;
}
