RubyApp 0.6.59 → 0.6.60

Sign up to get free protection for your applications and to get access to all the features.
Files changed (870) hide show
  1. data/Rakefile +12 -3
  2. data/lib/ruby_app/elements/mobile/document.rb +6 -6
  3. data/lib/ruby_app/resources/elements/mobile/document/{fastclick.js → fastclick-0.5.6.js} +10 -4
  4. data/lib/ruby_app/resources/elements/mobile/document/jquery-1.8.3.min.js +2 -0
  5. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  6. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  7. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  8. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  9. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  10. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  11. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  12. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  13. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-icons_222222_256x240.png +0 -0
  14. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  15. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-icons_454545_256x240.png +0 -0
  16. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-icons_888888_256x240.png +0 -0
  17. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  18. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/jquery-ui-1.9.2.custom.css +462 -0
  19. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/jquery-ui-1.9.2.custom.min.css +5 -0
  20. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/AUTHORS.txt +217 -0
  21. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/MIT-LICENSE.txt +26 -0
  22. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/README.md +99 -0
  23. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/collapsible.html +50 -0
  24. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/custom-icons.html +64 -0
  25. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/default.html +80 -0
  26. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/fillspace.html +72 -0
  27. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/hoverintent.html +133 -0
  28. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/index.html +20 -0
  29. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/no-auto-height.html +50 -0
  30. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/sortable.html +74 -0
  31. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/categories.html +67 -0
  32. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/combobox.html +211 -0
  33. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/custom-data.html +91 -0
  34. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/default.html +58 -0
  35. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/folding.html +56 -0
  36. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/images/jquery_32x32.png +0 -0
  37. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/images/jqueryui_32x32.png +0 -0
  38. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png +0 -0
  39. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/images/transparent_1x1.png +0 -0
  40. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif +0 -0
  41. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/index.html +25 -0
  42. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/london.xml +114 -0
  43. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/maxheight.html +71 -0
  44. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/multiple-remote.html +80 -0
  45. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/multiple.html +93 -0
  46. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/remote-jsonp.html +82 -0
  47. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/remote-with-cache.html +52 -0
  48. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/remote.html +55 -0
  49. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/search.php +590 -0
  50. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/xml.html +66 -0
  51. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/checkbox.html +37 -0
  52. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/default.html +34 -0
  53. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/icons.html +49 -0
  54. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/index.html +19 -0
  55. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/radio.html +32 -0
  56. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/splitbutton.html +69 -0
  57. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/toolbar.html +113 -0
  58. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/alt-field.html +29 -0
  59. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/animation.html +51 -0
  60. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/buttonbar.html +28 -0
  61. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/date-formats.html +40 -0
  62. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/date-range.html +44 -0
  63. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/default.html +26 -0
  64. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/dropdown-month-year.html +29 -0
  65. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/icon-trigger.html +30 -0
  66. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/images/calendar.gif +0 -0
  67. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/index.html +27 -0
  68. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/inline.html +26 -0
  69. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/localization.html +169 -0
  70. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/min-max.html +26 -0
  71. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/multiple-calendars.html +29 -0
  72. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/other-months.html +30 -0
  73. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/show-week.html +32 -0
  74. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/demos.css +19 -0
  75. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/animated.html +49 -0
  76. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/default.html +33 -0
  77. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/index.html +19 -0
  78. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/modal-confirmation.html +47 -0
  79. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/modal-form.html +157 -0
  80. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/modal-message.html +49 -0
  81. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/modal.html +38 -0
  82. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/constrain-movement.html +58 -0
  83. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/cursor-style.html +42 -0
  84. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/default.html +32 -0
  85. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/delay-start.html +38 -0
  86. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/events.html +70 -0
  87. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/handle.html +41 -0
  88. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/index.html +24 -0
  89. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/revert.html +37 -0
  90. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/scroll.html +44 -0
  91. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/snap-to.html +61 -0
  92. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/sortable.html +50 -0
  93. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/visual-feedback.html +70 -0
  94. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/accepted-elements.html +53 -0
  95. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/default.html +46 -0
  96. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras.jpg +0 -0
  97. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras2.jpg +0 -0
  98. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras2_min.jpg +0 -0
  99. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras3.jpg +0 -0
  100. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras3_min.jpg +0 -0
  101. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras4.jpg +0 -0
  102. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras4_min.jpg +0 -0
  103. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras_min.jpg +0 -0
  104. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/index.html +20 -0
  105. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/photo-manager.html +182 -0
  106. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/propagation.html +73 -0
  107. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/revert.html +54 -0
  108. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/shopping-cart.html +94 -0
  109. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/visual-feedback.html +72 -0
  110. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/effect/default.html +102 -0
  111. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/effect/easing.html +102 -0
  112. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/effect/index.html +15 -0
  113. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/calendar.gif +0 -0
  114. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/demo-config-on-tile.gif +0 -0
  115. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/demo-config-on.gif +0 -0
  116. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/demo-spindown-closed.gif +0 -0
  117. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/demo-spindown-open.gif +0 -0
  118. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/icon-docs-info.gif +0 -0
  119. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/pbar-ani.gif +0 -0
  120. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/menu/default.html +67 -0
  121. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/menu/icons.html +44 -0
  122. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/menu/index.html +15 -0
  123. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/cycler.html +107 -0
  124. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/default.html +142 -0
  125. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/images/earth.jpg +0 -0
  126. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/images/flight.jpg +0 -0
  127. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/images/rocket.jpg +0 -0
  128. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/index.html +15 -0
  129. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/progressbar/animated.html +37 -0
  130. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/progressbar/default.html +28 -0
  131. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/progressbar/images/pbar-ani.gif +0 -0
  132. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/progressbar/index.html +16 -0
  133. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/progressbar/resize.html +33 -0
  134. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/animate.html +36 -0
  135. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/aspect-ratio.html +35 -0
  136. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/constrain-area.html +40 -0
  137. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/default.html +33 -0
  138. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/delay-start.html +45 -0
  139. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/helper.html +36 -0
  140. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/index.html +24 -0
  141. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/max-min.html +38 -0
  142. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/snap-to-grid.html +35 -0
  143. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/synchronous-resize.html +42 -0
  144. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/textarea.html +34 -0
  145. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/visual-feedback.html +36 -0
  146. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/selectable/default.html +43 -0
  147. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/selectable/display-grid.html +48 -0
  148. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/selectable/index.html +16 -0
  149. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/selectable/serialize.html +54 -0
  150. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/colorpicker.html +87 -0
  151. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/default.html +27 -0
  152. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/hotelrooms.html +49 -0
  153. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/index.html +24 -0
  154. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/multiple-vertical.html +69 -0
  155. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/range-vertical.html +41 -0
  156. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/range.html +42 -0
  157. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/rangemax.html +40 -0
  158. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/rangemin.html +41 -0
  159. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/side-scroll.html +132 -0
  160. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/slider-vertical.html +42 -0
  161. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/steps.html +41 -0
  162. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/connect-lists-through-tabs.html +72 -0
  163. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/connect-lists.html +52 -0
  164. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/default.html +45 -0
  165. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/delay-start.html +61 -0
  166. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/display-grid.html +48 -0
  167. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/empty-lists.html +63 -0
  168. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/index.html +22 -0
  169. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/items.html +64 -0
  170. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/placeholder.html +50 -0
  171. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/portlets.html +90 -0
  172. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/currency.html +52 -0
  173. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/decimal.html +56 -0
  174. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/default.html +64 -0
  175. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/index.html +19 -0
  176. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/latlong.html +57 -0
  177. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/overflow.html +44 -0
  178. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/time.html +74 -0
  179. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/ajax.html +46 -0
  180. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/ajax/content1.html +4 -0
  181. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/ajax/content2.html +4 -0
  182. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/ajax/content3-slow.php +7 -0
  183. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/ajax/content4-broken.php +3 -0
  184. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/bottom.html +58 -0
  185. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/collapsible.html +48 -0
  186. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/default.html +42 -0
  187. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/index.html +20 -0
  188. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/manipulation.html +114 -0
  189. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/mouseover.html +44 -0
  190. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/sortable.html +51 -0
  191. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/vertical.html +54 -0
  192. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/ajax/content1.html +1 -0
  193. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/ajax/content2.html +1 -0
  194. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/custom-animation.html +54 -0
  195. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/custom-content.html +83 -0
  196. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/custom-style.html +95 -0
  197. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/default.html +40 -0
  198. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/forms.html +65 -0
  199. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/images/st-stephens.jpg +0 -0
  200. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/images/tower-bridge.jpg +0 -0
  201. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/index.html +20 -0
  202. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/tracking.html +42 -0
  203. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/video-player.html +117 -0
  204. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/widget/default.html +178 -0
  205. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/widget/index.html +14 -0
  206. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/accordion.html +499 -0
  207. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/autocomplete.html +590 -0
  208. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/blind-effect.html +58 -0
  209. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/bounce-effect.html +61 -0
  210. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/button.html +283 -0
  211. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/clip-effect.html +55 -0
  212. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/datepicker.html +965 -0
  213. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/dialog.html +955 -0
  214. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/draggable.html +750 -0
  215. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/drop-effect.html +55 -0
  216. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/droppable.html +557 -0
  217. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/explode-effect.html +52 -0
  218. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/fade-effect.html +43 -0
  219. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/fold-effect.html +61 -0
  220. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/highlight-effect.html +52 -0
  221. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/jQuery.widget.html +611 -0
  222. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/menu.html +679 -0
  223. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/mouse.html +239 -0
  224. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/position.html +116 -0
  225. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/progressbar.html +328 -0
  226. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/puff-effect.html +32 -0
  227. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/pulsate-effect.html +52 -0
  228. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/resizable.html +694 -0
  229. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/scale-effect.html +82 -0
  230. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/selectable.html +509 -0
  231. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/shake-effect.html +66 -0
  232. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/size-effect.html +45 -0
  233. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/slide-effect.html +59 -0
  234. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/slider.html +595 -0
  235. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/sortable.html +1469 -0
  236. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/spinner.html +589 -0
  237. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/tabs.html +644 -0
  238. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/tooltip.html +478 -0
  239. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/transfer-effect.html +61 -0
  240. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/globalize.culture.de-DE.js +81 -0
  241. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/globalize.culture.ja-JP.js +100 -0
  242. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/globalize.js +1573 -0
  243. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/jquery.bgiframe-2.1.2.js +39 -0
  244. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/jquery.cookie.js +89 -0
  245. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/jquery.metadata.js +122 -0
  246. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/jquery.mousewheel.js +84 -0
  247. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/jshint.js +4835 -0
  248. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/qunit.css +235 -0
  249. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/qunit.js +1977 -0
  250. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/grunt.js +348 -0
  251. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/jquery-1.8.3.js +9472 -0
  252. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/package.json +56 -0
  253. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  254. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  255. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  256. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  257. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  258. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  259. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  260. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  261. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-icons_222222_256x240.png +0 -0
  262. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
  263. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-icons_454545_256x240.png +0 -0
  264. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-icons_888888_256x240.png +0 -0
  265. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
  266. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery-ui.css +461 -0
  267. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.accordion.css +16 -0
  268. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.all.css +12 -0
  269. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.autocomplete.css +19 -0
  270. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.base.css +25 -0
  271. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.button.css +40 -0
  272. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.core.css +39 -0
  273. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.datepicker.css +67 -0
  274. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.dialog.css +22 -0
  275. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.menu.css +30 -0
  276. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.progressbar.css +12 -0
  277. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.resizable.css +21 -0
  278. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.selectable.css +11 -0
  279. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.slider.css +25 -0
  280. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.spinner.css +23 -0
  281. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.tabs.css +18 -0
  282. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.theme.css +248 -0
  283. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.tooltip.css +21 -0
  284. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  285. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  286. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  287. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  288. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  289. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  290. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  291. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  292. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-icons_222222_256x240.png +0 -0
  293. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-icons_2e83ff_256x240.png +0 -0
  294. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-icons_454545_256x240.png +0 -0
  295. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-icons_888888_256x240.png +0 -0
  296. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-icons_cd0a0a_256x240.png +0 -0
  297. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery-ui.min.css +10 -0
  298. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.accordion.min.css +5 -0
  299. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.autocomplete.min.css +5 -0
  300. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.button.min.css +5 -0
  301. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.core.min.css +5 -0
  302. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.datepicker.min.css +5 -0
  303. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.dialog.min.css +5 -0
  304. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.menu.min.css +5 -0
  305. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.progressbar.min.css +5 -0
  306. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.resizable.min.css +5 -0
  307. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.selectable.min.css +5 -0
  308. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.slider.min.css +5 -0
  309. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.spinner.min.css +5 -0
  310. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.tabs.min.css +5 -0
  311. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.theme.min.css +5 -0
  312. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.tooltip.min.css +5 -0
  313. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  314. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  315. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  316. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  317. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  318. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  319. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  320. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  321. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-icons_222222_256x240.png +0 -0
  322. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  323. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-icons_454545_256x240.png +0 -0
  324. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-icons_888888_256x240.png +0 -0
  325. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  326. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery-ui.css +462 -0
  327. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.accordion.css +16 -0
  328. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.all.css +12 -0
  329. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.autocomplete.css +19 -0
  330. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.base.css +25 -0
  331. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.button.css +40 -0
  332. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.core.css +39 -0
  333. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.datepicker.css +67 -0
  334. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.dialog.css +22 -0
  335. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.menu.css +30 -0
  336. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.progressbar.css +12 -0
  337. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.resizable.css +21 -0
  338. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.selectable.css +11 -0
  339. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.slider.css +25 -0
  340. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.spinner.css +23 -0
  341. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.tabs.css +18 -0
  342. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.theme.css +248 -0
  343. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.tooltip.css +21 -0
  344. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  345. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  346. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  347. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  348. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  349. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  350. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  351. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  352. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-icons_222222_256x240.png +0 -0
  353. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-icons_2e83ff_256x240.png +0 -0
  354. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-icons_454545_256x240.png +0 -0
  355. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-icons_888888_256x240.png +0 -0
  356. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-icons_cd0a0a_256x240.png +0 -0
  357. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery-ui.min.css +5 -0
  358. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.accordion.min.css +5 -0
  359. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.autocomplete.min.css +5 -0
  360. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.button.min.css +5 -0
  361. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.core.min.css +5 -0
  362. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.datepicker.min.css +5 -0
  363. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.dialog.min.css +5 -0
  364. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.menu.min.css +5 -0
  365. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.progressbar.min.css +5 -0
  366. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.resizable.min.css +5 -0
  367. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.selectable.min.css +5 -0
  368. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.slider.min.css +5 -0
  369. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.spinner.min.css +5 -0
  370. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.tabs.min.css +5 -0
  371. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.theme.min.css +5 -0
  372. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.tooltip.min.css +5 -0
  373. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.accordion.jquery.json +57 -0
  374. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.autocomplete.jquery.json +59 -0
  375. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.button.jquery.json +56 -0
  376. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.core.jquery.json +51 -0
  377. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.datepicker.jquery.json +56 -0
  378. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.dialog.jquery.json +60 -0
  379. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.draggable.jquery.json +56 -0
  380. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.droppable.jquery.json +57 -0
  381. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-blind.jquery.json +55 -0
  382. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-bounce.jquery.json +55 -0
  383. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-clip.jquery.json +55 -0
  384. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-drop.jquery.json +55 -0
  385. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-explode.jquery.json +55 -0
  386. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-fade.jquery.json +55 -0
  387. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-fold.jquery.json +55 -0
  388. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-highlight.jquery.json +55 -0
  389. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-pulsate.jquery.json +55 -0
  390. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-scale.jquery.json +55 -0
  391. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-shake.jquery.json +55 -0
  392. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-slide.jquery.json +55 -0
  393. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-transfer.jquery.json +53 -0
  394. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect.jquery.json +58 -0
  395. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.menu.jquery.json +56 -0
  396. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.mouse.jquery.json +54 -0
  397. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.position.jquery.json +56 -0
  398. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.progressbar.jquery.json +55 -0
  399. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.resizable.jquery.json +55 -0
  400. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.selectable.jquery.json +55 -0
  401. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.slider.jquery.json +57 -0
  402. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.sortable.jquery.json +56 -0
  403. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.spinner.jquery.json +58 -0
  404. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.tabs.jquery.json +57 -0
  405. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.tooltip.jquery.json +54 -0
  406. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.widget.jquery.json +54 -0
  407. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery-ui-i18n.js +1675 -0
  408. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-af.js +23 -0
  409. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar-DZ.js +23 -0
  410. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js +23 -0
  411. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-az.js +23 -0
  412. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js +24 -0
  413. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js +23 -0
  414. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js +23 -0
  415. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js +23 -0
  416. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-cy-GB.js +23 -0
  417. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-da.js +23 -0
  418. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-de.js +23 -0
  419. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-el.js +23 -0
  420. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-AU.js +23 -0
  421. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js +23 -0
  422. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-NZ.js +23 -0
  423. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js +23 -0
  424. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-es.js +23 -0
  425. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-et.js +23 -0
  426. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js +23 -0
  427. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js +59 -0
  428. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js +23 -0
  429. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js +23 -0
  430. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js +23 -0
  431. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js +25 -0
  432. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-gl.js +23 -0
  433. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-he.js +23 -0
  434. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hi.js +23 -0
  435. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js +23 -0
  436. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js +23 -0
  437. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js +23 -0
  438. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-id.js +23 -0
  439. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-is.js +23 -0
  440. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-it.js +23 -0
  441. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js +23 -0
  442. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ka.js +21 -0
  443. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-kk.js +23 -0
  444. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-km.js +23 -0
  445. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js +23 -0
  446. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lb.js +23 -0
  447. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js +23 -0
  448. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js +23 -0
  449. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-mk.js +23 -0
  450. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ml.js +23 -0
  451. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js +23 -0
  452. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-nl-BE.js +23 -0
  453. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js +23 -0
  454. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-no.js +23 -0
  455. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js +23 -0
  456. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js +23 -0
  457. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pt.js +22 -0
  458. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-rm.js +21 -0
  459. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js +26 -0
  460. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js +23 -0
  461. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js +23 -0
  462. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js +24 -0
  463. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js +23 -0
  464. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js +23 -0
  465. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js +23 -0
  466. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js +23 -0
  467. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js +23 -0
  468. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-th.js +23 -0
  469. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js +23 -0
  470. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js +23 -0
  471. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js +24 -0
  472. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js +23 -0
  473. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js +23 -0
  474. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js +23 -0
  475. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js +23 -0
  476. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery-ui.custom.js +14879 -0
  477. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.accordion.js +731 -0
  478. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.autocomplete.js +602 -0
  479. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.button.js +418 -0
  480. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.core.js +356 -0
  481. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.datepicker.js +1846 -0
  482. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.dialog.js +858 -0
  483. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.draggable.js +836 -0
  484. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.droppable.js +294 -0
  485. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-blind.js +82 -0
  486. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-bounce.js +113 -0
  487. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-clip.js +67 -0
  488. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-drop.js +65 -0
  489. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-explode.js +97 -0
  490. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-fade.js +30 -0
  491. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-fold.js +76 -0
  492. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-highlight.js +50 -0
  493. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-pulsate.js +63 -0
  494. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-scale.js +318 -0
  495. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-shake.js +74 -0
  496. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-slide.js +64 -0
  497. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-transfer.js +47 -0
  498. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect.js +1276 -0
  499. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.menu.js +610 -0
  500. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.mouse.js +169 -0
  501. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.position.js +517 -0
  502. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.progressbar.js +105 -0
  503. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.resizable.js +801 -0
  504. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.selectable.js +261 -0
  505. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.slider.js +644 -0
  506. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.sortable.js +1096 -0
  507. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.spinner.js +478 -0
  508. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.tabs.js +1366 -0
  509. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.tooltip.js +398 -0
  510. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.widget.js +528 -0
  511. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery-ui-i18n.min.js +5 -0
  512. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-af.min.js +5 -0
  513. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ar-DZ.min.js +5 -0
  514. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ar.min.js +5 -0
  515. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-az.min.js +5 -0
  516. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-bg.min.js +5 -0
  517. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-bs.min.js +5 -0
  518. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ca.min.js +5 -0
  519. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-cs.min.js +5 -0
  520. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-cy-GB.min.js +5 -0
  521. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-da.min.js +5 -0
  522. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-de.min.js +5 -0
  523. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-el.min.js +5 -0
  524. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-AU.min.js +5 -0
  525. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-GB.min.js +5 -0
  526. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-NZ.min.js +5 -0
  527. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-eo.min.js +5 -0
  528. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-es.min.js +5 -0
  529. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-et.min.js +5 -0
  530. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-eu.min.js +5 -0
  531. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fa.min.js +5 -0
  532. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fi.min.js +5 -0
  533. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fo.min.js +5 -0
  534. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr-CH.min.js +5 -0
  535. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr.min.js +5 -0
  536. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-gl.min.js +5 -0
  537. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-he.min.js +5 -0
  538. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hi.min.js +5 -0
  539. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hr.min.js +5 -0
  540. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hu.min.js +5 -0
  541. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hy.min.js +5 -0
  542. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-id.min.js +5 -0
  543. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-is.min.js +5 -0
  544. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-it.min.js +5 -0
  545. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ja.min.js +5 -0
  546. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ka.min.js +5 -0
  547. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-kk.min.js +5 -0
  548. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-km.min.js +5 -0
  549. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ko.min.js +5 -0
  550. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lb.min.js +5 -0
  551. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lt.min.js +5 -0
  552. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lv.min.js +5 -0
  553. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-mk.min.js +5 -0
  554. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ml.min.js +5 -0
  555. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ms.min.js +5 -0
  556. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nl-BE.min.js +5 -0
  557. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nl.min.js +5 -0
  558. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-no.min.js +5 -0
  559. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pl.min.js +5 -0
  560. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pt-BR.min.js +5 -0
  561. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pt.min.js +5 -0
  562. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-rm.min.js +5 -0
  563. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ro.min.js +5 -0
  564. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ru.min.js +5 -0
  565. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sk.min.js +5 -0
  566. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sl.min.js +5 -0
  567. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sq.min.js +5 -0
  568. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sr-SR.min.js +5 -0
  569. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sr.min.js +5 -0
  570. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sv.min.js +5 -0
  571. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ta.min.js +5 -0
  572. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-th.min.js +5 -0
  573. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-tj.min.js +5 -0
  574. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-tr.min.js +5 -0
  575. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-uk.min.js +5 -0
  576. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-vi.min.js +5 -0
  577. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-CN.min.js +5 -0
  578. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-HK.min.js +5 -0
  579. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-TW.min.js +5 -0
  580. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery-ui.custom.min.js +6 -0
  581. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.accordion.min.js +5 -0
  582. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.autocomplete.min.js +5 -0
  583. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.button.min.js +5 -0
  584. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.core.min.js +5 -0
  585. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.datepicker.min.js +5 -0
  586. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.dialog.min.js +5 -0
  587. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.draggable.min.js +5 -0
  588. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.droppable.min.js +5 -0
  589. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-blind.min.js +5 -0
  590. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-bounce.min.js +5 -0
  591. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-clip.min.js +5 -0
  592. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-drop.min.js +5 -0
  593. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-explode.min.js +5 -0
  594. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-fade.min.js +5 -0
  595. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-fold.min.js +5 -0
  596. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-highlight.min.js +5 -0
  597. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-pulsate.min.js +5 -0
  598. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-scale.min.js +5 -0
  599. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-shake.min.js +5 -0
  600. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-slide.min.js +5 -0
  601. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-transfer.min.js +5 -0
  602. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect.min.js +5 -0
  603. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.menu.min.js +5 -0
  604. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.mouse.min.js +5 -0
  605. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.position.min.js +5 -0
  606. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.progressbar.min.js +5 -0
  607. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.resizable.min.js +5 -0
  608. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.selectable.min.js +5 -0
  609. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.slider.min.js +5 -0
  610. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.sortable.min.js +5 -0
  611. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.spinner.min.js +5 -0
  612. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.tabs.min.js +5 -0
  613. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.tooltip.min.js +5 -0
  614. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.widget.min.js +5 -0
  615. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/index.html +447 -0
  616. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/js/jquery-1.8.3.js +9472 -0
  617. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/js/jquery-ui-1.9.2.custom.js +14879 -0
  618. data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/js/jquery-ui-1.9.2.custom.min.js +6 -0
  619. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/ajax-loader.gif +0 -0
  620. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/ajax-loader.png +0 -0
  621. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/icons-18-black.png +0 -0
  622. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/icons-18-white.png +0 -0
  623. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/icons-36-black.png +0 -0
  624. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/icons-36-white.png +0 -0
  625. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile-1.1.0.css +2053 -0
  626. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile-1.1.0.min.css +2 -0
  627. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile.structure-1.1.0.css +946 -0
  628. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile.structure-1.1.0.min.css +2 -0
  629. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile.theme-1.1.0.css +1167 -0
  630. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile.theme-1.1.0.min.css +2 -0
  631. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/css/jqm-docs.css +359 -0
  632. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/ios_icon.png +0 -0
  633. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/ios_startup.png +0 -0
  634. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/jqm-sitebg.png +0 -0
  635. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/jquery-logo.png +0 -0
  636. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/mobile-devices.png +0 -0
  637. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/px-ccc.gif +0 -0
  638. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/themroller-mobile-logo.png +0 -0
  639. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/version.png +0 -0
  640. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/js/_viewsource.js +42 -0
  641. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/js/jqm-docs.js +52 -0
  642. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/accessibility.html +70 -0
  643. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/features.html +77 -0
  644. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/getting-started.html +171 -0
  645. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/index.html +40 -0
  646. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/intro.html +70 -0
  647. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/platforms.html +108 -0
  648. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/data-attributes.html +530 -0
  649. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/events-nav.html +557 -0
  650. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/events.html +514 -0
  651. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/globalconfig.html +181 -0
  652. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/index.html +40 -0
  653. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/mediahelpers.html +133 -0
  654. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/methods.html +597 -0
  655. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/themes.html +291 -0
  656. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/api-buttons.html +45 -0
  657. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-events.html +92 -0
  658. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-grouped.html +112 -0
  659. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-icons.html +247 -0
  660. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-inline.html +99 -0
  661. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-methods.html +98 -0
  662. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-options.html +153 -0
  663. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-themes.html +130 -0
  664. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-types.html +119 -0
  665. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/index.html +43 -0
  666. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/dialogTransition.html +44 -0
  667. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/iOSFullscreen.html +50 -0
  668. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/index.html +86 -0
  669. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/jq17b1.html +37 -0
  670. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/loadingMessage.html +43 -0
  671. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/loadingMessageTextVisible.html +84 -0
  672. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/minScrollBack.html +43 -0
  673. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/pageLoadErrorMessage.html +45 -0
  674. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/pageTransition.html +43 -0
  675. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/pushState.html +44 -0
  676. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/touchOverflow.html +51 -0
  677. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/api-content.html +42 -0
  678. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-events.html +109 -0
  679. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-methods.html +67 -0
  680. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-options.html +178 -0
  681. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-set-events.html +89 -0
  682. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-set-methods.html +80 -0
  683. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-set-options.html +112 -0
  684. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-set.html +198 -0
  685. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible.html +226 -0
  686. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-grids.html +193 -0
  687. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-html.html +144 -0
  688. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-themes.html +144 -0
  689. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/index.html +45 -0
  690. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/checkboxes/events.html +104 -0
  691. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/checkboxes/index.html +189 -0
  692. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/checkboxes/methods.html +108 -0
  693. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/checkboxes/options.html +98 -0
  694. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/docs-forms.html +267 -0
  695. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-all-compare.html +263 -0
  696. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-all-mini.html +245 -0
  697. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-all-native.html +250 -0
  698. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-all.html +247 -0
  699. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-sample-response.php +81 -0
  700. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-sample-selfsubmit.php +80 -0
  701. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-sample.html +114 -0
  702. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-themes.html +408 -0
  703. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/index.html +50 -0
  704. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/plugin-eventsmethods.html +73 -0
  705. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/radiobuttons/events.html +106 -0
  706. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/radiobuttons/index.html +225 -0
  707. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/radiobuttons/methods.html +108 -0
  708. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/radiobuttons/options.html +98 -0
  709. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/search/events.html +103 -0
  710. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/search/index.html +141 -0
  711. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/search/methods.html +100 -0
  712. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/search/options.html +113 -0
  713. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/selects/custom.html +424 -0
  714. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/selects/events.html +105 -0
  715. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/selects/index.html +418 -0
  716. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/selects/methods.html +126 -0
  717. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/selects/options.html +173 -0
  718. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/slider/events.html +104 -0
  719. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/slider/index.html +179 -0
  720. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/slider/methods.html +108 -0
  721. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/slider/options.html +131 -0
  722. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/switch/events.html +104 -0
  723. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/switch/index.html +210 -0
  724. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/switch/methods.html +108 -0
  725. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/switch/options.html +123 -0
  726. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/textinputs/events.html +103 -0
  727. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/textinputs/index.html +244 -0
  728. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/textinputs/methods.html +100 -0
  729. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/textinputs/options.html +117 -0
  730. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/index.html +33 -0
  731. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/docs-lists.html +177 -0
  732. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-af.jpg +0 -0
  733. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-ag.jpg +0 -0
  734. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-bb.jpg +0 -0
  735. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-bk.jpg +0 -0
  736. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-hc.jpg +0 -0
  737. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-k.jpg +0 -0
  738. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-mg.jpg +0 -0
  739. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-ok.jpg +0 -0
  740. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-p.jpg +0 -0
  741. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-rh.jpg +0 -0
  742. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-ws.jpg +0 -0
  743. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-xx.jpg +0 -0
  744. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/de.png +0 -0
  745. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/fi.png +0 -0
  746. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/gb.png +0 -0
  747. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/gf.png +0 -0
  748. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/sj.png +0 -0
  749. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/us.png +0 -0
  750. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/index.html +72 -0
  751. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-all-full.html +174 -0
  752. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-count.html +83 -0
  753. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-divider.html +114 -0
  754. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-events.html +108 -0
  755. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-formatting.html +135 -0
  756. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-forms-inset.html +249 -0
  757. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-forms.html +249 -0
  758. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-icons.html +89 -0
  759. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-inset.html +175 -0
  760. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-methods.html +108 -0
  761. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-nested.html +194 -0
  762. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-ol.html +98 -0
  763. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-options.html +222 -0
  764. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-performance.html +578 -0
  765. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-readonly-inset.html +171 -0
  766. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-readonly.html +173 -0
  767. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-search-filtertext.html +94 -0
  768. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-search-inset.html +100 -0
  769. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-search-with-dividers.html +113 -0
  770. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-search.html +100 -0
  771. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-split-purchase.html +35 -0
  772. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-split.html +147 -0
  773. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-themes.html +264 -0
  774. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-thumbnails.html +135 -0
  775. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-ul.html +100 -0
  776. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/nav.html +296 -0
  777. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog-alt.html +33 -0
  778. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog-buttons.html +33 -0
  779. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog-overlay.html +32 -0
  780. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog-success.html +31 -0
  781. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog-with-select.html +118 -0
  782. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog.html +34 -0
  783. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/docs-links-urltest/index.html +28 -0
  784. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/animals.html +27 -0
  785. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/category.php +150 -0
  786. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/colors.html +31 -0
  787. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/index.html +26 -0
  788. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/sample-reuse-page-external.html +121 -0
  789. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/sample-reuse-page.html +197 -0
  790. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/vehicles.html +27 -0
  791. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/index.html +52 -0
  792. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/multipage-template.html +83 -0
  793. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-anatomy.html +225 -0
  794. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-cache.html +125 -0
  795. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-customtransitions.html +297 -0
  796. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-dialogs.html +129 -0
  797. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-dynamic.html +300 -0
  798. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-links.html +147 -0
  799. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-navmodel.html +182 -0
  800. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-scripting.html +156 -0
  801. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-template.html +34 -0
  802. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-titles.html +82 -0
  803. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-transitions-dialog.html +34 -0
  804. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-transitions-page.html +69 -0
  805. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-transitions.html +174 -0
  806. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes.html +150 -0
  807. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes/theme-a.html +163 -0
  808. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes/theme-b.html +163 -0
  809. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes/theme-c.html +163 -0
  810. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes/theme-d.html +163 -0
  811. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes/theme-e.html +163 -0
  812. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/phonegap.html +115 -0
  813. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/touchoverflow.html +127 -0
  814. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/transition-success.html +33 -0
  815. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-events.html +84 -0
  816. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-a.html +299 -0
  817. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-b.html +129 -0
  818. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-c.html +129 -0
  819. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-d.html +153 -0
  820. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-e.html +153 -0
  821. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-f.html +129 -0
  822. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-g.html +231 -0
  823. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-h.html +135 -0
  824. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms.html +45 -0
  825. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-methods.html +134 -0
  826. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-options.html +177 -0
  827. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed.html +231 -0
  828. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fullscreen.html +68 -0
  829. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-themes.html +177 -0
  830. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/docs-bars.html +85 -0
  831. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/docs-footers.html +153 -0
  832. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/docs-headers.html +216 -0
  833. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/docs-navbar.html +318 -0
  834. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/footer-persist-a.html +114 -0
  835. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/footer-persist-b.html +140 -0
  836. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/footer-persist-c.html +121 -0
  837. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/footer-persist-d.html +92 -0
  838. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/09-chat2.png +0 -0
  839. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/100-coffee.png +0 -0
  840. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/18-envelope.png +0 -0
  841. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/19-gear.png +0 -0
  842. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/21-skull.png +0 -0
  843. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/30-key.png +0 -0
  844. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/34-coffee.png +0 -0
  845. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/88-beermug.png +0 -0
  846. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/Read me first - license.txt +13 -0
  847. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/images/photo-run.jpeg +0 -0
  848. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/index.html +45 -0
  849. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/index.html +76 -0
  850. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/js/jquery.js +9272 -0
  851. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/js/jquery.mobile-1.1.0.js +7551 -0
  852. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/js/jquery.mobile-1.1.0.min.js +177 -0
  853. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/ajax-loader.gif +0 -0
  854. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/ajax-loader.png +0 -0
  855. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/icons-18-black.png +0 -0
  856. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/icons-18-white.png +0 -0
  857. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/icons-36-black.png +0 -0
  858. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/icons-36-white.png +0 -0
  859. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile-1.1.0.css +2053 -0
  860. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile-1.1.0.js +7551 -0
  861. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile-1.1.0.min.css +2 -0
  862. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile-1.1.0.min.js +177 -0
  863. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile.structure-1.1.0.css +946 -0
  864. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile.structure-1.1.0.min.css +2 -0
  865. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile.theme-1.1.0.css +1167 -0
  866. data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile.theme-1.1.0.min.css +2 -0
  867. data/lib/ruby_app/resources/elements/mobile/document/{jquery.ui.touch-punch.min.js → jquery.ui.touch-punch-0.2.2.min.js} +0 -0
  868. data/lib/ruby_app/scripts/phantom.js +6 -1
  869. data/lib/ruby_app/version.rb +1 -1
  870. metadata +869 -6
