/**
 * theme definition for widgets and graphical elements
 *
 * @author Christian Hansen <christian@resource-it.dk>
 * @version 1.0
 * @package Resource it Modules
 * @copyright Resource it ApS
 * @uses lib.resext.js
 **/

resExt.theme = {
    paths:{
        graphics:"/graphics/"
    },//paths
    widgets:{
        tabcontrol:{
            headerHeight:23,
            tabSpacing:-8,
            tabPaddingH:3,
            headerMarginLeft:16,
            headerMarginRight:16,

            contentMarginTop:30,
            contentMarginRight:15,
            contentMarginBottom:10,
            contentMarginLeft:15,

            tab0ImgLeft:"widget_tab_left.png",
            tab0ImgLeftWidth:9,
            tab0ImgCenter:"widget_tab_center.png",
            tab0ImgRight:"widget_tab_right.png",
            tab0ImgRightWidth:9,
            tab0FontFamily:"verdana, sans",
            tab0FontSize:"10px",
            tab0FontColor:"#666666",
            tab0PaddingTop:7,
            tab0FontWeight:"bold",

            tab1ImgLeft:"widget_tab_selected_left.png",
            tab1ImgLeftWidth:16,
            tab1ImgCenter:"widget_tab_selected_center.png",
            tab1ImgRight:"widget_tab_selected_right.png",
            tab1ImgRightWidth:16,
            tab1FontFamily:"verdana, sans",
            tab1PaddingTop:6,
            tab1FontSize:"10px",
            tab1FontColor:"#383838",
            tab1FontWeight:"bold",

            border:{
                topLeft:{
                    src:"widget_tab_border_left.png",
                    width:9,
                    height:70
                },//left
                topCenter:{
                    src:"widget_tab_border_center.png",
                    width:1,
                    height:2
                },//center
                topRight:{
                    src:"widget_tab_border_right.png",
                    width:9,
                    height:70
                }//right
            }//border
        }//tabcontrol
    }//widgets
}//theme