#style "my_window"
#{
#   bg_pixmap[NORMAL] = "background.xpm"
#}

style "transparent"
{
	bg_pixmap[NORMAL] = "<parent>"
}

style "date_box"
{
	bg[NORMAL] = { 0, 0, 0 } 
}

style "date_label"
{
	font_name = "Sans 9"
	fg[NORMAL] = { 1.0, 1.0, 1.0 }
}

widget "*GtkDrawingArea*" style "transparent"
