ownerEmail=       'bayer@bayerman.com.pl'

bodyBgColor=      '#c8dac4'
itemDefaultColor= '#7E7E7E'
itemActiveColor=  '#A32C00'
itemBgColor=      '#1B1B1B'
favBgPic=         ''

tmp=getCookie('Background Color');if(tmp){bodyBgColor=tmp}
tmp=getCookie('Default Color');if(tmp){itemDefaultColor=tmp}
tmp=getCookie('Active Color');if(tmp){itemActiveColor=tmp}
tmp=getCookie('favBgPic');if(tmp){favBgPic=tmp}

styleSheet1='overflow:auto;'+
            'border:0;'+
			'margin:0;'+
			'background:'+bodyBgColor+';'+
			'scrollbar-base-color:'+bodyBgColor+';'+
			'scrollbar-face-color:'+bodyBgColor+';'+
			'scrollbar-shadow-color:'+bodyBgColor+';'+
			'scrollbar-highlight-color:'+bodyBgColor+';'+
			'scrollbar-darkshadow-color:'+itemDefaultColor+';'+
			'scrollbar-3dlight-color:'+itemDefaultColor+';'+
			'scrollbar-arrow-color:'+itemActiveColor

addStyleSheet('body',        styleSheet1)
