style "mokodatesvborderbutton" {
   engine "pixmap" {
        image {
            function        = BOX
            state           = NORMAL
            file            = "mokodates/vborder-button.png"
            border          = { 20, 20, 10, 10 }
            stretch         = TRUE
        }
        image {
            function        = BOX
            state           = PRELIGHT
            file            = "mokodates/vborder-button.png"
            border          = { 20, 20, 10, 10 }
            stretch         = TRUE
        }
        image {
            function        = BOX
            state           = ACTIVE
            file            = "mokodates/vborder-button.png"
            border          = { 20, 20, 10, 10 }
            stretch         = TRUE
        }
    }
    xthickness = 0
    ythickness = 5
    GtkButton::focus-line-width = 0
}

style "mokodateshborderbutton" {
   engine "pixmap" {
        image {
            function        = BOX
            state           = NORMAL
            file            = "mokodates/hborder-button.png"
            border          = { 20, 20, 10, 10 }
            stretch         = TRUE
        }
        image {
            function        = BOX
            state           = PRELIGHT
            file            = "mokodates/hborder-button.png"
            border          = { 20, 20, 10, 10 }
            stretch         = TRUE
        }
        image {
            function        = BOX
            state           = ACTIVE
            file            = "mokodates/hborder-button.png"
            border          = { 20, 20, 10, 10 }
            stretch         = TRUE
        }
    }
    xthickness = 0
    ythickness = 5
    GtkButton::focus-line-width = 0
}

style "calendar" {
	base[NORMAL] = "#ffffff"
}

style "calendar-events" {
	bg[NORMAL] = "#ff7800"
}

style "year-view" {
	bg[NORMAL] = "#333333"
	fg[NORMAL] = "#ffffff"
}

widget "*moko-dates-vborder-button" style "mokodatesvborderbutton"
widget "*moko-dates-hborder-button" style "mokodateshborderbutton"

widget "*.JanaGtkDayView.*JanaGtkTreeLayout" style "calendar"
class "JanaGtkMonthView" style "calendar"
widget "*.JanaGtkDayView.*JanaGtkTreeLayout" style "calendar-events"
widget "*.JanaGtkMonthView.*JanaGtkTreeLayout" style "calendar-events"

widget "*.JanaGtkYearView.*" style "year-view"

