style "default"
{
 font = "-adobe-helvetica-medium-r-normal--12-80-*-*-*-*-*-*"

}

style "info"
{
 fg[NORMAL]      = "#111111" 
 fg[ACTIVE]      = "#111111" 
 fg[PRELIGHT]    = "#111111" 
 fg[SELECTED]    = "#111111" 
 fg[INSENSITIVE] = "#111111"
 bg[NORMAL]      = "#d6d6d6"
 bg[ACTIVE]      = "#d6d6d6"
 bg[PRELIGHT]    = "#d6d6d6"
 bg[SELECTED]    = "#d6d6d6" 
 bg[INSENSITIVE] = "#d6d6d6" 

 font            = "-adobe-helvetica-medium-r-normal--14-80-*-*-*-*-*-*"

}

style "plot"
{
 fg[NORMAL] = "#050505" 
 bg[NORMAL] = "#8b99c5"

}

style "red"
{
 bg[PRELIGHT] = "#f8a8a8"
  
 font = "-adobe-helvetica-medium-r-normal--12-80-*-*-*-*-*-*"
 
}                                                                               

style "green" = "red"
{
 bg[PRELIGHT] = "#a8f8a8"
}

#Use style 'default' as default
widget "*" style "default"

#Set special font for info area
widget "*table*" style "info"

#Set color for plot-widget
widget "*plotarea*" style "plot"

#Set styles of ok/cancel buttons (Any request having only a 'ok'-button uses
#"ok button1" as the name. For requests with 'ok' and 'cancel'-button use
#"ok button2" as the name of the 'ok'-button)
widget "*ok button1*" style "green"
widget "*ok button2*" style "red"
widget "*cancel button*" style "green"
