.DataGridStyle { text-align:center; border: 1px solid #cccccc; font-size: 1em; } .DataGridLeftStyle { text-align:left; border: 1px solid #cccccc; font-size: 1em; } .DataGridTableStyle { border: 0px solid #34A3D1; background-color: #fff; border-collapse: collapse; empty-cells: show; } .DataGridTableStyle td { font-size: 1em; border: 1px solid #E9E9E9; padding:10px 5px; } .DataGridTableStyle th { background:#f9f9f9; padding:10px 5px; font-size: 12px; color:#707070; border-right: 1px solid #E9E9E9; } .HeaderStyle { text-align: center; padding:10px 5px; line-height: 15px; color: #707070; font-weight: bold; font-size: 1em; vertical-align:middle; background-color:#f9f9f9; white-space:nowrap; word-break: keep-all; white-space:nowrap; } .HeaderStyle td { background:#ffffff; padding:10px 5px; font-size: 1em; border-right: 1px solid #E9E9E9; } .DataGridRowStyle { border: 1px solid #E9E9E9; text-align: center; vertical-align: Middle; background: #FFFFFF; } .DataGridSelectRowStyle {border: 1px solid #e9e9e9; text-align: center; vertical-align: Middle; background: #f9f9f9; } .DataGridRowMouseOverStyle { text-align:center; vertical-align: Middle; background:#ccc; } .DataGridLeftStyle .HeaderStyle, .DataGridLeftStyle .DataGridRowStyle, .DataGridLeftStyle .DataGridSelectRowStyle, .DataGridLeftStyle .DataGridRowMouseOverStyle { text-align:left;} .FieldHyperLink { color: #0000FF; cursor:pointer; text-decoration: underline; } .HyperLink{} .Button{} .Image{} .FixedHeaderStyle { position: relative; top: expression(this.parentNode.parentNode.parentNode.scrollTop-2); z-index: 10; text-align: center; line-height: 15px; color: #15428b; font-weight: bold; font-size: 12px; background: url('default/images/panel_title.png') repeat-x; } .FixedColumnStyle { position: relative; left: expression(this.parentNode.parentNode.parentNode.parentNode.scrollLeft); } .tr_hover_color { background-color:#7B99E1 } .img_hover_color { background-color:#FFFF00;border:1px none #000000 } .DataGrid_Sort_Desc{ background-image: url('default/images/datagrid_sort_desc.gif'); background-position: center; background-repeat: no-repeat; border-style: none; border: 0px solid #99BBE8; display: inline; width: 16px; height: 16px; } .DataGrid_Sort_Asc{ background-image: url('default/images/datagrid_sort_asc.gif') ; background-position: center; background-repeat: no-repeat; border-style: none; border: 0px solid #99BBE8; display: inline; width: 16px; height: 16px; }