/**
 * 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:{
        gfx:"http://users.affaldsskyen.dk/scripts/gfx/"
    },//paths
    widgets:{
        globals:{
            unitHeight:26,
            fontFamily:"verdana, sans",
            fontSize:10,
            color:"#383838",
            backgroundColor:"#efefef"
        },
        button:{
            button:{
                backgroundColor:"#efefef",
                color:"#383838",
                fontFamily:"verdana, sans",
                fontSize:10
            },
            link:{
                button:{
                    backgroundColor:"#ffffff",
                    color:"#ff0000",
                    fontFamily:"verdana, sans",
                    fontSize:10,
                    borderStyle:"solid",
                    borderWidth:0,
                    borderColor:"#666666",
                    border:"none"
                },
                label:{
                    color:"#a20303",
                    fontFamily:"verdana, sans",
                    fontSize:10,
                    textDecoration:"underline",
                    cursor:"pointer"
                }
            },
            defaultIcon:"noicon.png",
            loaderPath:"button/16x16/loader/",
            loaderImages:["1.png","2.png","3.png","4.png","5.png","6.png","7.png","8.png","9.png","10.png","11.png","12.png","13.png","14.png","15.png","16.png","17.png","18.png"]
        },
        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
