########## NgiDataTable ##########

style "ngi-data-table-name"
{
    # GtkEntry Properties
  #  base[SELECTED] = "black"
   # base[NORMAL]   = "white" # background
    #fg[SELECTED]   = "red"	

    #font_name = "DejaVu Sans 10"
#    font_name = "URW Gothic L,  Semi-Bold 7"
}

style "ngi-data-table-tree-view"
{
 # column header bg color
    bg[NORMAL]   = "#c4d4da" 

#Focus Line color 
    fg[SELECTED] = "#F90617"
	
 font_name = "Monospace 11"
# selected rows
    base[SELECTED] = "#A09C9C"
    text[SELECTED] = "#F90617"

# selected row, non-focus
    base[ACTIVE] = "#A09C9C"
    text[ACTIVE] = "#F90617"

# text[ACTIVE] = "#FF004A"

# background color
   GtkTreeView::even-row-color = "white" #E5E5E5"
   GtkTreeView::odd-row-color  = "#D4E4EA"
   GtkWidget::focus-line-width = 1
   GtkWidget::focus-line-pattern = "\0"
 #  GtkWidget::focus-padding = 0
}

# class "NgiDataTable"     style "ngi-data-table-name"
widget "*.NgiDataTable.*GtkTreeView*" style "ngi-data-table-tree-view"
widget "*.NgiDataTable.*GtkEntry*"    style "ngi-data-table-name"
widget "*.NgiDataTable.*GtkButton*"   style "ngi-data-table-name"
widget "*.NgiDataTable.*GtkLabel*"    style "ngi-data-table-name"

########## NgiDataTableBox ##########


style "ngi-data-table-box"
{
     font_name = "DejaVu Sans 12"
#    font_name = "DejaVu Sans Bold 9"
#    font_name = "URW Gothic L, Semi-Bold"
#    fg[NORMAL] = "#999999"
    fg[NORMAL] = "white"
    bg[NORMAL] = "#c4d4da"#EEEEEE"

}

class "NgiDataTableBox" style "ngi-data-table-box"

