    .table_xio_style                                {padding: 0; margin: 0; border-collapse: collapse; border-spacing: 0; page-break-inside: auto;}            

    .table_xio_style thead tr                       {background: url('../images/box/th_bg.png'); border-bottom: 1px solid #FFF; color: #FFF;}
    .table_xio_style thead th                       {border-left: 0px; padding: 5px 5px;}
    .table_xio_style thead th+th                    {border-left: 1px solid #D9D9D9;}
    
    .table_xio_style tbody tr                       {background: #f1f1f1; border-left: 1px solid #CCC; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC; color: #333;}
    .table_xio_style tbody tr td                    {padding: 5px 5px;}
    .table_xio_style tbody tr:hover                 {background: #d9d9d9; color: #000;}     
    
    .table_xio_style_selected                       {color: red !important; background: #FFF !important; border-left: 1px solid #CCC; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC; color: #333;}
    .table_xio_style_selected:hover            {background: #d9d9d9; color: #000;}
        
    .table_xio_style tbody td                       {padding: 0; margin: 0; border-left: 0px;}
    .table_xio_style tbody td+td                    {border-left: 1px solid #CCC;}    
                  
    div#table_content                               {position: relative; width: 100%;}
    div#table_shadow_top                            {position: absolute; left: 4px; top: 0px; right: 4px; height: 3px;}
    div#table_shadow_bottom                         {position: absolute; left: 4px; bottom: 0px; right: 4px; height: 3px;}
    div#table_content_left                          {position: absolute; left: 0px; top: 0px; bottom: 0px; width: 4px;}
    div#table_content_middle                        {position: relative; padding-top: 50px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; margin-left: 4px; margin-right: 4px; background: transparent;}
    div#table_content_right                         {position: absolute; right: 0px; top: 0px; bottom: 0px; width: 4px;}                                          
    
    .table_xio_style#table_masterdata thead th {background: url('../images/box/th_bg.png'); border-bottom: 1px solid #FFF; color: #FFF;}
    .table_xio_style#table_masterdata tbody tr {cursor: pointer;}
    .table_xio_style#table_masterdata tbody td a {display: block; font-weight: normal; font: 9pt Arial; color: #666;}
    
    .table_central                               {vertical-align: central; text-align: center;}