@@ -0,0 +1,177 @@
1
+ /*! jQuery Mobile v1.1.0 db342b1f315c282692791aa870455901fdb46a55 jquerymobile.com | jquery.org/license */
2
+ (function(D,s,k){typeof define==="function"&&define.amd?define(["jquery"],function(a){k(a,D,s);return a.mobile}):k(D.jQuery,D,s)})(this,document,function(D,s,k){(function(a,c,b,e){function f(a){for(;a&&typeof a.originalEvent!=="undefined";)a=a.originalEvent;return a}function d(b){for(var d={},f,g;b;){f=a.data(b,t);for(g in f)if(f[g])d[g]=d.hasVirtualBinding=true;b=b.parentNode}return d}function g(){y&&(clearTimeout(y),y=0);y=setTimeout(function(){F=y=0;C.length=0;z=false;G=true},a.vmouse.resetTimerDuration)}
3
+ function h(b,d,g){var c,h;if(!(h=g&&g[b])){if(g=!g)a:{for(g=d.target;g;){if((h=a.data(g,t))&&(!b||h[b]))break a;g=g.parentNode}g=null}h=g}if(h){c=d;var g=c.type,z,j;c=a.Event(c);c.type=b;h=c.originalEvent;z=a.event.props;g.search(/^(mouse|click)/)>-1&&(z=w);if(h)for(j=z.length;j;)b=z[--j],c[b]=h[b];if(g.search(/mouse(down|up)|click/)>-1&&!c.which)c.which=1;if(g.search(/^touch/)!==-1&&(b=f(h),g=b.touches,b=b.changedTouches,g=g&&g.length?g[0]:b&&b.length?b[0]:e))for(h=0,len=u.length;h<len;h++)b=u[h],
4
+ c[b]=g[b];a(d.target).trigger(c)}return c}function j(b){var d=a.data(b.target,x);if(!z&&(!F||F!==d))if(d=h("v"+b.type,b))d.isDefaultPrevented()&&b.preventDefault(),d.isPropagationStopped()&&b.stopPropagation(),d.isImmediatePropagationStopped()&&b.stopImmediatePropagation()}function o(b){var g=f(b).touches,c;if(g&&g.length===1&&(c=b.target,g=d(c),g.hasVirtualBinding))F=L++,a.data(c,x,F),y&&(clearTimeout(y),y=0),A=G=false,c=f(b).touches[0],s=c.pageX,E=c.pageY,h("vmouseover",b,g),h("vmousedown",b,g)}
5
+ function m(a){G||(A||h("vmousecancel",a,d(a.target)),A=true,g())}function p(b){if(!G){var c=f(b).touches[0],e=A,z=a.vmouse.moveDistanceThreshold;A=A||Math.abs(c.pageX-s)>z||Math.abs(c.pageY-E)>z;flags=d(b.target);A&&!e&&h("vmousecancel",b,flags);h("vmousemove",b,flags);g()}}function l(a){if(!G){G=true;var b=d(a.target),c;h("vmouseup",a,b);if(!A&&(c=h("vclick",a,b))&&c.isDefaultPrevented())c=f(a).changedTouches[0],C.push({touchID:F,x:c.clientX,y:c.clientY}),z=true;h("vmouseout",a,b);A=false;g()}}function r(b){var b=
6
+ a.data(b,t),d;if(b)for(d in b)if(b[d])return true;return false}function n(){}function k(b){var d=b.substr(1);return{setup:function(){r(this)||a.data(this,t,{});a.data(this,t)[b]=true;v[b]=(v[b]||0)+1;v[b]===1&&H.bind(d,j);a(this).bind(d,n);if(K)v.touchstart=(v.touchstart||0)+1,v.touchstart===1&&H.bind("touchstart",o).bind("touchend",l).bind("touchmove",p).bind("scroll",m)},teardown:function(){--v[b];v[b]||H.unbind(d,j);K&&(--v.touchstart,v.touchstart||H.unbind("touchstart",o).unbind("touchmove",p).unbind("touchend",
7
+ l).unbind("scroll",m));var f=a(this),g=a.data(this,t);g&&(g[b]=false);f.unbind(d,n);r(this)||f.removeData(t)}}}var t="virtualMouseBindings",x="virtualTouchID",c="vmouseover vmousedown vmousemove vmouseup vclick vmouseout vmousecancel".split(" "),u="clientX clientY pageX pageY screenX screenY".split(" "),w=a.event.props.concat(a.event.mouseHooks?a.event.mouseHooks.props:[]),v={},y=0,s=0,E=0,A=false,C=[],z=false,G=false,K="addEventListener"in b,H=a(b),L=1,F=0;a.vmouse={moveDistanceThreshold:10,clickDistanceThreshold:10,
8
+ resetTimerDuration:1500};for(var I=0;I<c.length;I++)a.event.special[c[I]]=k(c[I]);K&&b.addEventListener("click",function(b){var d=C.length,f=b.target,g,c,e,h,z;if(d){g=b.clientX;c=b.clientY;threshold=a.vmouse.clickDistanceThreshold;for(e=f;e;){for(h=0;h<d;h++)if(z=C[h],e===f&&Math.abs(z.x-g)<threshold&&Math.abs(z.y-c)<threshold||a.data(e,x)===z.touchID){b.preventDefault();b.stopPropagation();return}e=e.parentNode}}},true)})(jQuery,s,k);(function(a,c,b){function e(a){a=a||location.href;return"#"+a.replace(/^[^#]*#?(.*)$/,
9
+ "$1")}var f="hashchange",d=k,g,h=a.event.special,j=d.documentMode,o="on"+f in c&&(j===b||j>7);a.fn[f]=function(a){return a?this.bind(f,a):this.trigger(f)};a.fn[f].delay=50;h[f]=a.extend(h[f],{setup:function(){if(o)return false;a(g.start)},teardown:function(){if(o)return false;a(g.stop)}});g=function(){function g(){var b=e(),d=t(r);if(b!==r)k(r=b,d),a(c).trigger(f);else if(d!==r)location.href=location.href.replace(/#.*/,"")+d;j=setTimeout(g,a.fn[f].delay)}var h={},j,r=e(),n=function(a){return a},k=
10
+ n,t=n;h.start=function(){j||g()};h.stop=function(){j&&clearTimeout(j);j=b};a.browser.msie&&!o&&function(){var b,c;h.start=function(){if(!b)c=(c=a.fn[f].src)&&c+e(),b=a('<iframe tabindex="-1" title="empty"/>').hide().one("load",function(){c||k(e());g()}).attr("src",c||"javascript:0").insertAfter("body")[0].contentWindow,d.onpropertychange=function(){try{if(event.propertyName==="title")b.document.title=d.title}catch(a){}}};h.stop=n;t=function(){return e(b.location.href)};k=function(g,c){var e=b.document,
11
+ h=a.fn[f].domain;if(g!==c)e.title=d.title,e.open(),h&&e.write('<script>document.domain="'+h+'"<\/script>'),e.close(),b.location.hash=g}}();return h}()})(jQuery,this);(function(a,c){if(a.cleanData){var b=a.cleanData;a.cleanData=function(f){for(var d=0,g;(g=f[d])!=null;d++)a(g).triggerHandler("remove");b(f)}}else{var e=a.fn.remove;a.fn.remove=function(b,d){return this.each(function(){d||(!b||a.filter(b,[this]).length)&&a("*",this).add([this]).each(function(){a(this).triggerHandler("remove")});return e.call(a(this),
12
+ b,d)})}}a.widget=function(b,d,g){var c=b.split(".")[0],e,b=b.split(".")[1];e=c+"-"+b;if(!g)g=d,d=a.Widget;a.expr[":"][e]=function(d){return!!a.data(d,b)};a[c]=a[c]||{};a[c][b]=function(a,b){arguments.length&&this._createWidget(a,b)};d=new d;d.options=a.extend(true,{},d.options);a[c][b].prototype=a.extend(true,d,{namespace:c,widgetName:b,widgetEventPrefix:a[c][b].prototype.widgetEventPrefix||b,widgetBaseClass:e},g);a.widget.bridge(b,a[c][b])};a.widget.bridge=function(b,d){a.fn[b]=function(g){var e=
13
+ typeof g==="string",j=Array.prototype.slice.call(arguments,1),o=this,g=!e&&j.length?a.extend.apply(null,[true,g].concat(j)):g;if(e&&g.charAt(0)==="_")return o;e?this.each(function(){var d=a.data(this,b);if(!d)throw"cannot call methods on "+b+" prior to initialization; attempted to call method '"+g+"'";if(!a.isFunction(d[g]))throw"no such method '"+g+"' for "+b+" widget instance";var e=d[g].apply(d,j);if(e!==d&&e!==c)return o=e,false}):this.each(function(){var c=a.data(this,b);c?c.option(g||{})._init():
14
+ a.data(this,b,new d(g,this))});return o}};a.Widget=function(a,b){arguments.length&&this._createWidget(a,b)};a.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(b,d){a.data(d,this.widgetName,this);this.element=a(d);this.options=a.extend(true,{},this.options,this._getCreateOptions(),b);var g=this;this.element.bind("remove."+this.widgetName,function(){g.destroy()});this._create();this._trigger("create");this._init()},_getCreateOptions:function(){var b=
15
+ {};a.metadata&&(b=a.metadata.get(element)[this.widgetName]);return b},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled ui-state-disabled")},widget:function(){return this.element},option:function(b,d){var g=b;if(arguments.length===0)return a.extend({},this.options);if(typeof b==="string"){if(d===c)return this.options[b];
16
+ g={};g[b]=d}this._setOptions(g);return this},_setOptions:function(b){var d=this;a.each(b,function(a,b){d._setOption(a,b)});return this},_setOption:function(a,b){this.options[a]=b;a==="disabled"&&this.widget()[b?"addClass":"removeClass"](this.widgetBaseClass+"-disabled ui-state-disabled").attr("aria-disabled",b);return this},enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(b,d,g){var c=this.options[b],d=a.Event(d);
17
+ d.type=(b===this.widgetEventPrefix?b:this.widgetEventPrefix+b).toLowerCase();g=g||{};if(d.originalEvent)for(var b=a.event.props.length,e;b;)e=a.event.props[--b],d[e]=d.originalEvent[e];this.element.trigger(d,g);return!(a.isFunction(c)&&c.call(this.element[0],d,g)===false||d.isDefaultPrevented())}}})(jQuery);(function(a,c){a.widget("mobile.widget",{_createWidget:function(){a.Widget.prototype._createWidget.apply(this,arguments);this._trigger("init")},_getCreateOptions:function(){var b=this.element,
18
+ e={};a.each(this.options,function(a){var d=b.jqmData(a.replace(/[A-Z]/g,function(a){return"-"+a.toLowerCase()}));d!==c&&(e[a]=d)});return e},enhanceWithin:function(b,c){this.enhance(a(this.options.initSelector,a(b)),c)},enhance:function(b,c){var f,d=a(b),d=a.mobile.enhanceable(d);c&&d.length&&(f=(f=a.mobile.closestPageData(d))&&f.keepNativeSelector()||"",d=d.not(f));d[this.widgetName]()},raise:function(a){throw"Widget ["+this.widgetName+"]: "+a;}})})(jQuery);(function(a,c){var b={};a.mobile=a.extend({},
19
+ {version:"1.1.0",ns:"",subPageUrlKey:"ui-page",activePageClass:"ui-page-active",activeBtnClass:"ui-btn-active",focusClass:"ui-focus",ajaxEnabled:true,hashListeningEnabled:true,linkBindingEnabled:true,defaultPageTransition:"fade",maxTransitionWidth:false,minScrollBack:250,touchOverflowEnabled:false,defaultDialogTransition:"pop",loadingMessage:"loading",pageLoadErrorMessage:"Error Loading Page",loadingMessageTextVisible:false,loadingMessageTheme:"a",pageLoadErrorMessageTheme:"e",autoInitializePage:true,
20
+ pushStateEnabled:true,ignoreContentEnabled:false,orientationChangeEnabled:true,buttonMarkup:{hoverDelay:200},keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91},silentScroll:function(b){if(a.type(b)!==
21
+ "number")b=a.mobile.defaultHomeScroll;a.event.special.scrollstart.enabled=false;setTimeout(function(){c.scrollTo(0,b);a(k).trigger("silentscroll",{x:0,y:b})},20);setTimeout(function(){a.event.special.scrollstart.enabled=true},150)},nsNormalizeDict:b,nsNormalize:function(d){return!d?void 0:b[d]||(b[d]=a.camelCase(a.mobile.ns+d))},getInheritedTheme:function(a,b){for(var c=a[0],e="",f=/ui-(bar|body|overlay)-([a-z])\b/,m,p;c;){m=c.className||"";if((p=f.exec(m))&&(e=p[2]))break;c=c.parentNode}return e||
22
+ b||"a"},closestPageData:function(a){return a.closest(':jqmData(role="page"), :jqmData(role="dialog")').data("page")},enhanceable:function(a){return this.haveParents(a,"enhance")},hijackable:function(a){return this.haveParents(a,"ajax")},haveParents:function(b,c){if(!a.mobile.ignoreContentEnabled)return b;for(var e=b.length,f=a(),o,m,p,l=0;l<e;l++){m=b.eq(l);p=false;for(o=b[l];o;){if((o.getAttribute?o.getAttribute("data-"+a.mobile.ns+c):"")==="false"){p=true;break}o=o.parentNode}p||(f=f.add(m))}return f}},
23
+ a.mobile);a.fn.jqmData=function(b,c){var f;typeof b!="undefined"&&(b&&(b=a.mobile.nsNormalize(b)),f=this.data.apply(this,arguments.length<2?[b]:[b,c]));return f};a.jqmData=function(b,c,f){var e;typeof c!="undefined"&&(e=a.data(b,c?a.mobile.nsNormalize(c):c,f));return e};a.fn.jqmRemoveData=function(b){return this.removeData(a.mobile.nsNormalize(b))};a.jqmRemoveData=function(b,c){return a.removeData(b,a.mobile.nsNormalize(c))};a.fn.removeWithDependents=function(){a.removeWithDependents(this)};a.removeWithDependents=
24
+ function(b){b=a(b);(b.jqmData("dependents")||a()).remove();b.remove()};a.fn.addDependents=function(b){a.addDependents(a(this),b)};a.addDependents=function(b,c){var f=a(b).jqmData("dependents")||a();a(b).jqmData("dependents",a.merge(f,c))};a.fn.getEncodedText=function(){return a("<div/>").text(a(this).text()).html()};a.fn.jqmEnhanceable=function(){return a.mobile.enhanceable(this)};a.fn.jqmHijackable=function(){return a.mobile.hijackable(this)};var e=a.find,f=/:jqmData\(([^)]*)\)/g;a.find=function(b,
25
+ c,h,j){b=b.replace(f,"[data-"+(a.mobile.ns||"")+"$1]");return e.call(this,b,c,h,j)};a.extend(a.find,e);a.find.matches=function(b,c){return a.find(b,null,null,c)};a.find.matchesSelector=function(b,c){return a.find(c,null,null,[b]).length>0}})(jQuery,this);(function(a){a(s);var c=a("html");a.mobile.media=function(){var b={},e=a("<div id='jquery-mediatest'>"),f=a("<body>").append(e);return function(a){if(!(a in b)){var g=k.createElement("style"),h="@media "+a+" { #jquery-mediatest { position:absolute; } }";
26
+ g.type="text/css";g.styleSheet?g.styleSheet.cssText=h:g.appendChild(k.createTextNode(h));c.prepend(f).prepend(g);b[a]=e.css("position")==="absolute";f.add(g).remove()}return b[a]}}()})(jQuery);(function(a,c){function b(a){var b=a.charAt(0).toUpperCase()+a.substr(1),a=(a+" "+g.join(b+" ")+b).split(" "),f;for(f in a)if(d[a[f]]!==c)return true}function e(a,b,c){var d=k.createElement("div"),c=c?[c]:g,f;for(i=0;i<c.length;i++){var e=c[i],h="-"+e.charAt(0).toLowerCase()+e.substr(1)+"-"+a+": "+b+";",e=e.charAt(0).toUpperCase()+
27
+ e.substr(1)+(a.charAt(0).toUpperCase()+a.substr(1));d.setAttribute("style",h);d.style[e]&&(f=true)}return!!f}var f=a("<body>").prependTo("html"),d=f[0].style,g=["Webkit","Moz","O"],h="palmGetResource"in s,j=s.operamini&&{}.toString.call(s.operamini)==="[object OperaMini]",o=s.blackberry;a.extend(a.mobile,{browser:{}});a.mobile.browser.ie=function(){for(var a=3,b=k.createElement("div"),c=b.all||[];b.innerHTML="<\!--[if gt IE "+ ++a+"]><br><![endif]--\>",c[0];);return a>4?a:!a}();a.extend(a.support,
28
+ {orientation:"orientation"in s&&"onorientationchange"in s,touch:"ontouchend"in k,cssTransitions:"WebKitTransitionEvent"in s||e("transition","height 100ms linear"),pushState:"pushState"in history&&"replaceState"in history,mediaquery:a.mobile.media("only all"),cssPseudoElement:!!b("content"),touchOverflow:!!b("overflowScrolling"),cssTransform3d:e("perspective","10px","moz")||a.mobile.media("(-"+g.join("-transform-3d),(-")+"-transform-3d),(transform-3d)"),boxShadow:!!b("boxShadow")&&!o,scrollTop:("pageXOffset"in
29
+ s||"scrollTop"in k.documentElement||"scrollTop"in f[0])&&!h&&!j,dynamicBaseTag:function(){var b=location.protocol+"//"+location.host+location.pathname+"ui-dir/",c=a("head base"),d=null,e="",g;c.length?e=c.attr("href"):c=d=a("<base>",{href:b}).appendTo("head");g=a("<a href='testurl' />").prependTo(f)[0].href;c[0].href=e||location.pathname;d&&d.remove();return g.indexOf(b)===0}()});f.remove();h=function(){var a=s.navigator.userAgent;return a.indexOf("Nokia")>-1&&(a.indexOf("Symbian/3")>-1||a.indexOf("Series60/5")>
30
+ -1)&&a.indexOf("AppleWebKit")>-1&&a.match(/(BrowserNG|NokiaBrowser)\/7\.[0-3]/)}();a.mobile.gradeA=function(){return a.support.mediaquery||a.mobile.browser.ie&&a.mobile.browser.ie>=7};a.mobile.ajaxBlacklist=s.blackberry&&!s.WebKitPoint||j||h;h&&a(function(){a("head link[rel='stylesheet']").attr("rel","alternate stylesheet").attr("rel","stylesheet")});a.support.boxShadow||a("html").addClass("ui-mobile-nosupport-boxshadow")})(jQuery);(function(a,c,b){function e(b,c,d){var f=d.type;d.type=c;a.event.handle.call(b,
31
+ d);d.type=f}a.each("touchstart touchmove touchend orientationchange throttledresize tap taphold swipe swipeleft swiperight scrollstart scrollstop".split(" "),function(b,c){a.fn[c]=function(a){return a?this.bind(c,a):this.trigger(c)};a.attrFn[c]=true});var f=a.support.touch,d=f?"touchstart":"mousedown",g=f?"touchend":"mouseup",h=f?"touchmove":"mousemove";a.event.special.scrollstart={enabled:true,setup:function(){function b(a,f){d=f;e(c,d?"scrollstart":"scrollstop",a)}var c=this,d,f;a(c).bind("touchmove scroll",
32
+ function(c){a.event.special.scrollstart.enabled&&(d||b(c,true),clearTimeout(f),f=setTimeout(function(){b(c,false)},50))})}};a.event.special.tap={setup:function(){var b=this,c=a(b);c.bind("vmousedown",function(d){function f(){clearTimeout(q)}function g(){f();c.unbind("vclick",h).unbind("vmouseup",f);a(k).unbind("vmousecancel",g)}function h(a){g();n==a.target&&e(b,"tap",a)}if(d.which&&d.which!==1)return false;var n=d.target,q;c.bind("vmouseup",f).bind("vclick",h);a(k).bind("vmousecancel",g);q=setTimeout(function(){e(b,
33
+ "taphold",a.Event("taphold",{target:n}))},750)})}};a.event.special.swipe={scrollSupressionThreshold:10,durationThreshold:1E3,horizontalDistanceThreshold:30,verticalDistanceThreshold:75,setup:function(){var c=a(this);c.bind(d,function(d){function f(b){if(l){var c=b.originalEvent.touches?b.originalEvent.touches[0]:b;k={time:(new Date).getTime(),coords:[c.pageX,c.pageY]};Math.abs(l.coords[0]-k.coords[0])>a.event.special.swipe.scrollSupressionThreshold&&b.preventDefault()}}var e=d.originalEvent.touches?
34
+ d.originalEvent.touches[0]:d,l={time:(new Date).getTime(),coords:[e.pageX,e.pageY],origin:a(d.target)},k;c.bind(h,f).one(g,function(){c.unbind(h,f);l&&k&&k.time-l.time<a.event.special.swipe.durationThreshold&&Math.abs(l.coords[0]-k.coords[0])>a.event.special.swipe.horizontalDistanceThreshold&&Math.abs(l.coords[1]-k.coords[1])<a.event.special.swipe.verticalDistanceThreshold&&l.origin.trigger("swipe").trigger(l.coords[0]>k.coords[0]?"swipeleft":"swiperight");l=k=b})})}};(function(a,b){function c(){var a=
35
+ f();a!==e&&(e=a,d.trigger("orientationchange"))}var d=a(b),f,e,g,h,t={0:true,180:true};if(a.support.orientation&&(g=b.innerWidth||a(b).width(),h=b.innerHeight||a(b).height(),g=g>h&&g-h>50,h=t[b.orientation],g&&h||!g&&!h))t={"-90":true,90:true};a.event.special.orientationchange={setup:function(){if(a.support.orientation&&a.mobile.orientationChangeEnabled)return false;e=f();d.bind("throttledresize",c)},teardown:function(){if(a.support.orientation&&a.mobile.orientationChangeEnabled)return false;d.unbind("throttledresize",
36
+ c)},add:function(a){var b=a.handler;a.handler=function(a){a.orientation=f();return b.apply(this,arguments)}}};a.event.special.orientationchange.orientation=f=function(){var c=true,c=k.documentElement;return(c=a.support.orientation?t[b.orientation]:c&&c.clientWidth/c.clientHeight<1.1)?"portrait":"landscape"}})(jQuery,c);(function(){a.event.special.throttledresize={setup:function(){a(this).bind("resize",b)},teardown:function(){a(this).unbind("resize",b)}};var b=function(){f=(new Date).getTime();g=f-
37
+ c;g>=250?(c=f,a(this).trigger("throttledresize")):(d&&clearTimeout(d),d=setTimeout(b,250-g))},c=0,d,f,g})();a.each({scrollstop:"scrollstart",taphold:"tap",swipeleft:"swipe",swiperight:"swipe"},function(b,c){a.event.special[b]={setup:function(){a(this).bind(c,a.noop)}}})})(jQuery,this);(function(a){a.widget("mobile.page",a.mobile.widget,{options:{theme:"c",domCache:false,keepNativeDefault:":jqmData(role='none'), :jqmData(role='nojs')"},_create:function(){var a=this;if(a._trigger("beforecreate")===
38
+ false)return false;a.element.attr("tabindex","0").addClass("ui-page ui-body-"+a.options.theme).bind("pagebeforehide",function(){a.removeContainerBackground()}).bind("pagebeforeshow",function(){a.setContainerBackground()})},removeContainerBackground:function(){a.mobile.pageContainer.removeClass("ui-overlay-"+a.mobile.getInheritedTheme(this.element.parent()))},setContainerBackground:function(c){this.options.theme&&a.mobile.pageContainer.addClass("ui-overlay-"+(c||this.options.theme))},keepNativeSelector:function(){var c=
39
+ this.options;return c.keepNative&&a.trim(c.keepNative)&&c.keepNative!==c.keepNativeDefault?[c.keepNative,c.keepNativeDefault].join(", "):c.keepNativeDefault}})})(jQuery);(function(a,c,b){var e=function(d){d===b&&(d=true);return function(b,f,e,o){var k=new a.Deferred,p=f?" reverse":"",l=a.mobile.urlHistory.getActive().lastScroll||a.mobile.defaultHomeScroll,r=a.mobile.getScreenHeight(),n=a.mobile.maxTransitionWidth!==false&&a(c).width()>a.mobile.maxTransitionWidth,q=!a.support.cssTransitions||n||!b||
40
+ b==="none",t=function(){a.mobile.pageContainer.toggleClass("ui-mobile-viewport-transitioning viewport-"+b)},x=function(){a.event.special.scrollstart.enabled=false;c.scrollTo(0,l);setTimeout(function(){a.event.special.scrollstart.enabled=true},150)},u=function(){o.removeClass(a.mobile.activePageClass+" out in reverse "+b).height("")},n=function(){o&&d&&u();e.addClass(a.mobile.activePageClass);a.mobile.focusPage(e);e.height(r+l);x();q||e.animationComplete(w);e.addClass(b+" in"+p);q&&w()},w=function(){d||
41
+ o&&u();e.removeClass("out in reverse "+b).height("");t();a(c).scrollTop()!==l&&x();k.resolve(b,f,e,o,true)};t();o&&!q?(d?o.animationComplete(n):n(),o.height(r+a(c).scrollTop()).addClass(b+" out"+p)):n();return k.promise()}},f=e(),e=e(false);a.mobile.defaultTransitionHandler=f;a.mobile.transitionHandlers={"default":a.mobile.defaultTransitionHandler,sequential:f,simultaneous:e};a.mobile.transitionFallbacks={}})(jQuery,this);(function(a,c){function b(b){r&&(!r.closest(".ui-page-active").length||b)&&
42
+ r.removeClass(a.mobile.activeBtnClass);r=null}function e(){t=false;q.length>0&&a.mobile.changePage.apply(null,q.pop())}function f(b,c,d,f){c&&c.data("page")._trigger("beforehide",null,{nextPage:b});b.data("page")._trigger("beforeshow",null,{prevPage:c||a("")});a.mobile.hidePageLoadingMsg();d&&!a.support.cssTransform3d&&a.mobile.transitionFallbacks[d]&&(d=a.mobile.transitionFallbacks[d]);d=(a.mobile.transitionHandlers[d||"default"]||a.mobile.defaultTransitionHandler)(d,f,b,c);d.done(function(){c&&
43
+ c.data("page")._trigger("hide",null,{nextPage:b});b.data("page")._trigger("show",null,{prevPage:c||a("")})});return d}function d(){return s.innerHeight||a(s).height()}function g(){var b=a("."+a.mobile.activePageClass),c=parseFloat(b.css("padding-top")),f=parseFloat(b.css("padding-bottom"));b.css("min-height",d()-c-f)}function h(b,c){c&&b.attr("data-"+a.mobile.ns+"role",c);b.page()}function j(a){for(;a;){if(typeof a.nodeName==="string"&&a.nodeName.toLowerCase()=="a")break;a=a.parentNode}return a}function o(b){var b=
44
+ a(b).closest(".ui-page").jqmData("url"),c=v.hrefNoHash;if(!b||!l.isPath(b))b=c;return l.makeUrlAbsolute(b,c)}var m=a(s);a("html");var p=a("head"),l={urlParseRE:/^(((([^:\/#\?]+:)?(?:(\/\/)((?:(([^:@\/#\?]+)(?:\:([^:@\/#\?]+))?)@)?(([^:\/#\?\]\[]+|\[[^\/\]@#?]+\])(?:\:([0-9]+))?))?)?)?((\/?(?:[^\/\?#]+\/+)*)([^\?#]*)))?(\?[^#]+)?)(#.*)?/,parseUrl:function(b){if(a.type(b)==="object")return b;b=l.urlParseRE.exec(b||"")||[];return{href:b[0]||"",hrefNoHash:b[1]||"",hrefNoSearch:b[2]||"",domain:b[3]||"",
45
+ protocol:b[4]||"",doubleSlash:b[5]||"",authority:b[6]||"",username:b[8]||"",password:b[9]||"",host:b[10]||"",hostname:b[11]||"",port:b[12]||"",pathname:b[13]||"",directory:b[14]||"",filename:b[15]||"",search:b[16]||"",hash:b[17]||""}},makePathAbsolute:function(a,b){if(a&&a.charAt(0)==="/")return a;for(var a=a||"",c=(b=b?b.replace(/^\/|(\/[^\/]*|[^\/]+)$/g,""):"")?b.split("/"):[],d=a.split("/"),f=0;f<d.length;f++){var e=d[f];switch(e){case ".":break;case "..":c.length&&c.pop();break;default:c.push(e)}}return"/"+
46
+ c.join("/")},isSameDomain:function(a,b){return l.parseUrl(a).domain===l.parseUrl(b).domain},isRelativeUrl:function(a){return l.parseUrl(a).protocol===""},isAbsoluteUrl:function(a){return l.parseUrl(a).protocol!==""},makeUrlAbsolute:function(a,b){if(!l.isRelativeUrl(a))return a;var c=l.parseUrl(a),d=l.parseUrl(b),f=c.protocol||d.protocol,e=c.protocol?c.doubleSlash:c.doubleSlash||d.doubleSlash,g=c.authority||d.authority,h=c.pathname!=="",j=l.makePathAbsolute(c.pathname||d.filename,d.pathname);return f+
47
+ e+g+j+(c.search||!h&&d.search||"")+c.hash},addSearchParams:function(b,c){var d=l.parseUrl(b),f=typeof c==="object"?a.param(c):c,e=d.search||"?";return d.hrefNoSearch+e+(e.charAt(e.length-1)!=="?"?"&":"")+f+(d.hash||"")},convertUrlToDataUrl:function(a){var b=l.parseUrl(a);if(l.isEmbeddedPage(b))return b.hash.split(x)[0].replace(/^#/,"");else if(l.isSameDomain(b,v))return b.hrefNoHash.replace(v.domain,"");return a},get:function(a){if(a===c)a=location.hash;return l.stripHash(a).replace(/[^\/]*\.[^\/*]+$/,
48
+ "")},getFilePath:function(b){var c="&"+a.mobile.subPageUrlKey;return b&&b.split(c)[0].split(x)[0]},set:function(a){location.hash=a},isPath:function(a){return/\//.test(a)},clean:function(a){return a.replace(v.domain,"")},stripHash:function(a){return a.replace(/^#/,"")},cleanHash:function(a){return l.stripHash(a.replace(/\?.*$/,"").replace(x,""))},isExternal:function(a){a=l.parseUrl(a);return a.protocol&&a.domain!==w.domain?true:false},hasProtocol:function(a){return/^(:?\w+:)/.test(a)},isFirstPageUrl:function(b){var b=
49
+ l.parseUrl(l.makeUrlAbsolute(b,v)),d=a.mobile.firstPage,d=d&&d[0]?d[0].id:c;return(b.hrefNoHash===w.hrefNoHash||y&&b.hrefNoHash===v.hrefNoHash)&&(!b.hash||b.hash==="#"||d&&b.hash.replace(/^#/,"")===d)},isEmbeddedPage:function(a){a=l.parseUrl(a);return a.protocol!==""?a.hash&&(a.hrefNoHash===w.hrefNoHash||y&&a.hrefNoHash===v.hrefNoHash):/^#/.test(a.href)}},r=null,n={stack:[],activeIndex:0,getActive:function(){return n.stack[n.activeIndex]},getPrev:function(){return n.stack[n.activeIndex-1]},getNext:function(){return n.stack[n.activeIndex+
50
+ 1]},addNew:function(a,b,c,d,f){n.getNext()&&n.clearForward();n.stack.push({url:a,transition:b,title:c,pageUrl:d,role:f});n.activeIndex=n.stack.length-1},clearForward:function(){n.stack=n.stack.slice(0,n.activeIndex+1)},directHashChange:function(b){var d,f,e;this.getActive();a.each(n.stack,function(a,c){b.currentUrl===c.url&&(d=a<n.activeIndex,f=!d,e=a)});this.activeIndex=e!==c?e:this.activeIndex;d?(b.either||b.isBack)(true):f&&(b.either||b.isForward)(false)},ignoreNextHashChange:false},q=[],t=false,
51
+ x="&ui-state=dialog",u=p.children("base"),w=l.parseUrl(location.href),v=u.length?l.parseUrl(l.makeUrlAbsolute(u.attr("href"),w.href)):w,y=w.hrefNoHash!==v.hrefNoHash,B=a.support.dynamicBaseTag?{element:u.length?u:a("<base>",{href:v.hrefNoHash}).prependTo(p),set:function(a){B.element.attr("href",l.makeUrlAbsolute(a,v))},reset:function(){B.element.attr("href",v.hrefNoHash)}}:c;a.mobile.focusPage=function(a){var b=a.find("[autofocus]"),c=a.find(".ui-title:eq(0)");b.length?b.focus():c.length?c.focus():
52
+ a.focus()};var E=true,A,C;A=function(){if(E){var b=a.mobile.urlHistory.getActive();if(b){var c=m.scrollTop();b.lastScroll=c<a.mobile.minScrollBack?a.mobile.defaultHomeScroll:c}}};C=function(){setTimeout(A,100)};m.bind(a.support.pushState?"popstate":"hashchange",function(){E=false});m.one(a.support.pushState?"popstate":"hashchange",function(){E=true});m.one("pagecontainercreate",function(){a.mobile.pageContainer.bind("pagechange",function(){E=true;m.unbind("scrollstop",C);m.bind("scrollstop",C)})});
53
+ m.bind("scrollstop",C);a.mobile.getScreenHeight=d;a.fn.animationComplete=function(b){return a.support.cssTransitions?a(this).one("webkitAnimationEnd animationend",b):(setTimeout(b,0),a(this))};a.mobile.path=l;a.mobile.base=B;a.mobile.urlHistory=n;a.mobile.dialogHashKey=x;a.mobile.allowCrossDomainPages=false;a.mobile.getDocumentUrl=function(b){return b?a.extend({},w):w.href};a.mobile.getDocumentBase=function(b){return b?a.extend({},v):v.href};a.mobile._bindPageRemove=function(){var b=a(this);!b.data("page").options.domCache&&
54
+ b.is(":jqmData(external-page='true')")&&b.bind("pagehide.remove",function(){var b=a(this),c=new a.Event("pageremove");b.trigger(c);c.isDefaultPrevented()||b.removeWithDependents()})};a.mobile.loadPage=function(b,d){var f=a.Deferred(),e=a.extend({},a.mobile.loadPage.defaults,d),g=null,j=null,k=l.makeUrlAbsolute(b,a.mobile.activePage&&o(a.mobile.activePage)||v.hrefNoHash);if(e.data&&e.type==="get")k=l.addSearchParams(k,e.data),e.data=c;if(e.data&&e.type==="post")e.reloadPage=true;var u=l.getFilePath(k),
55
+ n=l.convertUrlToDataUrl(k);e.pageContainer=e.pageContainer||a.mobile.pageContainer;g=e.pageContainer.children(":jqmData(url='"+n+"')");g.length===0&&n&&!l.isPath(n)&&(g=e.pageContainer.children("#"+n).attr("data-"+a.mobile.ns+"url",n));if(g.length===0)if(a.mobile.firstPage&&l.isFirstPageUrl(u))a.mobile.firstPage.parent().length&&(g=a(a.mobile.firstPage));else if(l.isEmbeddedPage(u))return f.reject(k,d),f.promise();B&&B.reset();if(g.length){if(!e.reloadPage)return h(g,e.role),f.resolve(k,d,g),f.promise();
56
+ j=g}var m=e.pageContainer,x=new a.Event("pagebeforeload"),p={url:b,absUrl:k,dataUrl:n,deferred:f,options:e};m.trigger(x,p);if(x.isDefaultPrevented())return f.promise();if(e.showLoadMsg)var r=setTimeout(function(){a.mobile.showPageLoadingMsg()},e.loadMsgDelay);!a.mobile.allowCrossDomainPages&&!l.isSameDomain(w,k)?f.reject(k,d):a.ajax({url:u,type:e.type,data:e.data,dataType:"html",success:function(c,o,m){var x=a("<div></div>"),v=c.match(/<title[^>]*>([^<]*)/)&&RegExp.$1,w=RegExp("\\bdata-"+a.mobile.ns+
57
+ "url=[\"']?([^\"'>]*)[\"']?");RegExp("(<[^>]+\\bdata-"+a.mobile.ns+"role=[\"']?page[\"']?[^>]*>)").test(c)&&RegExp.$1&&w.test(RegExp.$1)&&RegExp.$1&&(b=u=l.getFilePath(RegExp.$1));B&&B.set(u);x.get(0).innerHTML=c;g=x.find(":jqmData(role='page'), :jqmData(role='dialog')").first();g.length||(g=a("<div data-"+a.mobile.ns+"role='page'>"+c.split(/<\/?body[^>]*>/gmi)[1]+"</div>"));v&&!g.jqmData("title")&&(~v.indexOf("&")&&(v=a("<div>"+v+"</div>").text()),g.jqmData("title",v));if(!a.support.dynamicBaseTag){var q=
58
+ l.get(u);g.find("[src], link[href], a[rel='external'], :jqmData(ajax='false'), a[target]").each(function(){var b=a(this).is("[href]")?"href":a(this).is("[src]")?"src":"action",c=a(this).attr(b),c=c.replace(location.protocol+"//"+location.host+location.pathname,"");/^(\w+:|#|\/)/.test(c)||a(this).attr(b,q+c)})}g.attr("data-"+a.mobile.ns+"url",l.convertUrlToDataUrl(u)).attr("data-"+a.mobile.ns+"external-page",true).appendTo(e.pageContainer);g.one("pagecreate",a.mobile._bindPageRemove);h(g,e.role);k.indexOf("&"+
59
+ a.mobile.subPageUrlKey)>-1&&(g=e.pageContainer.children(":jqmData(url='"+n+"')"));e.showLoadMsg&&(clearTimeout(r),a.mobile.hidePageLoadingMsg());p.xhr=m;p.textStatus=o;p.page=g;e.pageContainer.trigger("pageload",p);f.resolve(k,d,g,j)},error:function(b,c,g){B&&B.set(l.get());p.xhr=b;p.textStatus=c;p.errorThrown=g;b=new a.Event("pageloadfailed");e.pageContainer.trigger(b,p);b.isDefaultPrevented()||(e.showLoadMsg&&(clearTimeout(r),a.mobile.hidePageLoadingMsg(),a.mobile.showPageLoadingMsg(a.mobile.pageLoadErrorMessageTheme,
60
+ a.mobile.pageLoadErrorMessage,true),setTimeout(a.mobile.hidePageLoadingMsg,1500)),f.reject(k,d))}});return f.promise()};a.mobile.loadPage.defaults={type:"get",data:c,reloadPage:false,role:c,showLoadMsg:false,pageContainer:c,loadMsgDelay:50};a.mobile.changePage=function(d,g){if(t)q.unshift(arguments);else{var j=a.extend({},a.mobile.changePage.defaults,g);j.pageContainer=j.pageContainer||a.mobile.pageContainer;j.fromPage=j.fromPage||a.mobile.activePage;var u=j.pageContainer,o=new a.Event("pagebeforechange"),
61
+ m={toPage:d,options:j};u.trigger(o,m);if(!o.isDefaultPrevented())if(d=m.toPage,t=true,typeof d=="string")a.mobile.loadPage(d,j).done(function(b,c,d,e){t=false;c.duplicateCachedPage=e;a.mobile.changePage(d,c)}).fail(function(){t=false;b(true);e();j.pageContainer.trigger("pagechangefailed",m)});else{if(d[0]===a.mobile.firstPage[0]&&!j.dataUrl)j.dataUrl=w.hrefNoHash;var o=j.fromPage,p=j.dataUrl&&l.convertUrlToDataUrl(j.dataUrl)||d.jqmData("url"),v=p;l.getFilePath(p);var r=n.getActive(),s=n.activeIndex===
62
+ 0,y=0,B=k.title,A=j.role==="dialog"||d.jqmData("role")==="dialog";if(o&&o[0]===d[0]&&!j.allowSamePageTransition)t=false,u.trigger("pagechange",m);else{h(d,j.role);j.fromHashChange&&n.directHashChange({currentUrl:p,isBack:function(){y=-1},isForward:function(){y=1}});try{k.activeElement&&k.activeElement.nodeName.toLowerCase()!="body"?a(k.activeElement).blur():a("input:focus, textarea:focus, select:focus").blur()}catch(E){}A&&r&&(p=(r.url||"")+x);if(j.changeHash!==false&&p)n.ignoreNextHashChange=true,
63
+ l.set(p);var C=!r?B:d.jqmData("title")||d.children(":jqmData(role='header')").find(".ui-title").getEncodedText();C&&B==k.title&&(B=C);d.jqmData("title")||d.jqmData("title",B);j.transition=j.transition||(y&&!s?r.transition:c)||(A?a.mobile.defaultDialogTransition:a.mobile.defaultPageTransition);y||n.addNew(p,j.transition,B,v,j.role);k.title=n.getActive().title;a.mobile.activePage=d;j.reverse=j.reverse||y<0;f(d,o,j.transition,j.reverse).done(function(c,f,g,h,l){b();j.duplicateCachedPage&&j.duplicateCachedPage.remove();
64
+ l||a.mobile.focusPage(d);e();u.trigger("pagechange",m)})}}}};a.mobile.changePage.defaults={transition:c,reverse:false,changeHash:true,fromHashChange:false,role:c,duplicateCachedPage:c,pageContainer:c,showLoadMsg:true,dataUrl:c,fromPage:c,allowSamePageTransition:false};a.mobile._registerInternalEvents=function(){a(k).delegate("form","submit",function(b){var c=a(this);if(a.mobile.ajaxEnabled&&!c.is(":jqmData(ajax='false')")&&c.jqmHijackable().length){var d=c.attr("method"),e=c.attr("target"),f=c.attr("action");
65
+ if(!f&&(f=o(c),f===v.hrefNoHash))f=w.hrefNoSearch;f=l.makeUrlAbsolute(f,o(c));!l.isExternal(f)&&!e&&(a.mobile.changePage(f,{type:d&&d.length&&d.toLowerCase()||"get",data:c.serialize(),transition:c.jqmData("transition"),direction:c.jqmData("direction"),reloadPage:true}),b.preventDefault())}});a(k).bind("vclick",function(c){if(!(c.which>1)&&a.mobile.linkBindingEnabled&&(c=j(c.target),a(c).jqmHijackable().length&&c&&l.parseUrl(c.getAttribute("href")||"#").hash!=="#"))b(true),r=a(c).closest(".ui-btn").not(".ui-disabled"),
66
+ r.addClass(a.mobile.activeBtnClass),a("."+a.mobile.activePageClass+" .ui-btn").not(c).blur(),a(c).jqmData("href",a(c).attr("href")).attr("href","#")});a(k).bind("click",function(d){if(a.mobile.linkBindingEnabled){var f=j(d.target),e=a(f),g;if(f&&!(d.which>1)&&e.jqmHijackable().length){g=function(){s.setTimeout(function(){b(true)},200)};e.jqmData("href")&&e.attr("href",e.jqmData("href"));if(e.is(":jqmData(rel='back')"))return s.history.back(),false;var h=o(e),f=l.makeUrlAbsolute(e.attr("href")||"#",
67
+ h);if(!a.mobile.ajaxEnabled&&!l.isEmbeddedPage(f))g();else{if(f.search("#")!=-1)if(f=f.replace(/[^#]*#/,""))f=l.isPath(f)?l.makeUrlAbsolute(f,h):l.makeUrlAbsolute("#"+f,w.hrefNoHash);else{d.preventDefault();return}var h=e.is("[rel='external']")||e.is(":jqmData(ajax='false')")||e.is("[target]"),k=a.mobile.allowCrossDomainPages&&w.protocol==="file:"&&f.search(/^https?:/)!=-1;h||l.isExternal(f)&&!k?g():(g=e.jqmData("transition"),h=(h=e.jqmData("direction"))&&h==="reverse"||e.jqmData("back"),e=e.attr("data-"+
68
+ a.mobile.ns+"rel")||c,a.mobile.changePage(f,{transition:g,reverse:h,role:e}),d.preventDefault())}}}});a(k).delegate(".ui-page","pageshow.prefetch",function(){var b=[];a(this).find("a:jqmData(prefetch)").each(function(){var c=a(this),d=c.attr("href");d&&a.inArray(d,b)===-1&&(b.push(d),a.mobile.loadPage(d,{role:c.attr("data-"+a.mobile.ns+"rel")}))})});a.mobile._handleHashChange=function(b){var d=l.stripHash(b),f={transition:a.mobile.urlHistory.stack.length===0?"none":c,changeHash:false,fromHashChange:true};
69
+ if(!a.mobile.hashListeningEnabled||n.ignoreNextHashChange)n.ignoreNextHashChange=false;else{if(n.stack.length>1&&d.indexOf(x)>-1)if(a.mobile.activePage.is(".ui-dialog"))n.directHashChange({currentUrl:d,either:function(b){var c=a.mobile.urlHistory.getActive();d=c.pageUrl;a.extend(f,{role:c.role,transition:c.transition,reverse:b})}});else{n.directHashChange({currentUrl:d,isBack:function(){s.history.back()},isForward:function(){s.history.forward()}});return}d?(d=typeof d==="string"&&!l.isPath(d)?l.makeUrlAbsolute("#"+
70
+ d,v):d,a.mobile.changePage(d,f)):a.mobile.changePage(a.mobile.firstPage,f)}};m.bind("hashchange",function(){a.mobile._handleHashChange(location.hash)});a(k).bind("pageshow",g);a(s).bind("throttledresize",g)}})(jQuery);(function(a,c){var b={},e=a(c),f=a.mobile.path.parseUrl(location.href);a.extend(b,{initialFilePath:f.pathname+f.search,initialHref:f.hrefNoHash,state:function(){return{hash:location.hash||"#"+b.initialFilePath,title:k.title,initialHref:b.initialHref}},resetUIKeys:function(b){var c="&"+
71
+ a.mobile.subPageUrlKey,f=b.indexOf(a.mobile.dialogHashKey);f>-1?b=b.slice(0,f)+"#"+b.slice(f):b.indexOf(c)>-1&&(b=b.split(c).join("#"+c));return b},hashValueAfterReset:function(c){c=b.resetUIKeys(c);return a.mobile.path.parseUrl(c).hash},nextHashChangePrevented:function(c){a.mobile.urlHistory.ignoreNextHashChange=c;b.onHashChangeDisabled=c},onHashChange:function(){if(!b.onHashChangeDisabled){var c,f;c=location.hash;var e=a.mobile.path.isPath(c),j=e?location.href:a.mobile.getDocumentUrl();c=e?c.replace("#",
72
+ ""):c;f=b.state();c=a.mobile.path.makeUrlAbsolute(c,j);e&&(c=b.resetUIKeys(c));history.replaceState(f,k.title,c)}},onPopState:function(c){var c=c.originalEvent.state,f,h;if(c){f=b.hashValueAfterReset(a.mobile.urlHistory.getActive().url);h=b.hashValueAfterReset(c.hash.replace("#",""));if(f=f!==h)e.one("hashchange.pushstate",function(){b.nextHashChangePrevented(false)});b.nextHashChangePrevented(false);a.mobile._handleHashChange(c.hash);f&&b.nextHashChangePrevented(true)}},init:function(){e.bind("hashchange",
73
+ b.onHashChange);e.bind("popstate",b.onPopState);location.hash===""&&history.replaceState(b.state(),k.title,location.href)}});a(function(){a.mobile.pushStateEnabled&&a.support.pushState&&b.init()})})(jQuery,this);jQuery.mobile.transitionFallbacks.pop="fade";(function(a){a.mobile.transitionHandlers.slide=a.mobile.transitionHandlers.simultaneous;a.mobile.transitionFallbacks.slide="fade"})(jQuery,this);jQuery.mobile.transitionFallbacks.slidedown="fade";jQuery.mobile.transitionFallbacks.slideup="fade";
74
+ jQuery.mobile.transitionFallbacks.flip="fade";jQuery.mobile.transitionFallbacks.flow="fade";jQuery.mobile.transitionFallbacks.turn="fade";(function(a){a.mobile.page.prototype.options.degradeInputs={color:false,date:false,datetime:false,"datetime-local":false,email:false,month:false,number:false,range:"number",search:"text",tel:false,time:false,url:false,week:false};a(k).bind("pagecreate create",function(c){var b=a.mobile.closestPageData(a(c.target)),e;if(b)e=b.options,a(c.target).find("input").not(b.keepNativeSelector()).each(function(){var b=
75
+ a(this),c=this.getAttribute("type"),g=e.degradeInputs[c]||"text";if(e.degradeInputs[c]){var h=a("<div>").html(b.clone()).html(),j=h.indexOf(" type=")>-1;b.replaceWith(h.replace(j?/\s+type=["']?\w+['"]?/:/\/?>/,' type="'+g+'" data-'+a.mobile.ns+'type="'+c+'"'+(j?"":">")))}})})})(jQuery);(function(a,c){a.widget("mobile.dialog",a.mobile.widget,{options:{closeBtnText:"Close",overlayTheme:"a",initSelector:":jqmData(role='dialog')"},_create:function(){var b=this,c=this.element,f=a("<a href='#' data-"+a.mobile.ns+
76
+ "icon='delete' data-"+a.mobile.ns+"iconpos='notext'>"+this.options.closeBtnText+"</a>"),d=a("<div/>",{role:"dialog","class":"ui-dialog-contain ui-corner-all ui-overlay-shadow"});c.addClass("ui-dialog ui-overlay-"+this.options.overlayTheme);c.wrapInner(d).children().find(":jqmData(role='header')").prepend(f).end().children(":first-child").addClass("ui-corner-top").end().children(":last-child").addClass("ui-corner-bottom");f.bind("click",function(){b.close()});c.bind("vclick submit",function(b){var b=
77
+ a(b.target).closest(b.type==="vclick"?"a":"form"),c;b.length&&!b.jqmData("transition")&&(c=a.mobile.urlHistory.getActive()||{},b.attr("data-"+a.mobile.ns+"transition",c.transition||a.mobile.defaultDialogTransition).attr("data-"+a.mobile.ns+"direction","reverse"))}).bind("pagehide",function(){a(this).find("."+a.mobile.activeBtnClass).removeClass(a.mobile.activeBtnClass)}).bind("pagebeforeshow",function(){b.options.overlayTheme&&b.element.page("removeContainerBackground").page("setContainerBackground",
78
+ b.options.overlayTheme)})},close:function(){c.history.back()}});a(k).delegate(a.mobile.dialog.prototype.options.initSelector,"pagecreate",function(){a.mobile.dialog.prototype.enhance(this)})})(jQuery,this);(function(a){a.fn.fieldcontain=function(){return this.addClass("ui-field-contain ui-body ui-br")};a(k).bind("pagecreate create",function(c){a(":jqmData(role='fieldcontain')",c.target).jqmEnhanceable().fieldcontain()})})(jQuery);(function(a){a.fn.grid=function(c){return this.each(function(){var b=
79
+ a(this),e=a.extend({grid:null},c),f=b.children(),d={solo:1,a:2,b:3,c:4,d:5},e=e.grid;if(!e)if(f.length<=5)for(var g in d)d[g]===f.length&&(e=g);else e="a";d=d[e];b.addClass("ui-grid-"+e);f.filter(":nth-child("+d+"n+1)").addClass("ui-block-a");d>1&&f.filter(":nth-child("+d+"n+2)").addClass("ui-block-b");d>2&&f.filter(":nth-child(3n+3)").addClass("ui-block-c");d>3&&f.filter(":nth-child(4n+4)").addClass("ui-block-d");d>4&&f.filter(":nth-child(5n+5)").addClass("ui-block-e")})}})(jQuery);(function(a){a(k).bind("pagecreate create",
80
+ function(c){a(":jqmData(role='nojs')",c.target).addClass("ui-nojs")})})(jQuery);(function(a,c){function b(a){for(var b;a;){if((b=typeof a.className==="string"&&a.className+" ")&&b.indexOf("ui-btn ")>-1&&b.indexOf("ui-disabled ")<0)break;a=a.parentNode}return a}a.fn.buttonMarkup=function(b){for(var b=b&&a.type(b)=="object"?b:{},d=0;d<this.length;d++){var g=this.eq(d),h=g[0],j=a.extend({},a.fn.buttonMarkup.defaults,{icon:b.icon!==c?b.icon:g.jqmData("icon"),iconpos:b.iconpos!==c?b.iconpos:g.jqmData("iconpos"),
81
+ theme:b.theme!==c?b.theme:g.jqmData("theme")||a.mobile.getInheritedTheme(g,"c"),inline:b.inline!==c?b.inline:g.jqmData("inline"),shadow:b.shadow!==c?b.shadow:g.jqmData("shadow"),corners:b.corners!==c?b.corners:g.jqmData("corners"),iconshadow:b.iconshadow!==c?b.iconshadow:g.jqmData("iconshadow"),mini:b.mini!==c?b.mini:g.jqmData("mini")},b),o="ui-btn-inner",m,p,l,r,n,q;a.each(j,function(b,c){h.setAttribute("data-"+a.mobile.ns+b,c);g.jqmData(b,c)});(q=a.data(h.tagName==="INPUT"||h.tagName==="BUTTON"?
82
+ h.parentNode:h,"buttonElements"))?(h=q.outer,g=a(h),l=q.inner,r=q.text,a(q.icon).remove(),q.icon=null):(l=k.createElement(j.wrapperEls),r=k.createElement(j.wrapperEls));n=j.icon?k.createElement("span"):null;e&&!q&&e();if(!j.theme)j.theme=a.mobile.getInheritedTheme(g,"c");m="ui-btn ui-btn-up-"+j.theme;m+=j.inline?" ui-btn-inline":"";m+=j.shadow?" ui-shadow":"";m+=j.corners?" ui-btn-corner-all":"";j.mini!==c&&(m+=j.mini?" ui-mini":" ui-fullsize");j.inline!==c&&(m+=j.inline===false?" ui-btn-block":" ui-btn-inline");
83
+ if(j.icon)j.icon="ui-icon-"+j.icon,j.iconpos=j.iconpos||"left",p="ui-icon "+j.icon,j.iconshadow&&(p+=" ui-icon-shadow");j.iconpos&&(m+=" ui-btn-icon-"+j.iconpos,j.iconpos=="notext"&&!g.attr("title")&&g.attr("title",g.getEncodedText()));o+=j.corners?" ui-btn-corner-all":"";j.iconpos&&j.iconpos==="notext"&&!g.attr("title")&&g.attr("title",g.getEncodedText());q&&g.removeClass(q.bcls||"");g.removeClass("ui-link").addClass(m);l.className=o;r.className="ui-btn-text";q||l.appendChild(r);if(n&&(n.className=
84
+ p,!q||!q.icon))n.appendChild(k.createTextNode("\u00a0")),l.appendChild(n);for(;h.firstChild&&!q;)r.appendChild(h.firstChild);q||h.appendChild(l);q={bcls:m,outer:h,inner:l,text:r,icon:n};a.data(h,"buttonElements",q);a.data(l,"buttonElements",q);a.data(r,"buttonElements",q);n&&a.data(n,"buttonElements",q)}return this};a.fn.buttonMarkup.defaults={corners:true,shadow:true,iconshadow:true,wrapperEls:"span"};var e=function(){var c=a.mobile.buttonMarkup.hoverDelay,d,g;a(k).bind({"vmousedown vmousecancel vmouseup vmouseover vmouseout focus blur scrollstart":function(e){var j,
85
+ k=a(b(e.target)),e=e.type;if(k.length)if(j=k.attr("data-"+a.mobile.ns+"theme"),e==="vmousedown")a.support.touch?d=setTimeout(function(){k.removeClass("ui-btn-up-"+j).addClass("ui-btn-down-"+j)},c):k.removeClass("ui-btn-up-"+j).addClass("ui-btn-down-"+j);else if(e==="vmousecancel"||e==="vmouseup")k.removeClass("ui-btn-down-"+j).addClass("ui-btn-up-"+j);else if(e==="vmouseover"||e==="focus")a.support.touch?g=setTimeout(function(){k.removeClass("ui-btn-up-"+j).addClass("ui-btn-hover-"+j)},c):k.removeClass("ui-btn-up-"+
86
+ j).addClass("ui-btn-hover-"+j);else if(e==="vmouseout"||e==="blur"||e==="scrollstart")k.removeClass("ui-btn-hover-"+j+" ui-btn-down-"+j).addClass("ui-btn-up-"+j),d&&clearTimeout(d),g&&clearTimeout(g)},"focusin focus":function(c){a(b(c.target)).addClass(a.mobile.focusClass)},"focusout blur":function(c){a(b(c.target)).removeClass(a.mobile.focusClass)}});e=null};a(k).bind("pagecreate create",function(b){a(":jqmData(role='button'), .ui-bar > a, .ui-header > a, .ui-footer > a, .ui-bar > :jqmData(role='controlgroup') > a",
87
+ b.target).not(".ui-btn, :jqmData(role='none'), :jqmData(role='nojs')").buttonMarkup()})})(jQuery);(function(a){a.mobile.page.prototype.options.backBtnText="Back";a.mobile.page.prototype.options.addBackBtn=false;a.mobile.page.prototype.options.backBtnTheme=null;a.mobile.page.prototype.options.headerTheme="a";a.mobile.page.prototype.options.footerTheme="a";a.mobile.page.prototype.options.contentTheme=null;a(k).delegate(":jqmData(role='page'), :jqmData(role='dialog')","pagecreate",function(){var c=a(this),
88
+ b=c.data("page").options,e=c.jqmData("role"),f=b.theme;a(":jqmData(role='header'), :jqmData(role='footer'), :jqmData(role='content')",this).jqmEnhanceable().each(function(){var d=a(this),g=d.jqmData("role"),h=d.jqmData("theme"),j=h||b.contentTheme||e==="dialog"&&f,k;d.addClass("ui-"+g);if(g==="header"||g==="footer"){var m=h||(g==="header"?b.headerTheme:b.footerTheme)||f;d.addClass("ui-bar-"+m).attr("role",g==="header"?"banner":"contentinfo");g==="header"&&(h=d.children("a"),k=h.hasClass("ui-btn-left"),
89
+ j=h.hasClass("ui-btn-right"),k=k||h.eq(0).not(".ui-btn-right").addClass("ui-btn-left").length,j||h.eq(1).addClass("ui-btn-right"));b.addBackBtn&&g==="header"&&a(".ui-page").length>1&&c.jqmData("url")!==a.mobile.path.stripHash(location.hash)&&!k&&a("<a href='#' class='ui-btn-left' data-"+a.mobile.ns+"rel='back' data-"+a.mobile.ns+"icon='arrow-l'>"+b.backBtnText+"</a>").attr("data-"+a.mobile.ns+"theme",b.backBtnTheme||m).prependTo(d);d.children("h1, h2, h3, h4, h5, h6").addClass("ui-title").attr({role:"heading",
90
+ "aria-level":"1"})}else g==="content"&&(j&&d.addClass("ui-body-"+j),d.attr("role","main"))})})})(jQuery);(function(a){a.widget("mobile.collapsible",a.mobile.widget,{options:{expandCueText:" click to expand contents",collapseCueText:" click to collapse contents",collapsed:true,heading:"h1,h2,h3,h4,h5,h6,legend",theme:null,contentTheme:null,iconTheme:"d",mini:false,initSelector:":jqmData(role='collapsible')"},_create:function(){var c=this.element,b=this.options,e=c.addClass("ui-collapsible"),f=c.children(b.heading).first(),
91
+ d=e.wrapInner("<div class='ui-collapsible-content'></div>").find(".ui-collapsible-content"),g=c.closest(":jqmData(role='collapsible-set')").addClass("ui-collapsible-set");f.is("legend")&&(f=a("<div role='heading'>"+f.html()+"</div>").insertBefore(f),f.next().remove());if(g.length){if(!b.theme)b.theme=g.jqmData("theme")||a.mobile.getInheritedTheme(g,"c");if(!b.contentTheme)b.contentTheme=g.jqmData("content-theme");if(!b.iconPos)b.iconPos=g.jqmData("iconpos");if(!b.mini)b.mini=g.jqmData("mini")}d.addClass(b.contentTheme?
92
+ "ui-body-"+b.contentTheme:"");f.insertBefore(d).addClass("ui-collapsible-heading").append("<span class='ui-collapsible-heading-status'></span>").wrapInner("<a href='#' class='ui-collapsible-heading-toggle'></a>").find("a").first().buttonMarkup({shadow:false,corners:false,iconpos:c.jqmData("iconpos")||b.iconPos||"left",icon:"plus",mini:b.mini,theme:b.theme}).add(".ui-btn-inner",c).addClass("ui-corner-top ui-corner-bottom");e.bind("expand collapse",function(c){if(!c.isDefaultPrevented()){c.preventDefault();
93
+ var j=a(this),c=c.type==="collapse",k=b.contentTheme;f.toggleClass("ui-collapsible-heading-collapsed",c).find(".ui-collapsible-heading-status").text(c?b.expandCueText:b.collapseCueText).end().find(".ui-icon").toggleClass("ui-icon-minus",!c).toggleClass("ui-icon-plus",c);j.toggleClass("ui-collapsible-collapsed",c);d.toggleClass("ui-collapsible-content-collapsed",c).attr("aria-hidden",c);if(k&&(!g.length||e.jqmData("collapsible-last")))f.find("a").first().add(f.find(".ui-btn-inner")).toggleClass("ui-corner-bottom",
94
+ c),d.toggleClass("ui-corner-bottom",!c);d.trigger("updatelayout")}}).trigger(b.collapsed?"collapse":"expand");f.bind("click",function(a){var b=f.is(".ui-collapsible-heading-collapsed")?"expand":"collapse";e.trigger(b);a.preventDefault()})}});a(k).bind("pagecreate create",function(c){a.mobile.collapsible.prototype.enhanceWithin(c.target)})})(jQuery);(function(a,c){a.widget("mobile.collapsibleset",a.mobile.widget,{options:{initSelector:":jqmData(role='collapsible-set')"},_create:function(){var b=this.element.addClass("ui-collapsible-set"),
95
+ e=this.options;if(!e.theme)e.theme=a.mobile.getInheritedTheme(b,"c");if(!e.contentTheme)e.contentTheme=b.jqmData("content-theme");if(!e.corners)e.corners=b.jqmData("corners")===c?true:false;b.jqmData("collapsiblebound")||b.jqmData("collapsiblebound",true).bind("expand collapse",function(b){var c=b.type==="collapse",b=a(b.target).closest(".ui-collapsible"),e=b.data("collapsible");e.options.contentTheme&&b.jqmData("collapsible-last")&&(b.find(e.options.heading).first().find("a").first().add(".ui-btn-inner").toggleClass("ui-corner-bottom",
96
+ c),b.find(".ui-collapsible-content").toggleClass("ui-corner-bottom",!c))}).bind("expand",function(b){a(b.target).closest(".ui-collapsible").siblings(".ui-collapsible").trigger("collapse")})},_init:function(){this.refresh()},refresh:function(){var b=this.options,c=this.element.children(":jqmData(role='collapsible')");a.mobile.collapsible.prototype.enhance(c.not(".ui-collapsible"));c.each(function(){a(this).find(a.mobile.collapsible.prototype.options.heading).find("a").first().add(".ui-btn-inner").removeClass("ui-corner-top ui-corner-bottom")});
97
+ c.first().find("a").first().addClass(b.corners?"ui-corner-top":"").find(".ui-btn-inner").addClass("ui-corner-top");c.last().jqmData("collapsible-last",true).find("a").first().addClass(b.corners?"ui-corner-bottom":"").find(".ui-btn-inner").addClass("ui-corner-bottom")}});a(k).bind("pagecreate create",function(b){a.mobile.collapsibleset.prototype.enhanceWithin(b.target)})})(jQuery);(function(a,c){a.widget("mobile.navbar",a.mobile.widget,{options:{iconpos:"top",grid:null,initSelector:":jqmData(role='navbar')"},
98
+ _create:function(){var b=this.element,e=b.find("a"),f=e.filter(":jqmData(icon)").length?this.options.iconpos:c;b.addClass("ui-navbar").attr("role","navigation").find("ul").jqmEnhanceable().grid({grid:this.options.grid});f||b.addClass("ui-navbar-noicons");e.buttonMarkup({corners:false,shadow:false,inline:true,iconpos:f});b.delegate("a","vclick",function(b){a(b.target).hasClass("ui-disabled")||(e.removeClass(a.mobile.activeBtnClass),a(this).addClass(a.mobile.activeBtnClass))});b.closest(".ui-page").bind("pagebeforeshow",
99
+ function(){e.filter(".ui-state-persist").addClass(a.mobile.activeBtnClass)})}});a(k).bind("pagecreate create",function(b){a.mobile.navbar.prototype.enhanceWithin(b.target)})})(jQuery);(function(a){var c={};a.widget("mobile.listview",a.mobile.widget,{options:{theme:null,countTheme:"c",headerTheme:"b",dividerTheme:"b",splitIcon:"arrow-r",splitTheme:"b",mini:false,inset:false,initSelector:":jqmData(role='listview')"},_create:function(){var a="";a+=this.options.inset?" ui-listview-inset ui-corner-all ui-shadow ":
100
+ "";a+=this.element.jqmData("mini")||this.options.mini===true?" ui-mini":"";this.element.addClass(function(c,f){return f+" ui-listview "+a});this.refresh(true)},_removeCorners:function(a,c){a=a.add(a.find(".ui-btn-inner, .ui-li-link-alt, .ui-li-thumb"));c==="top"?a.removeClass("ui-corner-top ui-corner-tr ui-corner-tl"):c==="bottom"?a.removeClass("ui-corner-bottom ui-corner-br ui-corner-bl"):a.removeClass("ui-corner-top ui-corner-tr ui-corner-tl ui-corner-bottom ui-corner-br ui-corner-bl")},_refreshCorners:function(a){var c,
101
+ f;this.options.inset&&(c=this.element.children("li"),f=a?c.not(".ui-screen-hidden"):c.filter(":visible"),this._removeCorners(c),c=f.first().addClass("ui-corner-top"),c.add(c.find(".ui-btn-inner").not(".ui-li-link-alt span:first-child")).addClass("ui-corner-top").end().find(".ui-li-link-alt, .ui-li-link-alt span:first-child").addClass("ui-corner-tr").end().find(".ui-li-thumb").not(".ui-li-icon").addClass("ui-corner-tl"),f=f.last().addClass("ui-corner-bottom"),f.add(f.find(".ui-btn-inner")).find(".ui-li-link-alt").addClass("ui-corner-br").end().find(".ui-li-thumb").not(".ui-li-icon").addClass("ui-corner-bl"));
102
+ a||this.element.trigger("updatelayout")},_findFirstElementByTagName:function(a,c,f,d){var g={};for(g[f]=g[d]=true;a;){if(g[a.nodeName])return a;a=a[c]}return null},_getChildrenByTagName:function(b,c,f){var d=[],g={};g[c]=g[f]=true;for(b=b.firstChild;b;)g[b.nodeName]&&d.push(b),b=b.nextSibling;return a(d)},_addThumbClasses:function(b){var c,f,d=b.length;for(c=0;c<d;c++)f=a(this._findFirstElementByTagName(b[c].firstChild,"nextSibling","img","IMG")),f.length&&(f.addClass("ui-li-thumb"),a(this._findFirstElementByTagName(f[0].parentNode,
103
+ "parentNode","li","LI")).addClass(f.is(".ui-li-icon")?"ui-li-has-icon":"ui-li-has-thumb"))},refresh:function(b){this.parentPage=this.element.closest(".ui-page");this._createSubPages();var c=this.options,f=this.element,d=f.jqmData("dividertheme")||c.dividerTheme,g=f.jqmData("splittheme"),h=f.jqmData("spliticon"),j=this._getChildrenByTagName(f[0],"li","LI"),o=a.support.cssPseudoElement||!a.nodeName(f[0],"ol")?0:1,m={},p,l,r,n,q,t,x;o&&f.find(".ui-li-dec").remove();if(!c.theme)c.theme=a.mobile.getInheritedTheme(this.element,
104
+ "c");for(var u=0,w=j.length;u<w;u++){p=j.eq(u);l="ui-li";if(b||!p.hasClass("ui-li"))r=p.jqmData("theme")||c.theme,n=this._getChildrenByTagName(p[0],"a","A"),n.length?(t=p.jqmData("icon"),p.buttonMarkup({wrapperEls:"div",shadow:false,corners:false,iconpos:"right",icon:n.length>1||t===false?false:t||"arrow-r",theme:r}),t!=false&&n.length==1&&p.addClass("ui-li-has-arrow"),n.first().removeClass("ui-link").addClass("ui-link-inherit"),n.length>1&&(l+=" ui-li-has-alt",n=n.last(),q=g||n.jqmData("theme")||
105
+ c.splitTheme,x=n.jqmData("icon"),n.appendTo(p).attr("title",n.getEncodedText()).addClass("ui-li-link-alt").empty().buttonMarkup({shadow:false,corners:false,theme:r,icon:false,iconpos:false}).find(".ui-btn-inner").append(a(k.createElement("span")).buttonMarkup({shadow:true,corners:true,theme:q,iconpos:"notext",icon:x||t||h||c.splitIcon})))):p.jqmData("role")==="list-divider"?(l+=" ui-li-divider ui-bar-"+d,p.attr("role","heading"),o&&(o=1)):l+=" ui-li-static ui-body-"+r;o&&l.indexOf("ui-li-divider")<
106
+ 0&&(r=p.is(".ui-li-static:first")?p:p.find(".ui-link-inherit"),r.addClass("ui-li-jsnumbering").prepend("<span class='ui-li-dec'>"+o++ +". </span>"));m[l]||(m[l]=[]);m[l].push(p[0])}for(l in m)a(m[l]).addClass(l).children(".ui-btn-inner").addClass(l);f.find("h1, h2, h3, h4, h5, h6").addClass("ui-li-heading").end().find("p, dl").addClass("ui-li-desc").end().find(".ui-li-aside").each(function(){var b=a(this);b.prependTo(b.parent())}).end().find(".ui-li-count").each(function(){a(this).closest("li").addClass("ui-li-has-count")}).addClass("ui-btn-up-"+
107
+ (f.jqmData("counttheme")||this.options.countTheme)+" ui-btn-corner-all");this._addThumbClasses(j);this._addThumbClasses(f.find(".ui-link-inherit"));this._refreshCorners(b)},_idStringEscape:function(a){return a.replace(/[^a-zA-Z0-9]/g,"-")},_createSubPages:function(){var b=this.element,e=b.closest(".ui-page"),f=e.jqmData("url"),d=f||e[0][a.expando],g=b.attr("id"),h=this.options,j="data-"+a.mobile.ns,k=this,m=e.find(":jqmData(role='footer')").jqmData("id"),p;typeof c[d]==="undefined"&&(c[d]=-1);g=g||
108
+ ++c[d];a(b.find("li>ul, li>ol").toArray().reverse()).each(function(c){var d=a(this),e=d.attr("id")||g+"-"+c,c=d.parent(),k=a(d.prevAll().toArray().reverse()),k=k.length?k:a("<span>"+a.trim(c.contents()[0].nodeValue)+"</span>"),o=k.first().getEncodedText(),e=(f||"")+"&"+a.mobile.subPageUrlKey+"="+e,x=d.jqmData("theme")||h.theme,u=d.jqmData("counttheme")||b.jqmData("counttheme")||h.countTheme;p=true;d.detach().wrap("<div "+j+"role='page' "+j+"url='"+e+"' "+j+"theme='"+x+"' "+j+"count-theme='"+u+"'><div "+
109
+ j+"role='content'></div></div>").parent().before("<div "+j+"role='header' "+j+"theme='"+h.headerTheme+"'><div class='ui-title'>"+o+"</div></div>").after(m?a("<div "+j+"role='footer' "+j+"id='"+m+"'>"):"").parent().appendTo(a.mobile.pageContainer).page();d=c.find("a:first");d.length||(d=a("<a/>").html(k||o).prependTo(c.empty()));d.attr("href","#"+e)}).listview();p&&e.is(":jqmData(external-page='true')")&&e.data("page").options.domCache===false&&e.unbind("pagehide.remove").bind("pagehide.remove",function(b,
110
+ c){var d=c.nextPage;c.nextPage&&(d=d.jqmData("url"),d.indexOf(f+"&"+a.mobile.subPageUrlKey)!==0&&(k.childPages().remove(),e.remove()))})},childPages:function(){var b=this.parentPage.jqmData("url");return a(":jqmData(url^='"+b+"&"+a.mobile.subPageUrlKey+"')")}});a(k).bind("pagecreate create",function(b){a.mobile.listview.prototype.enhanceWithin(b.target)})})(jQuery);(function(a,c){a.widget("mobile.checkboxradio",a.mobile.widget,{options:{theme:null,initSelector:"input[type='checkbox'],input[type='radio']"},
111
+ _create:function(){var b=this,e=this.element,f=a(e).closest("label"),d=f.length?f:a(e).closest("form,fieldset,:jqmData(role='page'),:jqmData(role='dialog')").find("label").filter("[for='"+e[0].id+"']"),g=e[0].type,f=e.jqmData("mini")||e.closest("form,fieldset").jqmData("mini"),h=g+"-on",j=g+"-off",o=e.parents(":jqmData(type='horizontal')").length?c:j,m=e.jqmData("iconpos")||e.closest("form,fieldset").jqmData("iconpos");if(!(g!=="checkbox"&&g!=="radio")){a.extend(this,{label:d,inputtype:g,checkedClass:"ui-"+
112
+ h+(o?"":" "+a.mobile.activeBtnClass),uncheckedClass:"ui-"+j,checkedicon:"ui-icon-"+h,uncheckedicon:"ui-icon-"+j});if(!this.options.theme)this.options.theme=a.mobile.getInheritedTheme(this.element,"c");d.buttonMarkup({theme:this.options.theme,icon:o,shadow:false,mini:f,iconpos:m});f=k.createElement("div");f.className="ui-"+g;e.add(d).wrapAll(f);d.bind({vmouseover:function(b){a(this).parent().is(".ui-disabled")&&b.stopPropagation()},vclick:function(a){if(e.is(":disabled"))a.preventDefault();else return b._cacheVals(),
113
+ e.prop("checked",g==="radio"&&true||!e.prop("checked")),e.triggerHandler("click"),b._getInputSet().not(e).prop("checked",false),b._updateAll(),false}});e.bind({vmousedown:function(){b._cacheVals()},vclick:function(){var c=a(this);c.is(":checked")?(c.prop("checked",true),b._getInputSet().not(c).prop("checked",false)):c.prop("checked",false);b._updateAll()},focus:function(){d.addClass(a.mobile.focusClass)},blur:function(){d.removeClass(a.mobile.focusClass)}});this.refresh()}},_cacheVals:function(){this._getInputSet().each(function(){a(this).jqmData("cacheVal",
114
+ this.checked)})},_getInputSet:function(){return this.inputtype==="checkbox"?this.element:this.element.closest("form,fieldset,:jqmData(role='page')").find("input[name='"+this.element[0].name+"'][type='"+this.inputtype+"']")},_updateAll:function(){var b=this;this._getInputSet().each(function(){var c=a(this);(this.checked||b.inputtype==="checkbox")&&c.trigger("change")}).checkboxradio("refresh")},refresh:function(){var a=this.element[0],c=this.label,f=c.find(".ui-icon");a.checked?(c.addClass(this.checkedClass).removeClass(this.uncheckedClass),
115
+ f.addClass(this.checkedicon).removeClass(this.uncheckedicon)):(c.removeClass(this.checkedClass).addClass(this.uncheckedClass),f.removeClass(this.checkedicon).addClass(this.uncheckedicon));a.disabled?this.disable():this.enable()},disable:function(){this.element.prop("disabled",true).parent().addClass("ui-disabled")},enable:function(){this.element.prop("disabled",false).parent().removeClass("ui-disabled")}});a(k).bind("pagecreate create",function(b){a.mobile.checkboxradio.prototype.enhanceWithin(b.target,
116
+ true)})})(jQuery);(function(a,c){a.widget("mobile.button",a.mobile.widget,{options:{theme:null,icon:null,iconpos:null,inline:false,corners:true,shadow:true,iconshadow:true,initSelector:"button, [type='button'], [type='submit'], [type='reset'], [type='image']",mini:false},_create:function(){var b=this.element,e,f=this.options,d;d="";var g;if(b[0].tagName==="A")!b.hasClass("ui-btn")&&b.buttonMarkup();else{if(!this.options.theme)this.options.theme=a.mobile.getInheritedTheme(this.element,"c");~b[0].className.indexOf("ui-btn-left")&&
117
+ (d="ui-btn-left");~b[0].className.indexOf("ui-btn-right")&&(d="ui-btn-right");e=this.button=a("<div></div>").text(b.text()||b.val()).insertBefore(b).buttonMarkup({theme:f.theme,icon:f.icon,iconpos:f.iconpos,inline:f.inline,corners:f.corners,shadow:f.shadow,iconshadow:f.iconshadow,mini:f.mini}).addClass(d).append(b.addClass("ui-btn-hidden"));f=b.attr("type");d=b.attr("name");f!=="button"&&f!=="reset"&&d&&b.bind("vclick",function(){g===c&&(g=a("<input>",{type:"hidden",name:b.attr("name"),value:b.attr("value")}).insertBefore(b),
118
+ a(k).one("submit",function(){g.remove();g=c}))});b.bind({focus:function(){e.addClass(a.mobile.focusClass)},blur:function(){e.removeClass(a.mobile.focusClass)}});this.refresh()}},enable:function(){this.element.attr("disabled",false);this.button.removeClass("ui-disabled").attr("aria-disabled",false);return this._setOption("disabled",false)},disable:function(){this.element.attr("disabled",true);this.button.addClass("ui-disabled").attr("aria-disabled",true);return this._setOption("disabled",true)},refresh:function(){var b=
119
+ this.element;b.prop("disabled")?this.disable():this.enable();a(this.button.data("buttonElements").text).text(b.text()||b.val())}});a(k).bind("pagecreate create",function(b){a.mobile.button.prototype.enhanceWithin(b.target,true)})})(jQuery);(function(a){a.fn.controlgroup=function(c){function b(a,b){a.removeClass("ui-btn-corner-all ui-shadow").eq(0).addClass(b[0]).end().last().addClass(b[1]).addClass("ui-controlgroup-last")}return this.each(function(){var e=a(this),f=a.extend({direction:e.jqmData("type")||
120
+ "vertical",shadow:false,excludeInvisible:true,mini:e.jqmData("mini")},c),d=e.children("legend"),g=f.direction=="horizontal"?["ui-corner-left","ui-corner-right"]:["ui-corner-top","ui-corner-bottom"];e.find("input").first().attr("type");d.length&&(e.wrapInner("<div class='ui-controlgroup-controls'></div>"),a("<div role='heading' class='ui-controlgroup-label'>"+d.html()+"</div>").insertBefore(e.children(0)),d.remove());e.addClass("ui-corner-all ui-controlgroup ui-controlgroup-"+f.direction);b(e.find(".ui-btn"+
121
+ (f.excludeInvisible?":visible":"")).not(".ui-slider-handle"),g);b(e.find(".ui-btn-inner"),g);f.shadow&&e.addClass("ui-shadow");f.mini&&e.addClass("ui-mini")})}})(jQuery);(function(a){a(k).bind("pagecreate create",function(c){a(c.target).find("a").jqmEnhanceable().not(".ui-btn, .ui-link-inherit, :jqmData(role='none'), :jqmData(role='nojs')").addClass("ui-link")})})(jQuery);(function(a){var c=a("meta[name=viewport]"),b=c.attr("content"),e=b+",maximum-scale=1, user-scalable=no",f=b+",maximum-scale=10, user-scalable=yes",
122
+ d=/(user-scalable[\s]*=[\s]*no)|(maximum-scale[\s]*=[\s]*1)[$,\s]/.test(b);a.mobile.zoom=a.extend({},{enabled:!d,locked:false,disable:function(b){if(!d&&!a.mobile.zoom.locked)c.attr("content",e),a.mobile.zoom.enabled=false,a.mobile.zoom.locked=b||false},enable:function(b){if(!d&&(!a.mobile.zoom.locked||b===true))c.attr("content",f),a.mobile.zoom.enabled=true,a.mobile.zoom.locked=false},restore:function(){if(!d)c.attr("content",b),a.mobile.zoom.enabled=true}})})(jQuery);(function(a){a.widget("mobile.textinput",
123
+ a.mobile.widget,{options:{theme:null,preventFocusZoom:/iPhone|iPad|iPod/.test(navigator.platform)&&navigator.userAgent.indexOf("AppleWebKit")>-1,initSelector:"input[type='text'], input[type='search'], :jqmData(type='search'), input[type='number'], :jqmData(type='number'), input[type='password'], input[type='email'], input[type='url'], input[type='tel'], textarea, input[type='time'], input[type='date'], input[type='month'], input[type='week'], input[type='datetime'], input[type='datetime-local'], input[type='color'], input:not([type])",
124
+ clearSearchButtonText:"clear text"},_create:function(){var c=this.element,b=this.options,e=b.theme||a.mobile.getInheritedTheme(this.element,"c"),f=" ui-body-"+e,d=c.jqmData("mini")==true,g=d?" ui-mini":"",h,j;a("label[for='"+c.attr("id")+"']").addClass("ui-input-text");h=c.addClass("ui-input-text ui-body-"+e);typeof c[0].autocorrect!=="undefined"&&!a.support.touchOverflow&&(c[0].setAttribute("autocorrect","off"),c[0].setAttribute("autocomplete","off"));c.is("[type='search'],:jqmData(type='search')")?
125
+ (h=c.wrap("<div class='ui-input-search ui-shadow-inset ui-btn-corner-all ui-btn-shadow ui-icon-searchfield"+f+g+"'></div>").parent(),j=a("<a href='#' class='ui-input-clear' title='"+b.clearSearchButtonText+"'>"+b.clearSearchButtonText+"</a>").bind("click",function(a){c.val("").focus().trigger("change");j.addClass("ui-input-clear-hidden");a.preventDefault()}).appendTo(h).buttonMarkup({icon:"delete",iconpos:"notext",corners:true,shadow:true,mini:d}),e=function(){setTimeout(function(){j.toggleClass("ui-input-clear-hidden",
126
+ !c.val())},0)},e(),c.bind("paste cut keyup focus change blur",e)):c.addClass("ui-corner-all ui-shadow-inset"+f+g);c.focus(function(){h.addClass(a.mobile.focusClass)}).blur(function(){h.removeClass(a.mobile.focusClass)}).bind("focus",function(){b.preventFocusZoom&&a.mobile.zoom.disable(true)}).bind("blur",function(){b.preventFocusZoom&&a.mobile.zoom.enable(true)});if(c.is("textarea")){var o=function(){var a=c[0].scrollHeight;c[0].clientHeight<a&&c.height(a+15)},m;c.keyup(function(){clearTimeout(m);
127
+ m=setTimeout(o,100)});a(k).one("pagechange",o);a.trim(c.val())&&a(s).load(o)}},disable:function(){(this.element.attr("disabled",true).is("[type='search'],:jqmData(type='search')")?this.element.parent():this.element).addClass("ui-disabled")},enable:function(){(this.element.attr("disabled",false).is("[type='search'],:jqmData(type='search')")?this.element.parent():this.element).removeClass("ui-disabled")}});a(k).bind("pagecreate create",function(c){a.mobile.textinput.prototype.enhanceWithin(c.target,
128
+ true)})})(jQuery);(function(a){a.mobile.listview.prototype.options.filter=false;a.mobile.listview.prototype.options.filterPlaceholder="Filter items...";a.mobile.listview.prototype.options.filterTheme="c";a.mobile.listview.prototype.options.filterCallback=function(a,b){return a.toLowerCase().indexOf(b)===-1};a(k).delegate(":jqmData(role='listview')","listviewcreate",function(){var c=a(this),b=c.data("listview");if(b.options.filter){var e=a("<form>",{"class":"ui-listview-filter ui-bar-"+b.options.filterTheme,
129
+ role:"search"});a("<input>",{placeholder:b.options.filterPlaceholder}).attr("data-"+a.mobile.ns+"type","search").jqmData("lastval","").bind("keyup change",function(){var e=a(this),d=this.value.toLowerCase(),g=null,g=e.jqmData("lastval")+"",h=false,j="";e.jqmData("lastval",d);g=d.length<g.length||d.indexOf(g)!==0?c.children():c.children(":not(.ui-screen-hidden)");if(d){for(var k=g.length-1;k>=0;k--)e=a(g[k]),j=e.jqmData("filtertext")||e.text(),e.is("li:jqmData(role=list-divider)")?(e.toggleClass("ui-filter-hidequeue",
130
+ !h),h=false):b.options.filterCallback(j,d)?e.toggleClass("ui-filter-hidequeue",true):h=true;g.filter(":not(.ui-filter-hidequeue)").toggleClass("ui-screen-hidden",false);g.filter(".ui-filter-hidequeue").toggleClass("ui-screen-hidden",true).toggleClass("ui-filter-hidequeue",false)}else g.toggleClass("ui-screen-hidden",false);b._refreshCorners()}).appendTo(e).textinput();b.options.inset&&e.addClass("ui-listview-filter-inset");e.bind("submit",function(){return false}).insertBefore(c)}})})(jQuery);(function(a,
131
+ c){a.widget("mobile.slider",a.mobile.widget,{options:{theme:null,trackTheme:null,disabled:false,initSelector:"input[type='range'], :jqmData(type='range'), :jqmData(role='slider')",mini:false},_create:function(){var b=this,e=this.element,f=a.mobile.getInheritedTheme(e,"c"),d=this.options.theme||f,f=this.options.trackTheme||f,g=e[0].nodeName.toLowerCase(),h=g=="select"?"ui-slider-switch":"",j=e.attr("id"),o=j+"-label",j=a("[for='"+j+"']").attr("id",o),m=function(){return g=="input"?parseFloat(e.val()):
132
+ e[0].selectedIndex},p=g=="input"?parseFloat(e.attr("min")):0,l=g=="input"?parseFloat(e.attr("max")):e.find("option").length-1,r=s.parseFloat(e.attr("step")||1),n=this.options.inline||e.jqmData("inline")==true?" ui-slider-inline":"",q=this.options.mini||e.jqmData("mini")?" ui-slider-mini":"",t=k.createElement("a"),x=a(t),u=k.createElement("div"),w=a(u),v=e.jqmData("highlight")&&g!="select"?function(){var b=k.createElement("div");b.className="ui-slider-bg ui-btn-active ui-btn-corner-all";return a(b).prependTo(w)}():
133
+ false;t.setAttribute("href","#");u.setAttribute("role","application");u.className=["ui-slider ",h," ui-btn-down-",f," ui-btn-corner-all",n,q].join("");t.className="ui-slider-handle";u.appendChild(t);x.buttonMarkup({corners:true,theme:d,shadow:true}).attr({role:"slider","aria-valuemin":p,"aria-valuemax":l,"aria-valuenow":m(),"aria-valuetext":m(),title:m(),"aria-labelledby":o});a.extend(this,{slider:w,handle:x,valuebg:v,dragging:false,beforeStart:null,userModified:false,mouseMoved:false});if(g=="select"){d=
134
+ k.createElement("div");d.className="ui-slider-inneroffset";h=0;for(o=u.childNodes.length;h<o;h++)d.appendChild(u.childNodes[h]);u.appendChild(d);x.addClass("ui-slider-handle-snapping");u=e.find("option");d=0;for(h=u.length;d<h;d++)o=!d?"b":"a",n=!d?" ui-btn-down-"+f:" "+a.mobile.activeBtnClass,k.createElement("div"),q=k.createElement("span"),q.className=["ui-slider-label ui-slider-label-",o,n," ui-btn-corner-all"].join(""),q.setAttribute("role","img"),q.appendChild(k.createTextNode(u[d].innerHTML)),
135
+ a(q).prependTo(w);b._labels=a(".ui-slider-label",w)}j.addClass("ui-slider");e.addClass(g==="input"?"ui-slider-input":"ui-slider-switch").change(function(){b.mouseMoved||b.refresh(m(),true)}).keyup(function(){b.refresh(m(),true,true)}).blur(function(){b.refresh(m(),true)});a(k).bind("vmousemove",function(a){if(b.dragging)return b.mouseMoved=true,g==="select"&&x.removeClass("ui-slider-handle-snapping"),b.refresh(a),b.userModified=b.beforeStart!==e[0].selectedIndex,false});w.bind("vmousedown",function(a){b.dragging=
136
+ true;b.userModified=false;b.mouseMoved=false;if(g==="select")b.beforeStart=e[0].selectedIndex;b.refresh(a);return false}).bind("vclick",false);w.add(k).bind("vmouseup",function(){if(b.dragging)return b.dragging=false,g==="select"&&(x.addClass("ui-slider-handle-snapping"),b.mouseMoved?b.userModified?b.refresh(b.beforeStart==0?1:0):b.refresh(b.beforeStart):b.refresh(b.beforeStart==0?1:0)),b.mouseMoved=false});w.insertAfter(e);g=="select"&&this.handle.bind({focus:function(){w.addClass(a.mobile.focusClass)},
137
+ blur:function(){w.removeClass(a.mobile.focusClass)}});this.handle.bind({vmousedown:function(){a(this).focus()},vclick:false,keydown:function(c){var d=m();if(!b.options.disabled){switch(c.keyCode){case a.mobile.keyCode.HOME:case a.mobile.keyCode.END:case a.mobile.keyCode.PAGE_UP:case a.mobile.keyCode.PAGE_DOWN:case a.mobile.keyCode.UP:case a.mobile.keyCode.RIGHT:case a.mobile.keyCode.DOWN:case a.mobile.keyCode.LEFT:if(c.preventDefault(),!b._keySliding)b._keySliding=true,a(this).addClass("ui-state-active")}switch(c.keyCode){case a.mobile.keyCode.HOME:b.refresh(p);
138
+ break;case a.mobile.keyCode.END:b.refresh(l);break;case a.mobile.keyCode.PAGE_UP:case a.mobile.keyCode.UP:case a.mobile.keyCode.RIGHT:b.refresh(d+r);break;case a.mobile.keyCode.PAGE_DOWN:case a.mobile.keyCode.DOWN:case a.mobile.keyCode.LEFT:b.refresh(d-r)}}},keyup:function(){if(b._keySliding)b._keySliding=false,a(this).removeClass("ui-state-active")}});this.refresh(c,c,true)},refresh:function(b,c,f){(this.options.disabled||this.element.attr("disabled"))&&this.disable();var d=this.element,g=d[0].nodeName.toLowerCase(),
139
+ h=g==="input"?parseFloat(d.attr("min")):0,j=g==="input"?parseFloat(d.attr("max")):d.find("option").length-1,k=g==="input"&&parseFloat(d.attr("step"))>0?parseFloat(d.attr("step")):1;if(typeof b==="object"){if(!this.dragging||b.pageX<this.slider.offset().left-8||b.pageX>this.slider.offset().left+this.slider.width()+8)return;b=Math.round((b.pageX-this.slider.offset().left)/this.slider.width()*100)}else b==null&&(b=g==="input"?parseFloat(d.val()||0):d[0].selectedIndex),b=(parseFloat(b)-h)/(j-h)*100;if(!isNaN(b)){b<
140
+ 0&&(b=0);b>100&&(b=100);var m=b/100*(j-h)+h,p=(m-h)%k;m-=p;Math.abs(p)*2>=k&&(m+=p>0?k:-k);m=parseFloat(m.toFixed(5));m<h&&(m=h);m>j&&(m=j);this.handle.css("left",b+"%");this.handle.attr({"aria-valuenow":g==="input"?m:d.find("option").eq(m).attr("value"),"aria-valuetext":g==="input"?m:d.find("option").eq(m).getEncodedText(),title:g==="input"?m:d.find("option").eq(m).getEncodedText()});this.valuebg&&this.valuebg.css("width",b+"%");if(this._labels){var h=this.handle.width()/this.slider.width()*100,
141
+ l=b&&h+(100-h)*b/100,r=b===100?0:Math.min(h+100-l,100);this._labels.each(function(){var b=a(this).is(".ui-slider-label-a");a(this).width((b?l:r)+"%")})}if(!f)f=false,g==="input"?(f=d.val()!==m,d.val(m)):(f=d[0].selectedIndex!==m,d[0].selectedIndex=m),!c&&f&&d.trigger("change")}},enable:function(){this.element.attr("disabled",false);this.slider.removeClass("ui-disabled").attr("aria-disabled",false);return this._setOption("disabled",false)},disable:function(){this.element.attr("disabled",true);this.slider.addClass("ui-disabled").attr("aria-disabled",
142
+ true);return this._setOption("disabled",true)}});a(k).bind("pagecreate create",function(b){a.mobile.slider.prototype.enhanceWithin(b.target,true)})})(jQuery);(function(a){a.widget("mobile.selectmenu",a.mobile.widget,{options:{theme:null,disabled:false,icon:"arrow-d",iconpos:"right",inline:false,corners:true,shadow:true,iconshadow:true,overlayTheme:"a",hidePlaceholderMenuItems:true,closeText:"Close",nativeMenu:true,preventFocusZoom:/iPhone|iPad|iPod/.test(navigator.platform)&&navigator.userAgent.indexOf("AppleWebKit")>
143
+ -1,initSelector:"select:not(:jqmData(role='slider'))",mini:false},_button:function(){return a("<div/>")},_setDisabled:function(a){this.element.attr("disabled",a);this.button.attr("aria-disabled",a);return this._setOption("disabled",a)},_focusButton:function(){var a=this;setTimeout(function(){a.button.focus()},40)},_selectOptions:function(){return this.select.find("option")},_preExtension:function(){var c="";~this.element[0].className.indexOf("ui-btn-left")&&(c=" ui-btn-left");~this.element[0].className.indexOf("ui-btn-right")&&
144
+ (c=" ui-btn-right");this.select=this.element.wrap("<div class='ui-select"+c+"'>");this.selectID=this.select.attr("id");this.label=a("label[for='"+this.selectID+"']").addClass("ui-select");this.isMultiple=this.select[0].multiple;if(!this.options.theme)this.options.theme=a.mobile.getInheritedTheme(this.select,"c")},_create:function(){this._preExtension();this._trigger("beforeCreate");this.button=this._button();var c=this,b=this.options,e=this.button.text(a(this.select[0].options.item(this.select[0].selectedIndex==
145
+ -1?0:this.select[0].selectedIndex)).text()).insertBefore(this.select).buttonMarkup({theme:b.theme,icon:b.icon,iconpos:b.iconpos,inline:b.inline,corners:b.corners,shadow:b.shadow,iconshadow:b.iconshadow,mini:b.mini});b.nativeMenu&&s.opera&&s.opera.version&&this.select.addClass("ui-select-nativeonly");if(this.isMultiple)this.buttonCount=a("<span>").addClass("ui-li-count ui-btn-up-c ui-btn-corner-all").hide().appendTo(e.addClass("ui-li-has-count"));(b.disabled||this.element.attr("disabled"))&&this.disable();
146
+ this.select.change(function(){c.refresh()});this.build()},build:function(){var c=this;this.select.appendTo(c.button).bind("vmousedown",function(){c.button.addClass(a.mobile.activeBtnClass)}).bind("focus",function(){c.button.addClass(a.mobile.focusClass)}).bind("blur",function(){c.button.removeClass(a.mobile.focusClass)}).bind("focus vmouseover",function(){c.button.trigger("vmouseover")}).bind("vmousemove",function(){c.button.removeClass(a.mobile.activeBtnClass)}).bind("change blur vmouseout",function(){c.button.trigger("vmouseout").removeClass(a.mobile.activeBtnClass)}).bind("change blur",
147
+ function(){c.button.removeClass("ui-btn-down-"+c.options.theme)});c.button.bind("vmousedown",function(){c.options.preventFocusZoom&&a.mobile.zoom.disable(true)}).bind("mouseup",function(){c.options.preventFocusZoom&&a.mobile.zoom.enable(true)})},selected:function(){return this._selectOptions().filter(":selected")},selectedIndices:function(){var a=this;return this.selected().map(function(){return a._selectOptions().index(this)}).get()},setButtonText:function(){var c=this,b=this.selected();this.button.find(".ui-btn-text").text(function(){return!c.isMultiple?
148
+ b.text():b.length?b.map(function(){return a(this).text()}).get().join(", "):c.placeholder})},setButtonCount:function(){var a=this.selected();this.isMultiple&&this.buttonCount[a.length>1?"show":"hide"]().text(a.length)},refresh:function(){this.setButtonText();this.setButtonCount()},open:a.noop,close:a.noop,disable:function(){this._setDisabled(true);this.button.addClass("ui-disabled")},enable:function(){this._setDisabled(false);this.button.removeClass("ui-disabled")}});a(k).bind("pagecreate create",
149
+ function(c){a.mobile.selectmenu.prototype.enhanceWithin(c.target,true)})})(jQuery);(function(a){var c=function(b){var c=b.selectID,f=b.label,d=b.select.closest(".ui-page"),g=a("<div>",{"class":"ui-selectmenu-screen ui-screen-hidden"}).appendTo(d),h=b._selectOptions(),j=b.isMultiple=b.select[0].multiple,o=c+"-button",m=c+"-menu",p=a("<div data-"+a.mobile.ns+"role='dialog' data-"+a.mobile.ns+"theme='"+b.options.theme+"' data-"+a.mobile.ns+"overlay-theme='"+b.options.overlayTheme+"'><div data-"+a.mobile.ns+
150
+ "role='header'><div class='ui-title'>"+f.getEncodedText()+"</div></div><div data-"+a.mobile.ns+"role='content'></div></div>"),l=a("<div>",{"class":"ui-selectmenu ui-selectmenu-hidden ui-overlay-shadow ui-corner-all ui-body-"+b.options.overlayTheme+" "+a.mobile.defaultDialogTransition}).insertAfter(g),r=a("<ul>",{"class":"ui-selectmenu-list",id:m,role:"listbox","aria-labelledby":o}).attr("data-"+a.mobile.ns+"theme",b.options.theme).appendTo(l),n=a("<div>",{"class":"ui-header ui-bar-"+b.options.theme}).prependTo(l),
151
+ q=a("<h1>",{"class":"ui-title"}).appendTo(n),t;b.isMultiple&&(t=a("<a>",{text:b.options.closeText,href:"#","class":"ui-btn-left"}).attr("data-"+a.mobile.ns+"iconpos","notext").attr("data-"+a.mobile.ns+"icon","delete").appendTo(n).buttonMarkup());a.extend(b,{select:b.select,selectID:c,buttonId:o,menuId:m,thisPage:d,menuPage:p,label:f,screen:g,selectOptions:h,isMultiple:j,theme:b.options.theme,listbox:l,list:r,header:n,headerTitle:q,headerClose:t,menuPageContent:void 0,menuPageClose:void 0,placeholder:"",
152
+ build:function(){var c=this;c.refresh();c.select.attr("tabindex","-1").focus(function(){a(this).blur();c.button.focus()});c.button.bind("vclick keydown",function(b){if(b.type=="vclick"||b.keyCode&&(b.keyCode===a.mobile.keyCode.ENTER||b.keyCode===a.mobile.keyCode.SPACE))c.open(),b.preventDefault()});c.list.attr("role","listbox").bind("focusin",function(b){a(b.target).attr("tabindex","0").trigger("vmouseover")}).bind("focusout",function(b){a(b.target).attr("tabindex","-1").trigger("vmouseout")}).delegate("li:not(.ui-disabled, .ui-li-divider)",
153
+ "click",function(b){var d=c.select[0].selectedIndex,e=c.list.find("li:not(.ui-li-divider)").index(this),f=c._selectOptions().eq(e)[0];f.selected=c.isMultiple?!f.selected:true;c.isMultiple&&a(this).find(".ui-icon").toggleClass("ui-icon-checkbox-on",f.selected).toggleClass("ui-icon-checkbox-off",!f.selected);(c.isMultiple||d!==e)&&c.select.trigger("change");c.isMultiple||c.close();b.preventDefault()}).keydown(function(c){var d=a(c.target),e=d.closest("li");switch(c.keyCode){case 38:return c=e.prev().not(".ui-selectmenu-placeholder"),
154
+ c.is(".ui-li-divider")&&(c=c.prev()),c.length&&(d.blur().attr("tabindex","-1"),c.addClass("ui-btn-down-"+b.options.theme).find("a").first().focus()),false;case 40:return c=e.next(),c.is(".ui-li-divider")&&(c=c.next()),c.length&&(d.blur().attr("tabindex","-1"),c.addClass("ui-btn-down-"+b.options.theme).find("a").first().focus()),false;case 13:case 32:return d.trigger("click"),false}});c.menuPage.bind("pagehide",function(){c.list.appendTo(c.listbox);c._focusButton();a.mobile._bindPageRemove.call(c.thisPage)});
155
+ c.screen.bind("vclick",function(){c.close()});c.isMultiple&&c.headerClose.click(function(){if(c.menuType=="overlay")return c.close(),false});c.thisPage.addDependents(this.menuPage)},_isRebuildRequired:function(){var a=this.list.find("li");return this._selectOptions().text()!==a.text()},refresh:function(b){var c=this;this._selectOptions();this.selected();var d=this.selectedIndices();(b||this._isRebuildRequired())&&c._buildList();c.setButtonText();c.setButtonCount();c.list.find("li:not(.ui-li-divider)").removeClass(a.mobile.activeBtnClass).attr("aria-selected",
156
+ false).each(function(b){a.inArray(b,d)>-1&&(b=a(this),b.attr("aria-selected",true),c.isMultiple?b.find(".ui-icon").removeClass("ui-icon-checkbox-off").addClass("ui-icon-checkbox-on"):b.is(".ui-selectmenu-placeholder")?b.next().addClass(a.mobile.activeBtnClass):b.addClass(a.mobile.activeBtnClass))})},close:function(){if(!this.options.disabled&&this.isOpen)this.menuType=="page"?s.history.back():(this.screen.addClass("ui-screen-hidden"),this.listbox.addClass("ui-selectmenu-hidden").removeAttr("style").removeClass("in"),
157
+ this.list.appendTo(this.listbox),this._focusButton()),this.isOpen=false},open:function(){function b(){c.list.find("."+a.mobile.activeBtnClass+" a").focus()}if(!this.options.disabled){var c=this,d=a(s),e=c.list.parent(),f=e.outerHeight(),e=e.outerWidth();a(".ui-page-active");var g=d.scrollTop(),j=c.button.offset().top,h=d.height(),d=d.width();c.button.addClass(a.mobile.activeBtnClass);setTimeout(function(){c.button.removeClass(a.mobile.activeBtnClass)},300);if(f>h-80||!a.support.scrollTop){c.menuPage.appendTo(a.mobile.pageContainer).page();
158
+ c.menuPageContent=p.find(".ui-content");c.menuPageClose=p.find(".ui-header a");c.thisPage.unbind("pagehide.remove");if(g==0&&j>h)c.thisPage.one("pagehide",function(){a(this).jqmData("lastScroll",j)});c.menuPage.one("pageshow",function(){b();c.isOpen=true});c.menuType="page";c.menuPageContent.append(c.list);c.menuPage.find("div .ui-title").text(c.label.text());a.mobile.changePage(c.menuPage,{transition:a.mobile.defaultDialogTransition})}else{c.menuType="overlay";c.screen.height(a(k).height()).removeClass("ui-screen-hidden");
159
+ var l=j-g,m=g+h-j,n=f/2,o=parseFloat(c.list.parent().css("max-width")),f=l>f/2&&m>f/2?j+c.button.outerHeight()/2-n:l>m?g+h-f-30:g+30;e<o?g=(d-e)/2:(g=c.button.offset().left+c.button.outerWidth()/2-e/2,g<30?g=30:g+e>d&&(g=d-e-30));c.listbox.append(c.list).removeClass("ui-selectmenu-hidden").css({top:f,left:g}).addClass("in");b();c.isOpen=true}}},_buildList:function(){var b=this.options,c=this.placeholder,d=true,e=this.isMultiple?"checkbox-off":"false";this.list.empty().filter(".ui-listview").listview("destroy");
160
+ var f=this.select.find("option"),g=f.length,j=this.select[0],h="data-"+a.mobile.ns,l=h+"option-index",m=h+"icon";h+="role";for(var n=k.createDocumentFragment(),o,p=0;p<g;p++){var r=f[p],q=a(r),s=r.parentNode,t=q.text(),D=k.createElement("a"),J=[];D.setAttribute("href","#");D.appendChild(k.createTextNode(t));s!==j&&s.nodeName.toLowerCase()==="optgroup"&&(s=s.getAttribute("label"),s!=o&&(o=k.createElement("li"),o.setAttribute(h,"list-divider"),o.setAttribute("role","option"),o.setAttribute("tabindex",
161
+ "-1"),o.appendChild(k.createTextNode(s)),n.appendChild(o),o=s));if(d&&(!r.getAttribute("value")||t.length==0||q.jqmData("placeholder")))if(d=false,b.hidePlaceholderMenuItems&&J.push("ui-selectmenu-placeholder"),!c)c=this.placeholder=t;q=k.createElement("li");r.disabled&&(J.push("ui-disabled"),q.setAttribute("aria-disabled",true));q.setAttribute(l,p);q.setAttribute(m,e);q.className=J.join(" ");q.setAttribute("role","option");D.setAttribute("tabindex","-1");q.appendChild(D);n.appendChild(q)}this.list[0].appendChild(n);
162
+ !this.isMultiple&&!c.length?this.header.hide():this.headerTitle.text(this.placeholder);this.list.listview()},_button:function(){return a("<a>",{href:"#",role:"button",id:this.buttonId,"aria-haspopup":"true","aria-owns":this.menuId})}})};a(k).bind("selectmenubeforecreate",function(b){b=a(b.target).data("selectmenu");b.options.nativeMenu||c(b)})})(jQuery);(function(a){a.widget("mobile.fixedtoolbar",a.mobile.widget,{options:{visibleOnPageShow:true,disablePageZoom:true,transition:"slide",fullscreen:false,
163
+ tapToggle:true,tapToggleBlacklist:"a, input, select, textarea, .ui-header-fixed, .ui-footer-fixed",hideDuringFocus:"input, textarea, select",updatePagePadding:true,trackPersistentToolbars:true,supportBlacklist:function(){var a=s,b=navigator.userAgent,e=navigator.platform,f=b.match(/AppleWebKit\/([0-9]+)/),f=!!f&&f[1],d=b.match(/Fennec\/([0-9]+)/),d=!!d&&d[1],g=b.match(/Opera Mobi\/([0-9]+)/),h=!!g&&g[1];return(e.indexOf("iPhone")>-1||e.indexOf("iPad")>-1||e.indexOf("iPod")>-1)&&f&&f<534||a.operamini&&
164
+ {}.toString.call(a.operamini)==="[object OperaMini]"||g&&h<7458||b.indexOf("Android")>-1&&f&&f<533||d&&d<6||"palmGetResource"in s&&f&&f<534||b.indexOf("MeeGo")>-1&&b.indexOf("NokiaBrowser/8.5.0")>-1?true:false},initSelector:":jqmData(position='fixed')"},_create:function(){var a=this.options,b=this.element,e=b.is(":jqmData(role='header')")?"header":"footer",f=b.closest(".ui-page");a.supportBlacklist()?this.destroy():(b.addClass("ui-"+e+"-fixed"),a.fullscreen?(b.addClass("ui-"+e+"-fullscreen"),f.addClass("ui-page-"+
165
+ e+"-fullscreen")):f.addClass("ui-page-"+e+"-fixed"),this._addTransitionClass(),this._bindPageEvents(),this._bindToggleHandlers())},_addTransitionClass:function(){var a=this.options.transition;a&&a!=="none"&&(a==="slide"&&(a=this.element.is(".ui-header")?"slidedown":"slideup"),this.element.addClass(a))},_bindPageEvents:function(){var c=this,b=c.options;c.element.closest(".ui-page").bind("pagebeforeshow",function(){b.disablePageZoom&&a.mobile.zoom.disable(true);b.visibleOnPageShow||c.hide(true)}).bind("webkitAnimationStart animationstart updatelayout",
166
+ function(){b.updatePagePadding&&c.updatePagePadding()}).bind("pageshow",function(){c.updatePagePadding();b.updatePagePadding&&a(s).bind("throttledresize."+c.widgetName,function(){c.updatePagePadding()})}).bind("pagebeforehide",function(e,f){b.disablePageZoom&&a.mobile.zoom.enable(true);b.updatePagePadding&&a(s).unbind("throttledresize."+c.widgetName);if(b.trackPersistentToolbars){var d=a(".ui-footer-fixed:jqmData(id)",this),g=a(".ui-header-fixed:jqmData(id)",this),h=d.length&&f.nextPage&&a(".ui-footer-fixed:jqmData(id='"+
167
+ d.jqmData("id")+"')",f.nextPage),j=g.length&&f.nextPage&&a(".ui-header-fixed:jqmData(id='"+g.jqmData("id")+"')",f.nextPage),h=h||a();if(h.length||j.length)h.add(j).appendTo(a.mobile.pageContainer),f.nextPage.one("pageshow",function(){h.add(j).appendTo(this)})}})},_visible:true,updatePagePadding:function(){var a=this.element,b=a.is(".ui-header");this.options.fullscreen||a.closest(".ui-page").css("padding-"+(b?"top":"bottom"),a.outerHeight())},_useTransition:function(c){var b=this.element,e=a(s).scrollTop(),
168
+ f=b.height(),d=b.closest(".ui-page").height(),g=a.mobile.getScreenHeight(),b=b.is(":jqmData(role='header')")?"header":"footer";return!c&&(this.options.transition&&this.options.transition!=="none"&&(b==="header"&&!this.options.fullscreen&&e>f||b==="footer"&&!this.options.fullscreen&&e+g<d-f)||this.options.fullscreen)},show:function(a){var b=this.element;this._useTransition(a)?b.removeClass("out ui-fixed-hidden").addClass("in"):b.removeClass("ui-fixed-hidden");this._visible=true},hide:function(a){var b=
169
+ this.element,e="out"+(this.options.transition==="slide"?" reverse":"");this._useTransition(a)?b.addClass(e).removeClass("in").animationComplete(function(){b.addClass("ui-fixed-hidden").removeClass(e)}):b.addClass("ui-fixed-hidden").removeClass(e);this._visible=false},toggle:function(){this[this._visible?"hide":"show"]()},_bindToggleHandlers:function(){var c=this,b=c.options;c.element.closest(".ui-page").bind("vclick",function(e){b.tapToggle&&!a(e.target).closest(b.tapToggleBlacklist).length&&c.toggle()}).bind("focusin focusout",
170
+ function(e){if(screen.width<500&&a(e.target).is(b.hideDuringFocus)&&!a(e.target).closest(".ui-header-fixed, .ui-footer-fixed").length)c[e.type==="focusin"&&c._visible?"hide":"show"]()})},destroy:function(){this.element.removeClass("ui-header-fixed ui-footer-fixed ui-header-fullscreen ui-footer-fullscreen in out fade slidedown slideup ui-fixed-hidden");this.element.closest(".ui-page").removeClass("ui-page-header-fixed ui-page-footer-fixed ui-page-header-fullscreen ui-page-footer-fullscreen")}});a(k).bind("pagecreate create",
171
+ function(c){a(c.target).jqmData("fullscreen")&&a(a.mobile.fixedtoolbar.prototype.options.initSelector,c.target).not(":jqmData(fullscreen)").jqmData("fullscreen",true);a.mobile.fixedtoolbar.prototype.enhanceWithin(c.target)})})(jQuery);(function(a,c){if(/iPhone|iPad|iPod/.test(navigator.platform)&&navigator.userAgent.indexOf("AppleWebKit")>-1){var b=a.mobile.zoom,e,f,d,g,h;a(c).bind("orientationchange.iosorientationfix",b.enable).bind("devicemotion.iosorientationfix",function(a){e=a.originalEvent;
172
+ h=e.accelerationIncludingGravity;f=Math.abs(h.x);d=Math.abs(h.y);g=Math.abs(h.z);!c.orientation&&(f>7||(g>6&&d<8||g<8&&d>6)&&f>5)?b.enabled&&b.disable():b.enabled||b.enable()})}})(jQuery,this);(function(a,c){function b(){var b=a("."+a.mobile.activeBtnClass).first();h.css({top:a.support.scrollTop&&g.scrollTop()+g.height()/2||b.length&&b.offset().top||100})}function e(){var c=h.offset(),d=g.scrollTop(),f=a.mobile.getScreenHeight();if(c.top<d||c.top-d>f)h.addClass("ui-loader-fakefix"),b(),g.unbind("scroll",
173
+ e).bind("scroll",b)}function f(){d.removeClass("ui-mobile-rendering")}var d=a("html");a("head");var g=a(c);a(c.document).trigger("mobileinit");if(a.mobile.gradeA()){if(a.mobile.ajaxBlacklist)a.mobile.ajaxEnabled=false;d.addClass("ui-mobile ui-mobile-rendering");setTimeout(f,5E3);var h=a("<div class='ui-loader'><span class='ui-icon ui-icon-loading'></span><h1></h1></div>");a.extend(a.mobile,{showPageLoadingMsg:function(b,c,f){d.addClass("ui-loading");if(a.mobile.loadingMessage){var k=f||a.mobile.loadingMessageTextVisible;
174
+ b=b||a.mobile.loadingMessageTheme;h.attr("class","ui-loader ui-corner-all ui-body-"+(b||"a")+" ui-loader-"+(k?"verbose":"default")+(f?" ui-loader-textonly":"")).find("h1").text(c||a.mobile.loadingMessage).end().appendTo(a.mobile.pageContainer);e();g.bind("scroll",e)}},hidePageLoadingMsg:function(){d.removeClass("ui-loading");a.mobile.loadingMessage&&h.removeClass("ui-loader-fakefix");a(c).unbind("scroll",b);a(c).unbind("scroll",e)},initializePage:function(){var b=a(":jqmData(role='page'), :jqmData(role='dialog')");
175
+ b.length||(b=a("body").wrapInner("<div data-"+a.mobile.ns+"role='page'></div>").children(0));b.each(function(){var b=a(this);b.jqmData("url")||b.attr("data-"+a.mobile.ns+"url",b.attr("id")||location.pathname+location.search)});a.mobile.firstPage=b.first();a.mobile.pageContainer=b.first().parent().addClass("ui-mobile-viewport");g.trigger("pagecontainercreate");a.mobile.showPageLoadingMsg();f();!a.mobile.hashListeningEnabled||!a.mobile.path.stripHash(location.hash)?a.mobile.changePage(a.mobile.firstPage,
176
+ {transition:"none",reverse:true,changeHash:false,fromHashChange:true}):g.trigger("hashchange",[true])}});a.mobile._registerInternalEvents();a(function(){c.scrollTo(0,1);a.mobile.defaultHomeScroll=!a.support.scrollTop||a(c).scrollTop()===1?0:1;a.fn.controlgroup&&a(k).bind("pagecreate create",function(b){a(":jqmData(role='controlgroup')",b.target).jqmEnhanceable().controlgroup({excludeInvisible:false})});a.mobile.autoInitializePage&&a.mobile.initializePage();g.load(a.mobile.silentScroll)})}})(jQuery,
177
+ this)});
@@ -0,0 +1,2053 @@
1
+ /*
2
+ * jQuery Mobile Framework 1.1.0 db342b1f315c282692791aa870455901fdb46a55
3
+ * http://jquerymobile.com
4
+ *
5
+ * Copyright 2011 (c) jQuery Project
6
+ * Dual licensed under the MIT or GPL Version 2 licenses.
7
+ * http://jquery.org/license
8
+ *
9
+ */
10
+ /* Swatches */
11
+ /* A
12
+ -----------------------------------------------------------------------------------------------------------*/
13
+ .ui-bar-a {
14
+ border: 1px solid #333 /*{a-bar-border}*/;
15
+ background: #111111 /*{a-bar-background-color}*/;
16
+ color: #ffffff /*{a-bar-color}*/;
17
+ font-weight: bold;
18
+ text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #000000 /*{a-bar-shadow-color}*/;
19
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #3c3c3c /*{a-bar-background-start}*/), to( #111 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
20
+ background-image: -webkit-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
21
+ background-image: -moz-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* FF3.6 */
22
+ background-image: -ms-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* IE10 */
23
+ background-image: -o-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* Opera 11.10+ */
24
+ background-image: linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/);
25
+ }
26
+ .ui-bar-a,
27
+ .ui-bar-a input,
28
+ .ui-bar-a select,
29
+ .ui-bar-a textarea,
30
+ .ui-bar-a button {
31
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
32
+ }
33
+ .ui-bar-a .ui-link-inherit {
34
+ color: #fff /*{a-bar-color}*/;
35
+ }
36
+ .ui-bar-a .ui-link {
37
+ color: #7cc4e7 /*{a-bar-link-color}*/;
38
+ font-weight: bold;
39
+ }
40
+ .ui-bar-a .ui-link:hover {
41
+ color: #2489CE /*{a-bar-link-hover}*/;
42
+ }
43
+ .ui-bar-a .ui-link:active {
44
+ color: #2489CE /*{a-bar-link-active}*/;
45
+ }
46
+ .ui-bar-a .ui-link:visited {
47
+ color: #2489CE /*{a-bar-link-visited}*/;
48
+ }
49
+ .ui-body-a,
50
+ .ui-overlay-a {
51
+ border: 1px solid #444 /*{a-body-border}*/;
52
+ background: #222 /*{a-body-background-color}*/;
53
+ color: #fff /*{a-body-color}*/;
54
+ text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 1px /*{a-body-shadow-radius}*/ #111 /*{a-body-shadow-color}*/;
55
+ font-weight: normal;
56
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #444 /*{a-body-background-start}*/), to( #222 /*{a-body-background-end}*/)); /* Saf4+, Chrome */
57
+ background-image: -webkit-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
58
+ background-image: -moz-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* FF3.6 */
59
+ background-image: -ms-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* IE10 */
60
+ background-image: -o-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Opera 11.10+ */
61
+ background-image: linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/);
62
+ }
63
+ .ui-overlay-a {
64
+ background-image: none;
65
+ border-width: 0;
66
+ }
67
+ .ui-body-a,
68
+ .ui-body-a input,
69
+ .ui-body-a select,
70
+ .ui-body-a textarea,
71
+ .ui-body-a button {
72
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
73
+ }
74
+ .ui-body-a .ui-link-inherit {
75
+ color: #fff /*{a-body-color}*/;
76
+ }
77
+ .ui-body-a .ui-link {
78
+ color: #2489CE /*{a-body-link-color}*/;
79
+ font-weight: bold;
80
+ }
81
+ .ui-body-a .ui-link:hover {
82
+ color: #2489CE /*{a-body-link-hover}*/;
83
+ }
84
+ .ui-body-a .ui-link:active {
85
+ color: #2489CE /*{a-body-link-active}*/;
86
+ }
87
+ .ui-body-a .ui-link:visited {
88
+ color: #2489CE /*{a-body-link-visited}*/;
89
+ }
90
+ .ui-btn-up-a {
91
+ border: 1px solid #111 /*{a-bup-border}*/;
92
+ background: #333 /*{a-bup-background-color}*/;
93
+ font-weight: bold;
94
+ color: #fff /*{a-bup-color}*/;
95
+ text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 1px /*{a-bup-shadow-radius}*/ #111 /*{a-bup-shadow-color}*/;
96
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #444444 /*{a-bup-background-start}*/), to( #2d2d2d /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
97
+ background-image: -webkit-linear-gradient( #444444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
98
+ background-image: -moz-linear-gradient( #444444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* FF3.6 */
99
+ background-image: -ms-linear-gradient( #444444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* IE10 */
100
+ background-image: -o-linear-gradient( #444444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* Opera 11.10+ */
101
+ background-image: linear-gradient( #444444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/);
102
+ }
103
+ .ui-btn-up-a a.ui-link-inherit {
104
+ color: #fff /*{a-bup-color}*/;
105
+ }
106
+ .ui-btn-hover-a {
107
+ border: 1px solid #000 /*{a-bhover-border}*/;
108
+ background: #444444 /*{a-bhover-background-color}*/;
109
+ font-weight: bold;
110
+ color: #fff /*{a-bhover-color}*/;
111
+ text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 1px /*{a-bhover-shadow-radius}*/ #111 /*{a-bhover-shadow-color}*/;
112
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #555555 /*{a-bhover-background-start}*/), to( #383838 /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
113
+ background-image: -webkit-linear-gradient( #555555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
114
+ background-image: -moz-linear-gradient( #555555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* FF3.6 */
115
+ background-image: -ms-linear-gradient( #555555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* IE10 */
116
+ background-image: -o-linear-gradient( #555555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* Opera 11.10+ */
117
+ background-image: linear-gradient( #555555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/);
118
+ }
119
+ .ui-btn-hover-a a.ui-link-inherit {
120
+ color: #fff /*{a-bhover-color}*/;
121
+ }
122
+ .ui-btn-down-a {
123
+ border: 1px solid #000 /*{a-bdown-border}*/;
124
+ background: #222 /*{a-bdown-background-color}*/;
125
+ font-weight: bold;
126
+ color: #fff /*{a-bdown-color}*/;
127
+ text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 1px /*{a-bdown-shadow-radius}*/ #111 /*{a-bdown-shadow-color}*/;
128
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #202020 /*{a-bdown-background-start}*/), to( #2c2c2c /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
129
+ background-image: -webkit-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
130
+ background-image: -moz-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* FF3.6 */
131
+ background-image: -ms-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* IE10 */
132
+ background-image: -o-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* Opera 11.10+ */
133
+ background-image: linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/);
134
+ }
135
+ .ui-btn-down-a a.ui-link-inherit {
136
+ color: #fff /*{a-bdown-color}*/;
137
+ }
138
+ .ui-btn-up-a,
139
+ .ui-btn-hover-a,
140
+ .ui-btn-down-a {
141
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
142
+ text-decoration: none;
143
+ }
144
+ /* B
145
+ -----------------------------------------------------------------------------------------------------------*/
146
+ .ui-bar-b {
147
+ border: 1px solid #456f9a /*{b-bar-border}*/;
148
+ background: #5e87b0 /*{b-bar-background-color}*/;
149
+ color: #fff /*{b-bar-color}*/;
150
+ font-weight: bold;
151
+ text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 1px /*{b-bar-shadow-radius}*/ #3e6790 /*{b-bar-shadow-color}*/;
152
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 /*{b-bar-background-start}*/), to( #497bae /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
153
+ background-image: -webkit-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
154
+ background-image: -moz-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* FF3.6 */
155
+ background-image: -ms-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* IE10 */
156
+ background-image: -o-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* Opera 11.10+ */
157
+ background-image: linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/);
158
+ }
159
+ .ui-bar-b,
160
+ .ui-bar-b input,
161
+ .ui-bar-b select,
162
+ .ui-bar-b textarea,
163
+ .ui-bar-b button {
164
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
165
+ }
166
+ .ui-bar-b .ui-link-inherit {
167
+ color: #fff /*{b-bar-color}*/;
168
+ }
169
+ .ui-bar-b .ui-link {
170
+ color: #ddf0f8 /*{b-bar-link-color}*/;
171
+ font-weight: bold;
172
+ }
173
+ .ui-bar-b .ui-link:hover {
174
+ color: #ddf0f8 /*{b-bar-link-hover}*/;
175
+ }
176
+ .ui-bar-b .ui-link:active {
177
+ color: #ddf0f8 /*{b-bar-link-active}*/;
178
+ }
179
+ .ui-bar-b .ui-link:visited {
180
+ color: #ddf0f8 /*{b-bar-link-visited}*/;
181
+ }
182
+ .ui-body-b,
183
+ .ui-overlay-b {
184
+ border: 1px solid #999 /*{b-body-border}*/;
185
+ background: #f3f3f3 /*{b-body-background-color}*/;
186
+ color: #222222 /*{b-body-color}*/;
187
+ text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #fff /*{b-body-shadow-color}*/;
188
+ font-weight: normal;
189
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #ddd /*{b-body-background-start}*/), to( #ccc /*{b-body-background-end}*/)); /* Saf4+, Chrome */
190
+ background-image: -webkit-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
191
+ background-image: -moz-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* FF3.6 */
192
+ background-image: -ms-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* IE10 */
193
+ background-image: -o-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* Opera 11.10+ */
194
+ background-image: linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/);
195
+ }
196
+ .ui-overlay-b {
197
+ background-image: none;
198
+ border-width: 0;
199
+ }
200
+ .ui-body-b,
201
+ .ui-body-b input,
202
+ .ui-body-b select,
203
+ .ui-body-b textarea,
204
+ .ui-body-b button {
205
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
206
+ }
207
+ .ui-body-b .ui-link-inherit {
208
+ color: #333333 /*{b-body-color}*/;
209
+ }
210
+ .ui-body-b .ui-link {
211
+ color: #2489CE /*{b-body-link-color}*/;
212
+ font-weight: bold;
213
+ }
214
+ .ui-body-b .ui-link:hover {
215
+ color: #2489CE /*{b-body-link-hover}*/;
216
+ }
217
+ .ui-body-b .ui-link:active {
218
+ color: #2489CE /*{b-body-link-active}*/;
219
+ }
220
+ .ui-body-b .ui-link:visited {
221
+ color: #2489CE /*{b-body-link-visited}*/;
222
+ }
223
+ .ui-btn-up-b {
224
+ border: 1px solid #044062 /*{b-bup-border}*/;
225
+ background: #396b9e /*{b-bup-background-color}*/;
226
+ font-weight: bold;
227
+ color: #fff /*{b-bup-color}*/;
228
+ text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 1px /*{b-bup-shadow-radius}*/ #194b7e /*{b-bup-shadow-color}*/;
229
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #5f9cc5 /*{b-bup-background-start}*/), to( #396b9e /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
230
+ background-image: -webkit-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
231
+ background-image: -moz-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* FF3.6 */
232
+ background-image: -ms-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* IE10 */
233
+ background-image: -o-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* Opera 11.10+ */
234
+ background-image: linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/);
235
+ }
236
+ .ui-btn-up-b a.ui-link-inherit {
237
+ color: #fff /*{b-bup-color}*/;
238
+ }
239
+ .ui-btn-hover-b {
240
+ border: 1px solid #00415e /*{b-bhover-border}*/;
241
+ background: #4b88b6 /*{b-bhover-background-color}*/;
242
+ font-weight: bold;
243
+ color: #fff /*{b-bhover-color}*/;
244
+ text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 1px /*{b-bhover-shadow-radius}*/ #194b7e /*{b-bhover-shadow-color}*/;
245
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 /*{b-bhover-background-start}*/), to( #4272a4 /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */
246
+ background-image: -webkit-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
247
+ background-image: -moz-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* FF3.6 */
248
+ background-image: -ms-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* IE10 */
249
+ background-image: -o-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* Opera 11.10+ */
250
+ background-image: linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/);
251
+ }
252
+ .ui-btn-hover-b a.ui-link-inherit {
253
+ color: #fff /*{b-bhover-color}*/;
254
+ }
255
+ .ui-btn-down-b {
256
+ border: 1px solid #225377 /*{b-bdown-border}*/;
257
+ background: #4e89c5 /*{b-bdown-background-color}*/;
258
+ font-weight: bold;
259
+ color: #fff /*{b-bdown-color}*/;
260
+ text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 1px /*{b-bdown-shadow-radius}*/ #194b7e /*{b-bdown-shadow-color}*/;
261
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #295b8e /*{b-bdown-background-start}*/), to( #3e79b5 /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
262
+ background-image: -webkit-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
263
+ background-image: -moz-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* FF3.6 */
264
+ background-image: -ms-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* IE10 */
265
+ background-image: -o-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* Opera 11.10+ */
266
+ background-image: linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/);
267
+ }
268
+ .ui-btn-down-b a.ui-link-inherit {
269
+ color: #fff /*{b-bdown-color}*/;
270
+ }
271
+ .ui-btn-up-b,
272
+ .ui-btn-hover-b,
273
+ .ui-btn-down-b {
274
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
275
+ text-decoration: none;
276
+ }
277
+ /* C
278
+ -----------------------------------------------------------------------------------------------------------*/
279
+ .ui-bar-c {
280
+ border: 1px solid #B3B3B3 /*{c-bar-border}*/;
281
+ background: #eeeeee /*{c-bar-background-color}*/;
282
+ color: #3E3E3E /*{c-bar-color}*/;
283
+ font-weight: bold;
284
+ text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 1px /*{c-bar-shadow-radius}*/ #fff /*{c-bar-shadow-color}*/;
285
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{c-bar-background-start}*/), to( #ddd /*{c-bar-background-end}*/)); /* Saf4+, Chrome */
286
+ background-image: -webkit-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
287
+ background-image: -moz-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* FF3.6 */
288
+ background-image: -ms-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* IE10 */
289
+ background-image: -o-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* Opera 11.10+ */
290
+ background-image: linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/);
291
+ }
292
+ .ui-bar-c .ui-link-inherit {
293
+ color: #3E3E3E /*{c-bar-color}*/;
294
+ }
295
+ .ui-bar-c .ui-link {
296
+ color: #7cc4e7 /*{c-bar-link-color}*/;
297
+ font-weight: bold;
298
+ }
299
+ .ui-bar-c .ui-link:hover {
300
+ color: #2489CE /*{c-bar-link-hover}*/;
301
+ }
302
+ .ui-bar-c .ui-link:active {
303
+ color: #2489CE /*{c-bar-link-active}*/;
304
+ }
305
+ .ui-bar-c .ui-link:visited {
306
+ color: #2489CE /*{c-bar-link-visited}*/;
307
+ }
308
+ .ui-bar-c,
309
+ .ui-bar-c input,
310
+ .ui-bar-c select,
311
+ .ui-bar-c textarea,
312
+ .ui-bar-c button {
313
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
314
+ }
315
+ .ui-body-c,
316
+ .ui-overlay-c {
317
+ border: 1px solid #aaa /*{c-body-border}*/;
318
+ color: #333333 /*{c-body-color}*/;
319
+ text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #fff /*{c-body-shadow-color}*/;
320
+ background: #f9f9f9 /*{c-body-background-color}*/;
321
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{c-body-background-start}*/), to( #eeeeee /*{c-body-background-end}*/)); /* Saf4+, Chrome */
322
+ background-image: -webkit-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
323
+ background-image: -moz-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* FF3.6 */
324
+ background-image: -ms-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* IE10 */
325
+ background-image: -o-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* Opera 11.10+ */
326
+ background-image: linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/);
327
+ }
328
+ .ui-overlay-c {
329
+ background-image: none;
330
+ border-width: 0;
331
+ }
332
+ .ui-body-c,
333
+ .ui-body-c input,
334
+ .ui-body-c select,
335
+ .ui-body-c textarea,
336
+ .ui-body-c button {
337
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
338
+ }
339
+ .ui-body-c .ui-link-inherit {
340
+ color: #333333 /*{c-body-color}*/;
341
+ }
342
+ .ui-body-c .ui-link {
343
+ color: #2489CE /*{c-body-link-color}*/;
344
+ font-weight: bold;
345
+ }
346
+ .ui-body-c .ui-link:hover {
347
+ color: #2489CE /*{c-body-link-hover}*/;
348
+ }
349
+ .ui-body-c .ui-link:active {
350
+ color: #2489CE /*{c-body-link-active}*/;
351
+ }
352
+ .ui-body-c .ui-link:visited {
353
+ color: #2489CE /*{c-body-link-visited}*/;
354
+ }
355
+ .ui-btn-up-c {
356
+ border: 1px solid #ccc /*{c-bup-border}*/;
357
+ background: #eee /*{c-bup-background-color}*/;
358
+ font-weight: bold;
359
+ color: #222 /*{c-bup-color}*/;
360
+ text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ #ffffff /*{c-bup-shadow-color}*/;
361
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{c-bup-background-start}*/), to( #f1f1f1 /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
362
+ background-image: -webkit-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
363
+ background-image: -moz-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* FF3.6 */
364
+ background-image: -ms-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* IE10 */
365
+ background-image: -o-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Opera 11.10+ */
366
+ background-image: linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/);
367
+ }
368
+ .ui-btn-up-c a.ui-link-inherit {
369
+ color: #2F3E46 /*{c-bup-color}*/;
370
+ }
371
+ .ui-btn-hover-c {
372
+ border: 1px solid #bbb /*{c-bhover-border}*/;
373
+ background: #dfdfdf /*{c-bhover-background-color}*/;
374
+ font-weight: bold;
375
+ color: #222 /*{c-bhover-color}*/;
376
+ text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #ffffff /*{c-bhover-shadow-color}*/;
377
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{c-bhover-background-start}*/), to( #e0e0e0 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
378
+ background-image: -webkit-linear-gradient( #f9f9f9 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
379
+ background-image: -moz-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* FF3.6 */
380
+ background-image: -ms-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* IE10 */
381
+ background-image: -o-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Opera 11.10+ */
382
+ background-image: linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/);
383
+ }
384
+ .ui-btn-hover-c a.ui-link-inherit {
385
+ color: #2F3E46 /*{c-bhover-color}*/;
386
+ }
387
+ .ui-btn-down-c {
388
+ border: 1px solid #bbb /*{c-bdown-border}*/;
389
+ background: #d6d6d6 /*{c-bdown-background-color}*/;
390
+ font-weight: bold;
391
+ color: #222 /*{c-bdown-color}*/;
392
+ text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 0 /*{c-bdown-shadow-radius}*/ #ffffff /*{c-bdown-shadow-color}*/;
393
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 /*{c-bdown-background-start}*/), to( #dfdfdf /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */
394
+ background-image: -webkit-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
395
+ background-image: -moz-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* FF3.6 */
396
+ background-image: -ms-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* IE10 */
397
+ background-image: -o-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* Opera 11.10+ */
398
+ background-image: linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/);
399
+ }
400
+ .ui-btn-down-c a.ui-link-inherit {
401
+ color: #2F3E46 /*{c-bdown-color}*/;
402
+ }
403
+ .ui-btn-up-c,
404
+ .ui-btn-hover-c,
405
+ .ui-btn-down-c {
406
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
407
+ text-decoration: none;
408
+ }
409
+ /* D
410
+ -----------------------------------------------------------------------------------------------------------*/
411
+ .ui-bar-d {
412
+ border: 1px solid #bbb /*{d-bar-border}*/;
413
+ background: #bbb /*{d-bar-background-color}*/;
414
+ color: #333 /*{d-bar-color}*/;
415
+ text-shadow: 0 /*{d-bar-shadow-x}*/ 1px /*{d-bar-shadow-y}*/ 0 /*{d-bar-shadow-radius}*/ #eee /*{d-bar-shadow-color}*/;
416
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #ddd /*{d-bar-background-start}*/), to( #bbb /*{d-bar-background-end}*/)); /* Saf4+, Chrome */
417
+ background-image: -webkit-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
418
+ background-image: -moz-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* FF3.6 */
419
+ background-image: -ms-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* IE10 */
420
+ background-image: -o-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* Opera 11.10+ */
421
+ background-image: linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/);
422
+ }
423
+ .ui-bar-d,
424
+ .ui-bar-d input,
425
+ .ui-bar-d select,
426
+ .ui-bar-d textarea,
427
+ .ui-bar-d button {
428
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
429
+ }
430
+ .ui-bar-d .ui-link-inherit {
431
+ color: #333333 /*{d-bar-color}*/;
432
+ }
433
+ .ui-bar-d .ui-link {
434
+ color: #2489CE /*{d-bar-link-color}*/;
435
+ font-weight: bold;
436
+ }
437
+ .ui-bar-d .ui-link:hover {
438
+ color: #2489CE /*{d-bar-link-hover}*/;
439
+ }
440
+ .ui-bar-d .ui-link:active {
441
+ color: #2489CE /*{d-bar-link-active}*/;
442
+ }
443
+ .ui-bar-d .ui-link:visited {
444
+ color: #2489CE /*{d-bar-link-visited}*/;
445
+ }
446
+ .ui-body-d,
447
+ .ui-overlay-d {
448
+ border: 1px solid #bbb /*{d-body-border}*/;
449
+ color: #333333 /*{d-body-color}*/;
450
+ text-shadow: 0 /*{d-body-shadow-x}*/ 1px /*{d-body-shadow-y}*/ 0 /*{d-body-shadow-radius}*/ #fff /*{d-body-shadow-color}*/;
451
+ background: #ffffff /*{d-body-background-color}*/;
452
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #fff), to( #fff /*{d-body-background-end}*/)); /* Saf4+, Chrome */
453
+ background-image: -webkit-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
454
+ background-image: -moz-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* FF3.6 */
455
+ background-image: -ms-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* IE10 */
456
+ background-image: -o-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* Opera 11.10+ */
457
+ background-image: linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/);
458
+ }
459
+ .ui-overlay-d {
460
+ background-image: none;
461
+ border-width: 0;
462
+ }
463
+ .ui-body-d,
464
+ .ui-body-d input,
465
+ .ui-body-d select,
466
+ .ui-body-d textarea,
467
+ .ui-body-d button {
468
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
469
+ }
470
+ .ui-body-d .ui-link-inherit {
471
+ color: #333333 /*{d-body-color}*/;
472
+ }
473
+ .ui-body-d .ui-link {
474
+ color: #2489CE /*{d-body-link-color}*/;
475
+ font-weight: bold;
476
+ }
477
+ .ui-body-d .ui-link:hover {
478
+ color: #2489CE /*{d-body-link-hover}*/;
479
+ }
480
+ .ui-body-d .ui-link:active {
481
+ color: #2489CE /*{d-body-link-active}*/;
482
+ }
483
+ .ui-body-d .ui-link:visited {
484
+ color: #2489CE /*{d-body-link-visited}*/;
485
+ }
486
+ .ui-btn-up-d {
487
+ border: 1px solid #bbb /*{d-bup-border}*/;
488
+ background: #fff /*{d-bup-background-color}*/;
489
+ font-weight: bold;
490
+ color: #333 /*{d-bup-color}*/;
491
+ text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #fff /*{d-bup-shadow-color}*/;
492
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #fafafa), to( #f6f6f6 /*{d-bup-background-end}*/)); /* Saf4+, Chrome */
493
+ background-image: -webkit-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
494
+ background-image: -moz-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* FF3.6 */
495
+ background-image: -ms-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* IE10 */
496
+ background-image: -o-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* Opera 11.10+ */
497
+ background-image: linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/);
498
+ }
499
+ .ui-btn-up-d a.ui-link-inherit {
500
+ color: #333 /*{d-bup-color}*/;
501
+ }
502
+ .ui-btn-hover-d {
503
+ border: 1px solid #aaa /*{d-bhover-border}*/;
504
+ background: #eeeeee /*{d-bhover-background-color}*/;
505
+ font-weight: bold;
506
+ color: #333 /*{d-bhover-color}*/;
507
+ cursor: pointer;
508
+ text-shadow: 0 /*{d-bhover-shadow-x}*/ 1px /*{d-bhover-shadow-y}*/ 0 /*{d-bhover-shadow-radius}*/ #fff /*{d-bhover-shadow-color}*/;
509
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #eee), to( #fff /*{d-bhover-background-end}*/)); /* Saf4+, Chrome */
510
+ background-image: -webkit-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
511
+ background-image: -moz-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* FF3.6 */
512
+ background-image: -ms-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* IE10 */
513
+ background-image: -o-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* Opera 11.10+ */
514
+ background-image: linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/);
515
+ }
516
+ .ui-btn-hover-d a.ui-link-inherit {
517
+ color: #333 /*{d-bhover-color}*/;
518
+ }
519
+ .ui-btn-down-d {
520
+ border: 1px solid #aaa /*{d-bdown-border}*/;
521
+ background: #eee /*{d-bdown-background-color}*/;
522
+ font-weight: bold;
523
+ color: #333 /*{d-bdown-color}*/;
524
+ text-shadow: 0 /*{d-bdown-shadow-x}*/ 1px /*{d-bdown-shadow-y}*/ 0 /*{d-bdown-shadow-radius}*/ #ffffff /*{d-bdown-shadow-color}*/;
525
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #e5e5e5 /*{d-bdown-background-start}*/), to( #f2f2f2 /*{d-bdown-background-end}*/)); /* Saf4+, Chrome */
526
+ background-image: -webkit-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
527
+ background-image: -moz-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* FF3.6 */
528
+ background-image: -ms-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* IE10 */
529
+ background-image: -o-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* Opera 11.10+ */
530
+ background-image: linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/);
531
+ }
532
+ .ui-btn-down-d a.ui-link-inherit {
533
+ color: #333 /*{d-bdown-color}*/;
534
+ }
535
+ .ui-btn-up-d,
536
+ .ui-btn-hover-d,
537
+ .ui-btn-down-d {
538
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
539
+ text-decoration: none;
540
+ }
541
+ /* E
542
+ -----------------------------------------------------------------------------------------------------------*/
543
+ .ui-bar-e {
544
+ border: 1px solid #F7C942 /*{e-bar-border}*/;
545
+ background: #fadb4e /*{e-bar-background-color}*/;
546
+ color: #333 /*{e-bar-color}*/;
547
+ text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #fff /*{e-bar-shadow-color}*/;
548
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #fceda7 /*{e-bar-background-start}*/), to( #fbef7e /*{e-bar-background-end}*/)); /* Saf4+, Chrome */
549
+ background-image: -webkit-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
550
+ background-image: -moz-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* FF3.6 */
551
+ background-image: -ms-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* IE10 */
552
+ background-image: -o-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* Opera 11.10+ */
553
+ background-image: linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/);
554
+ }
555
+ .ui-bar-e,
556
+ .ui-bar-e input,
557
+ .ui-bar-e select,
558
+ .ui-bar-e textarea,
559
+ .ui-bar-e button {
560
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
561
+ }
562
+ .ui-bar-e .ui-link-inherit {
563
+ color: #333333 /*{e-bar-color}*/;
564
+ }
565
+ .ui-bar-e .ui-link {
566
+ color: #2489CE /*{e-bar-link-color}*/;
567
+ font-weight: bold;
568
+ }
569
+ .ui-bar-e .ui-link:hover {
570
+ color: #2489CE /*{e-bar-link-hover}*/;
571
+ }
572
+ .ui-bar-e .ui-link:active {
573
+ color: #2489CE /*{e-bar-link-active}*/;
574
+ }
575
+ .ui-bar-e .ui-link:visited {
576
+ color: #2489CE /*{e-bar-link-visited}*/;
577
+ }
578
+ .ui-body-e,
579
+ .ui-overlay-e {
580
+ border: 1px solid #F7C942 /*{e-body-border}*/;
581
+ color: #222222 /*{e-body-color}*/;
582
+ text-shadow: 0 /*{e-body-shadow-x}*/ 1px /*{e-body-shadow-y}*/ 0 /*{e-body-shadow-radius}*/ #fff /*{e-body-shadow-color}*/;
583
+ background: #fff9df /*{e-body-background-color}*/;
584
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #fffadf /*{e-body-background-start}*/), to( #fff3a5 /*{e-body-background-end}*/)); /* Saf4+, Chrome */
585
+ background-image: -webkit-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
586
+ background-image: -moz-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* FF3.6 */
587
+ background-image: -ms-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* IE10 */
588
+ background-image: -o-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* Opera 11.10+ */
589
+ background-image: linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/);
590
+ }
591
+ .ui-overlay-e {
592
+ background-image: none;
593
+ border-width: 0;
594
+ }
595
+ .ui-body-e,
596
+ .ui-body-e input,
597
+ .ui-body-e select,
598
+ .ui-body-e textarea,
599
+ .ui-body-e button {
600
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
601
+ }
602
+ .ui-body-e .ui-link-inherit {
603
+ color: #333333 /*{e-body-color}*/;
604
+ }
605
+ .ui-body-e .ui-link {
606
+ color: #2489CE /*{e-body-link-color}*/;
607
+ font-weight: bold;
608
+ }
609
+ .ui-body-e .ui-link:hover {
610
+ color: #2489CE /*{e-body-link-hover}*/;
611
+ }
612
+ .ui-body-e .ui-link:active {
613
+ color: #2489CE /*{e-body-link-active}*/;
614
+ }
615
+ .ui-body-e .ui-link:visited {
616
+ color: #2489CE /*{e-body-link-visited}*/;
617
+ }
618
+ .ui-btn-up-e {
619
+ border: 1px solid #F4C63f /*{e-bup-border}*/;
620
+ background: #fadb4e /*{e-bup-background-color}*/;
621
+ font-weight: bold;
622
+ color: #222 /*{e-bup-color}*/;
623
+ text-shadow: 0 /*{e-bup-shadow-x}*/ 1px /*{e-bup-shadow-y}*/ 0 /*{e-bup-shadow-radius}*/ #fff /*{e-bup-shadow-color}*/;
624
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #ffefaa /*{e-bup-background-start}*/), to( #ffe155 /*{e-bup-background-end}*/)); /* Saf4+, Chrome */
625
+ background-image: -webkit-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
626
+ background-image: -moz-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* FF3.6 */
627
+ background-image: -ms-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* IE10 */
628
+ background-image: -o-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* Opera 11.10+ */
629
+ background-image: linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/);
630
+ }
631
+ .ui-btn-up-e a.ui-link-inherit {
632
+ color: #222 /*{e-bup-color}*/;
633
+ }
634
+ .ui-btn-hover-e {
635
+ border: 1px solid #F2C43d /*{e-bhover-border}*/;
636
+ background: #fbe26f /*{e-bhover-background-color}*/;
637
+ font-weight: bold;
638
+ color: #111 /*{e-bhover-color}*/;
639
+ text-shadow: 0 /*{e-bhover-shadow-x}*/ 1px /*{e-bhover-shadow-y}*/ 0 /*{e-bhover-shadow-radius}*/ #fff /*{e-bhover-shadow-color}*/;
640
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #fff5ba /*{e-bhover-background-start}*/), to( #fbdd52 /*{e-bhover-background-end}*/)); /* Saf4+, Chrome */
641
+ background-image: -webkit-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
642
+ background-image: -moz-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* FF3.6 */
643
+ background-image: -ms-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* IE10 */
644
+ background-image: -o-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* Opera 11.10+ */
645
+ background-image: linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/);
646
+ }
647
+ .ui-btn-hover-e a.ui-link-inherit {
648
+ color: #333 /*{e-bhover-color}*/;
649
+ }
650
+ .ui-btn-down-e {
651
+ border: 1px solid #F2C43d /*{e-bdown-border}*/;
652
+ background: #fceda7 /*{e-bdown-background-color}*/;
653
+ font-weight: bold;
654
+ color: #111 /*{e-bdown-color}*/;
655
+ text-shadow: 0 /*{e-bdown-shadow-x}*/ 1px /*{e-bdown-shadow-y}*/ 0 /*{e-bdown-shadow-radius}*/ #ffffff /*{e-bdown-shadow-color}*/;
656
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #f8d94c /*{e-bdown-background-start}*/), to( #fadb4e /*{e-bdown-background-end}*/)); /* Saf4+, Chrome */
657
+ background-image: -webkit-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
658
+ background-image: -moz-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* FF3.6 */
659
+ background-image: -ms-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* IE10 */
660
+ background-image: -o-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* Opera 11.10+ */
661
+ background-image: linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/);
662
+ }
663
+ .ui-btn-down-e a.ui-link-inherit {
664
+ color: #333 /*{e-bdown-color}*/;
665
+ }
666
+ .ui-btn-up-e,
667
+ .ui-btn-hover-e,
668
+ .ui-btn-down-e {
669
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
670
+ text-decoration: none;
671
+ }
672
+ /* Structure */
673
+ /* links within "buttons"
674
+ -----------------------------------------------------------------------------------------------------------*/
675
+ a.ui-link-inherit {
676
+ text-decoration: none !important;
677
+ }
678
+ /* Active class used as the "on" state across all themes
679
+ -----------------------------------------------------------------------------------------------------------*/
680
+ .ui-btn-active {
681
+ border: 1px solid #2373a5 /*{global-active-border}*/;
682
+ background: #5393c5 /*{global-active-background-color}*/;
683
+ font-weight: bold;
684
+ color: #fff /*{global-active-color}*/;
685
+ cursor: pointer;
686
+ text-shadow: 0 /*{global-active-shadow-x}*/ 1px /*{global-active-shadow-y}*/ 1px /*{global-active-shadow-radius}*/ #3373a5 /*{global-active-shadow-color}*/;
687
+ text-decoration: none;
688
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #5393c5 /*{global-active-background-start}*/), to( #6facd5 /*{global-active-background-end}*/)); /* Saf4+, Chrome */
689
+ background-image: -webkit-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
690
+ background-image: -moz-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* FF3.6 */
691
+ background-image: -ms-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* IE10 */
692
+ background-image: -o-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* Opera 11.10+ */
693
+ background-image: linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/);
694
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
695
+ }
696
+ .ui-btn-active a.ui-link-inherit {
697
+ color: #fff /*{global-active-color}*/;
698
+ }
699
+ /* button inner top highlight
700
+ -----------------------------------------------------------------------------------------------------------*/
701
+ .ui-btn-inner {
702
+ border-top: 1px solid #fff;
703
+ border-color: rgba(255,255,255,.3);
704
+ }
705
+ /* corner rounding classes
706
+ -----------------------------------------------------------------------------------------------------------*/
707
+ .ui-corner-tl {
708
+ -moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
709
+ -webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
710
+ border-top-left-radius: .6em /*{global-radii-blocks}*/;
711
+ }
712
+ .ui-corner-tr {
713
+ -moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
714
+ -webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
715
+ border-top-right-radius: .6em /*{global-radii-blocks}*/;
716
+ }
717
+ .ui-corner-bl {
718
+ -moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
719
+ -webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
720
+ border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
721
+ }
722
+ .ui-corner-br {
723
+ -moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
724
+ -webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
725
+ border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
726
+ }
727
+ .ui-corner-top {
728
+ -moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
729
+ -webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
730
+ border-top-left-radius: .6em /*{global-radii-blocks}*/;
731
+ -moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
732
+ -webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
733
+ border-top-right-radius: .6em /*{global-radii-blocks}*/;
734
+ }
735
+ .ui-corner-bottom {
736
+ -moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
737
+ -webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
738
+ border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
739
+ -moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
740
+ -webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
741
+ border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
742
+ }
743
+ .ui-corner-right {
744
+ -moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
745
+ -webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
746
+ border-top-right-radius: .6em /*{global-radii-blocks}*/;
747
+ -moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
748
+ -webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
749
+ border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
750
+ }
751
+ .ui-corner-left {
752
+ -moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
753
+ -webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
754
+ border-top-left-radius: .6em /*{global-radii-blocks}*/;
755
+ -moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
756
+ -webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
757
+ border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
758
+ }
759
+ .ui-corner-all {
760
+ -moz-border-radius: .6em /*{global-radii-blocks}*/;
761
+ -webkit-border-radius: .6em /*{global-radii-blocks}*/;
762
+ border-radius: .6em /*{global-radii-blocks}*/;
763
+ }
764
+ .ui-corner-none {
765
+ -moz-border-radius: 0;
766
+ -webkit-border-radius: 0;
767
+ border-radius: 0;
768
+ }
769
+ /* Form field separator
770
+ -----------------------------------------------------------------------------------------------------------*/
771
+ .ui-br {
772
+ border-bottom: rgb(130,130,130);
773
+ border-bottom: rgba(130,130,130,.3);
774
+ border-bottom-width: 1px;
775
+ border-bottom-style: solid;
776
+ }
777
+ /* Interaction cues
778
+ -----------------------------------------------------------------------------------------------------------*/
779
+ .ui-disabled {
780
+ opacity: .3;
781
+ }
782
+ .ui-disabled,
783
+ .ui-disabled a {
784
+ cursor: default !important;
785
+ pointer-events: none;
786
+ }
787
+ .ui-disabled .ui-btn-text {
788
+ -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
789
+ filter: alpha(opacity=30);
790
+ zoom: 1;
791
+ }
792
+ /* Icons
793
+ -----------------------------------------------------------------------------------------------------------*/
794
+ .ui-icon,
795
+ .ui-icon-searchfield:after {
796
+ background: #666 /*{global-icon-color}*/;
797
+ background: rgba(0,0,0,.4) /*{global-icon-disc}*/;
798
+ background-image: url(images/icons-18-white.png) /*{global-icon-set}*/;
799
+ background-repeat: no-repeat;
800
+ -moz-border-radius: 9px;
801
+ -webkit-border-radius: 9px;
802
+ border-radius: 9px;
803
+ }
804
+ /* Alt icon color
805
+ -----------------------------------------------------------------------------------------------------------*/
806
+ .ui-icon-alt {
807
+ background: #fff;
808
+ background: rgba(255,255,255,.3);
809
+ background-image: url(images/icons-18-black.png);
810
+ background-repeat: no-repeat;
811
+ }
812
+ /* HD/"retina" sprite
813
+ -----------------------------------------------------------------------------------------------------------*/
814
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
815
+ only screen and (min--moz-device-pixel-ratio: 1.5),
816
+ only screen and (min-resolution: 240dpi) {
817
+
818
+ .ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
819
+ .ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
820
+ .ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
821
+ .ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after,
822
+ .ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
823
+ background-image: url(images/icons-36-white.png);
824
+ -moz-background-size: 776px 18px;
825
+ -o-background-size: 776px 18px;
826
+ -webkit-background-size: 776px 18px;
827
+ background-size: 776px 18px;
828
+ }
829
+ .ui-icon-alt {
830
+ background-image: url(images/icons-36-black.png);
831
+ }
832
+ }
833
+ /* plus minus */
834
+ .ui-icon-plus {
835
+ background-position: -0 50%;
836
+ }
837
+ .ui-icon-minus {
838
+ background-position: -36px 50%;
839
+ }
840
+ /* delete/close */
841
+ .ui-icon-delete {
842
+ background-position: -72px 50%;
843
+ }
844
+ /* arrows */
845
+ .ui-icon-arrow-r {
846
+ background-position: -108px 50%;
847
+ }
848
+ .ui-icon-arrow-l {
849
+ background-position: -144px 50%;
850
+ }
851
+ .ui-icon-arrow-u {
852
+ background-position: -180px 50%;
853
+ }
854
+ .ui-icon-arrow-d {
855
+ background-position: -216px 50%;
856
+ }
857
+ /* misc */
858
+ .ui-icon-check {
859
+ background-position: -252px 50%;
860
+ }
861
+ .ui-icon-gear {
862
+ background-position: -288px 50%;
863
+ }
864
+ .ui-icon-refresh {
865
+ background-position: -324px 50%;
866
+ }
867
+ .ui-icon-forward {
868
+ background-position: -360px 50%;
869
+ }
870
+ .ui-icon-back {
871
+ background-position: -396px 50%;
872
+ }
873
+ .ui-icon-grid {
874
+ background-position: -432px 50%;
875
+ }
876
+ .ui-icon-star {
877
+ background-position: -468px 50%;
878
+ }
879
+ .ui-icon-alert {
880
+ background-position: -504px 50%;
881
+ }
882
+ .ui-icon-info {
883
+ background-position: -540px 50%;
884
+ }
885
+ .ui-icon-home {
886
+ background-position: -576px 50%;
887
+ }
888
+ .ui-icon-search,
889
+ .ui-icon-searchfield:after {
890
+ background-position: -612px 50%;
891
+ }
892
+ .ui-icon-checkbox-off {
893
+ background-position: -684px 50%;
894
+ }
895
+ .ui-icon-checkbox-on {
896
+ background-position: -648px 50%;
897
+ }
898
+ .ui-icon-radio-off {
899
+ background-position: -756px 50%;
900
+ }
901
+ .ui-icon-radio-on {
902
+ background-position: -720px 50%;
903
+ }
904
+ /* checks,radios */
905
+ .ui-checkbox .ui-icon {
906
+ -moz-border-radius: 3px;
907
+ -webkit-border-radius: 3px;
908
+ border-radius: 3px;
909
+ }
910
+ .ui-icon-checkbox-off,
911
+ .ui-icon-radio-off {
912
+ background-color: transparent;
913
+ }
914
+ .ui-checkbox-on .ui-icon,
915
+ .ui-radio-on .ui-icon {
916
+ background-color: #4596ce /*{global-active-background-color}*/; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
917
+ }
918
+ /* loading icon */
919
+ .ui-icon-loading {
920
+ background: url(images/ajax-loader.gif);
921
+ background-size: 46px 46px;
922
+ }
923
+ /* Button corner classes
924
+ -----------------------------------------------------------------------------------------------------------*/
925
+ .ui-btn-corner-tl {
926
+ -moz-border-radius-topleft: 1em /*{global-radii-buttons}*/;
927
+ -webkit-border-top-left-radius: 1em /*{global-radii-buttons}*/;
928
+ border-top-left-radius: 1em /*{global-radii-buttons}*/;
929
+ }
930
+ .ui-btn-corner-tr {
931
+ -moz-border-radius-topright: 1em /*{global-radii-buttons}*/;
932
+ -webkit-border-top-right-radius: 1em /*{global-radii-buttons}*/;
933
+ border-top-right-radius: 1em /*{global-radii-buttons}*/;
934
+ }
935
+ .ui-btn-corner-bl {
936
+ -moz-border-radius-bottomleft: 1em /*{global-radii-buttons}*/;
937
+ -webkit-border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
938
+ border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
939
+ }
940
+ .ui-btn-corner-br {
941
+ -moz-border-radius-bottomright: 1em /*{global-radii-buttons}*/;
942
+ -webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
943
+ border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
944
+ }
945
+ .ui-btn-corner-top {
946
+ -moz-border-radius-topleft: 1em /*{global-radii-buttons}*/;
947
+ -webkit-border-top-left-radius: 1em /*{global-radii-buttons}*/;
948
+ border-top-left-radius: 1em /*{global-radii-buttons}*/;
949
+ -moz-border-radius-topright: 1em /*{global-radii-buttons}*/;
950
+ -webkit-border-top-right-radius: 1em /*{global-radii-buttons}*/;
951
+ border-top-right-radius: 1em /*{global-radii-buttons}*/;
952
+ }
953
+ .ui-btn-corner-bottom {
954
+ -moz-border-radius-bottomleft: 1em /*{global-radii-buttons}*/;
955
+ -webkit-border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
956
+ border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
957
+ -moz-border-radius-bottomright: 1em /*{global-radii-buttons}*/;
958
+ -webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
959
+ border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
960
+ }
961
+ .ui-btn-corner-right {
962
+ -moz-border-radius-topright: 1em /*{global-radii-buttons}*/;
963
+ -webkit-border-top-right-radius: 1em /*{global-radii-buttons}*/;
964
+ border-top-right-radius: 1em /*{global-radii-buttons}*/;
965
+ -moz-border-radius-bottomright: 1em /*{global-radii-buttons}*/;
966
+ -webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
967
+ border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
968
+ }
969
+ .ui-btn-corner-left {
970
+ -moz-border-radius-topleft: 1em /*{global-radii-buttons}*/;
971
+ -webkit-border-top-left-radius: 1em /*{global-radii-buttons}*/;
972
+ border-top-left-radius: 1em /*{global-radii-buttons}*/;
973
+ -moz-border-radius-bottomleft: 1em /*{global-radii-buttons}*/;
974
+ -webkit-border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
975
+ border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
976
+ }
977
+ .ui-btn-corner-all {
978
+ -moz-border-radius: 1em /*{global-radii-buttons}*/;
979
+ -webkit-border-radius: 1em /*{global-radii-buttons}*/;
980
+ border-radius: 1em /*{global-radii-buttons}*/;
981
+ }
982
+ /* radius clip workaround for cleaning up corner trapping */
983
+ .ui-corner-tl,
984
+ .ui-corner-tr,
985
+ .ui-corner-bl,
986
+ .ui-corner-br,
987
+ .ui-corner-top,
988
+ .ui-corner-bottom,
989
+ .ui-corner-right,
990
+ .ui-corner-left,
991
+ .ui-corner-all,
992
+ .ui-btn-corner-tl,
993
+ .ui-btn-corner-tr,
994
+ .ui-btn-corner-bl,
995
+ .ui-btn-corner-br,
996
+ .ui-btn-corner-top,
997
+ .ui-btn-corner-bottom,
998
+ .ui-btn-corner-right,
999
+ .ui-btn-corner-left,
1000
+ .ui-btn-corner-all {
1001
+ -webkit-background-clip: padding-box;
1002
+ -moz-background-clip: padding;
1003
+ background-clip: padding-box;
1004
+ }
1005
+ /* Overlay / modal
1006
+ -----------------------------------------------------------------------------------------------------------*/
1007
+ .ui-overlay {
1008
+ background: #666;
1009
+ opacity: .5;
1010
+ filter: Alpha(Opacity=50);
1011
+ position: absolute;
1012
+ width: 100%;
1013
+ height: 100%;
1014
+ }
1015
+ .ui-overlay-shadow {
1016
+ -moz-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
1017
+ -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
1018
+ box-shadow: 0px 0px 12px rgba(0,0,0,.6);
1019
+ }
1020
+ .ui-shadow {
1021
+ -moz-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
1022
+ -webkit-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
1023
+ box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
1024
+ }
1025
+ .ui-bar-a .ui-shadow,
1026
+ .ui-bar-b .ui-shadow ,
1027
+ .ui-bar-c .ui-shadow {
1028
+ -moz-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
1029
+ -webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
1030
+ box-shadow: 0px 1px 0 rgba(255,255,255,.3);
1031
+ }
1032
+ .ui-shadow-inset {
1033
+ -moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
1034
+ -webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
1035
+ box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
1036
+ }
1037
+ .ui-icon-shadow {
1038
+ -moz-box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
1039
+ -webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
1040
+ box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
1041
+ }
1042
+ /* Focus state - set here for specificity (note: these classes are added by JavaScript)
1043
+ -----------------------------------------------------------------------------------------------------------*/
1044
+ .ui-btn:focus {
1045
+ outline: 0;
1046
+ }
1047
+ .ui-focus,
1048
+ .ui-btn:focus {
1049
+ -moz-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
1050
+ -webkit-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
1051
+ box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
1052
+ }
1053
+ /* unset box shadow in browsers that don't do it right
1054
+ -----------------------------------------------------------------------------------------------------------*/
1055
+ .ui-mobile-nosupport-boxshadow * {
1056
+ -moz-box-shadow: none !important;
1057
+ -webkit-box-shadow: none !important;
1058
+ box-shadow: none !important;
1059
+ }
1060
+ /* ...and bring back focus */
1061
+ .ui-mobile-nosupport-boxshadow .ui-focus,
1062
+ .ui-mobile-nosupport-boxshadow .ui-btn:focus {
1063
+ outline-width: 1px;
1064
+ outline-style: dotted;
1065
+ }
1066
+ /* some unsets - more probably needed */
1067
+ .ui-mobile, .ui-mobile body { height: 99.9%; }
1068
+ .ui-mobile fieldset, .ui-page { padding: 0; margin: 0; }
1069
+ .ui-mobile a img, .ui-mobile fieldset { border-width: 0; }
1070
+ /* responsive page widths */
1071
+ .ui-mobile-viewport { margin: 0; overflow-x: visible; -webkit-text-size-adjust: none; -ms-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
1072
+ /* Issue #2066 */
1073
+ body.ui-mobile-viewport,
1074
+ div.ui-mobile-viewport { overflow-x: hidden; }
1075
+ /* "page" containers - full-screen views, one should always be in view post-pageload */
1076
+ .ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page { top: 0; left: 0; width: 100%; min-height: 100%; position: absolute; display: none; border: 0; }
1077
+ .ui-mobile .ui-page-active { display: block; overflow: visible; }
1078
+ /* on ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */
1079
+ .ui-page { outline: none; }
1080
+ /*orientations from js are available */
1081
+ @media screen and (orientation: portrait){
1082
+ .ui-mobile, .ui-mobile .ui-page { min-height: 420px; }
1083
+ }
1084
+ @media screen and (orientation: landscape){
1085
+ .ui-mobile, .ui-mobile .ui-page { min-height: 300px; }
1086
+ }
1087
+ /* loading screen */
1088
+ .ui-loading .ui-loader { display: block; }
1089
+ .ui-loader { display: none; z-index: 9999999; position: fixed; top: 50%; box-shadow: 0 1px 1px -1px #fff; left: 50%; border:0; }
1090
+ .ui-loader-default { background: none; opacity: .18; width: 46px; height: 46px; margin-left: -23px; margin-top: -23px; }
1091
+ .ui-loader-verbose { width: 200px; opacity: .88; height: auto; margin-left: -110px; margin-top: -43px; padding: 10px; }
1092
+ .ui-loader-default h1 { font-size: 0; width: 0; height: 0; overflow: hidden; }
1093
+ .ui-loader-verbose h1 { font-size: 16px; margin: 0; text-align: center; }
1094
+ .ui-loader .ui-icon { background-color: #000; display: block; margin: 0; width: 44px; height: 44px; padding: 1px; -webkit-border-radius: 36px; -moz-border-radius: 36px; border-radius: 36px; }
1095
+ .ui-loader-verbose .ui-icon { margin: 0 auto 10px; opacity: .75; }
1096
+ .ui-loader-textonly { padding: 15px; margin-left: -115px; }
1097
+ .ui-loader-textonly .ui-icon { display: none; }
1098
+ .ui-loader-fakefix { position: absolute; }
1099
+ /*fouc*/
1100
+ .ui-mobile-rendering > * { visibility: hidden; }
1101
+ /*headers, content panels*/
1102
+ .ui-bar, .ui-body { position: relative; padding: .4em 15px; overflow: hidden; display: block; clear:both; }
1103
+ .ui-bar { font-size: 16px; margin: 0; }
1104
+ .ui-bar h1, .ui-bar h2, .ui-bar h3, .ui-bar h4, .ui-bar h5, .ui-bar h6 { margin: 0; padding: 0; font-size: 16px; display: inline-block; }
1105
+ .ui-header, .ui-footer { position: relative; border-left-width: 0; border-right-width: 0; }
1106
+ .ui-header .ui-btn-left,
1107
+ .ui-header .ui-btn-right,
1108
+ .ui-footer .ui-btn-left,
1109
+ .ui-footer .ui-btn-right { position: absolute; top: 3px; }
1110
+ .ui-header .ui-btn-left,
1111
+ .ui-footer .ui-btn-left { left: 5px; }
1112
+ .ui-header .ui-btn-right,
1113
+ .ui-footer .ui-btn-right { right: 5px; }
1114
+ .ui-footer .ui-btn-icon-notext,
1115
+ .ui-header .ui-btn-icon-notext { top: 6px; }
1116
+ .ui-header .ui-title, .ui-footer .ui-title { min-height: 1.1em; text-align: center; font-size: 16px; display: block; margin: .6em 30% .8em; padding: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; }
1117
+ .ui-footer .ui-title { margin: .6em 15px .8em; }
1118
+ /*content area*/
1119
+ .ui-content { border-width: 0; overflow: visible; overflow-x: hidden; padding: 15px; }
1120
+ /* icons sizing */
1121
+ .ui-icon { width: 18px; height: 18px; }
1122
+ /* non-js content hiding */
1123
+ .ui-nojs { position: absolute; left: -9999px; }
1124
+ /* accessible content hiding */
1125
+ .ui-hide-label label,
1126
+ .ui-hidden-accessible { position: absolute !important; left: -9999px; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
1127
+ /* Transitions originally inspired by those from jQtouch, nice work, folks */
1128
+ .ui-mobile-viewport-transitioning,
1129
+ .ui-mobile-viewport-transitioning .ui-page {
1130
+ width: 100%;
1131
+ height: 100%;
1132
+ overflow: hidden;
1133
+ }
1134
+ .in {
1135
+ -webkit-animation-timing-function: ease-out;
1136
+ -webkit-animation-duration: 350ms;
1137
+ -moz-animation-timing-function: ease-out;
1138
+ -moz-animation-duration: 350ms;
1139
+ }
1140
+ .out {
1141
+ -webkit-animation-timing-function: ease-in;
1142
+ -webkit-animation-duration: 225ms;
1143
+ -moz-animation-timing-function: ease-in;
1144
+ -moz-animation-duration: 225;
1145
+ }
1146
+ @-webkit-keyframes fadein {
1147
+ from { opacity: 0; }
1148
+ to { opacity: 1; }
1149
+ }
1150
+ @-moz-keyframes fadein {
1151
+ from { opacity: 0; }
1152
+ to { opacity: 1; }
1153
+ }
1154
+ @-webkit-keyframes fadeout {
1155
+ from { opacity: 1; }
1156
+ to { opacity: 0; }
1157
+ }
1158
+ @-moz-keyframes fadeout {
1159
+ from { opacity: 1; }
1160
+ to { opacity: 0; }
1161
+ }
1162
+ .fade.out {
1163
+ opacity: 0;
1164
+ -webkit-animation-duration: 125ms;
1165
+ -webkit-animation-name: fadeout;
1166
+ -moz-animation-duration: 125ms;
1167
+ -moz-animation-name: fadeout;
1168
+ }
1169
+ .fade.in {
1170
+ opacity: 1;
1171
+ -webkit-animation-duration: 225ms;
1172
+ -webkit-animation-name: fadein;
1173
+ -moz-animation-duration: 225ms;
1174
+ -moz-animation-name: fadein;
1175
+ }
1176
+ .pop {
1177
+ -webkit-transform-origin: 50% 50%;
1178
+ -moz-transform-origin: 50% 50%;
1179
+ }
1180
+ .pop.in {
1181
+ -webkit-transform: scale(1);
1182
+ -moz-transform: scale(1);
1183
+ opacity: 1;
1184
+ -webkit-animation-name: popin;
1185
+ -moz-animation-name: popin;
1186
+ -webkit-animation-duration: 350ms;
1187
+ -moz-animation-duration: 350ms;
1188
+ }
1189
+ .pop.out {
1190
+ -webkit-animation-name: fadeout;
1191
+ -moz-animation-name: fadeout;
1192
+ opacity: 0;
1193
+ -webkit-animation-duration: 100ms;
1194
+ -moz-animation-duration: 100ms;
1195
+ }
1196
+ .pop.in.reverse {
1197
+ -webkit-animation-name: fadein;
1198
+ -moz-animation-name: fadein;
1199
+ }
1200
+ .pop.out.reverse {
1201
+ -webkit-transform: scale(.8);
1202
+ -moz-transform: scale(.8);
1203
+ -webkit-animation-name: popout;
1204
+ -moz-animation-name: popout;
1205
+ }
1206
+ @-webkit-keyframes popin {
1207
+ from {
1208
+ -webkit-transform: scale(.8);
1209
+ opacity: 0;
1210
+ }
1211
+ to {
1212
+ -webkit-transform: scale(1);
1213
+ opacity: 1;
1214
+ }
1215
+ }
1216
+ @-moz-keyframes popin {
1217
+ from {
1218
+ -moz-transform: scale(.8);
1219
+ opacity: 0;
1220
+ }
1221
+ to {
1222
+ -moz-transform: scale(1);
1223
+ opacity: 1;
1224
+ }
1225
+ }
1226
+ @-webkit-keyframes popout {
1227
+ from {
1228
+ -webkit-transform: scale(1);
1229
+ opacity: 1;
1230
+ }
1231
+ to {
1232
+ -webkit-transform: scale(.8);
1233
+ opacity: 0;
1234
+ }
1235
+ }
1236
+ @-moz-keyframes popout {
1237
+ from {
1238
+ -moz-transform: scale(1);
1239
+ opacity: 1;
1240
+ }
1241
+ to {
1242
+ -moz-transform: scale(.8);
1243
+ opacity: 0;
1244
+ }
1245
+ }
1246
+ /* keyframes for slidein from sides */
1247
+ @-webkit-keyframes slideinfromright {
1248
+ from { -webkit-transform: translateX(100%); }
1249
+ to { -webkit-transform: translateX(0); }
1250
+ }
1251
+ @-moz-keyframes slideinfromright {
1252
+ from { -moz-transform: translateX(100%); }
1253
+ to { -moz-transform: translateX(0); }
1254
+ }
1255
+ @-webkit-keyframes slideinfromleft {
1256
+ from { -webkit-transform: translateX(-100%); }
1257
+ to { -webkit-transform: translateX(0); }
1258
+ }
1259
+ @-moz-keyframes slideinfromleft {
1260
+ from { -moz-transform: translateX(-100%); }
1261
+ to { -moz-transform: translateX(0); }
1262
+ }
1263
+ /* keyframes for slideout to sides */
1264
+ @-webkit-keyframes slideouttoleft {
1265
+ from { -webkit-transform: translateX(0); }
1266
+ to { -webkit-transform: translateX(-100%); }
1267
+ }
1268
+ @-moz-keyframes slideouttoleft {
1269
+ from { -moz-transform: translateX(0); }
1270
+ to { -moz-transform: translateX(-100%); }
1271
+ }
1272
+ @-webkit-keyframes slideouttoright {
1273
+ from { -webkit-transform: translateX(0); }
1274
+ to { -webkit-transform: translateX(100%); }
1275
+ }
1276
+ @-moz-keyframes slideouttoright {
1277
+ from { -moz-transform: translateX(0); }
1278
+ to { -moz-transform: translateX(100%); }
1279
+ }
1280
+ .slide.out, .slide.in {
1281
+ -webkit-animation-timing-function: ease-out;
1282
+ -webkit-animation-duration: 350ms;
1283
+ -moz-animation-timing-function: ease-out;
1284
+ -moz-animation-duration: 350ms;
1285
+ }
1286
+ .slide.out {
1287
+ -webkit-transform: translateX(-100%);
1288
+ -webkit-animation-name: slideouttoleft;
1289
+ -moz-transform: translateX(-100%);
1290
+ -moz-animation-name: slideouttoleft;
1291
+ }
1292
+ .slide.in {
1293
+ -webkit-transform: translateX(0);
1294
+ -webkit-animation-name: slideinfromright;
1295
+ -moz-transform: translateX(0);
1296
+ -moz-animation-name: slideinfromright;
1297
+ }
1298
+ .slide.out.reverse {
1299
+ -webkit-transform: translateX(100%);
1300
+ -webkit-animation-name: slideouttoright;
1301
+ -moz-transform: translateX(100%);
1302
+ -moz-animation-name: slideouttoright;
1303
+ }
1304
+ .slide.in.reverse {
1305
+ -webkit-transform: translateX(0);
1306
+ -webkit-animation-name: slideinfromleft;
1307
+ -moz-transform: translateX(0);
1308
+ -moz-animation-name: slideinfromleft;
1309
+ }
1310
+ .slidefade.out {
1311
+ -webkit-transform: translateX(-100%);
1312
+ -webkit-animation-name: slideouttoleft;
1313
+ -moz-transform: translateX(-100%);
1314
+ -moz-animation-name: slideouttoleft;
1315
+ -webkit-animation-duration: 225ms;
1316
+ -moz-animation-duration: 225ms;
1317
+ }
1318
+ .slidefade.in {
1319
+ -webkit-transform: translateX(0);
1320
+ -webkit-animation-name: fadein;
1321
+ -moz-transform: translateX(0);
1322
+ -moz-animation-name: fadein;
1323
+ -webkit-animation-duration: 200ms;
1324
+ -moz-animation-duration: 200ms;
1325
+ }
1326
+ .slidefade.out.reverse {
1327
+ -webkit-transform: translateX(100%);
1328
+ -webkit-animation-name: slideouttoright;
1329
+ -moz-transform: translateX(100%);
1330
+ -moz-animation-name: slideouttoright;
1331
+ -webkit-animation-duration: 200ms;
1332
+ -moz-animation-duration: 200ms;
1333
+ }
1334
+ .slidefade.in.reverse {
1335
+ -webkit-transform: translateX(0);
1336
+ -webkit-animation-name: fadein;
1337
+ -moz-transform: translateX(0);
1338
+ -moz-animation-name: fadein;
1339
+ -webkit-animation-duration: 200ms;
1340
+ -moz-animation-duration: 200ms;
1341
+ }
1342
+ /* slide down */
1343
+ .slidedown.out {
1344
+ -webkit-animation-name: fadeout;
1345
+ -moz-animation-name: fadeout;
1346
+ -webkit-animation-duration: 100ms;
1347
+ -moz-animation-duration: 100ms;
1348
+ }
1349
+ .slidedown.in {
1350
+ -webkit-transform: translateY(0);
1351
+ -webkit-animation-name: slideinfromtop;
1352
+ -moz-transform: translateY(0);
1353
+ -moz-animation-name: slideinfromtop;
1354
+ -webkit-animation-duration: 250ms;
1355
+ -moz-animation-duration: 250ms;
1356
+ }
1357
+ .slidedown.in.reverse {
1358
+ -webkit-animation-name: fadein;
1359
+ -moz-animation-name: fadein;
1360
+ -webkit-animation-duration: 150ms;
1361
+ -moz-animation-duration: 150ms;
1362
+ }
1363
+ .slidedown.out.reverse {
1364
+ -webkit-transform: translateY(-100%);
1365
+ -moz-transform: translateY(-100%);
1366
+ -webkit-animation-name: slideouttotop;
1367
+ -moz-animation-name: slideouttotop;
1368
+ -webkit-animation-duration: 200ms;
1369
+ -moz-animation-duration: 200ms;
1370
+ }
1371
+ @-webkit-keyframes slideinfromtop {
1372
+ from { -webkit-transform: translateY(-100%); }
1373
+ to { -webkit-transform: translateY(0); }
1374
+ }
1375
+ @-moz-keyframes slideinfromtop {
1376
+ from { -moz-transform: translateY(-100%); }
1377
+ to { -moz-transform: translateY(0); }
1378
+ }
1379
+ @-webkit-keyframes slideouttotop {
1380
+ from { -webkit-transform: translateY(0); }
1381
+ to { -webkit-transform: translateY(-100%); }
1382
+ }
1383
+ @-moz-keyframes slideouttotop {
1384
+ from { -moz-transform: translateY(0); }
1385
+ to { -moz-transform: translateY(-100%); }
1386
+ }
1387
+ /* slide up */
1388
+ .slideup.out {
1389
+ -webkit-animation-name: fadeout;
1390
+ -moz-animation-name: fadeout;
1391
+ -webkit-animation-duration: 100ms;
1392
+ -moz-animation-duration: 100ms;
1393
+ }
1394
+ .slideup.in {
1395
+ -webkit-transform: translateY(0);
1396
+ -webkit-animation-name: slideinfrombottom;
1397
+ -moz-transform: translateY(0);
1398
+ -moz-animation-name: slideinfrombottom;
1399
+ -webkit-animation-duration: 250ms;
1400
+ -moz-animation-duration: 250ms;
1401
+ }
1402
+ .slideup.in.reverse {
1403
+ -webkit-animation-name: fadein;
1404
+ -moz-animation-name: fadein;
1405
+ -webkit-animation-duration: 150ms;
1406
+ -moz-animation-duration: 150ms;
1407
+ }
1408
+ .slideup.out.reverse {
1409
+ -webkit-transform: translateY(100%);
1410
+ -moz-transform: translateY(100%);
1411
+ -webkit-animation-name: slideouttobottom;
1412
+ -moz-animation-name: slideouttobottom;
1413
+ -webkit-animation-duration: 200ms;
1414
+ -moz-animation-duration: 200ms;
1415
+ }
1416
+ @-webkit-keyframes slideinfrombottom {
1417
+ from { -webkit-transform: translateY(100%); }
1418
+ to { -webkit-transform: translateY(0); }
1419
+ }
1420
+ @-moz-keyframes slideinfrombottom {
1421
+ from { -moz-transform: translateY(100%); }
1422
+ to { -moz-transform: translateY(0); }
1423
+ }
1424
+ @-webkit-keyframes slideouttobottom {
1425
+ from { -webkit-transform: translateY(0); }
1426
+ to { -webkit-transform: translateY(100%); }
1427
+ }
1428
+ @-moz-keyframes slideouttobottom {
1429
+ from { -moz-transform: translateY(0); }
1430
+ to { -moz-transform: translateY(100%); }
1431
+ }
1432
+ /* The properties in this rule are only necessary for the 'flip' transition.
1433
+ * We need specify the perspective to create a projection matrix. This will add
1434
+ * some depth as the element flips. The depth number represents the distance of
1435
+ * the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate
1436
+ * value.
1437
+ */
1438
+ .viewport-flip {
1439
+ -webkit-perspective: 1000;
1440
+ -moz-perspective: 1000;
1441
+ position: absolute;
1442
+ }
1443
+ .flip {
1444
+ -webkit-backface-visibility:hidden;
1445
+ -webkit-transform:translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
1446
+ -moz-backface-visibility:hidden;
1447
+ -moz-transform:translateX(0);
1448
+ }
1449
+ .flip.out {
1450
+ -webkit-transform: rotateY(-90deg) scale(.9);
1451
+ -webkit-animation-name: flipouttoleft;
1452
+ -webkit-animation-duration: 175ms;
1453
+ -moz-transform: rotateY(-90deg) scale(.9);
1454
+ -moz-animation-name: flipouttoleft;
1455
+ -moz-animation-duration: 175ms;
1456
+ }
1457
+ .flip.in {
1458
+ -webkit-animation-name: flipintoright;
1459
+ -webkit-animation-duration: 225ms;
1460
+ -moz-animation-name: flipintoright;
1461
+ -moz-animation-duration: 225ms;
1462
+ }
1463
+ .flip.out.reverse {
1464
+ -webkit-transform: rotateY(90deg) scale(.9);
1465
+ -webkit-animation-name: flipouttoright;
1466
+ -moz-transform: rotateY(90deg) scale(.9);
1467
+ -moz-animation-name: flipouttoright;
1468
+ }
1469
+ .flip.in.reverse {
1470
+ -webkit-animation-name: flipintoleft;
1471
+ -moz-animation-name: flipintoleft;
1472
+ }
1473
+ @-webkit-keyframes flipouttoleft {
1474
+ from { -webkit-transform: rotateY(0); }
1475
+ to { -webkit-transform: rotateY(-90deg) scale(.9); }
1476
+ }
1477
+ @-moz-keyframes flipouttoleft {
1478
+ from { -moz-transform: rotateY(0); }
1479
+ to { -moz-transform: rotateY(-90deg) scale(.9); }
1480
+ }
1481
+ @-webkit-keyframes flipouttoright {
1482
+ from { -webkit-transform: rotateY(0) ; }
1483
+ to { -webkit-transform: rotateY(90deg) scale(.9); }
1484
+ }
1485
+ @-moz-keyframes flipouttoright {
1486
+ from { -moz-transform: rotateY(0); }
1487
+ to { -moz-transform: rotateY(90deg) scale(.9); }
1488
+ }
1489
+ @-webkit-keyframes flipintoleft {
1490
+ from { -webkit-transform: rotateY(-90deg) scale(.9); }
1491
+ to { -webkit-transform: rotateY(0); }
1492
+ }
1493
+ @-moz-keyframes flipintoleft {
1494
+ from { -moz-transform: rotateY(-90deg) scale(.9); }
1495
+ to { -moz-transform: rotateY(0); }
1496
+ }
1497
+ @-webkit-keyframes flipintoright {
1498
+ from { -webkit-transform: rotateY(90deg) scale(.9); }
1499
+ to { -webkit-transform: rotateY(0); }
1500
+ }
1501
+ @-moz-keyframes flipintoright {
1502
+ from { -moz-transform: rotateY(90deg) scale(.9); }
1503
+ to { -moz-transform: rotateY(0); }
1504
+ }
1505
+ /* The properties in this rule are only necessary for the 'flip' transition.
1506
+ * We need specify the perspective to create a projection matrix. This will add
1507
+ * some depth as the element flips. The depth number represents the distance of
1508
+ * the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate
1509
+ * value.
1510
+ */
1511
+ .viewport-turn {
1512
+ -webkit-perspective: 1000;
1513
+ -moz-perspective: 1000;
1514
+ position: absolute;
1515
+ }
1516
+ .turn {
1517
+ -webkit-backface-visibility:hidden;
1518
+ -webkit-transform:translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
1519
+ -webkit-transform-origin: 0;
1520
+
1521
+ -moz-backface-visibility:hidden;
1522
+ -moz-transform:translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
1523
+ -moz-transform-origin: 0;
1524
+ }
1525
+ .turn.out {
1526
+ -webkit-transform: rotateY(-90deg) scale(.9);
1527
+ -webkit-animation-name: flipouttoleft;
1528
+ -moz-transform: rotateY(-90deg) scale(.9);
1529
+ -moz-animation-name: flipouttoleft;
1530
+ -webkit-animation-duration: 125ms;
1531
+ -moz-animation-duration: 125ms;
1532
+ }
1533
+ .turn.in {
1534
+ -webkit-animation-name: flipintoright;
1535
+ -moz-animation-name: flipintoright;
1536
+ -webkit-animation-duration: 250ms;
1537
+ -moz-animation-duration: 250ms;
1538
+
1539
+ }
1540
+ .turn.out.reverse {
1541
+ -webkit-transform: rotateY(90deg) scale(.9);
1542
+ -webkit-animation-name: flipouttoright;
1543
+ -moz-transform: rotateY(90deg) scale(.9);
1544
+ -moz-animation-name: flipouttoright;
1545
+ }
1546
+ .turn.in.reverse {
1547
+ -webkit-animation-name: flipintoleft;
1548
+ -moz-animation-name: flipintoleft;
1549
+ }
1550
+ @-webkit-keyframes flipouttoleft {
1551
+ from { -webkit-transform: rotateY(0); }
1552
+ to { -webkit-transform: rotateY(-90deg) scale(.9); }
1553
+ }
1554
+ @-moz-keyframes flipouttoleft {
1555
+ from { -moz-transform: rotateY(0); }
1556
+ to { -moz-transform: rotateY(-90deg) scale(.9); }
1557
+ }
1558
+ @-webkit-keyframes flipouttoright {
1559
+ from { -webkit-transform: rotateY(0) ; }
1560
+ to { -webkit-transform: rotateY(90deg) scale(.9); }
1561
+ }
1562
+ @-moz-keyframes flipouttoright {
1563
+ from { -moz-transform: rotateY(0); }
1564
+ to { -moz-transform: rotateY(90deg) scale(.9); }
1565
+ }
1566
+ @-webkit-keyframes flipintoleft {
1567
+ from { -webkit-transform: rotateY(-90deg) scale(.9); }
1568
+ to { -webkit-transform: rotateY(0); }
1569
+ }
1570
+ @-moz-keyframes flipintoleft {
1571
+ from { -moz-transform: rotateY(-90deg) scale(.9); }
1572
+ to { -moz-transform: rotateY(0); }
1573
+ }
1574
+ @-webkit-keyframes flipintoright {
1575
+ from { -webkit-transform: rotateY(90deg) scale(.9); }
1576
+ to { -webkit-transform: rotateY(0); }
1577
+ }
1578
+ @-moz-keyframes flipintoright {
1579
+ from { -moz-transform: rotateY(90deg) scale(.9); }
1580
+ to { -moz-transform: rotateY(0); }
1581
+ }
1582
+ /* flow transition */
1583
+ .flow {
1584
+ -webkit-transform-origin: 50% 30%;
1585
+ -moz-transform-origin: 50% 30%;
1586
+ -webkit-box-shadow: 0 0 20px rgba(0,0,0,.4);
1587
+ -moz-box-shadow: 0 0 20px rgba(0,0,0,.4);
1588
+ }
1589
+ .ui-dialog.flow {
1590
+ -webkit-transform-origin: none;
1591
+ -moz-transform-origin: none;
1592
+ -webkit-box-shadow: none;
1593
+ -moz-box-shadow: none;
1594
+ }
1595
+ .flow.out {
1596
+ -webkit-transform: translateX(-100%) scale(.7);
1597
+ -webkit-animation-name: flowouttoleft;
1598
+ -webkit-animation-timing-function: ease;
1599
+ -webkit-animation-duration: 350ms;
1600
+ -moz-transform: translateX(-100%) scale(.7);
1601
+ -moz-animation-name: flowouttoleft;
1602
+ -moz-animation-timing-function: ease;
1603
+ -moz-animation-duration: 350ms;
1604
+ }
1605
+ .flow.in {
1606
+ -webkit-transform: translateX(0) scale(1);
1607
+ -webkit-animation-name: flowinfromright;
1608
+ -webkit-animation-timing-function: ease;
1609
+ -webkit-animation-duration: 350ms;
1610
+ -moz-transform: translateX(0) scale(1);
1611
+ -moz-animation-name: flowinfromright;
1612
+ -moz-animation-timing-function: ease;
1613
+ -moz-animation-duration: 350ms;
1614
+ }
1615
+ .flow.out.reverse {
1616
+ -webkit-transform: translateX(100%);
1617
+ -webkit-animation-name: flowouttoright;
1618
+ -moz-transform: translateX(100%);
1619
+ -moz-animation-name: flowouttoright;
1620
+ }
1621
+ .flow.in.reverse {
1622
+ -webkit-animation-name: flowinfromleft;
1623
+ -moz-animation-name: flowinfromleft;
1624
+ }
1625
+ @-webkit-keyframes flowouttoleft {
1626
+ 0% { -webkit-transform: translateX(0) scale(1); }
1627
+ 60%, 70% { -webkit-transform: translateX(0) scale(.7); }
1628
+ 100% { -webkit-transform: translateX(-100%) scale(.7); }
1629
+ }
1630
+ @-moz-keyframes flowouttoleft {
1631
+ 0% { -moz-transform: translateX(0) scale(1); }
1632
+ 60%, 70% { -moz-transform: translateX(0) scale(.7); }
1633
+ 100% { -moz-transform: translateX(-100%) scale(.7); }
1634
+ }
1635
+ @-webkit-keyframes flowouttoright {
1636
+ 0% { -webkit-transform: translateX(0) scale(1); }
1637
+ 60%, 70% { -webkit-transform: translateX(0) scale(.7); }
1638
+ 100% { -webkit-transform: translateX(100%) scale(.7); }
1639
+ }
1640
+ @-moz-keyframes flowouttoright {
1641
+ 0% { -moz-transform: translateX(0) scale(1); }
1642
+ 60%, 70% { -moz-transform: translateX(0) scale(.7); }
1643
+ 100% { -moz-transform: translateX(100%) scale(.7); }
1644
+ }
1645
+ @-webkit-keyframes flowinfromleft {
1646
+ 0% { -webkit-transform: translateX(-100%) scale(.7); }
1647
+ 30%, 40% { -webkit-transform: translateX(0) scale(.7); }
1648
+ 100% { -webkit-transform: translateX(0) scale(1); }
1649
+ }
1650
+ @-moz-keyframes flowinfromleft {
1651
+ 0% { -moz-transform: translateX(-100%) scale(.7); }
1652
+ 30%, 40% { -moz-transform: translateX(0) scale(.7); }
1653
+ 100% { -moz-transform: translateX(0) scale(1); }
1654
+ }
1655
+ @-webkit-keyframes flowinfromright {
1656
+ 0% { -webkit-transform: translateX(100%) scale(.7); }
1657
+ 30%, 40% { -webkit-transform: translateX(0) scale(.7); }
1658
+ 100% { -webkit-transform: translateX(0) scale(1); }
1659
+ }
1660
+ @-moz-keyframes flowinfromright {
1661
+ 0% { -moz-transform: translateX(100%) scale(.7); }
1662
+ 30%, 40% { -moz-transform: translateX(0) scale(.7); }
1663
+ 100% { -moz-transform: translateX(0) scale(1); }
1664
+ }
1665
+ /* content configurations. */
1666
+ .ui-grid-a, .ui-grid-b, .ui-grid-c, .ui-grid-d { overflow: hidden; }
1667
+ .ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e { margin: 0; padding: 0; border: 0; float: left; min-height:1px;}
1668
+ /* grid solo: 100 - single item fallback */
1669
+ .ui-grid-solo .ui-block-a { width: 100%; float: none; }
1670
+ /* grid a: 50/50 */
1671
+ .ui-grid-a .ui-block-a, .ui-grid-a .ui-block-b { width: 50%; }
1672
+ .ui-grid-a .ui-block-a { clear: left; }
1673
+ /* grid b: 33/33/33 */
1674
+ .ui-grid-b .ui-block-a, .ui-grid-b .ui-block-b, .ui-grid-b .ui-block-c { width: 33.333%; }
1675
+ .ui-grid-b .ui-block-a { clear: left; }
1676
+ /* grid c: 25/25/25/25 */
1677
+ .ui-grid-c .ui-block-a, .ui-grid-c .ui-block-b, .ui-grid-c .ui-block-c, .ui-grid-c .ui-block-d { width: 25%; }
1678
+ .ui-grid-c .ui-block-a { clear: left; }
1679
+ /* grid d: 20/20/20/20/20 */
1680
+ .ui-grid-d .ui-block-a, .ui-grid-d .ui-block-b, .ui-grid-d .ui-block-c, .ui-grid-d .ui-block-d, .ui-grid-d .ui-block-e { width: 20%; }
1681
+ .ui-grid-d .ui-block-a { clear: left; }
1682
+ /* fixed page header & footer configuration */
1683
+ .ui-header-fixed,
1684
+ .ui-footer-fixed {
1685
+ left: 0;
1686
+ right: 0;
1687
+ width: 100%;
1688
+ position: fixed;
1689
+ z-index: 1000;
1690
+ }
1691
+ .ui-header-fixed {
1692
+ top: 0;
1693
+ }
1694
+ .ui-footer-fixed {
1695
+ bottom: 0;
1696
+ }
1697
+ .ui-header-fullscreen,
1698
+ .ui-footer-fullscreen {
1699
+ opacity: .9;
1700
+ }
1701
+ .ui-page-header-fixed {
1702
+ padding-top: 2.5em;
1703
+ }
1704
+ .ui-page-footer-fixed {
1705
+ padding-bottom: 3em;
1706
+ }
1707
+ .ui-page-header-fullscreen .ui-content,
1708
+ .ui-page-footer-fullscreen .ui-content {
1709
+ padding: 0;
1710
+ }
1711
+ .ui-fixed-hidden {
1712
+ position: absolute;
1713
+ }
1714
+ .ui-page-header-fullscreen .ui-fixed-hidden,
1715
+ .ui-page-footer-fullscreen .ui-fixed-hidden {
1716
+ left: -99999em;
1717
+ }
1718
+ .ui-header-fixed .ui-btn,
1719
+ .ui-footer-fixed .ui-btn {
1720
+ z-index: 10;
1721
+ }
1722
+ .ui-navbar { overflow: hidden; }
1723
+ .ui-navbar ul, .ui-navbar-expanded ul { list-style:none; padding: 0; margin: 0; position: relative; display: block; border: 0;}
1724
+ .ui-navbar-collapsed ul { float: left; width: 75%; margin-right: -2px; }
1725
+ .ui-navbar-collapsed .ui-navbar-toggle { float: left; width: 25%; }
1726
+ .ui-navbar li.ui-navbar-truncate { position: absolute; left: -9999px; top: -9999px; }
1727
+ .ui-navbar li .ui-btn, .ui-navbar .ui-navbar-toggle .ui-btn { display: block; font-size: 12px; text-align: center; margin: 0; border-right-width: 0; max-width: 100%; }
1728
+ .ui-navbar li .ui-btn { margin-right: -1px; }
1729
+ .ui-navbar li .ui-btn:last-child { margin-right: 0; }
1730
+ .ui-header .ui-navbar li .ui-btn, .ui-header .ui-navbar .ui-navbar-toggle .ui-btn,
1731
+ .ui-footer .ui-navbar li .ui-btn, .ui-footer .ui-navbar .ui-navbar-toggle .ui-btn { border-top-width: 0; border-bottom-width: 0; }
1732
+ .ui-navbar .ui-btn-inner { padding-left: 2px; padding-right: 2px; }
1733
+ .ui-navbar-noicons li .ui-btn .ui-btn-inner, .ui-navbar-noicons .ui-navbar-toggle .ui-btn-inner { padding-top: .8em; padding-bottom: .9em; }
1734
+ /*expanded page styles*/
1735
+ .ui-navbar-expanded .ui-btn { margin: 0; font-size: 14px; }
1736
+ .ui-navbar-expanded .ui-btn-inner { padding-left: 5px; padding-right: 5px; }
1737
+ .ui-navbar-expanded .ui-btn-icon-top .ui-btn-inner { padding: 45px 5px 15px; text-align: center; }
1738
+ .ui-navbar-expanded .ui-btn-icon-top .ui-icon { top: 15px; }
1739
+ .ui-navbar-expanded .ui-btn-icon-bottom .ui-btn-inner { padding: 15px 5px 45px; text-align: center; }
1740
+ .ui-navbar-expanded .ui-btn-icon-bottom .ui-icon { bottom: 15px; }
1741
+ .ui-navbar-expanded li .ui-btn .ui-btn-inner { min-height: 2.5em; }
1742
+ .ui-navbar-expanded .ui-navbar-noicons .ui-btn .ui-btn-inner { padding-top: 1.8em; padding-bottom: 1.9em; }
1743
+ .ui-btn { display: block; text-align: center; cursor:pointer; position: relative; margin: .5em 5px; padding: 0; }
1744
+ .ui-mini { margin: .25em 5px; }
1745
+ .ui-btn-inner { padding: .6em 20px; min-width: .75em; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; position: relative; zoom: 1; }
1746
+ .ui-btn input, .ui-btn button { z-index: 2; }
1747
+ .ui-btn-left, .ui-btn-right, .ui-btn-inline { display: inline-block; }
1748
+ .ui-btn-block { display: block; }
1749
+ .ui-header .ui-btn,
1750
+ .ui-footer .ui-btn { display: inline-block; margin: 0; }
1751
+ .ui-header .ui-btn-inner,
1752
+ .ui-footer .ui-btn-inner,
1753
+ .ui-mini .ui-btn-inner { font-size: 12.5px; padding: .55em 11px .5em; }
1754
+ .ui-header .ui-fullsize .ui-btn-inner,
1755
+ .ui-footer .ui-fullsize .ui-btn-inner { font-size: 16px; padding: .6em 25px; }
1756
+ .ui-btn-icon-notext { width: 24px; height: 24px; }
1757
+ .ui-btn-icon-notext .ui-btn-inner { padding: 0; height: 100%; }
1758
+ .ui-btn-icon-notext .ui-btn-inner .ui-icon { margin: 2px 1px 2px 3px; }
1759
+ .ui-btn-text { position: relative; z-index: 1; width: 100%; }
1760
+ .ui-btn-icon-notext .ui-btn-text { position: absolute; left: -9999px; }
1761
+ .ui-btn-icon-left .ui-btn-inner { padding-left: 40px; }
1762
+ .ui-btn-icon-right .ui-btn-inner { padding-right: 40px; }
1763
+ .ui-btn-icon-top .ui-btn-inner { padding-top: 40px; }
1764
+ .ui-btn-icon-bottom .ui-btn-inner { padding-bottom: 40px; }
1765
+ .ui-header .ui-btn-icon-left .ui-btn-inner,
1766
+ .ui-footer .ui-btn-icon-left .ui-btn-inner,
1767
+ .ui-mini .ui-btn-icon-left .ui-btn-inner { padding-left: 30px; }
1768
+ .ui-header .ui-btn-icon-right .ui-btn-inner,
1769
+ .ui-footer .ui-btn-icon-right .ui-btn-inner,
1770
+ .ui-mini .ui-btn-icon-right .ui-btn-inner { padding-right: 30px; }
1771
+ .ui-header .ui-btn-icon-top .ui-btn-inner,
1772
+ .ui-footer .ui-btn-icon-top .ui-btn-inner,
1773
+ .ui-mini .ui-btn-icon-top .ui-btn-inner { padding: 30px 3px .5em 3px; }
1774
+ .ui-header .ui-btn-icon-bottom .ui-btn-inner,
1775
+ .ui-footer .ui-btn-icon-bottom .ui-btn-inner,
1776
+ .ui-mini .ui-btn-icon-bottom .ui-btn-inner { padding: .55em 3px 30px 3px; }
1777
+ /*btn icon positioning*/
1778
+ .ui-btn-icon-notext .ui-icon { display: block; z-index: 0;}
1779
+ .ui-btn-icon-left .ui-btn-inner .ui-icon, .ui-btn-icon-right .ui-btn-inner .ui-icon { position: absolute; top: 50%; margin-top: -9px; }
1780
+ .ui-btn-icon-top .ui-btn-inner .ui-icon, .ui-btn-icon-bottom .ui-btn-inner .ui-icon { position: absolute; left: 50%; margin-left: -9px; }
1781
+ .ui-btn-icon-left .ui-icon { left: 10px; }
1782
+ .ui-btn-icon-right .ui-icon { right: 10px; }
1783
+ .ui-btn-icon-top .ui-icon { top: 10px; }
1784
+ .ui-btn-icon-bottom .ui-icon { top: auto; bottom: 10px; }
1785
+ .ui-header .ui-btn-icon-left .ui-icon,
1786
+ .ui-footer .ui-btn-icon-left .ui-icon,
1787
+ .ui-mini.ui-btn-icon-left .ui-icon,
1788
+ .ui-mini .ui-btn-icon-left .ui-icon { left: 5px; }
1789
+ .ui-header .ui-btn-icon-right .ui-icon,
1790
+ .ui-footer .ui-btn-icon-right .ui-icon,
1791
+ .ui-mini.ui-btn-icon-right .ui-icon,
1792
+ .ui-mini .ui-btn-icon-right .ui-icon { right: 5px; }
1793
+ .ui-header .ui-btn-icon-top .ui-icon,
1794
+ .ui-footer .ui-btn-icon-top .ui-icon,
1795
+ .ui-mini.ui-btn-icon-top .ui-icon,
1796
+ .ui-mini .ui-btn-icon-top .ui-icon { top: 5px; }
1797
+ .ui-header .ui-btn-icon-bottom .ui-icon,
1798
+ .ui-footer .ui-btn-icon-bottom .ui-icon,
1799
+ .ui-mini.ui-btn-icon-bottom .ui-icon,
1800
+ .ui-mini .ui-btn-icon-bottom .ui-icon { bottom: 5px; }
1801
+ /*hiding native button,inputs */
1802
+ .ui-btn-hidden { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-appearance: button; opacity: .1; cursor: pointer; background: #fff; background: rgba(255,255,255,0); filter: Alpha(Opacity=.0001); font-size: 1px; border: none; text-indent: -9999px; }
1803
+ .ui-collapsible { margin: .5em 0; }
1804
+ .ui-collapsible-heading { font-size: 16px; display: block; margin: 0 -8px; padding: 0; border-width: 0 0 1px 0; position: relative; }
1805
+ .ui-collapsible-heading a { text-align: left; margin: 0; }
1806
+ .ui-collapsible-heading .ui-btn-inner,
1807
+ .ui-collapsible-heading .ui-btn-icon-left .ui-btn-inner { padding-left: 40px; }
1808
+ .ui-collapsible-heading .ui-btn-icon-right .ui-btn-inner { padding-left: 12px; padding-right: 40px; }
1809
+ .ui-collapsible-heading .ui-btn-icon-top .ui-btn-inner,
1810
+ .ui-collapsible-heading .ui-btn-icon-bottom .ui-btn-inner { padding-right: 40px; text-align: center; }
1811
+ .ui-collapsible-heading a span.ui-btn { position: absolute; left: 6px; top: 50%; margin: -12px 0 0 0; width: 20px; height: 20px; padding: 1px 0px 1px 2px; text-indent: -9999px; }
1812
+ .ui-collapsible-heading a span.ui-btn .ui-btn-inner { padding: 10px 0; }
1813
+ .ui-collapsible-heading a span.ui-btn .ui-icon { left: 0; margin-top: -10px; }
1814
+ .ui-collapsible-heading-status { position: absolute; top: -9999px; left:0px; }
1815
+ .ui-collapsible-content {
1816
+ display: block;
1817
+ margin: 0 -8px;
1818
+ padding: 10px 16px;
1819
+ border-top: none; /* Overrides ui-btn-up-* */
1820
+ background-image: none; /* Overrides ui-btn-up-* */
1821
+ font-weight: normal; /* Overrides ui-btn-up-* */
1822
+ }
1823
+ .ui-collapsible-content-collapsed { display: none; }
1824
+ .ui-collapsible-set { margin: .5em 0; }
1825
+ .ui-collapsible-set .ui-collapsible { margin: -1px 0 0; }
1826
+ .ui-controlgroup, fieldset.ui-controlgroup { padding: 0; margin: 0em 0 .5em; zoom: 1; }
1827
+ .ui-bar .ui-controlgroup { margin: 0 .3em; }
1828
+ .ui-controlgroup-label { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .4em; }
1829
+ .ui-controlgroup-controls { display: block; width: 100%;}
1830
+ .ui-controlgroup li { list-style: none; }
1831
+ .ui-controlgroup-vertical .ui-btn,
1832
+ .ui-controlgroup-vertical .ui-checkbox, .ui-controlgroup-vertical .ui-radio { margin: 0; border-bottom-width: 0; }
1833
+ .ui-controlgroup-controls label.ui-select { position: absolute; left: -9999px; }
1834
+ .ui-controlgroup-vertical .ui-controlgroup-last { border-bottom-width: 1px; }
1835
+ .ui-controlgroup-horizontal { padding: 0; }
1836
+ .ui-controlgroup-horizontal .ui-btn-inner { text-align:center; }
1837
+ .ui-controlgroup-horizontal .ui-btn, .ui-controlgroup-horizontal .ui-select { display: inline-block; margin: 0 -6px 0 0; }
1838
+ .ui-controlgroup-horizontal .ui-checkbox, .ui-controlgroup-horizontal .ui-radio { float: left; clear: none; margin: 0 -1px 0 0; }
1839
+ .ui-controlgroup-horizontal .ui-checkbox .ui-btn, .ui-controlgroup-horizontal .ui-radio .ui-btn,
1840
+ .ui-controlgroup-horizontal .ui-checkbox:last-child, .ui-controlgroup-horizontal .ui-radio:last-child { margin-right: 0; }
1841
+ .ui-controlgroup-horizontal .ui-controlgroup-last { margin-right: 0; }
1842
+ .ui-controlgroup .ui-checkbox label, .ui-controlgroup .ui-radio label { font-size: 16px; }
1843
+ /* conflicts with listview..
1844
+ .ui-controlgroup .ui-btn-icon-notext { width: 30px; height: 30px; text-indent: -9999px; }
1845
+ .ui-controlgroup .ui-btn-icon-notext .ui-btn-inner { padding: 5px 6px 5px 5px; }
1846
+ */
1847
+ @media all and (min-width: 450px){
1848
+ .ui-field-contain .ui-controlgroup-label { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
1849
+ .ui-field-contain .ui-controlgroup-controls { width: 60%; display: inline-block; }
1850
+ .ui-field-contain .ui-controlgroup .ui-select { width: 100%; }
1851
+ .ui-field-contain .ui-controlgroup-horizontal .ui-select { width: auto; }
1852
+ }
1853
+ .ui-dialog {
1854
+ background: none !important; /* this is to ensure that dialog theming does not apply (by default at least) on the page div */
1855
+ }
1856
+ .ui-dialog-contain { width: 92.5%; max-width: 500px; margin: 10% auto 15px auto; padding: 0; }
1857
+ .ui-dialog .ui-header {
1858
+ margin-top: 15%;
1859
+ border: none;
1860
+ overflow: hidden;
1861
+ }
1862
+ .ui-dialog .ui-header,
1863
+ .ui-dialog .ui-content,
1864
+ .ui-dialog .ui-footer {
1865
+ display: block;
1866
+ position: relative;
1867
+ width: auto;
1868
+ }
1869
+ .ui-dialog .ui-header,
1870
+ .ui-dialog .ui-footer {
1871
+ z-index: 10;
1872
+ padding: 0;
1873
+ }
1874
+ .ui-dialog .ui-footer {
1875
+ padding: 0 15px;
1876
+ }
1877
+ .ui-dialog .ui-content {
1878
+ padding: 15px;
1879
+ }
1880
+ .ui-dialog {
1881
+ margin-top: -15px;
1882
+ }
1883
+ .ui-checkbox, .ui-radio { position: relative; clear: both; margin: .2em 0 .5em; z-index: 1; }
1884
+ .ui-checkbox .ui-btn, .ui-radio .ui-btn { margin: 0; text-align: left; z-index: 2; }
1885
+ .ui-checkbox .ui-btn-inner, .ui-radio .ui-btn-inner { white-space: normal; }
1886
+ .ui-checkbox .ui-btn-icon-left .ui-btn-inner,.ui-radio .ui-btn-icon-left .ui-btn-inner { padding-left: 45px; }
1887
+ .ui-checkbox .ui-mini.ui-btn-icon-left .ui-btn-inner,.ui-radio .ui-mini.ui-btn-icon-left .ui-btn-inner { padding-left: 36px; }
1888
+ .ui-checkbox .ui-btn-icon-right .ui-btn-inner, .ui-radio .ui-btn-icon-right .ui-btn-inner { padding-right: 45px; }
1889
+ .ui-checkbox .ui-mini.ui-btn-icon-right .ui-btn-inner, .ui-radio .ui-mini.ui-btn-icon-right .ui-btn-inner { padding-right: 36px; }
1890
+ .ui-checkbox .ui-btn-icon-top .ui-btn-inner,.ui-radio .ui-btn-icon-top .ui-btn-inner { padding-right: 0; padding-left: 0; text-align: center; }
1891
+ .ui-checkbox .ui-btn-icon-bottom .ui-btn-inner, .ui-radio .ui-btn-icon-bottom .ui-btn-inner { padding-right: 0; padding-left: 0; text-align: center; }
1892
+ .ui-checkbox .ui-icon, .ui-radio .ui-icon { top: 1.1em; }
1893
+ .ui-checkbox .ui-btn-icon-left .ui-icon, .ui-radio .ui-btn-icon-left .ui-icon { left: 15px; }
1894
+ .ui-checkbox .ui-mini.ui-btn-icon-left .ui-icon, .ui-radio .ui-mini.ui-btn-icon-left .ui-icon { left: 9px; }
1895
+ .ui-checkbox .ui-btn-icon-right .ui-icon, .ui-radio .ui-btn-icon-right .ui-icon { right: 15px; }
1896
+ .ui-checkbox .ui-mini.ui-btn-icon-right .ui-icon, .ui-radio .ui-mini.ui-btn-icon-right .ui-icon { right: 9px; }
1897
+ .ui-checkbox .ui-btn-icon-top .ui-icon, .ui-radio .ui-btn-icon-top .ui-icon { top: 10px; }
1898
+ .ui-checkbox .ui-btn-icon-bottom .ui-icon, .ui-radio .ui-btn-icon-bottom .ui-icon { top: auto; bottom: 10px; }
1899
+ .ui-checkbox .ui-btn-icon-right .ui-icon, .ui-radio .ui-btn-icon-right .ui-icon { right: 15px; }
1900
+ .ui-checkbox .ui-mini.ui-btn-icon-right .ui-icon, .ui-radio .ui-mini.ui-btn-icon-right .ui-icon { right: 9px; }
1901
+ /* input, label positioning */
1902
+ .ui-checkbox input,.ui-radio input { position:absolute; left:20px; top:50%; width: 10px; height: 10px; margin:-5px 0 0 0; outline: 0 !important; z-index: 1; }
1903
+ .ui-field-contain, fieldset.ui-field-contain { padding: .8em 0; margin: 0; border-width: 0 0 1px 0; overflow: visible; }
1904
+ .ui-field-contain:first-child { border-top-width: 0; }
1905
+ .ui-header .ui-field-contain-left,
1906
+ .ui-header .ui-field-contain-right {
1907
+ position: absolute;
1908
+ top: 0;
1909
+ width: 25%;
1910
+ }
1911
+ .ui-header .ui-field-contain-left {
1912
+ left: 1em;
1913
+ }
1914
+ .ui-header .ui-field-contain-right {
1915
+ right: 1em;
1916
+ }
1917
+ @media all and (min-width: 450px){
1918
+ .ui-field-contain, .ui-mobile fieldset.ui-field-contain { border-width: 0; padding: 0; margin: 1em 0; }
1919
+ }
1920
+ .ui-select { display: block; position: relative; }
1921
+ .ui-select select { position: absolute; left: -9999px; top: -9999px; }
1922
+ .ui-select .ui-btn { overflow: hidden; opacity: 1; margin: 0; }
1923
+ /* Fixes #2588 — When Windows Phone 7.5 (Mango) tries to calculate a numeric opacity for a select—including “inherit”—without explicitly specifying an opacity on the parent to give it context, a bug appears where clicking elsewhere on the page after opening the select will open the select again. */
1924
+ .ui-select .ui-btn select { cursor: pointer; -webkit-appearance: button; left: 0; top:0; width: 100%; min-height: 1.5em; min-height: 100%; height: 3em; max-height: 100%; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); z-index: 2; }
1925
+ .ui-select .ui-disabled { opacity: .3; }
1926
+ @-moz-document url-prefix() {.ui-select .ui-btn select { opacity: 0.0001; }}
1927
+ .ui-select .ui-btn select.ui-select-nativeonly { opacity: 1; text-indent: 0; }
1928
+ .ui-select .ui-btn-icon-right .ui-btn-inner { padding-right: 45px; }
1929
+ .ui-select .ui-btn-icon-right .ui-icon { right: 15px; }
1930
+ .ui-select .ui-mini.ui-btn-icon-right .ui-icon { right: 7px; }
1931
+ /* labels */
1932
+ label.ui-select { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; display: block; }
1933
+ /*listbox*/
1934
+ .ui-select .ui-btn-text, .ui-selectmenu .ui-btn-text { display: block; min-height: 1em; overflow: hidden !important;
1935
+ /* This !important is required for iPad Safari specifically. See https://github.com/jquery/jquery-mobile/issues/2647 */ }
1936
+ .ui-select .ui-btn-text { text-overflow: ellipsis; }
1937
+ .ui-selectmenu { position: absolute; padding: 0; z-index: 1100 !important; width: 80%; max-width: 350px; padding: 6px; }
1938
+ .ui-selectmenu .ui-listview { margin: 0; }
1939
+ .ui-selectmenu .ui-btn.ui-li-divider { cursor: default; }
1940
+ .ui-selectmenu-hidden { top: -9999px; left: -9999px; }
1941
+ .ui-selectmenu-screen { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; }
1942
+ .ui-screen-hidden, .ui-selectmenu-list .ui-li .ui-icon { display: none; }
1943
+ .ui-selectmenu-list .ui-li .ui-icon { display: block; }
1944
+ .ui-li.ui-selectmenu-placeholder { display: none; }
1945
+ .ui-selectmenu .ui-header .ui-title { margin: 0.6em 46px 0.8em; }
1946
+ @media all and (min-width: 450px){
1947
+ .ui-field-contain label.ui-select { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
1948
+ .ui-field-contain .ui-select { width: 60%; display: inline-block; }
1949
+ }
1950
+ /* when no placeholder is defined in a multiple select, the header height doesn't even extend past the close button. this shim's content in there */
1951
+ .ui-selectmenu .ui-header h1:after { content: '.'; visibility: hidden; }
1952
+ label.ui-input-text { font-size: 16px; line-height: 1.4; display: block; font-weight: normal; margin: 0 0 .3em; }
1953
+ input.ui-input-text, textarea.ui-input-text { background-image: none; padding: .4em; line-height: 1.4; font-size: 16px; display: block; width: 97%; outline: 0; }
1954
+ .ui-header input.ui-input-text,
1955
+ .ui-footer input.ui-input-text { margin-left: 1.25%; padding: .4em 1%; width: 95.5% } /* Note that padding left/right on text inputs is factored into how the element is displayed in Firefox, but does not actually pad the text inside it. */
1956
+ input.ui-input-text { -webkit-appearance: none; }
1957
+ textarea.ui-input-text { height: 50px; -webkit-transition: height 200ms linear; -moz-transition: height 200ms linear; -o-transition: height 200ms linear; transition: height 200ms linear; }
1958
+ .ui-input-search { padding: 0 30px; background-image: none; position: relative; }
1959
+ .ui-icon-searchfield:after { position: absolute; left: 7px; top: 50%; margin-top: -9px; content: ""; width: 18px; height: 18px; opacity: .5; }
1960
+ .ui-input-search input.ui-input-text { border: none; width: 98%; padding: .4em 0; margin: 0; display: block; background: transparent none; outline: 0 !important; }
1961
+ .ui-input-search .ui-input-clear { position: absolute; right: 0; top: 50%; margin-top: -13px; }
1962
+ .ui-mini .ui-input-clear { right: -3px; }
1963
+ .ui-input-search .ui-input-clear-hidden { display: none; }
1964
+ input.ui-mini, .ui-mini input, textarea.ui-mini { font-size: 14px; }
1965
+ textarea.ui-mini { height: 45px; }
1966
+ /* orientation adjustments - incomplete!*/
1967
+ @media all and (min-width: 450px){
1968
+ .ui-field-contain label.ui-input-text { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0 }
1969
+ .ui-field-contain input.ui-input-text,
1970
+ .ui-field-contain textarea.ui-input-text,
1971
+ .ui-field-contain .ui-input-search { width: 60%; display: inline-block; }
1972
+ .ui-field-contain .ui-input-search { width: 50%; }
1973
+ .ui-hide-label input.ui-input-text,
1974
+ .ui-hide-label textarea.ui-input-text,
1975
+ .ui-hide-label .ui-input-search { padding: .4em; width: 97%; }
1976
+ .ui-input-search input.ui-input-text { width: 98%; /*echos rule from above*/ }
1977
+ }
1978
+ .ui-listview { margin: 0; counter-reset: listnumbering; }
1979
+ .ui-content .ui-listview { margin: -15px; }
1980
+ .ui-content .ui-listview-inset { margin: 1em 0; }
1981
+ .ui-listview, .ui-li { list-style:none; padding:0; }
1982
+ .ui-li, .ui-li.ui-field-contain { display: block; margin:0; position: relative; overflow: visible; text-align: left; border-width: 0; border-top-width: 1px; }
1983
+ .ui-li .ui-btn-text a.ui-link-inherit { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
1984
+ .ui-li-divider, .ui-li-static { padding: .5em 15px; font-size: 14px; font-weight: bold; }
1985
+ .ui-li-divider { counter-reset: listnumbering; }
1986
+ ol.ui-listview .ui-link-inherit:before, ol.ui-listview .ui-li-static:before, .ui-li-dec { font-size: .8em; display: inline-block; padding-right: .3em; font-weight: normal;counter-increment: listnumbering; content: counter(listnumbering) ". "; }
1987
+ ol.ui-listview .ui-li-jsnumbering:before { content: "" !important; } /* to avoid chance of duplication */
1988
+ .ui-listview-inset .ui-li { border-right-width: 1px; border-left-width: 1px; }
1989
+ .ui-li:last-child, .ui-li.ui-field-contain:last-child { border-bottom-width: 1px; }
1990
+ .ui-li>.ui-btn-inner { display: block; position: relative; padding: 0; }
1991
+ .ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li { padding: .7em 15px .7em 15px; display: block; }
1992
+ .ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb { min-height: 60px; padding-left: 100px; }
1993
+ .ui-li-has-icon .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-icon { min-height: 20px; padding-left: 40px; }
1994
+ .ui-li-has-count .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-count { padding-right: 45px; }
1995
+ .ui-li-has-arrow .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-arrow { padding-right: 30px; }
1996
+ .ui-li-has-arrow.ui-li-has-count .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-arrow.ui-li-has-count { padding-right: 75px; }
1997
+ .ui-li-has-count .ui-btn-text { padding-right: 15px; }
1998
+ .ui-li-heading { font-size: 16px; font-weight: bold; display: block; margin: .6em 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
1999
+ .ui-li-desc { font-size: 12px; font-weight: normal; display: block; margin: -.5em 0 .6em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
2000
+ .ui-li-thumb, .ui-listview .ui-li-icon { position: absolute; left: 1px; top: 0; max-height: 80px; max-width: 80px; }
2001
+ .ui-listview .ui-li-icon { max-height: 40px; max-width: 40px; left: 10px; top: .9em; }
2002
+ .ui-li-thumb, .ui-listview .ui-li-icon, .ui-li-content { float: left; margin-right: 10px; }
2003
+ .ui-li-aside { float: right; width: 50%; text-align: right; margin: .3em 0; }
2004
+ @media all and (min-width: 480px){
2005
+ .ui-li-aside { width: 45%; }
2006
+ }
2007
+ .ui-li-divider { cursor: default; }
2008
+ .ui-li-has-alt .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-alt { padding-right: 95px; }
2009
+ .ui-li-has-count .ui-li-count { position: absolute; font-size: 11px; font-weight: bold; padding: .2em .5em; top: 50%; margin-top: -.9em; right: 48px; }
2010
+ .ui-li-divider .ui-li-count, .ui-li-static .ui-li-count { right: 10px; }
2011
+ .ui-li-has-alt .ui-li-count { right: 55px; }
2012
+ .ui-li-link-alt { position: absolute; width: 40px; height: 100%; border-width: 0; border-left-width: 1px; top: 0; right: 0; margin: 0; padding: 0; z-index: 2; }
2013
+ .ui-li-link-alt .ui-btn { overflow: hidden; position: absolute; right: 8px; top: 50%; margin: -11px 0 0 0; border-bottom-width: 1px; z-index: -1;}
2014
+ .ui-li-link-alt .ui-btn-inner { padding: 0; height: 100%; position: absolute; width: 100%; top: 0; left: 0;}
2015
+ .ui-li-link-alt .ui-btn .ui-icon { right: 50%; margin-right: -9px; }
2016
+ .ui-listview * .ui-btn-inner > .ui-btn > .ui-btn-inner { border-top: 0px; }
2017
+ .ui-listview-filter { border-width: 0; overflow: hidden; margin: -15px -15px 15px -15px }
2018
+ .ui-listview-filter .ui-input-search { margin: 5px; width: auto; display: block; }
2019
+ .ui-listview-filter-inset { margin: -15px -5px -15px -5px; background: transparent; }
2020
+ .ui-li.ui-screen-hidden{display:none;}
2021
+ /* Odd iPad positioning issue. */
2022
+ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
2023
+ .ui-li .ui-btn-text { overflow: visible; }
2024
+ }
2025
+ label.ui-slider { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; display: block; }
2026
+ input.ui-slider-input,
2027
+ .ui-field-contain input.ui-slider-input { display: inline-block; width: 50px; }
2028
+ select.ui-slider-switch { display: none; }
2029
+ div.ui-slider { position: relative; display: inline-block; overflow: visible; height: 15px; padding: 0; margin: 0 2% 0 20px; top: 4px; width: 65%; }
2030
+ div.ui-slider-mini { height: 12px; margin-left: 10px; }
2031
+ div.ui-slider-bg { border: none; height: 100%; padding-right: 8px; }
2032
+ .ui-controlgroup a.ui-slider-handle, a.ui-slider-handle { position: absolute; z-index: 1; top: 50%; width: 28px; height: 28px; margin-top: -15px; margin-left: -15px; outline: 0; }
2033
+ a.ui-slider-handle .ui-btn-inner { padding: 0; height: 100%; }
2034
+ div.ui-slider-mini a.ui-slider-handle { height: 14px; width: 14px; margin: -8px 0 0 -7px; }
2035
+ div.ui-slider-mini a.ui-slider-handle .ui-btn-inner { height: 30px; width: 30px; padding: 0; margin: -9px 0 0 -9px; }
2036
+ @media all and (min-width: 450px){
2037
+ .ui-field-contain label.ui-slider { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
2038
+ .ui-field-contain div.ui-slider { width: 43%; }
2039
+ .ui-field-contain div.ui-slider-switch { width: 5.5em; }
2040
+ }
2041
+ div.ui-slider-switch { height: 32px; margin-left: 0; width: 5.8em; }
2042
+ a.ui-slider-handle-snapping { -webkit-transition: left 70ms linear; -moz-transition: left 70ms linear; }
2043
+ div.ui-slider-switch .ui-slider-handle { margin-top: 1px; }
2044
+ .ui-slider-inneroffset { margin: 0 16px; position: relative; z-index: 1; }
2045
+ div.ui-slider-switch.ui-slider-mini { width: 5em; height: 29px; }
2046
+ div.ui-slider-switch.ui-slider-mini .ui-slider-inneroffset { margin: 0 15px 0 14px; }
2047
+ div.ui-slider-switch.ui-slider-mini .ui-slider-handle { width: 25px; height: 25px; margin: 1px 0 0 -13px; }
2048
+ div.ui-slider-switch.ui-slider-mini a.ui-slider-handle .ui-btn-inner { height: 30px; width: 30px; padding: 0; margin: 0; }
2049
+ span.ui-slider-label { position: absolute; text-align: center; width: 100%; overflow: hidden; font-size: 16px; top: 0; line-height: 2; min-height: 100%; border-width: 0; white-space: nowrap; }
2050
+ .ui-slider-mini span.ui-slider-label { font-size: 14px; }
2051
+ span.ui-slider-label-a { z-index: 1; left: 0; text-indent: -1.5em; }
2052
+ span.ui-slider-label-b { z-index: 0; right: 0; text-indent: 1.5em;}
2053
+ .ui-slider-inline { width: 120px; display: inline-block; }