/*
	Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
	Available via Academic Free License >= 2.1 OR the modified BSD license.
	see: http://dojotoolkit.org/license for details
*/

/*
	This is an optimized version of Dojo, built for deployment and not for
	development. To get sources and documentation, please visit:

		http://dojotoolkit.org
*/

//>>built
require({cache:{"dojo/uacss":function(){define(["./dom-geometry","./_base/lang","./ready","./sniff","./_base/window"],function(_1,_2,_3,_4,_5){var _6=_5.doc.documentElement,ie=_4("ie"),_7=_4("opera"),_8=Math.floor,ff=_4("ff"),_9=_1.boxModel.replace(/-/,""),_a={"dj_ie":ie,"dj_ie6":_8(ie)==6,"dj_ie7":_8(ie)==7,"dj_ie8":_8(ie)==8,"dj_ie9":_8(ie)==9,"dj_quirks":_4("quirks"),"dj_iequirks":ie&&_4("quirks"),"dj_opera":_7,"dj_khtml":_4("khtml"),"dj_webkit":_4("webkit"),"dj_safari":_4("safari"),"dj_chrome":_4("chrome"),"dj_gecko":_4("mozilla"),"dj_ff3":_8(ff)==3};_a["dj_"+_9]=true;var _b="";for(var _c in _a){if(_a[_c]){_b+=_c+" ";}}_6.className=_2.trim(_6.className+" "+_b);_3(90,function(){if(!_1.isBodyLtr()){var _d="dj_rtl dijitRtl "+_b.replace(/ /g,"-rtl ");_6.className=_2.trim(_6.className+" "+_d+"dj_rtl dijitRtl "+_b.replace(/ /g,"-rtl "));}});return _4;});},"dojo/text":function(){define(["./_base/kernel","require","./has","./_base/xhr"],function(_e,_f,has,xhr){var _10;if(1){_10=function(url,_11,_12){xhr("GET",{url:url,sync:!!_11,load:_12,headers:_e.config.textPluginHeaders||{}});};}else{if(_f.getText){_10=_f.getText;}else{console.error("dojo/text plugin failed to load because loader does not support getText");}}var _13={},_14=function(_15){if(_15){_15=_15.replace(/^\s*<\?xml(\s)+version=[\'\"](\d)*.(\d)*[\'\"](\s)*\?>/im,"");var _16=_15.match(/<body[^>]*>\s*([\s\S]+)\s*<\/body>/im);if(_16){_15=_16[1];}}else{_15="";}return _15;},_17={},_18={},_19={dynamic:true,normalize:function(id,_1a){var _1b=id.split("!"),url=_1b[0];return (/^\./.test(url)?_1a(url):url)+(_1b[1]?"!"+_1b[1]:"");},load:function(id,_1c,_1d){var _1e=id.split("!"),_1f=_1e.length>1,_20=_1e[0],url=_1c.toUrl(_1e[0]),_21=_17,_22=function(_23){_1d(_1f?_14(_23):_23);};if(_20 in _13){_21=_13[_20];}else{if(url in _1c.cache){_21=_1c.cache[url];}else{if(url in _13){_21=_13[url];}}}if(_21===_17){if(_18[url]){_18[url].push(_22);}else{var _24=_18[url]=[_22];_10(url,!_1c.async,function(_25){_13[_20]=_13[url]=_25;for(var i=0;i<_24.length;){_24[i++](_25);}delete _18[url];});}}else{_22(_21);}}};_e.cache=function(_26,url,_27){var key;if(typeof _26=="string"){if(/\//.test(_26)){key=_26;_27=url;}else{key=_f.toUrl(_26.replace(/\./g,"/")+(url?("/"+url):""));}}else{key=_26+"";_27=url;}var val=(_27!=undefined&&typeof _27!="string")?_27.value:_27,_28=_27&&_27.sanitize;if(typeof val=="string"){_13[key]=val;return _28?_14(val):val;}else{if(val===null){delete _13[key];return null;}else{if(!(key in _13)){_10(key,true,function(_29){_13[key]=_29;});}return _28?_14(_13[key]):_13[key];}}};return _19;});},"dijit/hccss":function(){define("dijit/hccss",["require","dojo/_base/config","dojo/dom-class","dojo/dom-construct","dojo/dom-style","dojo/ready","dojo/sniff","dojo/_base/window"],function(_2a,_2b,_2c,_2d,_2e,_2f,has,win){if(has("ie")||has("mozilla")){_2f(90,function(){var div=_2d.create("div",{id:"a11yTestNode",style:{cssText:"border: 1px solid;"+"border-color:red green;"+"position: absolute;"+"height: 5px;"+"top: -999px;"+"background-image: url(\""+(_2b.blankGif||_2a.toUrl("dojo/resources/blank.gif"))+"\");"}},win.body());var cs=_2e.getComputedStyle(div);if(cs){var _30=cs.backgroundImage;var _31=(cs.borderTopColor==cs.borderRightColor)||(_30!=null&&(_30=="none"||_30=="url(invalid-url:)"));if(_31){_2c.add(win.body(),"dijit_a11y");}if(has("ie")){div.outerHTML="";}else{win.body().removeChild(div);}}});}});},"dijit/_Contained":function(){define("dijit/_Contained",["dojo/_base/declare","./registry"],function(_32,_33){return _32("dijit._Contained",null,{_getSibling:function(_34){var _35=this.domNode;do{_35=_35[_34+"Sibling"];}while(_35&&_35.nodeType!=1);return _35&&_33.byNode(_35);},getPreviousSibling:function(){return this._getSibling("previous");},getNextSibling:function(){return this._getSibling("next");},getIndexInParent:function(){var p=this.getParent();if(!p||!p.getIndexOfChild){return -1;}return p.getIndexOfChild(this);}});});},"dijit/Viewport":function(){define("dijit/Viewport",["dojo/Evented","dojo/on","dojo/ready","dojo/_base/window","dojo/window"],function(_36,on,_37,win,_38){var _39=new _36();_37(200,function(){var _3a=_38.getBox();_39._rlh=on(win.global,"resize",function(){var _3b=_38.getBox();if(_3a.h==_3b.h&&_3a.w==_3b.w){return;}_3a=_3b;_39.emit("resize");});});return _39;});},"dojo/parser":function(){define(["./_base/kernel","./_base/lang","./_base/array","./_base/config","./_base/html","./_base/window","./_base/url","./_base/json","./aspect","./date/stamp","./has","./query","./on","./ready"],function(_3c,_3d,_3e,_3f,_40,_41,_42,_43,_44,_45,has,_46,don,_47){new Date("X");if(1){var _48=document.createElement("form");has.add("dom-attributes-explicit",_48.attributes.length==0);has.add("dom-attributes-specified-flag",_48.attributes.length<40);}_3c.parser=new function(){var _49={};function _4a(_4b){var map={};for(var _4c in _4b){if(_4c.charAt(0)=="_"){continue;}map[_4c.toLowerCase()]=_4c;}return map;};_44.after(_3d,"extend",function(){_49={};},true);var _4d={};function _4e(_4f){var map=_4d[_4f]||(_4d[_4f]={});return map["__type"]||(map["__type"]=(_3d.getObject(_4f)||require(_4f)));};this._clearCache=function(){_49={};_4d={};};this._functionFromScript=function(_50,_51){var _52="";var _53="";var _54=(_50.getAttribute(_51+"args")||_50.getAttribute("args"));if(_54){_3e.forEach(_54.split(/\s*,\s*/),function(_55,idx){_52+="var "+_55+" = arguments["+idx+"]; ";});}var _56=_50.getAttribute("with");if(_56&&_56.length){_3e.forEach(_56.split(/\s*,\s*/),function(_57){_52+="with("+_57+"){";_53+="}";});}return new Function(_52+_50.innerHTML+_53);};this.instantiate=function(_58,_59,_5a){_59=_59||{};_5a=_5a||{};var _5b=(_5a.scope||_3c._scopeName)+"Type",_5c="data-"+(_5a.scope||_3c._scopeName)+"-",_5d=_5c+"type";var _5e=[];_3e.forEach(_58,function(_5f){var _60=_5b in _59?_59[_5b]:_5f.getAttribute(_5d)||_5f.getAttribute(_5b);if(_60){_5e.push({node:_5f,"type":_60});}});return this._instantiate(_5e,_59,_5a);};this._instantiate=function(_61,_62,_63){var _64=[];var _65=(_63.scope||_3c._scopeName)+"Type",_66="data-"+(_63.scope||_3c._scopeName)+"-",_67=_66+"type",_68=_66+"props",_69=_66+"attach-point",_6a=_66+"attach-event",_6b=_66+"id",_6c=_66+"mixins";var _6d={};_3e.forEach([_68,_67,_65,_6b,"jsId",_69,_6a,"dojoAttachPoint","dojoAttachEvent","class","style",_6c],function(_6e){_6d[_6e.toLowerCase()]=_6e.replace(_63.scope,"dojo");});function _6f(_70,_71){return _70.createSubclass&&_70.createSubclass(_71)||_70.extend.apply(_70,_71);};_3e.forEach(_61,function(obj){if(!obj){return;}var _72=obj.node,_73=obj.type,_74=_72.getAttribute(_6c),_75;if(_74){var map=_4d[_73];_74=_74.replace(/ /g,"");_75=map&&map[_74];if(!_75){_75=_4e(_73);_75=_4d[_73][_74]=_6f(_75,_3e.map(_74.split(","),_4e));}}else{_75=_4e(_73);}var _76=_75&&_75.prototype;var _77={};if(_63.defaults){_3d.mixin(_77,_63.defaults);}if(obj.inherited){_3d.mixin(_77,obj.inherited);}var _78;if(has("dom-attributes-explicit")){_78=_72.attributes;}else{if(has("dom-attributes-specified-flag")){_78=_3e.filter(_72.attributes,function(a){return a.specified;});}else{var _79=/^input$|^img$/i.test(_72.nodeName)?_72:_72.cloneNode(false),_7a=_79.outerHTML.replace(/=[^\s"']+|="[^"]*"|='[^']*'/g,"").replace(/^\s*<[a-zA-Z0-9]*\s*/,"").replace(/\s*>.*$/,"");_78=_3e.map(_7a.split(/\s+/),function(_7b){var _7c=_7b.toLowerCase();return {name:_7b,value:(_72.nodeName=="LI"&&_7b=="value")||_7c=="enctype"?_72.getAttribute(_7c):_72.getAttributeNode(_7c).value};});}}var i=0,_7d;while(_7d=_78[i++]){var _7e=_7d.name,_7f=_7e.toLowerCase(),_80=_7d.value;if(_7f in _6d){switch(_6d[_7f]){case "data-dojo-props":var _81=_80;break;case "data-dojo-id":case "jsId":var _82=_80;break;case "data-dojo-attach-point":case "dojoAttachPoint":_77.dojoAttachPoint=_80;break;case "data-dojo-attach-event":case "dojoAttachEvent":_77.dojoAttachEvent=_80;break;case "class":_77["class"]=_72.className;break;case "style":_77["style"]=_72.style&&_72.style.cssText;break;}}else{if(!(_7e in _76)){var map=(_49[_73]||(_49[_73]=_4a(_76)));_7e=map[_7f]||_7e;}if(_7e in _76){switch(typeof _76[_7e]){case "string":_77[_7e]=_80;break;case "number":_77[_7e]=_80.length?Number(_80):NaN;break;case "boolean":_77[_7e]=_80.toLowerCase()!="false";break;case "function":if(_80===""||_80.search(/[^\w\.]+/i)!=-1){_77[_7e]=new Function(_80);}else{_77[_7e]=_3d.getObject(_80,false)||new Function(_80);}break;default:var _83=_76[_7e];_77[_7e]=(_83&&"length" in _83)?(_80?_80.split(/\s*,\s*/):[]):(_83 instanceof Date)?(_80==""?new Date(""):_80=="now"?new Date():_45.fromISOString(_80)):(_83 instanceof _3c._Url)?(_3c.baseUrl+_80):_43.fromJson(_80);}}else{_77[_7e]=_80;}}}if(_81){try{_81=_43.fromJson.call(_63.propsThis,"{"+_81+"}");_3d.mixin(_77,_81);}catch(e){throw new Error(e.toString()+" in data-dojo-props='"+_81+"'");}}_3d.mixin(_77,_62);var _84=obj.scripts||(_75&&(_75._noScript||_76._noScript)?[]:_46("> script[type^='dojo/']",_72));var _85=[],_86=[],_87=[],on=[];if(_84){for(i=0;i<_84.length;i++){var _88=_84[i];_72.removeChild(_88);var _89=(_88.getAttribute(_66+"event")||_88.getAttribute("event")),_8a=_88.getAttribute(_66+"prop"),_8b=_88.getAttribute("type"),nf=this._functionFromScript(_88,_66);if(_89){if(_8b=="dojo/connect"){_85.push({event:_89,func:nf});}else{if(_8b=="dojo/on"){on.push({event:_89,func:nf});}else{_77[_89]=nf;}}}else{if(_8b=="dojo/watch"){_87.push({prop:_8a,func:nf});}else{_86.push(nf);}}}}var _8c=_75.markupFactory||_76.markupFactory;var _8d=_8c?_8c(_77,_72,_75):new _75(_77,_72);_64.push(_8d);if(_82){_3d.setObject(_82,_8d);}for(i=0;i<_85.length;i++){_44.after(_8d,_85[i].event,_3c.hitch(_8d,_85[i].func),true);}for(i=0;i<_86.length;i++){_86[i].call(_8d);}for(i=0;i<_87.length;i++){_8d.watch(_87[i].prop,_87[i].func);}for(i=0;i<on.length;i++){don(_8d,on[i].event,on[i].func);}},this);if(!_62._started){_3e.forEach(_64,function(_8e){if(!_63.noStart&&_8e&&_3d.isFunction(_8e.startup)&&!_8e._started){_8e.startup();}});}return _64;};this.scan=function(_8f,_90){var _91=[];var _92=(_90.scope||_3c._scopeName)+"Type",_93="data-"+(_90.scope||_3c._scopeName)+"-",_94=_93+"type",_95=_93+"textdir";var _96=_8f.firstChild;var _97=_90.inherited;if(!_97){function _98(_99,_9a){return (_99.getAttribute&&_99.getAttribute(_9a))||(_99!==_41.doc&&_99!==_41.doc.documentElement&&_99.parentNode?_98(_99.parentNode,_9a):null);};_97={dir:_98(_8f,"dir"),lang:_98(_8f,"lang"),textDir:_98(_8f,_95)};for(var key in _97){if(!_97[key]){delete _97[key];}}}var _9b={inherited:_97};var _9c;var _9d;function _9e(_9f){if(!_9f.inherited){_9f.inherited={};var _a0=_9f.node,_a1=_9e(_9f.parent);var _a2={dir:_a0.getAttribute("dir")||_a1.dir,lang:_a0.getAttribute("lang")||_a1.lang,textDir:_a0.getAttribute(_95)||_a1.textDir};for(var key in _a2){if(_a2[key]){_9f.inherited[key]=_a2[key];}}}return _9f.inherited;};while(true){if(!_96){if(!_9b||!_9b.node){break;}_96=_9b.node.nextSibling;_9c=_9b.scripts;_9d=false;_9b=_9b.parent;continue;}if(_96.nodeType!=1){_96=_96.nextSibling;continue;}if(_9c&&_96.nodeName.toLowerCase()=="script"){_a3=_96.getAttribute("type");if(_a3&&/^dojo\/\w/i.test(_a3)){_9c.push(_96);}_96=_96.nextSibling;continue;}if(_9d){_96=_96.nextSibling;continue;}var _a3=_96.getAttribute(_94)||_96.getAttribute(_92);var _a4=_96.firstChild;if(!_a3&&(!_a4||(_a4.nodeType==3&&!_a4.nextSibling))){_96=_96.nextSibling;continue;}var _a5={node:_96,scripts:_9c,parent:_9b};var _a6;try{_a6=_a3&&_4e(_a3);}catch(e){}var _a7=_a6&&!_a6.prototype._noScript?[]:null;if(_a3){_91.push({"type":_a3,node:_96,scripts:_a7,inherited:_9e(_a5)});}_96=_a4;_9c=_a7;_9d=_a6&&_a6.prototype.stopParser&&!(_90.template);_9b=_a5;}return _91;};this.parse=function(_a8,_a9){var _aa;if(!_a9&&_a8&&_a8.rootNode){_a9=_a8;_aa=_a9.rootNode;}else{if(_a8&&_3d.isObject(_a8)&&!("nodeType" in _a8)){_a9=_a8;}else{_aa=_a8;}}_aa=_aa?_40.byId(_aa):_41.body();_a9=_a9||{};var _ab=this.scan(_aa,_a9);var _ac=_a9.template?{template:true}:{};return this._instantiate(_ab,_ac,_a9);};}();if(_3f.parseOnLoad){_47(100,_3c.parser,"parse");}return _3c.parser;});},"dijit/_Container":function(){define("dijit/_Container",["dojo/_base/array","dojo/_base/declare","dojo/dom-construct","./registry"],function(_ad,_ae,_af,_b0){return _ae("dijit._Container",null,{buildRendering:function(){this.inherited(arguments);if(!this.containerNode){this.containerNode=this.domNode;}},addChild:function(_b1,_b2){var _b3=this.containerNode;if(_b2&&typeof _b2=="number"){var _b4=this.getChildren();if(_b4&&_b4.length>=_b2){_b3=_b4[_b2-1].domNode;_b2="after";}}_af.place(_b1.domNode,_b3,_b2);if(this._started&&!_b1._started){_b1.startup();}},removeChild:function(_b5){if(typeof _b5=="number"){_b5=this.getChildren()[_b5];}if(_b5){var _b6=_b5.domNode;if(_b6&&_b6.parentNode){_b6.parentNode.removeChild(_b6);}}},hasChildren:function(){return this.getChildren().length>0;},_getSiblingOfChild:function(_b7,dir){var _b8=_b7.domNode,_b9=(dir>0?"nextSibling":"previousSibling");do{_b8=_b8[_b9];}while(_b8&&(_b8.nodeType!=1||!_b0.byNode(_b8)));return _b8&&_b0.byNode(_b8);},getIndexOfChild:function(_ba){return _ad.indexOf(this.getChildren(),_ba);}});});},"dijit/_base/scroll":function(){define("dijit/_base/scroll",["dojo/window","../main"],function(_bb,_bc){_bc.scrollIntoView=function(_bd,pos){_bb.scrollIntoView(_bd,pos);};});},"dijit/layout/_LayoutWidget":function(){define("dijit/layout/_LayoutWidget",["dojo/_base/lang","../_Widget","../_Container","../_Contained","../Viewport","dojo/_base/declare","dojo/dom-class","dojo/dom-geometry","dojo/dom-style"],function(_be,_bf,_c0,_c1,_c2,_c3,_c4,_c5,_c6){return _c3("dijit.layout._LayoutWidget",[_bf,_c0,_c1],{baseClass:"dijitLayoutContainer",isLayoutContainer:true,buildRendering:function(){this.inherited(arguments);_c4.add(this.domNode,"dijitContainer");},startup:function(){if(this._started){return;}this.inherited(arguments);var _c7=this.getParent&&this.getParent();if(!(_c7&&_c7.isLayoutContainer)){this.resize();this._connects.push(_c2.on("resize",_be.hitch(this,"resize")));}},resize:function(_c8,_c9){var _ca=this.domNode;if(_c8){_c5.setMarginBox(_ca,_c8);}var mb=_c9||{};_be.mixin(mb,_c8||{});if(!("h" in mb)||!("w" in mb)){mb=_be.mixin(_c5.getMarginBox(_ca),mb);}var cs=_c6.getComputedStyle(_ca);var me=_c5.getMarginExtents(_ca,cs);var be=_c5.getBorderExtents(_ca,cs);var bb=(this._borderBox={w:mb.w-(me.w+be.w),h:mb.h-(me.h+be.h)});var pe=_c5.getPadExtents(_ca,cs);this._contentBox={l:_c6.toPixelValue(_ca,cs.paddingLeft),t:_c6.toPixelValue(_ca,cs.paddingTop),w:bb.w-pe.w,h:bb.h-pe.h};this.layout();},layout:function(){},_setupChild:function(_cb){var cls=this.baseClass+"-child "+(_cb.baseClass?this.baseClass+"-"+_cb.baseClass:"");_c4.add(_cb.domNode,cls);},addChild:function(_cc,_cd){this.inherited(arguments);if(this._started){this._setupChild(_cc);}},removeChild:function(_ce){var cls=this.baseClass+"-child"+(_ce.baseClass?" "+this.baseClass+"-"+_ce.baseClass:"");_c4.remove(_ce.domNode,cls);this.inherited(arguments);}});});},"dijit/_base":function(){define("dijit/_base",["./main","./a11y","./WidgetSet","./_base/focus","./_base/manager","./_base/place","./_base/popup","./_base/scroll","./_base/sniff","./_base/typematic","./_base/wai","./_base/window"],function(_cf){return _cf._base;});},"dijit/form/_FormWidgetMixin":function(){define("dijit/form/_FormWidgetMixin",["dojo/_base/array","dojo/_base/declare","dojo/dom-attr","dojo/dom-style","dojo/_base/lang","dojo/mouse","dojo/sniff","dojo/_base/window","dojo/window","../a11y"],function(_d0,_d1,_d2,_d3,_d4,_d5,has,win,_d6,_d7){return _d1("dijit.form._FormWidgetMixin",null,{name:"",alt:"",value:"",type:"text",tabIndex:"0",_setTabIndexAttr:"focusNode",disabled:false,intermediateChanges:false,scrollOnFocus:true,_setIdAttr:"focusNode",postCreate:function(){this.inherited(arguments);this.connect(this.domNode,"onmousedown","_onMouseDown");},_setDisabledAttr:function(_d8){this._set("disabled",_d8);_d2.set(this.focusNode,"disabled",_d8);if(this.valueNode){_d2.set(this.valueNode,"disabled",_d8);}this.focusNode.setAttribute("aria-disabled",_d8?"true":"false");if(_d8){this._set("hovering",false);this._set("active",false);var _d9="tabIndex" in this.attributeMap?this.attributeMap.tabIndex:("_setTabIndexAttr" in this)?this._setTabIndexAttr:"focusNode";_d0.forEach(_d4.isArray(_d9)?_d9:[_d9],function(_da){var _db=this[_da];if(has("webkit")||_d7.hasDefaultTabStop(_db)){_db.setAttribute("tabIndex","-1");}else{_db.removeAttribute("tabIndex");}},this);}else{if(this.tabIndex!=""){this.set("tabIndex",this.tabIndex);}}},_onFocus:function(e){if(this.scrollOnFocus){_d6.scrollIntoView(this.domNode);}this.inherited(arguments);},isFocusable:function(){return !this.disabled&&this.focusNode&&(_d3.get(this.domNode,"display")!="none");},focus:function(){if(!this.disabled&&this.focusNode.focus){try{this.focusNode.focus();}catch(e){}}},compare:function(_dc,_dd){if(typeof _dc=="number"&&typeof _dd=="number"){return (isNaN(_dc)&&isNaN(_dd))?0:_dc-_dd;}else{if(_dc>_dd){return 1;}else{if(_dc<_dd){return -1;}else{return 0;}}}},onChange:function(){},_onChangeActive:false,_handleOnChange:function(_de,_df){if(this._lastValueReported==undefined&&(_df===null||!this._onChangeActive)){this._resetValue=this._lastValueReported=_de;}this._pendingOnChange=this._pendingOnChange||(typeof _de!=typeof this._lastValueReported)||(this.compare(_de,this._lastValueReported)!=0);if((this.intermediateChanges||_df||_df===undefined)&&this._pendingOnChange){this._lastValueReported=_de;this._pendingOnChange=false;if(this._onChangeActive){if(this._onChangeHandle){clearTimeout(this._onChangeHandle);}this._onChangeHandle=setTimeout(_d4.hitch(this,function(){this._onChangeHandle=null;this.onChange(_de);}),0);}}},create:function(){this.inherited(arguments);this._onChangeActive=true;},destroy:function(){if(this._onChangeHandle){clearTimeout(this._onChangeHandle);this.onChange(this._lastValueReported);}this.inherited(arguments);},_onMouseDown:function(e){if((!this.focused||!has("ie"))&&!e.ctrlKey&&_d5.isLeft(e)&&this.isFocusable()){var _e0=this.connect(win.body(),"onmouseup",function(){if(this.isFocusable()){this.focus();}this.disconnect(_e0);});}}});});},"dijit/BackgroundIframe":function(){define("dijit/BackgroundIframe",["require","./main","dojo/_base/config","dojo/dom-construct","dojo/dom-style","dojo/_base/lang","dojo/on","dojo/sniff","dojo/_base/window"],function(_e1,_e2,_e3,_e4,_e5,_e6,on,has,win){var _e7=new function(){var _e8=[];this.pop=function(){var _e9;if(_e8.length){_e9=_e8.pop();_e9.style.display="";}else{if(has("ie")<9){var _ea=_e3["dojoBlankHtmlUrl"]||_e1.toUrl("dojo/resources/blank.html")||"javascript:\"\"";var _eb="<iframe src='"+_ea+"' role='presentation'"+" style='position: absolute; left: 0px; top: 0px;"+"z-index: -1; filter:Alpha(Opacity=\"0\");'>";_e9=win.doc.createElement(_eb);}else{_e9=_e4.create("iframe");_e9.src="javascript:\"\"";_e9.className="dijitBackgroundIframe";_e9.setAttribute("role","presentation");_e5.set(_e9,"opacity",0.1);}_e9.tabIndex=-1;}return _e9;};this.push=function(_ec){_ec.style.display="none";_e8.push(_ec);};}();_e2.BackgroundIframe=function(_ed){if(!_ed.id){throw new Error("no id");}if(has("ie")||has("mozilla")){var _ee=(this.iframe=_e7.pop());_ed.appendChild(_ee);if(has("ie")<7||has("quirks")){this.resize(_ed);this._conn=on(_ed,"resize",_e6.hitch(this,function(){this.resize(_ed);}));}else{_e5.set(_ee,{width:"100%",height:"100%"});}}};_e6.extend(_e2.BackgroundIframe,{resize:function(_ef){if(this.iframe){_e5.set(this.iframe,{width:_ef.offsetWidth+"px",height:_ef.offsetHeight+"px"});}},destroy:function(){if(this._conn){this._conn.remove();this._conn=null;}if(this.iframe){_e7.push(this.iframe);delete this.iframe;}}});return _e2.BackgroundIframe;});},"dijit/form/_FormValueMixin":function(){define("dijit/form/_FormValueMixin",["dojo/_base/declare","dojo/dom-attr","dojo/keys","dojo/sniff","./_FormWidgetMixin"],function(_f0,_f1,_f2,has,_f3){return _f0("dijit.form._FormValueMixin",_f3,{readOnly:false,_setReadOnlyAttr:function(_f4){_f1.set(this.focusNode,"readOnly",_f4);this.focusNode.setAttribute("aria-readonly",_f4);this._set("readOnly",_f4);},postCreate:function(){this.inherited(arguments);if(has("ie")){this.connect(this.focusNode||this.domNode,"onkeydown",this._onKeyDown);}if(this._resetValue===undefined){this._lastValueReported=this._resetValue=this.value;}},_setValueAttr:function(_f5,_f6){this._handleOnChange(_f5,_f6);},_handleOnChange:function(_f7,_f8){this._set("value",_f7);this.inherited(arguments);},undo:function(){this._setValueAttr(this._lastValueReported,false);},reset:function(){this._hasBeenBlurred=false;this._setValueAttr(this._resetValue,true);},_onKeyDown:function(e){if(e.keyCode==_f2.ESCAPE&&!(e.ctrlKey||e.altKey||e.metaKey)){var te;if(has("ie")<9||(has("ie")&&has("quirks"))){e.preventDefault();te=document.createEventObject();te.keyCode=_f2.ESCAPE;te.shiftKey=e.shiftKey;e.srcElement.fireEvent("onkeypress",te);}}}});});},"dojo/Stateful":function(){define(["./_base/declare","./_base/lang","./_base/array"],function(_f9,_fa,_fb){return _f9("dojo.Stateful",null,{postscript:function(_fc){if(_fc){_fa.mixin(this,_fc);}},get:function(_fd){return this[_fd];},set:function(_fe,_ff){if(typeof _fe==="object"){for(var x in _fe){if(_fe.hasOwnProperty(x)){this.set(x,_fe[x]);}}return this;}var _100=this[_fe];this[_fe]=_ff;if(this._watchCallbacks){this._watchCallbacks(_fe,_100,_ff);}return this;},watch:function(name,_101){var _102=this._watchCallbacks;if(!_102){var self=this;_102=this._watchCallbacks=function(name,_103,_104,_105){var _106=function(_107){if(_107){_107=_107.slice();for(var i=0,l=_107.length;i<l;i++){_107[i].call(self,name,_103,_104);}}};_106(_102["_"+name]);if(!_105){_106(_102["*"]);}};}if(!_101&&typeof name==="function"){_101=name;name="*";}else{name="_"+name;}var _108=_102[name];if(typeof _108!=="object"){_108=_102[name]=[];}_108.push(_101);return {unwatch:function(){_108.splice(_fb.indexOf(_108,_101),1);}};}});});},"dojo/touch":function(){define(["./_base/kernel","./on","./has","./mouse"],function(dojo,on,has,_109){function _10a(type){return function(node,_10b){return on(node,type,_10b);};};var _10c=has("touch");dojo.touch={press:_10a(_10c?"touchstart":"mousedown"),move:_10a(_10c?"touchmove":"mousemove"),release:_10a(_10c?"touchend":"mouseup"),cancel:_10c?_10a("touchcancel"):_109.leave};return dojo.touch;});},"dijit/_CssStateMixin":function(){define("dijit/_CssStateMixin",["dojo/_base/array","dojo/_base/declare","dojo/dom","dojo/dom-class","dojo/_base/lang","dojo/ready","dojo/touch","dojo/_base/window","./registry"],function(_10d,_10e,dom,_10f,lang,_110,_111,win,_112){var _113=_10e("dijit._CssStateMixin",[],{cssStateNodes:{},hovering:false,active:false,_applyAttributes:function(){this.inherited(arguments);_10d.forEach(["disabled","readOnly","checked","selected","focused","state","hovering","active","_opened"],function(attr){this.watch(attr,lang.hitch(this,"_setStateClass"));},this);for(var ap in this.cssStateNodes){this._trackMouseState(this[ap],this.cssStateNodes[ap]);}this._trackMouseState(this.domNode,this.baseClass);this._setStateClass();},_cssMouseEvent:function(_114){if(!this.disabled){switch(_114.type){case "mouseover":this._set("hovering",true);this._set("active",this._mouseDown);break;case "mouseout":this._set("hovering",false);this._set("active",false);break;case "mousedown":case "touchpress":this._set("active",true);break;case "mouseup":case "touchrelease":this._set("active",false);break;}}},_setStateClass:function(){var _115=this.baseClass.split(" ");function _116(_117){_115=_115.concat(_10d.map(_115,function(c){return c+_117;}),"dijit"+_117);};if(!this.isLeftToRight()){_116("Rtl");}var _118=this.checked=="mixed"?"Mixed":(this.checked?"Checked":"");if(this.checked){_116(_118);}if(this.state){_116(this.state);}if(this.selected){_116("Selected");}if(this._opened){_116("Opened");}if(this.disabled){_116("Disabled");}else{if(this.readOnly){_116("ReadOnly");}else{if(this.active){_116("Active");}else{if(this.hovering){_116("Hover");}}}}if(this.focused){_116("Focused");}var tn=this.stateNode||this.domNode,_119={};_10d.forEach(tn.className.split(" "),function(c){_119[c]=true;});if("_stateClasses" in this){_10d.forEach(this._stateClasses,function(c){delete _119[c];});}_10d.forEach(_115,function(c){_119[c]=true;});var _11a=[];for(var c in _119){_11a.push(c);}tn.className=_11a.join(" ");this._stateClasses=_115;},_subnodeCssMouseEvent:function(node,_11b,evt){if(this.disabled||this.readOnly){return;}function _11c(_11d){_10f.toggle(node,_11b+"Hover",_11d);};function _11e(_11f){_10f.toggle(node,_11b+"Active",_11f);};switch(evt.type){case "mouseover":_11c(true);break;case "mouseout":_11c(false);_11e(false);break;case "mousedown":case "touchpress":_11e(true);break;case "mouseup":case "touchrelease":_11e(false);break;}},_trackMouseState:function(node,_120){node._cssState=_120;}});_110(function(){function _121(evt){if(!dom.isDescendant(evt.relatedTarget,evt.target)){for(var node=evt.target;node&&node!=evt.relatedTarget;node=node.parentNode){if(node._cssState){var _122=_112.getEnclosingWidget(node);if(node==_122.domNode){_122._cssMouseEvent(evt);}else{_122._subnodeCssMouseEvent(node,node._cssState,evt);}}}}};function _123(evt){evt.target=evt.srcElement;_121(evt);};var body=win.body();_10d.forEach(["mouseover","mouseout","mousedown","touchpress","mouseup","touchrelease"],function(type){if(body.addEventListener){body.addEventListener(type,_121,true);}else{body.attachEvent("on"+type,_123);}});});return _113;});},"dojo/_base/url":function(){define(["./kernel"],function(dojo){var ore=new RegExp("^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$"),ire=new RegExp("^((([^\\[:]+):)?([^@]+)@)?(\\[([^\\]]+)\\]|([^\\[:]*))(:([0-9]+))?$"),_124=function(){var n=null,_125=arguments,uri=[_125[0]];for(var i=1;i<_125.length;i++){if(!_125[i]){continue;}var _126=new _124(_125[i]+""),_127=new _124(uri[0]+"");if(_126.path==""&&!_126.scheme&&!_126.authority&&!_126.query){if(_126.fragment!=n){_127.fragment=_126.fragment;}_126=_127;}else{if(!_126.scheme){_126.scheme=_127.scheme;if(!_126.authority){_126.authority=_127.authority;if(_126.path.charAt(0)!="/"){var path=_127.path.substring(0,_127.path.lastIndexOf("/")+1)+_126.path;var segs=path.split("/");for(var j=0;j<segs.length;j++){if(segs[j]=="."){if(j==segs.length-1){segs[j]="";}else{segs.splice(j,1);j--;}}else{if(j>0&&!(j==1&&segs[0]=="")&&segs[j]==".."&&segs[j-1]!=".."){if(j==(segs.length-1)){segs.splice(j,1);segs[j-1]="";}else{segs.splice(j-1,2);j-=2;}}}}_126.path=segs.join("/");}}}}uri=[];if(_126.scheme){uri.push(_126.scheme,":");}if(_126.authority){uri.push("//",_126.authority);}uri.push(_126.path);if(_126.query){uri.push("?",_126.query);}if(_126.fragment){uri.push("#",_126.fragment);}}this.uri=uri.join("");var r=this.uri.match(ore);this.scheme=r[2]||(r[1]?"":n);this.authority=r[4]||(r[3]?"":n);this.path=r[5];this.query=r[7]||(r[6]?"":n);this.fragment=r[9]||(r[8]?"":n);if(this.authority!=n){r=this.authority.match(ire);this.user=r[3]||n;this.password=r[4]||n;this.host=r[6]||r[7];this.port=r[9]||n;}};_124.prototype.toString=function(){return this.uri;};return dojo._Url=_124;});},"dojo/string":function(){define(["./_base/kernel","./_base/lang"],function(_128,lang){var _129=lang.getObject("dojo.string",true);_129.rep=function(str,num){if(num<=0||!str){return "";}var buf=[];for(;;){if(num&1){buf.push(str);}if(!(num>>=1)){break;}str+=str;}return buf.join("");};_129.pad=function(text,size,ch,end){if(!ch){ch="0";}var out=String(text),pad=_129.rep(ch,Math.ceil((size-out.length)/ch.length));return end?out+pad:pad+out;};_129.substitute=function(_12a,map,_12b,_12c){_12c=_12c||_128.global;_12b=_12b?lang.hitch(_12c,_12b):function(v){return v;};return _12a.replace(/\$\{([^\s\:\}]+)(?:\:([^\s\:\}]+))?\}/g,function(_12d,key,_12e){var _12f=lang.getObject(key,false,map);if(_12e){_12f=lang.getObject(_12e,false,_12c).call(_12c,_12f,key);}return _12b(_12f,key).toString();});};_129.trim=String.prototype.trim?lang.trim:function(str){str=str.replace(/^\s+/,"");for(var i=str.length-1;i>=0;i--){if(/\S/.test(str.charAt(i))){str=str.substring(0,i+1);break;}}return str;};return _129;});},"dijit/form/_FormValueWidget":function(){define("dijit/form/_FormValueWidget",["dojo/_base/declare","dojo/sniff","./_FormWidget","./_FormValueMixin"],function(_130,has,_131,_132){return _130("dijit.form._FormValueWidget",[_131,_132],{_layoutHackIE7:function(){if(has("ie")==7){var _133=this.domNode;var _134=_133.parentNode;var _135=_133.firstChild||_133;var _136=_135.style.filter;var _137=this;while(_134&&_134.clientHeight==0){(function ping(){var _138=_137.connect(_134,"onscroll",function(){_137.disconnect(_138);_135.style.filter=(new Date()).getMilliseconds();setTimeout(function(){_135.style.filter=_136;},0);});})();_134=_134.parentNode;}}}});});},"dijit/registry":function(){define("dijit/registry",["dojo/_base/array","dojo/sniff","dojo/_base/unload","dojo/_base/window","./main"],function(_139,has,_13a,win,_13b){var _13c={},hash={};var _13d={length:0,add:function(_13e){if(hash[_13e.id]){throw new Error("Tried to register widget with id=="+_13e.id+" but that id is already registered");}hash[_13e.id]=_13e;this.length++;},remove:function(id){if(hash[id]){delete hash[id];this.length--;}},byId:function(id){return typeof id=="string"?hash[id]:id;},byNode:function(node){return hash[node.getAttribute("widgetId")];},toArray:function(){var ar=[];for(var id in hash){ar.push(hash[id]);}return ar;},getUniqueId:function(_13f){var id;do{id=_13f+"_"+(_13f in _13c?++_13c[_13f]:_13c[_13f]=0);}while(hash[id]);return _13b._scopeName=="dijit"?id:_13b._scopeName+"_"+id;},findWidgets:function(root){var _140=[];function _141(root){for(var node=root.firstChild;node;node=node.nextSibling){if(node.nodeType==1){var _142=node.getAttribute("widgetId");if(_142){var _143=hash[_142];if(_143){_140.push(_143);}}else{_141(node);}}}};_141(root);return _140;},_destroyAll:function(){_13b._curFocus=null;_13b._prevFocus=null;_13b._activeStack=[];_139.forEach(_13d.findWidgets(win.body()),function(_144){if(!_144._destroyed){if(_144.destroyRecursive){_144.destroyRecursive();}else{if(_144.destroy){_144.destroy();}}}});},getEnclosingWidget:function(node){while(node){var id=node.getAttribute&&node.getAttribute("widgetId");if(id){return hash[id];}node=node.parentNode;}return null;},_hash:hash};if(has("ie")){_13a.addOnWindowUnload(function(){_13d._destroyAll();});}_13b.registry=_13d;return _13d;});},"dijit/_base/manager":function(){define("dijit/_base/manager",["dojo/_base/array","dojo/_base/config","../registry","../main"],function(_145,_146,_147,_148){_145.forEach(["byId","getUniqueId","findWidgets","_destroyAll","byNode","getEnclosingWidget"],function(name){_148[name]=_147[name];});_148.defaultDuration=_146["defaultDuration"]||200;return _148;});},"dijit/_base/place":function(){define("dijit/_base/place",["dojo/_base/array","dojo/_base/lang","dojo/window","../place","../main"],function(_149,lang,_14a,_14b,_14c){_14c.getViewport=function(){return _14a.getBox();};_14c.placeOnScreen=_14b.at;_14c.placeOnScreenAroundElement=function(node,_14d,_14e,_14f){var _150;if(lang.isArray(_14e)){_150=_14e;}else{_150=[];for(var key in _14e){_150.push({aroundCorner:key,corner:_14e[key]});}}return _14b.around(node,_14d,_150,true,_14f);};_14c.placeOnScreenAroundNode=_14c.placeOnScreenAroundElement;_14c.placeOnScreenAroundRectangle=_14c.placeOnScreenAroundElement;_14c.getPopupAroundAlignment=function(_151,_152){var _153={};_149.forEach(_151,function(pos){var ltr=_152;switch(pos){case "after":_153[_152?"BR":"BL"]=_152?"BL":"BR";break;case "before":_153[_152?"BL":"BR"]=_152?"BR":"BL";break;case "below-alt":ltr=!ltr;case "below":_153[ltr?"BL":"BR"]=ltr?"TL":"TR";_153[ltr?"BR":"BL"]=ltr?"TR":"TL";break;case "above-alt":ltr=!ltr;case "above":default:_153[ltr?"TL":"TR"]=ltr?"BL":"BR";_153[ltr?"TR":"TL"]=ltr?"BR":"BL";break;}});return _153;};return _14c;});},"dijit/WidgetSet":function(){define("dijit/WidgetSet",["dojo/_base/array","dojo/_base/declare","dojo/_base/window","./registry"],function(_154,_155,win,_156){var _157=_155("dijit.WidgetSet",null,{constructor:function(){this._hash={};this.length=0;},add:function(_158){if(this._hash[_158.id]){throw new Error("Tried to register widget with id=="+_158.id+" but that id is already registered");}this._hash[_158.id]=_158;this.length++;},remove:function(id){if(this._hash[id]){delete this._hash[id];this.length--;}},forEach:function(func,_159){_159=_159||win.global;var i=0,id;for(id in this._hash){func.call(_159,this._hash[id],i++,this._hash);}return this;},filter:function(_15a,_15b){_15b=_15b||win.global;var res=new _157(),i=0,id;for(id in this._hash){var w=this._hash[id];if(_15a.call(_15b,w,i++,this._hash)){res.add(w);}}return res;},byId:function(id){return this._hash[id];},byClass:function(cls){var res=new _157(),id,_15c;for(id in this._hash){_15c=this._hash[id];if(_15c.declaredClass==cls){res.add(_15c);}}return res;},toArray:function(){var ar=[];for(var id in this._hash){ar.push(this._hash[id]);}return ar;},map:function(func,_15d){return _154.map(this.toArray(),func,_15d);},every:function(func,_15e){_15e=_15e||win.global;var x=0,i;for(i in this._hash){if(!func.call(_15e,this._hash[i],x++,this._hash)){return false;}}return true;},some:function(func,_15f){_15f=_15f||win.global;var x=0,i;for(i in this._hash){if(func.call(_15f,this._hash[i],x++,this._hash)){return true;}}return false;}});_154.forEach(["forEach","filter","byClass","map","every","some"],function(func){_156[func]=_157.prototype[func];});return _157;});},"dijit/a11y":function(){define("dijit/a11y",["dojo/_base/array","dojo/_base/config","dojo/_base/declare","dojo/dom","dojo/dom-attr","dojo/dom-style","dojo/sniff","./main"],function(_160,_161,_162,dom,_163,_164,has,_165){var _166=(_165._isElementShown=function(elem){var s=_164.get(elem);return (s.visibility!="hidden")&&(s.visibility!="collapsed")&&(s.display!="none")&&(_163.get(elem,"type")!="hidden");});_165.hasDefaultTabStop=function(elem){switch(elem.nodeName.toLowerCase()){case "a":return _163.has(elem,"href");case "area":case "button":case "input":case "object":case "select":case "textarea":return true;case "iframe":var body;try{var _167=elem.contentDocument;if("designMode" in _167&&_167.designMode=="on"){return true;}body=_167.body;}catch(e1){try{body=elem.contentWindow.document.body;}catch(e2){return false;}}return body&&(body.contentEditable=="true"||(body.firstChild&&body.firstChild.contentEditable=="true"));default:return elem.contentEditable=="true";}};var _168=(_165.isTabNavigable=function(elem){if(_163.get(elem,"disabled")){return false;}else{if(_163.has(elem,"tabIndex")){return _163.get(elem,"tabIndex")>=0;}else{return _165.hasDefaultTabStop(elem);}}});_165._getTabNavigable=function(root){var _169,last,_16a,_16b,_16c,_16d,_16e={};function _16f(node){return node&&node.tagName.toLowerCase()=="input"&&node.type&&node.type.toLowerCase()=="radio"&&node.name&&node.name.toLowerCase();};var _170=function(_171){for(var _172=_171.firstChild;_172;_172=_172.nextSibling){if(_172.nodeType!=1||(has("ie")&&_172.scopeName!=="HTML")||!_166(_172)){continue;}if(_168(_172)){var _173=_163.get(_172,"tabIndex");if(!_163.has(_172,"tabIndex")||_173==0){if(!_169){_169=_172;}last=_172;}else{if(_173>0){if(!_16a||_173<_16b){_16b=_173;_16a=_172;}if(!_16c||_173>=_16d){_16d=_173;_16c=_172;}}}var rn=_16f(_172);if(_163.get(_172,"checked")&&rn){_16e[rn]=_172;}}if(_172.nodeName.toUpperCase()!="SELECT"){_170(_172);}}};if(_166(root)){_170(root);}function rs(node){return _16e[_16f(node)]||node;};return {first:rs(_169),last:rs(last),lowest:rs(_16a),highest:rs(_16c)};};_165.getFirstInTabbingOrder=function(root){var _174=_165._getTabNavigable(dom.byId(root));return _174.lowest?_174.lowest:_174.first;};_165.getLastInTabbingOrder=function(root){var _175=_165._getTabNavigable(dom.byId(root));return _175.last?_175.last:_175.highest;};return {hasDefaultTabStop:_165.hasDefaultTabStop,isTabNavigable:_165.isTabNavigable,_getTabNavigable:_165._getTabNavigable,getFirstInTabbingOrder:_165.getFirstInTabbingOrder,getLastInTabbingOrder:_165.getLastInTabbingOrder};});},"dijit/typematic":function(){define(["dojo/_base/array","dojo/_base/connect","dojo/_base/event","dojo/_base/kernel","dojo/_base/lang","dojo/on","dojo/sniff","./main"],function(_176,_177,_178,_179,lang,on,has,_17a){var _17b=(_17a.typematic={_fireEventAndReload:function(){this._timer=null;this._callback(++this._count,this._node,this._evt);this._currentTimeout=Math.max(this._currentTimeout<0?this._initialDelay:(this._subsequentDelay>1?this._subsequentDelay:Math.round(this._currentTimeout*this._subsequentDelay)),this._minDelay);this._timer=setTimeout(lang.hitch(this,"_fireEventAndReload"),this._currentTimeout);},trigger:function(evt,_17c,node,_17d,obj,_17e,_17f,_180){if(obj!=this._obj){this.stop();this._initialDelay=_17f||500;this._subsequentDelay=_17e||0.9;this._minDelay=_180||10;this._obj=obj;this._evt=evt;this._node=node;this._currentTimeout=-1;this._count=-1;this._callback=lang.hitch(_17c,_17d);this._fireEventAndReload();this._evt=lang.mixin({faux:true},evt);}},stop:function(){if(this._timer){clearTimeout(this._timer);this._timer=null;}if(this._obj){this._callback(-1,this._node,this._evt);this._obj=null;}},addKeyListener:function(node,_181,_182,_183,_184,_185,_186){if(_181.keyCode){_181.charOrCode=_181.keyCode;_179.deprecated("keyCode attribute parameter for dijit.typematic.addKeyListener is deprecated. Use charOrCode instead.","","2.0");}else{if(_181.charCode){_181.charOrCode=String.fromCharCode(_181.charCode);_179.deprecated("charCode attribute parameter for dijit.typematic.addKeyListener is deprecated. Use charOrCode instead.","","2.0");}}var _187=[on(node,_177._keypress,lang.hitch(this,function(evt){if(evt.charOrCode==_181.charOrCode&&(_181.ctrlKey===undefined||_181.ctrlKey==evt.ctrlKey)&&(_181.altKey===undefined||_181.altKey==evt.altKey)&&(_181.metaKey===undefined||_181.metaKey==(evt.metaKey||false))&&(_181.shiftKey===undefined||_181.shiftKey==evt.shiftKey)){_178.stop(evt);_17b.trigger(evt,_182,node,_183,_181,_184,_185,_186);}else{if(_17b._obj==_181){_17b.stop();}}})),on(node,"keyup",lang.hitch(this,function(){if(_17b._obj==_181){_17b.stop();}}))];return {remove:function(){_176.forEach(_187,function(h){h.remove();});}};},addMouseListener:function(node,_188,_189,_18a,_18b,_18c){var _18d=[on(node,"mousedown",lang.hitch(this,function(evt){_178.stop(evt);_17b.trigger(evt,_188,node,_189,node,_18a,_18b,_18c);})),on(node,"mouseup",lang.hitch(this,function(evt){if(this._obj){_178.stop(evt);}_17b.stop();})),on(node,"mouseout",lang.hitch(this,function(evt){_178.stop(evt);_17b.stop();})),on(node,"mousemove",lang.hitch(this,function(evt){evt.preventDefault();})),on(node,"dblclick",lang.hitch(this,function(evt){_178.stop(evt);if(has("ie")){_17b.trigger(evt,_188,node,_189,node,_18a,_18b,_18c);setTimeout(lang.hitch(this,_17b.stop),50);}}))];return {remove:function(){_176.forEach(_18d,function(h){h.remove();});}};},addListener:function(_18e,_18f,_190,_191,_192,_193,_194,_195){var _196=[this.addKeyListener(_18f,_190,_191,_192,_193,_194,_195),this.addMouseListener(_18e,_191,_192,_193,_194,_195)];return {remove:function(){_176.forEach(_196,function(h){h.remove();});}};}});return _17b;});},"dijit/_base/focus":function(){define("dijit/_base/focus",["dojo/_base/array","dojo/dom","dojo/_base/lang","dojo/topic","dojo/_base/window","../focus","../main"],function(_197,dom,lang,_198,win,_199,_19a){lang.mixin(_19a,{_curFocus:null,_prevFocus:null,isCollapsed:function(){return _19a.getBookmark().isCollapsed;},getBookmark:function(){var bm,rg,tg,sel=win.doc.selection,cf=_199.curNode;if(win.global.getSelection){sel=win.global.getSelection();if(sel){if(sel.isCollapsed){tg=cf?cf.tagName:"";if(tg){tg=tg.toLowerCase();if(tg=="textarea"||(tg=="input"&&(!cf.type||cf.type.toLowerCase()=="text"))){sel={start:cf.selectionStart,end:cf.selectionEnd,node:cf,pRange:true};return {isCollapsed:(sel.end<=sel.start),mark:sel};}}bm={isCollapsed:true};if(sel.rangeCount){bm.mark=sel.getRangeAt(0).cloneRange();}}else{rg=sel.getRangeAt(0);bm={isCollapsed:false,mark:rg.cloneRange()};}}}else{if(sel){tg=cf?cf.tagName:"";tg=tg.toLowerCase();if(cf&&tg&&(tg=="button"||tg=="textarea"||tg=="input")){if(sel.type&&sel.type.toLowerCase()=="none"){return {isCollapsed:true,mark:null};}else{rg=sel.createRange();return {isCollapsed:rg.text&&rg.text.length?false:true,mark:{range:rg,pRange:true}};}}bm={};try{rg=sel.createRange();bm.isCollapsed=!(sel.type=="Text"?rg.htmlText.length:rg.length);}catch(e){bm.isCollapsed=true;return bm;}if(sel.type.toUpperCase()=="CONTROL"){if(rg.length){bm.mark=[];var i=0,len=rg.length;while(i<len){bm.mark.push(rg.item(i++));}}else{bm.isCollapsed=true;bm.mark=null;}}else{bm.mark=rg.getBookmark();}}else{console.warn("No idea how to store the current selection for this browser!");}}return bm;},moveToBookmark:function(_19b){var _19c=win.doc,mark=_19b.mark;if(mark){if(win.global.getSelection){var sel=win.global.getSelection();if(sel&&sel.removeAllRanges){if(mark.pRange){var n=mark.node;n.selectionStart=mark.start;n.selectionEnd=mark.end;}else{sel.removeAllRanges();sel.addRange(mark);}}else{console.warn("No idea how to restore selection for this browser!");}}else{if(_19c.selection&&mark){var rg;if(mark.pRange){rg=mark.range;}else{if(lang.isArray(mark)){rg=_19c.body.createControlRange();_197.forEach(mark,function(n){rg.addElement(n);});}else{rg=_19c.body.createTextRange();rg.moveToBookmark(mark);}}rg.select();}}}},getFocus:function(menu,_19d){var node=!_199.curNode||(menu&&dom.isDescendant(_199.curNode,menu.domNode))?_19a._prevFocus:_199.curNode;return {node:node,bookmark:node&&(node==_199.curNode)&&win.withGlobal(_19d||win.global,_19a.getBookmark),openedForWindow:_19d};},_activeStack:[],registerIframe:function(_19e){return _199.registerIframe(_19e);},unregisterIframe:function(_19f){_19f&&_19f.remove();},registerWin:function(_1a0,_1a1){return _199.registerWin(_1a0,_1a1);},unregisterWin:function(_1a2){_1a2&&_1a2.remove();}});_199.focus=function(_1a3){if(!_1a3){return;}var node="node" in _1a3?_1a3.node:_1a3,_1a4=_1a3.bookmark,_1a5=_1a3.openedForWindow,_1a6=_1a4?_1a4.isCollapsed:false;if(node){var _1a7=(node.tagName.toLowerCase()=="iframe")?node.contentWindow:node;if(_1a7&&_1a7.focus){try{_1a7.focus();}catch(e){}}_199._onFocusNode(node);}if(_1a4&&win.withGlobal(_1a5||win.global,_19a.isCollapsed)&&!_1a6){if(_1a5){_1a5.focus();}try{win.withGlobal(_1a5||win.global,_19a.moveToBookmark,null,[_1a4]);}catch(e2){}}};_199.watch("curNode",function(name,_1a8,_1a9){_19a._curFocus=_1a9;_19a._prevFocus=_1a8;if(_1a9){_198.publish("focusNode",_1a9);}});_199.watch("activeStack",function(name,_1aa,_1ab){_19a._activeStack=_1ab;});_199.on("widget-blur",function(_1ac,by){_198.publish("widgetBlur",_1ac,by);});_199.on("widget-focus",function(_1ad,by){_198.publish("widgetFocus",_1ad,by);});return _19a;});},"dijit/place":function(){define("dijit/place",["dojo/_base/array","dojo/dom-geometry","dojo/dom-style","dojo/_base/kernel","dojo/_base/window","dojo/window","./main"],function(_1ae,_1af,_1b0,_1b1,win,_1b2,_1b3){function _1b4(node,_1b5,_1b6,_1b7){var view=_1b2.getBox();if(!node.parentNode||String(node.parentNode.tagName).toLowerCase()!="body"){win.body().appendChild(node);}var best=null;_1ae.some(_1b5,function(_1b8){var _1b9=_1b8.corner;var pos=_1b8.pos;var _1ba=0;var _1bb={w:{"L":view.l+view.w-pos.x,"R":pos.x-view.l,"M":view.w}[_1b9.charAt(1)],h:{"T":view.t+view.h-pos.y,"B":pos.y-view.t,"M":view.h}[_1b9.charAt(0)]};var s=node.style;s.left=s.right="auto";if(_1b6){var res=_1b6(node,_1b8.aroundCorner,_1b9,_1bb,_1b7);_1ba=typeof res=="undefined"?0:res;}var _1bc=node.style;var _1bd=_1bc.display;var _1be=_1bc.visibility;if(_1bc.display=="none"){_1bc.visibility="hidden";_1bc.display="";}var mb=_1af.getMarginBox(node);_1bc.display=_1bd;_1bc.visibility=_1be;var _1bf={"L":pos.x,"R":pos.x-mb.w,"M":Math.max(view.l,Math.min(view.l+view.w,pos.x+(mb.w>>1))-mb.w)}[_1b9.charAt(1)],_1c0={"T":pos.y,"B":pos.y-mb.h,"M":Math.max(view.t,Math.min(view.t+view.h,pos.y+(mb.h>>1))-mb.h)}[_1b9.charAt(0)],_1c1=Math.max(view.l,_1bf),_1c2=Math.max(view.t,_1c0),endX=Math.min(view.l+view.w,_1bf+mb.w),endY=Math.min(view.t+view.h,_1c0+mb.h),_1c3=endX-_1c1,_1c4=endY-_1c2;_1ba+=(mb.w-_1c3)+(mb.h-_1c4);if(best==null||_1ba<best.overflow){best={corner:_1b9,aroundCorner:_1b8.aroundCorner,x:_1c1,y:_1c2,w:_1c3,h:_1c4,overflow:_1ba,spaceAvailable:_1bb};}return !_1ba;});if(best.overflow&&_1b6){_1b6(node,best.aroundCorner,best.corner,best.spaceAvailable,_1b7);}var l=_1af.isBodyLtr(),s=node.style;s.top=best.y+"px";s[l?"left":"right"]=(l?best.x:view.w-best.x-best.w)+"px";s[l?"right":"left"]="auto";return best;};return (_1b3.place={at:function(node,pos,_1c5,_1c6){var _1c7=_1ae.map(_1c5,function(_1c8){var c={corner:_1c8,pos:{x:pos.x,y:pos.y}};if(_1c6){c.pos.x+=_1c8.charAt(1)=="L"?_1c6.x:-_1c6.x;c.pos.y+=_1c8.charAt(0)=="T"?_1c6.y:-_1c6.y;}return c;});return _1b4(node,_1c7);},around:function(node,_1c9,_1ca,_1cb,_1cc){var _1cd=(typeof _1c9=="string"||"offsetWidth" in _1c9)?_1af.position(_1c9,true):_1c9;if(_1c9.parentNode){var _1ce=_1c9.parentNode;while(_1ce&&_1ce.nodeType==1&&_1ce.nodeName!="BODY"){var _1cf=_1af.position(_1ce,true);var _1d0=_1b0.getComputedStyle(_1ce).overflow;if(_1d0=="hidden"||_1d0=="auto"||_1d0=="scroll"){var _1d1=Math.min(_1cd.y+_1cd.h,_1cf.y+_1cf.h);var _1d2=Math.min(_1cd.x+_1cd.w,_1cf.x+_1cf.w);_1cd.x=Math.max(_1cd.x,_1cf.x);_1cd.y=Math.max(_1cd.y,_1cf.y);_1cd.h=_1d1-_1cd.y;_1cd.w=_1d2-_1cd.x;}_1ce=_1ce.parentNode;}}var x=_1cd.x,y=_1cd.y,_1d3="w" in _1cd?_1cd.w:(_1cd.w=_1cd.width),_1d4="h" in _1cd?_1cd.h:(_1b1.deprecated("place.around: dijit.place.__Rectangle: { x:"+x+", y:"+y+", height:"+_1cd.height+", width:"+_1d3+" } has been deprecated.  Please use { x:"+x+", y:"+y+", h:"+_1cd.height+", w:"+_1d3+" }","","2.0"),_1cd.h=_1cd.height);var _1d5=[];function push(_1d6,_1d7){_1d5.push({aroundCorner:_1d6,corner:_1d7,pos:{x:{"L":x,"R":x+_1d3,"M":x+(_1d3>>1)}[_1d6.charAt(1)],y:{"T":y,"B":y+_1d4,"M":y+(_1d4>>1)}[_1d6.charAt(0)]}});};_1ae.forEach(_1ca,function(pos){var ltr=_1cb;switch(pos){case "above-centered":push("TM","BM");break;case "below-centered":push("BM","TM");break;case "after-centered":ltr=!ltr;case "before-centered":push(ltr?"ML":"MR",ltr?"MR":"ML");break;case "after":ltr=!ltr;case "before":push(ltr?"TL":"TR",ltr?"TR":"TL");push(ltr?"BL":"BR",ltr?"BR":"BL");break;case "below-alt":ltr=!ltr;case "below":push(ltr?"BL":"BR",ltr?"TL":"TR");push(ltr?"BR":"BL",ltr?"TR":"TL");break;case "above-alt":ltr=!ltr;case "above":push(ltr?"TL":"TR",ltr?"BL":"BR");push(ltr?"TR":"TL",ltr?"BR":"BL");break;default:push(pos.aroundCorner,pos.corner);}});var _1d8=_1b4(node,_1d5,_1cc,{w:_1d3,h:_1d4});_1d8.aroundNodePos=_1cd;return _1d8;}});});},"dijit/_Widget":function(){define("dijit/_Widget",["dojo/aspect","dojo/_base/config","dojo/_base/connect","dojo/_base/declare","dojo/_base/kernel","dojo/_base/lang","dojo/query","dojo/ready","./registry","./_WidgetBase","./_OnDijitClickMixin","./_FocusMixin","dojo/uacss","./hccss"],function(_1d9,_1da,_1db,_1dc,_1dd,lang,_1de,_1df,_1e0,_1e1,_1e2,_1e3){function _1e4(){};function _1e5(_1e6){return function(obj,_1e7,_1e8,_1e9){if(obj&&typeof _1e7=="string"&&obj[_1e7]==_1e4){return obj.on(_1e7.substring(2).toLowerCase(),lang.hitch(_1e8,_1e9));}return _1e6.apply(_1db,arguments);};};_1d9.around(_1db,"connect",_1e5);if(_1dd.connect){_1d9.around(_1dd,"connect",_1e5);}var _1ea=_1dc("dijit._Widget",[_1e1,_1e2,_1e3],{onClick:_1e4,onDblClick:_1e4,onKeyDown:_1e4,onKeyPress:_1e4,onKeyUp:_1e4,onMouseDown:_1e4,onMouseMove:_1e4,onMouseOut:_1e4,onMouseOver:_1e4,onMouseLeave:_1e4,onMouseEnter:_1e4,onMouseUp:_1e4,constructor:function(_1eb){this._toConnect={};for(var name in _1eb){if(this[name]===_1e4){this._toConnect[name.replace(/^on/,"").toLowerCase()]=_1eb[name];delete _1eb[name];}}},postCreate:function(){this.inherited(arguments);for(var name in this._toConnect){this.on(name,this._toConnect[name]);}delete this._toConnect;},on:function(type,func){if(this[this._onMap(type)]===_1e4){return _1db.connect(this.domNode,type.toLowerCase(),this,func);}return this.inherited(arguments);},_setFocusedAttr:function(val){this._focused=val;this._set("focused",val);},setAttribute:function(attr,_1ec){_1dd.deprecated(this.declaredClass+"::setAttribute(attr, value) is deprecated. Use set() instead.","","2.0");this.set(attr,_1ec);},attr:function(name,_1ed){if(_1da.isDebug){var _1ee=arguments.callee._ach||(arguments.callee._ach={}),_1ef=(arguments.callee.caller||"unknown caller").toString();if(!_1ee[_1ef]){_1dd.deprecated(this.declaredClass+"::attr() is deprecated. Use get() or set() instead, called from "+_1ef,"","2.0");_1ee[_1ef]=true;}}var args=arguments.length;if(args>=2||typeof name==="object"){return this.set.apply(this,arguments);}else{return this.get(name);}},getDescendants:function(){_1dd.deprecated(this.declaredClass+"::getDescendants() is deprecated. Use getChildren() instead.","","2.0");return this.containerNode?_1de("[widgetId]",this.containerNode).map(_1e0.byNode):[];},_onShow:function(){this.onShow();},onShow:function(){},onHide:function(){},onClose:function(){return true;}});if(!_1dd.isAsync){_1df(0,function(){var _1f0=["dijit/_base"];require(_1f0);});}return _1ea;});},"dojo/cache":function(){define(["./_base/kernel","./text"],function(dojo,text){return dojo.cache;});},"dijit/_FocusMixin":function(){define(["./focus","./_WidgetBase","dojo/_base/declare","dojo/_base/lang"],function(_1f1,_1f2,_1f3,lang){lang.extend(_1f2,{focused:false,onFocus:function(){},onBlur:function(){},_onFocus:function(){this.onFocus();},_onBlur:function(){this.onBlur();}});return _1f3("dijit._FocusMixin",null,{_focusManager:_1f1});});},"dijit/_OnDijitClickMixin":function(){define("dijit/_OnDijitClickMixin",["dojo/on","dojo/_base/array","dojo/keys","dojo/_base/declare","dojo/sniff","dojo/_base/unload","dojo/_base/window"],function(on,_1f4,keys,_1f5,has,_1f6,win){var _1f7=null;if(has("ie")){(function(){var _1f8=function(evt){_1f7=evt.srcElement;};win.doc.attachEvent("onkeydown",_1f8);_1f6.addOnWindowUnload(function(){win.doc.detachEvent("onkeydown",_1f8);});})();}else{win.doc.addEventListener("keydown",function(evt){_1f7=evt.target;},true);}var _1f9=function(node,_1fa){if(/input|button/i.test(node.nodeName)){return on(node,"click",_1fa);}else{function _1fb(e){return (e.keyCode==keys.ENTER||e.keyCode==keys.SPACE)&&!e.ctrlKey&&!e.shiftKey&&!e.altKey&&!e.metaKey;};var _1fc=[on(node,"keypress",function(e){if(_1fb(e)){_1f7=e.target;e.preventDefault();}}),on(node,"keyup",function(e){if(_1fb(e)&&e.target==_1f7){_1f7=null;_1fa.call(this,e);}}),on(node,"click",function(e){_1fa.call(this,e);})];return {remove:function(){_1f4.forEach(_1fc,function(h){h.remove();});}};}};var ret=_1f5("dijit._OnDijitClickMixin",null,{connect:function(obj,_1fd,_1fe){return this.inherited(arguments,[obj,_1fd=="ondijitclick"?_1f9:_1fd,_1fe]);}});ret.a11yclick=_1f9;return ret;});},"dijit/focus":function(){define("dijit/focus",["dojo/aspect","dojo/_base/declare","dojo/dom","dojo/dom-attr","dojo/dom-construct","dojo/Evented","dojo/_base/lang","dojo/on","dojo/ready","dojo/sniff","dojo/Stateful","dojo/_base/unload","dojo/_base/window","dojo/window","./a11y","./registry","./main"],function(_1ff,_200,dom,_201,_202,_203,lang,on,_204,has,_205,_206,win,_207,a11y,_208,_209){var _20a=_200([_205,_203],{curNode:null,activeStack:[],constructor:function(){var _20b=lang.hitch(this,function(node){if(dom.isDescendant(this.curNode,node)){this.set("curNode",null);}if(dom.isDescendant(this.prevNode,node)){this.set("prevNode",null);}});_1ff.before(_202,"empty",_20b);_1ff.before(_202,"destroy",_20b);},registerIframe:function(_20c){return this.registerWin(_20c.contentWindow,_20c);},registerWin:function(_20d,_20e){var _20f=this;var _210=function(evt){_20f._justMouseDowned=true;setTimeout(function(){_20f._justMouseDowned=false;},0);if(has("ie")&&evt&&evt.srcElement&&evt.srcElement.parentNode==null){return;}_20f._onTouchNode(_20e||evt.target||evt.srcElement,"mouse");};var doc=has("ie")?_20d.document.documentElement:_20d.document;if(doc){if(has("ie")){_20d.document.body.attachEvent("onmousedown",_210);var _211=function(evt){var tag=evt.srcElement.tagName.toLowerCase();if(tag=="#document"||tag=="body"){return;}if(a11y.isTabNavigable(evt.srcElement)){_20f._onFocusNode(_20e||evt.srcElement);}else{_20f._onTouchNode(_20e||evt.srcElement);}};doc.attachEvent("onactivate",_211);var _212=function(evt){_20f._onBlurNode(_20e||evt.srcElement);};doc.attachEvent("ondeactivate",_212);return {remove:function(){_20d.document.detachEvent("onmousedown",_210);doc.detachEvent("onactivate",_211);doc.detachEvent("ondeactivate",_212);doc=null;}};}else{doc.body.addEventListener("mousedown",_210,true);doc.body.addEventListener("touchstart",_210,true);var _213=function(evt){_20f._onFocusNode(_20e||evt.target);};doc.addEventListener("focus",_213,true);var _214=function(evt){_20f._onBlurNode(_20e||evt.target);};doc.addEventListener("blur",_214,true);return {remove:function(){doc.body.removeEventListener("mousedown",_210,true);doc.body.removeEventListener("touchstart",_210,true);doc.removeEventListener("focus",_213,true);doc.removeEventListener("blur",_214,true);doc=null;}};}}},_onBlurNode:function(){this.set("prevNode",this.curNode);this.set("curNode",null);if(this._justMouseDowned){return;}if(this._clearActiveWidgetsTimer){clearTimeout(this._clearActiveWidgetsTimer);}this._clearActiveWidgetsTimer=setTimeout(lang.hitch(this,function(){delete this._clearActiveWidgetsTimer;this._setStack([]);this.prevNode=null;}),100);},_onTouchNode:function(node,by){if(this._clearActiveWidgetsTimer){clearTimeout(this._clearActiveWidgetsTimer);delete this._clearActiveWidgetsTimer;}var _215=[];try{while(node){var _216=_201.get(node,"dijitPopupParent");if(_216){node=_208.byId(_216).domNode;}else{if(node.tagName&&node.tagName.toLowerCase()=="body"){if(node===win.body()){break;}node=_207.get(node.ownerDocument).frameElement;}else{var id=node.getAttribute&&node.getAttribute("widgetId"),_217=id&&_208.byId(id);if(_217&&!(by=="mouse"&&_217.get("disabled"))){_215.unshift(id);}node=node.parentNode;}}}}catch(e){}this._setStack(_215,by);},_onFocusNode:function(node){if(!node){return;}if(node.nodeType==9){return;}this._onTouchNode(node);if(node==this.curNode){return;}this.set("curNode",node);},_setStack:function(_218,by){var _219=this.activeStack;this.set("activeStack",_218);for(var _21a=0;_21a<Math.min(_219.length,_218.length);_21a++){if(_219[_21a]!=_218[_21a]){break;}}var _21b;for(var i=_219.length-1;i>=_21a;i--){_21b=_208.byId(_219[i]);if(_21b){_21b._hasBeenBlurred=true;_21b.set("focused",false);if(_21b._focusManager==this){_21b._onBlur(by);}this.emit("widget-blur",_21b,by);}}for(i=_21a;i<_218.length;i++){_21b=_208.byId(_218[i]);if(_21b){_21b.set("focused",true);if(_21b._focusManager==this){_21b._onFocus(by);}this.emit("widget-focus",_21b,by);}}},focus:function(node){if(node){try{node.focus();}catch(e){}}}});var _21c=new _20a();_204(function(){var _21d=_21c.registerWin(win.doc.parentWindow||win.doc.defaultView);if(has("ie")){_206.addOnWindowUnload(function(){if(_21d){_21d.remove();_21d=null;}});}});_209.focus=function(node){_21c.focus(node);};for(var attr in _21c){if(!/^_/.test(attr)){_209.focus[attr]=typeof _21c[attr]=="function"?lang.hitch(_21c,attr):_21c[attr];}}_21c.watch(function(attr,_21e,_21f){_209.focus[attr]=_21f;});return _21c;});},"dijit/_base/sniff":function(){define("dijit/_base/sniff",["dojo/uacss"],function(){});},"dijit/main":function(){define("dijit/main",["dojo/_base/kernel"],function(dojo){return dojo.dijit;});},"dojo/date/stamp":function(){define(["../_base/lang","../_base/array"],function(lang,_220){var _221=lang.getObject("dojo.date.stamp",true);_221.fromISOString=function(_222,_223){if(!_221._isoRegExp){_221._isoRegExp=/^(?:(\d{4})(?:-(\d{2})(?:-(\d{2}))?)?)?(?:T(\d{2}):(\d{2})(?::(\d{2})(.\d+)?)?((?:[+-](\d{2}):(\d{2}))|Z)?)?$/;}var _224=_221._isoRegExp.exec(_222),_225=null;if(_224){_224.shift();if(_224[1]){_224[1]--;}if(_224[6]){_224[6]*=1000;}if(_223){_223=new Date(_223);_220.forEach(_220.map(["FullYear","Month","Date","Hours","Minutes","Seconds","Milliseconds"],function(prop){return _223["get"+prop]();}),function(_226,_227){_224[_227]=_224[_227]||_226;});}_225=new Date(_224[0]||1970,_224[1]||0,_224[2]||1,_224[3]||0,_224[4]||0,_224[5]||0,_224[6]||0);if(_224[0]<100){_225.setFullYear(_224[0]||1970);}var _228=0,_229=_224[7]&&_224[7].charAt(0);if(_229!="Z"){_228=((_224[8]||0)*60)+(Number(_224[9])||0);if(_229!="-"){_228*=-1;}}if(_229){_228-=_225.getTimezoneOffset();}if(_228){_225.setTime(_225.getTime()+_228*60000);}}return _225;};_221.toISOString=function(_22a,_22b){var _22c=function(n){return (n<10)?"0"+n:n;};_22b=_22b||{};var _22d=[],_22e=_22b.zulu?"getUTC":"get",date="";if(_22b.selector!="time"){var year=_22a[_22e+"FullYear"]();date=["0000".substr((year+"").length)+year,_22c(_22a[_22e+"Month"]()+1),_22c(_22a[_22e+"Date"]())].join("-");}_22d.push(date);if(_22b.selector!="date"){var time=[_22c(_22a[_22e+"Hours"]()),_22c(_22a[_22e+"Minutes"]()),_22c(_22a[_22e+"Seconds"]())].join(":");var _22f=_22a[_22e+"Milliseconds"]();if(_22b.milliseconds){time+="."+(_22f<100?"0":"")+_22c(_22f);}if(_22b.zulu){time+="Z";}else{if(_22b.selector!="time"){var _230=_22a.getTimezoneOffset();var _231=Math.abs(_230);time+=(_230>0?"-":"+")+_22c(Math.floor(_231/60))+":"+_22c(_231%60);}}_22d.push(time);}return _22d.join("T");};return _221;});},"dijit/form/_FormWidget":function(){define("dijit/form/_FormWidget",["dojo/_base/declare","dojo/_base/kernel","dojo/ready","../_Widget","../_CssStateMixin","../_TemplatedMixin","./_FormWidgetMixin"],function(_232,_233,_234,_235,_236,_237,_238){if(!_233.isAsync){_234(0,function(){var _239=["dijit/form/_FormValueWidget"];require(_239);});}return _232("dijit.form._FormWidget",[_235,_237,_236,_238],{setDisabled:function(_23a){_233.deprecated("setDisabled("+_23a+") is deprecated. Use set('disabled',"+_23a+") instead.","","2.0");this.set("disabled",_23a);},setValue:function(_23b){_233.deprecated("dijit.form._FormWidget:setValue("+_23b+") is deprecated.  Use set('value',"+_23b+") instead.","","2.0");this.set("value",_23b);},getValue:function(){_233.deprecated(this.declaredClass+"::getValue() is deprecated. Use get('value') instead.","","2.0");return this.get("value");},postMixInProperties:function(){this.nameAttrSetting=this.name?("name=\""+this.name.replace(/'/g,"&quot;")+"\""):"";this.inherited(arguments);},_setTypeAttr:null});});},"dijit/_base/typematic":function(){define(["../typematic"],function(){});},"dijit/_base/popup":function(){define("dijit/_base/popup",["dojo/dom-class","../popup","../BackgroundIframe"],function(_23c,_23d){var _23e=_23d._createWrapper;_23d._createWrapper=function(_23f){if(!_23f.declaredClass){_23f={_popupWrapper:(_23f.parentNode&&_23c.contains(_23f.parentNode,"dijitPopup"))?_23f.parentNode:null,domNode:_23f,destroy:function(){}};}return _23e.call(this,_23f);};var _240=_23d.open;_23d.open=function(args){if(args.orient&&typeof args.orient!="string"&&!("length" in args.orient)){var ary=[];for(var key in args.orient){ary.push({aroundCorner:key,corner:args.orient[key]});}args.orient=ary;}return _240.call(this,args);};return _23d;});},"dijit/_TemplatedMixin":function(){define("dijit/_TemplatedMixin",["dojo/_base/lang","dojo/touch","./_WidgetBase","dojo/string","dojo/cache","dojo/_base/array","dojo/_base/declare","dojo/dom-construct","dojo/sniff","dojo/_base/unload","dojo/_base/window"],function(lang,_241,_242,_243,_244,_245,_246,_247,has,_248,win){var _249=_246("dijit._TemplatedMixin",null,{templateString:null,templatePath:null,_skipNodeCache:false,_earlyTemplatedStartup:false,constructor:function(){this._attachPoints=[];this._attachEvents=[];},_stringRepl:function(tmpl){var _24a=this.declaredClass,_24b=this;return _243.substitute(tmpl,this,function(_24c,key){if(key.charAt(0)=="!"){_24c=lang.getObject(key.substr(1),false,_24b);}if(typeof _24c=="undefined"){throw new Error(_24a+" template:"+key);}if(_24c==null){return "";}return key.charAt(0)=="!"?_24c:_24c.toString().replace(/"/g,"&quot;");},this);},buildRendering:function(){if(!this.templateString){this.templateString=_244(this.templatePath,{sanitize:true});}var _24d=_249.getCachedTemplate(this.templateString,this._skipNodeCache);var node;if(lang.isString(_24d)){node=_247.toDom(this._stringRepl(_24d));if(node.nodeType!=1){throw new Error("Invalid template: "+_24d);}}else{node=_24d.cloneNode(true);}this.domNode=node;this.inherited(arguments);this._attachTemplateNodes(node,function(n,p){return n.getAttribute(p);});this._beforeFillContent();this._fillContent(this.srcNodeRef);},_beforeFillContent:function(){},_fillContent:function(_24e){var dest=this.containerNode;if(_24e&&dest){while(_24e.hasChildNodes()){dest.appendChild(_24e.firstChild);}}},_attachTemplateNodes:function(_24f,_250){var _251=lang.isArray(_24f)?_24f:(_24f.all||_24f.getElementsByTagName("*"));var x=lang.isArray(_24f)?0:-1;for(;x<0||_251[x];x++){var _252=(x==-1)?_24f:_251[x];if(this.widgetsInTemplate&&(_250(_252,"dojoType")||_250(_252,"data-dojo-type"))){continue;}var _253=_250(_252,"dojoAttachPoint")||_250(_252,"data-dojo-attach-point");if(_253){var _254,_255=_253.split(/\s*,\s*/);while((_254=_255.shift())){if(lang.isArray(this[_254])){this[_254].push(_252);}else{this[_254]=_252;}this._attachPoints.push(_254);}}var _256=_250(_252,"dojoAttachEvent")||_250(_252,"data-dojo-attach-event");if(_256){var _257,_258=_256.split(/\s*,\s*/);var trim=lang.trim;while((_257=_258.shift())){if(_257){var _259=null;if(_257.indexOf(":")!=-1){var _25a=_257.split(":");_257=trim(_25a[0]);_259=trim(_25a[1]);}else{_257=trim(_257);}if(!_259){_259=_257;}this._attachEvents.push(this.connect(_252,_241[_257]||_257,_259));}}}}},destroyRendering:function(){_245.forEach(this._attachPoints,function(_25b){delete this[_25b];},this);this._attachPoints=[];_245.forEach(this._attachEvents,this.disconnect,this);this._attachEvents=[];this.inherited(arguments);}});_249._templateCache={};_249.getCachedTemplate=function(_25c,_25d){var _25e=_249._templateCache;var key=_25c;var _25f=_25e[key];if(_25f){try{if(!_25f.ownerDocument||_25f.ownerDocument==win.doc){return _25f;}}catch(e){}_247.destroy(_25f);}_25c=_243.trim(_25c);if(_25d||_25c.match(/\$\{([^\}]+)\}/g)){return (_25e[key]=_25c);}else{var node=_247.toDom(_25c);if(node.nodeType!=1){throw new Error("Invalid template: "+_25c);}return (_25e[key]=node);}};if(has("ie")){_248.addOnWindowUnload(function(){var _260=_249._templateCache;for(var key in _260){var _261=_260[key];if(typeof _261=="object"){_247.destroy(_261);}delete _260[key];}});}lang.extend(_242,{dojoAttachEvent:"",dojoAttachPoint:""});return _249;});},"dijit/_base/wai":function(){define("dijit/_base/wai",["dojo/dom-attr","dojo/_base/lang","../main","../hccss"],function(_262,lang,_263){lang.mixin(_263,{hasWaiRole:function(elem,role){var _264=this.getWaiRole(elem);return role?(_264.indexOf(role)>-1):(_264.length>0);},getWaiRole:function(elem){return lang.trim((_262.get(elem,"role")||"").replace("wairole:",""));},setWaiRole:function(elem,role){_262.set(elem,"role",role);},removeWaiRole:function(elem,role){var _265=_262.get(elem,"role");if(!_265){return;}if(role){var t=lang.trim((" "+_265+" ").replace(" "+role+" "," "));_262.set(elem,"role",t);}else{elem.removeAttribute("role");}},hasWaiState:function(elem,_266){return elem.hasAttribute?elem.hasAttribute("aria-"+_266):!!elem.getAttribute("aria-"+_266);},getWaiState:function(elem,_267){return elem.getAttribute("aria-"+_267)||"";},setWaiState:function(elem,_268,_269){elem.setAttribute("aria-"+_268,_269);},removeWaiState:function(elem,_26a){elem.removeAttribute("aria-"+_26a);}});return _263;});},"dojo/window":function(){define(["./_base/lang","./sniff","./_base/window","./dom","./dom-geometry","./dom-style"],function(lang,has,_26b,dom,geom,_26c){var _26d=lang.getObject("dojo.window",true);_26d.getBox=function(){var _26e=(_26b.doc.compatMode=="BackCompat")?_26b.body():_26b.doc.documentElement,_26f=geom.docScroll(),w,h;if(has("touch")){var _270=_26b.doc.parentWindow||_26b.doc.defaultView;w=_270.innerWidth||_26e.clientWidth;h=_270.innerHeight||_26e.clientHeight;}else{w=_26e.clientWidth;h=_26e.clientHeight;}return {l:_26f.x,t:_26f.y,w:w,h:h};};_26d.get=function(doc){if(has("ie")&&_26d!==document.parentWindow){doc.parentWindow.execScript("document._parentWindow = window;","Javascript");var win=doc._parentWindow;doc._parentWindow=null;return win;}return doc.parentWindow||doc.defaultView;};_26d.scrollIntoView=function(node,pos){try{node=dom.byId(node);var doc=node.ownerDocument||_26b.doc,body=doc.body||_26b.body(),html=doc.documentElement||body.parentNode,isIE=has("ie"),isWK=has("webkit");if((!(has("mozilla")||isIE||isWK||has("opera"))||node==body||node==html)&&(typeof node.scrollIntoView!="undefined")){node.scrollIntoView(false);return;}var _271=doc.compatMode=="BackCompat",_272=(isIE>=9&&node.ownerDocument.parentWindow.frameElement)?((html.clientHeight>0&&html.clientWidth>0&&(body.clientHeight==0||body.clientWidth==0||body.clientHeight>html.clientHeight||body.clientWidth>html.clientWidth))?html:body):(_271?body:html),_273=isWK?body:_272,_274=_272.clientWidth,_275=_272.clientHeight,rtl=!geom.isBodyLtr(),_276=pos||geom.position(node),el=node.parentNode,_277=function(el){return ((isIE<=6||(isIE&&_271))?false:(_26c.get(el,"position").toLowerCase()=="fixed"));};if(_277(node)){return;}while(el){if(el==body){el=_273;}var _278=geom.position(el),_279=_277(el);if(el==_273){_278.w=_274;_278.h=_275;if(_273==html&&isIE&&rtl){_278.x+=_273.offsetWidth-_278.w;}if(_278.x<0||!isIE){_278.x=0;}if(_278.y<0||!isIE){_278.y=0;}}else{var pb=geom.getPadBorderExtents(el);_278.w-=pb.w;_278.h-=pb.h;_278.x+=pb.l;_278.y+=pb.t;var _27a=el.clientWidth,_27b=_278.w-_27a;if(_27a>0&&_27b>0){_278.w=_27a;_278.x+=(rtl&&(isIE||el.clientLeft>pb.l))?_27b:0;}_27a=el.clientHeight;_27b=_278.h-_27a;if(_27a>0&&_27b>0){_278.h=_27a;}}if(_279){if(_278.y<0){_278.h+=_278.y;_278.y=0;}if(_278.x<0){_278.w+=_278.x;_278.x=0;}if(_278.y+_278.h>_275){_278.h=_275-_278.y;}if(_278.x+_278.w>_274){_278.w=_274-_278.x;}}var l=_276.x-_278.x,t=_276.y-Math.max(_278.y,0),r=l+_276.w-_278.w,bot=t+_276.h-_278.h;if(r*l>0){var s=Math[l<0?"max":"min"](l,r);if(rtl&&((isIE==8&&!_271)||isIE>=9)){s=-s;}_276.x+=el.scrollLeft;el.scrollLeft+=s;_276.x-=el.scrollLeft;}if(bot*t>0){_276.y+=el.scrollTop;el.scrollTop+=Math[t<0?"max":"min"](t,bot);_276.y-=el.scrollTop;}el=(el!=_273)&&!_279&&el.parentNode;}}catch(error){console.error("scrollIntoView: "+error);node.scrollIntoView(false);}};return _26d;});},"dijit/popup":function(){define("dijit/popup",["dojo/_base/array","dojo/aspect","dojo/_base/connect","dojo/_base/declare","dojo/dom","dojo/dom-attr","dojo/dom-construct","dojo/dom-geometry","dojo/dom-style","dojo/_base/event","dojo/keys","dojo/_base/lang","dojo/on","dojo/sniff","dojo/_base/window","./place","./BackgroundIframe","./main"],function(_27c,_27d,_27e,_27f,dom,_280,_281,_282,_283,_284,keys,lang,on,has,win,_285,_286,_287){var _288=_27f(null,{_stack:[],_beginZIndex:1000,_idGen:1,_createWrapper:function(_289){var _28a=_289._popupWrapper,node=_289.domNode;if(!_28a){_28a=_281.create("div",{"class":"dijitPopup",style:{display:"none"},role:"presentation"},win.body());_28a.appendChild(node);var s=node.style;s.display="";s.visibility="";s.position="";s.top="0px";_289._popupWrapper=_28a;_27d.after(_289,"destroy",function(){_281.destroy(_28a);delete _289._popupWrapper;});}return _28a;},moveOffScreen:function(_28b){var _28c=this._createWrapper(_28b);_283.set(_28c,{visibility:"hidden",top:"-9999px",display:""});},hide:function(_28d){var _28e=this._createWrapper(_28d);_283.set(_28e,"display","none");},getTopPopup:function(){var _28f=this._stack;for(var pi=_28f.length-1;pi>0&&_28f[pi].parent===_28f[pi-1].widget;pi--){}return _28f[pi];},open:function(args){var _290=this._stack,_291=args.popup,_292=args.orient||["below","below-alt","above","above-alt"],ltr=args.parent?args.parent.isLeftToRight():_282.isBodyLtr(),_293=args.around,id=(args.around&&args.around.id)?(args.around.id+"_dropdown"):("popup_"+this._idGen++);while(_290.length&&(!args.parent||!dom.isDescendant(args.parent.domNode,_290[_290.length-1].widget.domNode))){this.close(_290[_290.length-1].widget);}var _294=this._createWrapper(_291);_280.set(_294,{id:id,style:{zIndex:this._beginZIndex+_290.length},"class":"dijitPopup "+(_291.baseClass||_291["class"]||"").split(" ")[0]+"Popup",dijitPopupParent:args.parent?args.parent.id:""});if(has("ie")||has("mozilla")){if(!_291.bgIframe){_291.bgIframe=new _286(_294);}}var best=_293?_285.around(_294,_293,_292,ltr,_291.orient?lang.hitch(_291,"orient"):null):_285.at(_294,args,_292=="R"?["TR","BR","TL","BL"]:["TL","BL","TR","BR"],args.padding);_294.style.display="";_294.style.visibility="visible";_291.domNode.style.visibility="visible";var _295=[];_295.push(on(_294,_27e._keypress,lang.hitch(this,function(evt){if(evt.charOrCode==keys.ESCAPE&&args.onCancel){_284.stop(evt);args.onCancel();}else{if(evt.charOrCode===keys.TAB){_284.stop(evt);var _296=this.getTopPopup();if(_296&&_296.onCancel){_296.onCancel();}}}})));if(_291.onCancel&&args.onCancel){_295.push(_291.on("cancel",args.onCancel));}_295.push(_291.on(_291.onExecute?"execute":"change",lang.hitch(this,function(){var _297=this.getTopPopup();if(_297&&_297.onExecute){_297.onExecute();}})));_290.push({widget:_291,parent:args.parent,onExecute:args.onExecute,onCancel:args.onCancel,onClose:args.onClose,handlers:_295});if(_291.onOpen){_291.onOpen(best);}return best;},close:function(_298){var _299=this._stack;while((_298&&_27c.some(_299,function(elem){return elem.widget==_298;}))||(!_298&&_299.length)){var top=_299.pop(),_29a=top.widget,_29b=top.onClose;if(_29a.onClose){_29a.onClose();}var h;while(h=top.handlers.pop()){h.remove();}if(_29a&&_29a.domNode){this.hide(_29a);}if(_29b){_29b();}}}});return (_287.popup=new _288());});},"dijit/_base/window":function(){define("dijit/_base/window",["dojo/window","../main"],function(_29c,_29d){_29d.getDocumentWindow=function(doc){return _29c.get(doc);};});},"dijit/_WidgetBase":function(){define("dijit/_WidgetBase",["require","dojo/_base/array","dojo/aspect","dojo/_base/config","dojo/_base/connect","dojo/_base/declare","dojo/dom","dojo/dom-attr","dojo/dom-class","dojo/dom-construct","dojo/dom-geometry","dojo/dom-style","dojo/_base/kernel","dojo/_base/lang","dojo/on","dojo/ready","dojo/Stateful","dojo/topic","dojo/_base/window","./registry"],function(_29e,_29f,_2a0,_2a1,_2a2,_2a3,dom,_2a4,_2a5,_2a6,_2a7,_2a8,_2a9,lang,on,_2aa,_2ab,_2ac,win,_2ad){if(!_2a9.isAsync){_2aa(0,function(){var _2ae=["dijit/_base/manager"];_29e(_2ae);});}var _2af={};function _2b0(obj){var ret={};for(var attr in obj){ret[attr.toLowerCase()]=true;}return ret;};function _2b1(attr){return function(val){_2a4[val?"set":"remove"](this.domNode,attr,val);this._set(attr,val);};};return _2a3("dijit._WidgetBase",_2ab,{id:"",_setIdAttr:"domNode",lang:"",_setLangAttr:_2b1("lang"),dir:"",_setDirAttr:_2b1("dir"),textDir:"","class":"",_setClassAttr:{node:"domNode",type:"class"},style:"",title:"",tooltip:"",baseClass:"",srcNodeRef:null,domNode:null,containerNode:null,attributeMap:{},_blankGif:_2a1.blankGif||_29e.toUrl("dojo/resources/blank.gif"),postscript:function(_2b2,_2b3){this.create(_2b2,_2b3);},create:function(_2b4,_2b5){this.srcNodeRef=dom.byId(_2b5);this._connects=[];this._supportingWidgets=[];if(this.srcNodeRef&&(typeof this.srcNodeRef.id=="string")){this.id=this.srcNodeRef.id;}if(_2b4){this.params=_2b4;lang.mixin(this,_2b4);}this.postMixInProperties();if(!this.id){this.id=_2ad.getUniqueId(this.declaredClass.replace(/\./g,"_"));if(this.params){delete this.params.id;}}_2ad.add(this);this.buildRendering();var _2b6;if(this.domNode){this._applyAttributes();var _2b7=this.srcNodeRef;if(_2b7&&_2b7.parentNode&&this.domNode!==_2b7){_2b7.parentNode.replaceChild(this.domNode,_2b7);_2b6=true;}this.domNode.setAttribute("widgetId",this.id);}this.postCreate();if(_2b6){delete this.srcNodeRef;}this._created=true;},_applyAttributes:function(){var ctor=this.constructor,list=ctor._setterAttrs;if(!list){list=(ctor._setterAttrs=[]);for(var attr in this.attributeMap){list.push(attr);}var _2b8=ctor.prototype;for(var _2b9 in _2b8){if(_2b9 in this.attributeMap){continue;}var _2ba="_set"+_2b9.replace(/^[a-z]|-[a-zA-Z]/g,function(c){return c.charAt(c.length-1).toUpperCase();})+"Attr";if(_2ba in _2b8){list.push(_2b9);}}}_29f.forEach(list,function(attr){if(this.params&&attr in this.params){}else{if(this[attr]){this.set(attr,this[attr]);}}},this);for(var _2bb in this.params){this.set(_2bb,this.params[_2bb]);}},postMixInProperties:function(){},buildRendering:function(){if(!this.domNode){this.domNode=this.srcNodeRef||_2a6.create("div");}if(this.baseClass){var _2bc=this.baseClass.split(" ");if(!this.isLeftToRight()){_2bc=_2bc.concat(_29f.map(_2bc,function(name){return name+"Rtl";}));}_2a5.add(this.domNode,_2bc);}},postCreate:function(){},startup:function(){if(this._started){return;}this._started=true;_29f.forEach(this.getChildren(),function(obj){if(!obj._started&&!obj._destroyed&&lang.isFunction(obj.startup)){obj.startup();obj._started=true;}});},destroyRecursive:function(_2bd){this._beingDestroyed=true;this.destroyDescendants(_2bd);this.destroy(_2bd);},destroy:function(_2be){this._beingDestroyed=true;this.uninitialize();var c;while(c=this._connects.pop()){c.remove();}var w;while(w=this._supportingWidgets.pop()){if(w.destroyRecursive){w.destroyRecursive();}else{if(w.destroy){w.destroy();}}}this.destroyRendering(_2be);_2ad.remove(this.id);this._destroyed=true;},destroyRendering:function(_2bf){if(this.bgIframe){this.bgIframe.destroy(_2bf);delete this.bgIframe;}if(this.domNode){if(_2bf){_2a4.remove(this.domNode,"widgetId");}else{_2a6.destroy(this.domNode);}delete this.domNode;}if(this.srcNodeRef){if(!_2bf){_2a6.destroy(this.srcNodeRef);}delete this.srcNodeRef;}},destroyDescendants:function(_2c0){_29f.forEach(this.getChildren(),function(_2c1){if(_2c1.destroyRecursive){_2c1.destroyRecursive(_2c0);}});},uninitialize:function(){return false;},_setStyleAttr:function(_2c2){var _2c3=this.domNode;if(lang.isObject(_2c2)){_2a8.set(_2c3,_2c2);}else{if(_2c3.style.cssText){_2c3.style.cssText+="; "+_2c2;}else{_2c3.style.cssText=_2c2;}}this._set("style",_2c2);},_attrToDom:function(attr,_2c4,_2c5){_2c5=arguments.length>=3?_2c5:this.attributeMap[attr];_29f.forEach(lang.isArray(_2c5)?_2c5:[_2c5],function(_2c6){var _2c7=this[_2c6.node||_2c6||"domNode"];var type=_2c6.type||"attribute";switch(type){case "attribute":if(lang.isFunction(_2c4)){_2c4=lang.hitch(this,_2c4);}var _2c8=_2c6.attribute?_2c6.attribute:(/^on[A-Z][a-zA-Z]*$/.test(attr)?attr.toLowerCase():attr);if(_2c7.tagName){_2a4.set(_2c7,_2c8,_2c4);}else{_2c7.set(_2c8,_2c4);}break;case "innerText":_2c7.innerHTML="";_2c7.appendChild(win.doc.createTextNode(_2c4));break;case "innerHTML":_2c7.innerHTML=_2c4;break;case "class":_2a5.replace(_2c7,_2c4,this[attr]);break;}},this);},get:function(name){var _2c9=this._getAttrNames(name);return this[_2c9.g]?this[_2c9.g]():this[name];},set:function(name,_2ca){if(typeof name==="object"){for(var x in name){this.set(x,name[x]);}return this;}var _2cb=this._getAttrNames(name),_2cc=this[_2cb.s];if(lang.isFunction(_2cc)){var _2cd=_2cc.apply(this,Array.prototype.slice.call(arguments,1));}else{var _2ce=this.focusNode&&!lang.isFunction(this.focusNode)?"focusNode":"domNode",tag=this[_2ce].tagName,_2cf=_2af[tag]||(_2af[tag]=_2b0(this[_2ce])),map=name in this.attributeMap?this.attributeMap[name]:_2cb.s in this?this[_2cb.s]:((_2cb.l in _2cf&&typeof _2ca!="function")||/^aria-|^data-|^role$/.test(name))?_2ce:null;if(map!=null){this._attrToDom(name,_2ca,map);}this._set(name,_2ca);}return _2cd||this;},_attrPairNames:{},_getAttrNames:function(name){var apn=this._attrPairNames;if(apn[name]){return apn[name];}var uc=name.replace(/^[a-z]|-[a-zA-Z]/g,function(c){return c.charAt(c.length-1).toUpperCase();});return (apn[name]={n:name+"Node",s:"_set"+uc+"Attr",g:"_get"+uc+"Attr",l:uc.toLowerCase()});},_set:function(name,_2d0){var _2d1=this[name];this[name]=_2d0;if(this._watchCallbacks&&this._created&&_2d0!==_2d1){this._watchCallbacks(name,_2d1,_2d0);}},on:function(type,func){return _2a0.after(this,this._onMap(type),func,true);},_onMap:function(type){var ctor=this.constructor,map=ctor._onMap;if(!map){map=(ctor._onMap={});for(var attr in ctor.prototype){if(/^on/.test(attr)){map[attr.replace(/^on/,"").toLowerCase()]=attr;}}}return map[type.toLowerCase()];},toString:function(){return "[Widget "+this.declaredClass+", "+(this.id||"NO ID")+"]";},getChildren:function(){return this.containerNode?_2ad.findWidgets(this.containerNode):[];},getParent:function(){return _2ad.getEnclosingWidget(this.domNode.parentNode);},connect:function(obj,_2d2,_2d3){var _2d4=_2a2.connect(obj,_2d2,this,_2d3);this._connects.push(_2d4);return _2d4;},disconnect:function(_2d5){var i=_29f.indexOf(this._connects,_2d5);if(i!=-1){_2d5.remove();this._connects.splice(i,1);}},subscribe:function(t,_2d6){var _2d7=_2ac.subscribe(t,lang.hitch(this,_2d6));this._connects.push(_2d7);return _2d7;},unsubscribe:function(_2d8){this.disconnect(_2d8);},isLeftToRight:function(){return this.dir?(this.dir=="ltr"):_2a7.isBodyLtr();},isFocusable:function(){return this.focus&&(_2a8.get(this.domNode,"display")!="none");},placeAt:function(_2d9,_2da){if(_2d9.declaredClass&&_2d9.addChild){_2d9.addChild(this,_2da);}else{_2a6.place(this.domNode,_2d9,_2da);}return this;},getTextDir:function(text,_2db){return _2db;},applyTextDir:function(){}});});}}});require(["dojo/i18n"],function(i18n){i18n._preloadLocalizations("dijit/nls/dijit",[]);});define("dijit/dijit",["./main","./_base","dojo/parser","./_Widget","./_TemplatedMixin","./_Container","./layout/_LayoutWidget","./form/_FormWidget","./form/_FormValueWidget"],function(_2dc){return _2dc;});
