style "notebook"
{
  engine "pixmap"
  {
    image 
    {
      function    = EXTENSION
      state       = ACTIVE
      file        = "notebook/tab-normal.png"
      border      = {20, 20, 0, 0}
      stretch     = TRUE
      gap_side    = TOP
    }
    image 
    {
      function    = EXTENSION
      file        = "notebook/tab-active.png"
      border      = {20, 20, 0, 0}
      stretch     = TRUE
      gap_side    = TOP
    }
    image
    {
      function        = BOX_GAP
      gap_side        = BOTTOM
      shadow          = OUT
      file            = "transparency100.png"
     }

  }

  xthickness = 0
  ythickness = 0
}

style "notebook-header" {
    fg[PRELIGHT]    = "#ffffff"
    fg[ACTIVE]      = "#ffffff"
    fg[INSENSITIVE] = "#ffffff"
    text[PRELIGHT]    = "#ffffff"
    text[ACTIVE]      = "#ffffff"
    text[INSENSITIVE] = "#ffffff"
}
style "notebook_bg" {
}
