style "popup-style"
{
    font_name = "DejaVu Sans Bold 8"
#    base[NORMAL] = "#FFFFCC"
}

widget "*NgiGraphView.*.axis-popup*"  style "popup-style"
widget "*NgiGraphView.*.tick-popup*"  style "popup-style"

style "tick-label"
{
#    font_name = "URW Gothic L, Semi-Bold 7"
    font_name = "DejaVu Sans Bold 7"
}

style "axis-label"
{
#    font_name = "URW Gothic L, Semi-Bold 8"
    font_name = "DejaVu Sans, 11"
}


widget "*.NgiGraphView.tick-label" style "tick-label"
widget "*.NgiGraphView.*.tick-label" style "tick-label"
widget "*.NgiGraphView.axis-label" style "axis-label"
widget "*.NgiGraphView.*.axis-label" style "axis-label"



#### TODO: EDIT ME
# for valid names, see:
#  /usr/X11R6/lib/X11/rgb.txt or
#  /usr/lib/X11/rgb.txt

style "ngi-graph-view-style"
{
#    bg[NORMAL] = "#c4d4da"#F0F0F0"
    bg[NORMAL] = "#D4E4EA"

    NgiGraphView::x-axis-padding = 2
    NgiGraphView::y-axis-padding = 2

    NgiGraphView::graph-color      = "snow"
    NgiGraphView::major-line-color = "#E2E2E2"
    NgiGraphView::minor-line-color = "#EAEAEA"
    NgiGraphView::num-major-ticks  = 1
}

class "NgiGraphView" style "ngi-graph-view-style"

style "lq-graph-view-style"
{
    bg[NORMAL] = "#D4E4EA"
}

class "LqGraphView" style "lq-graph-view-style"

style "temp-graph"
{
    bg[NORMAL] = "white"
}


style "ngi-graph"
{
    bg[NORMAL]   = "#c4d4da"#F0F0F0"
}


#widget "*NgiGraphView.*.temp-graph" style "temp-graph"
#widget "*NgiGraphView.*.ngi-graph" style "ngi-graph"

