!function(a){a.fn.simpleColor=function(b){function c(){b=a.simpleColorOptions;var c=a("
");c.css("position","relative");var e=this.value&&""!=this.value?this.value:b.defaultColor,f=a("
");f.css(a.extend(b.displayCSS,{"background-color":e})),f.data("color",e),c.append(f),b.displayColorCode&&(f.data("displayColorCode",!0),f.text(this.value),f.css({color:b.colorCodeColor,textAlign:b.colorCodeAlign}));var g=function(c){if(a("html").bind("click.simpleColorDisplay",function(e){a("html").unbind("click.simpleColorDisplay"),a(".simpleColorChooser").hide();var g=a(e.target);(g.is(".simpleColorCell")===!1||a.contains(a(c.target).closest(".simpleColorContainer")[0],g[0])===!1)&&(f.css("background-color",f.data("color")),b.displayColorCode&&f.text(f.data("color"))),b.onClose&&b.onClose(d)}),c.data.container.chooser)c.data.container.chooser.toggle();else{var e=a("
");e.css(b.chooserCSS),c.data.container.chooser=e,c.data.container.append(e);for(var g=0;g");h.css({width:b.cellWidth+"px",height:b.cellHeight+"px",margin:b.cellMargin+"px",cursor:"pointer",lineHeight:b.cellHeight+"px",fontSize:"1px","float":"left","background-color":"#"+b.colors[g]}),e.append(h),(b.onCellEnter||b.livePreview)&&h.bind("mouseenter",function(){b.onCellEnter&&b.onCellEnter(this.id,d),b.livePreview&&(f.css("background-color","#"+this.id),b.displayColorCode&&f.text("#"+this.id))}),h.bind("click",{input:c.data.input,chooser:e,displayBox:f},function(c){var e="#"+this.id;c.data.input.value=e,a(c.data.input).change(),a(c.data.displayBox).data("color",e),c.data.displayBox.css("background-color",e),c.data.chooser.hide(),b.displayColorCode&&c.data.displayBox.text(e),b.onSelect&&b.onSelect(this.id,d)})}}},h={input:this,container:c,displayBox:f};f.bind("click",h,g),a(this).after(c),a(this).data("container",c)}var d=this,e=["990033","ff3366","cc0033","ff0033","ff9999","cc3366","ffccff","cc6699","993366","660033","cc3399","ff99cc","ff66cc","ff99ff","ff6699","cc0066","ff0066","ff3399","ff0099","ff33cc","ff00cc","ff66ff","ff33ff","ff00ff","cc0099","990066","cc66cc","cc33cc","cc99ff","cc66ff","cc33ff","993399","cc00cc","cc00ff","9900cc","990099","cc99cc","996699","663366","660099","9933cc","660066","9900ff","9933ff","9966cc","330033","663399","6633cc","6600cc","9966ff","330066","6600ff","6633ff","ccccff","9999ff","9999cc","6666cc","6666ff","666699","333366","333399","330099","3300cc","3300ff","3333ff","3333cc","0066ff","0033ff","3366ff","3366cc","000066","000033","0000ff","000099","0033cc","0000cc","336699","0066cc","99ccff","6699ff","003366","6699cc","006699","3399cc","0099cc","66ccff","3399ff","003399","0099ff","33ccff","00ccff","99ffff","66ffff","33ffff","00ffff","00cccc","009999","669999","99cccc","ccffff","33cccc","66cccc","339999","336666","006666","003333","00ffcc","33ffcc","33cc99","00cc99","66ffcc","99ffcc","00ff99","339966","006633","336633","669966","66cc66","99ff99","66ff66","339933","99cc99","66ff99","33ff99","33cc66","00cc66","66cc99","009966","009933","33ff66","00ff66","ccffcc","ccff99","99ff66","99ff33","00ff33","33ff33","00cc33","33cc33","66ff33","00ff00","66cc33","006600","003300","009900","33ff00","66ff00","99ff00","66cc00","00cc00","33cc00","339900","99cc66","669933","99cc33","336600","669900","99cc00","ccff66","ccff33","ccff00","999900","cccc00","cccc33","333300","666600","999933","cccc66","666633","999966","cccc99","ffffcc","ffff99","ffff66","ffff33","ffff00","ffcc00","ffcc66","ffcc33","cc9933","996600","cc9900","ff9900","cc6600","993300","cc6633","663300","ff9966","ff6633","ff9933","ff6600","cc3300","996633","330000","663333","996666","cc9999","993333","cc6666","ffcccc","ff3333","cc3333","ff6666","660000","990000","cc0000","ff0000","ff3300","cc9966","ffcc99","ffffff","cccccc","999999","666666","333333","000000","000000","000000","000000","000000","000000","000000","000000","000000"];return b=a.extend({defaultColor:this.attr("defaultColor")||"#FFF",cellWidth:this.attr("cellWidth")||10,cellHeight:this.attr("cellHeight")||10,cellMargin:this.attr("cellMargin")||1,boxWidth:this.attr("boxWidth")||"115px",boxHeight:this.attr("boxHeight")||"20px",columns:this.attr("columns")||16,insert:this.attr("insert")||"after",colors:this.attr("colors")||e,displayColorCode:this.attr("displayColorCode")||!1,colorCodeAlign:this.attr("colorCodeAlign")||"center",colorCodeColor:this.attr("colorCodeColor")||"#FFF",onSelect:null,onCellEnter:null,onClose:null,livePreview:!1},b||{}),b.totalWidth=b.columns*(b.cellWidth+2*b.cellMargin),b.chooserCSS=a.extend({border:"1px solid #000",margin:"0 0 0 5px",width:b.totalWidth,height:b.totalHeight,top:0,left:b.boxWidth,position:"absolute","background-color":"#fff"},b.chooserCSS||{}),b.displayCSS=a.extend({"background-color":b.defaultColor,border:"1px solid #000",width:b.boxWidth,height:b.boxHeight,"line-height":b.boxHeight+"px",cursor:"pointer"},b.displayCSS||{}),this.hide(),-1!=navigator.userAgent.indexOf("MSIE")&&(b.totalWidth+=2),b.totalHeight=Math.ceil(b.colors.length/b.columns)*(b.cellHeight+2*b.cellMargin),a.simpleColorOptions=b,this.each(c),a(".simpleColorDisplay").each(function(){a(this).click(function(a){a.stopPropagation()})}),this},a.fn.closeChooser=function(){return this.each(function(){a(this).data("container").find(".simpleColorChooser").hide()}),this},a.fn.setColor=function(b){return this.each(function(){var c=a(this).data("container").find(".simpleColorDisplay");c.css("background-color",b).data("color",b),c.data("displayColorCode")===!0&&c.text(b)}),this}}(jQuery);