Don't like ads? PRO users don't see any ads ;-)
Guest

jquery-mobile-themeroller-download-import-default-theme

By: a guest on May 14th, 2012  |  syntax: CSS  |  size: 51.47 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. /*
  2. * jQuery Mobile Framework 1.1.0
  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.  
  12. /* A
  13. -----------------------------------------------------------------------------------------------------------*/
  14.  
  15. .ui-bar-a {
  16.         border: 1px solid #333 /*{a-bar-border}*/;
  17.         background: #111111 /*{a-bar-background-color}*/;
  18.         color: #fff /*{a-bar-color}*/;
  19.         font-weight: bold;
  20.         text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #000000 /*{a-bar-shadow-color}*/;
  21.         background-image: -webkit-gradient(linear, left top, left bottom, from( #3c3c3c /*{a-bar-background-start}*/), to( #111 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
  22.         background-image: -webkit-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
  23.         background-image:    -moz-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* FF3.6 */
  24.         background-image:     -ms-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* IE10 */
  25.         background-image:      -o-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* Opera 11.10+ */
  26.         background-image:         linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/);
  27. }
  28.  
  29. .ui-bar-a .ui-link-inherit {
  30.         color: #fff /*{a-bar-color}*/;
  31. }
  32. .ui-bar-a .ui-link {
  33.         color: #7cc4e7 /*{a-bar-link-color}*/;
  34.         font-weight: bold;
  35. }
  36.  
  37. .ui-bar-a .ui-link:hover {
  38.         color: #2489CE /*{a-bar-link-hover}*/;
  39. }
  40.  
  41. .ui-bar-a .ui-link:active {
  42.         color: #2489CE /*{a-bar-link-active}*/;
  43. }
  44.  
  45. .ui-bar-a .ui-link:visited {
  46.     color: #2489CE /*{a-bar-link-visited}*/;
  47. }
  48.  
  49. .ui-bar-a,
  50. .ui-bar-a input,
  51. .ui-bar-a select,
  52. .ui-bar-a textarea,
  53. .ui-bar-a button {
  54.          font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  55. }
  56. .ui-body-a,
  57. .ui-overlay-a {
  58.         border: 1px solid #444 /*{a-body-border}*/;
  59.         color: #fff /*{a-body-color}*/;
  60.         text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 1px /*{a-body-shadow-radius}*/ #111 /*{a-body-shadow-color}*/;
  61.         background: #222 /*{a-body-background-color}*/;
  62.         background-image: -webkit-gradient(linear, left top, left bottom, from( #444 /*{a-body-background-start}*/), to( #222 /*{a-body-background-end}*/)); /* Saf4+, Chrome */
  63.         background-image: -webkit-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
  64.         background-image:    -moz-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* FF3.6 */
  65.         background-image:     -ms-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* IE10 */
  66.         background-image:      -o-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Opera 11.10+ */
  67.         background-image:         linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/);
  68. }
  69. .ui-overlay-a {
  70.         background-image: none;
  71.         border-width: 0;
  72. }
  73. .ui-body-a,
  74. .ui-body-a input,
  75. .ui-body-a select,
  76. .ui-body-a textarea,
  77. .ui-body-a button {
  78.          font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  79. }
  80.  
  81. .ui-body-a .ui-link-inherit {
  82.         color: #fff /*{a-body-color}*/;
  83. }
  84.  
  85. .ui-body-a .ui-link {
  86.         color: #2489CE /*{a-body-link-color}*/;
  87.         font-weight: bold;
  88. }
  89.  
  90. .ui-body-a .ui-link:hover {
  91.         color: #2489CE /*{a-body-link-hover}*/;
  92. }
  93.  
  94. .ui-body-a .ui-link:active {
  95.         color: #2489CE /*{a-body-link-active}*/;
  96. }
  97.  
  98. .ui-body-a .ui-link:visited {
  99.     color: #2489CE /*{a-body-link-visited}*/;
  100. }
  101.  
  102. .ui-btn-up-a {
  103.         border: 1px solid #111 /*{a-bup-border}*/;
  104.         background: #333 /*{a-bup-background-color}*/;
  105.         font-weight: bold;
  106.         color: #fff /*{a-bup-color}*/;
  107.         text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 1px /*{a-bup-shadow-radius}*/ #111 /*{a-bup-shadow-color}*/;
  108.         background-image: -webkit-gradient(linear, left top, left bottom, from( #444444 /*{a-bup-background-start}*/), to( #2d2d2d /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
  109.         background-image: -webkit-linear-gradient( #444444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
  110.         background-image:    -moz-linear-gradient( #444444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* FF3.6 */
  111.         background-image:     -ms-linear-gradient( #444444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* IE10 */
  112.         background-image:      -o-linear-gradient( #444444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* Opera 11.10+ */
  113.         background-image:         linear-gradient( #444444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/);
  114. }
  115. .ui-btn-up-a a.ui-link-inherit {
  116.         color: #fff /*{a-bup-color}*/;
  117. }
  118.  
  119. .ui-btn-hover-a {
  120.         border: 1px solid #000 /*{a-bhover-border}*/;
  121.         background: #444444 /*{a-bhover-background-color}*/;
  122.         font-weight: bold;
  123.         color: #fff /*{a-bhover-color}*/;
  124.         text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 1px /*{a-bhover-shadow-radius}*/ #111 /*{a-bhover-shadow-color}*/;
  125.         background-image: -webkit-gradient(linear, left top, left bottom, from( #555555 /*{a-bhover-background-start}*/), to( #383838 /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
  126.         background-image: -webkit-linear-gradient( #555555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
  127.         background-image:    -moz-linear-gradient( #555555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* FF3.6 */
  128.         background-image:     -ms-linear-gradient( #555555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* IE10 */
  129.         background-image:      -o-linear-gradient( #555555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* Opera 11.10+ */
  130.         background-image:         linear-gradient( #555555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/);
  131. }
  132. .ui-btn-hover-a a.ui-link-inherit {
  133.         color: #fff /*{a-bhover-color}*/;
  134. }
  135. .ui-btn-down-a {
  136.         border: 1px solid #000 /*{a-bdown-border}*/;
  137.         background: #222 /*{a-bdown-background-color}*/;
  138.         font-weight: bold;
  139.         color: #fff /*{a-bdown-color}*/;
  140.         text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 1px /*{a-bdown-shadow-radius}*/ #111 /*{a-bdown-shadow-color}*/;
  141.         background-image: -webkit-gradient(linear, left top, left bottom, from( #202020 /*{a-bdown-background-start}*/), to( #2c2c2c /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
  142.         background-image: -webkit-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
  143.         background-image:    -moz-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* FF3.6 */
  144.         background-image:     -ms-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* IE10 */
  145.         background-image:      -o-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* Opera 11.10+ */
  146.         background-image:         linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/);
  147. }
  148. .ui-btn-down-a a.ui-link-inherit {
  149.         color: #fff /*{a-bdown-color}*/;
  150. }
  151. .ui-btn-up-a,
  152. .ui-btn-hover-a,
  153. .ui-btn-down-a {
  154.          font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  155.         text-decoration: none;
  156. }
  157.  
  158. /* B
  159. -----------------------------------------------------------------------------------------------------------*/
  160.  
  161. .ui-bar-b {
  162.         border: 1px solid #456f9a /*{b-bar-border}*/;
  163.         background: #5e87b0 /*{b-bar-background-color}*/;
  164.         color: #fff /*{b-bar-color}*/;
  165.         font-weight: bold;
  166.         text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 1px /*{b-bar-shadow-radius}*/ #3e6790 /*{b-bar-shadow-color}*/;
  167.         background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 /*{b-bar-background-start}*/), to( #497bae /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
  168.         background-image: -webkit-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
  169.         background-image:    -moz-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* FF3.6 */
  170.         background-image:     -ms-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* IE10 */
  171.         background-image:      -o-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* Opera 11.10+ */
  172.         background-image:         linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/);
  173. }
  174.  
  175. .ui-bar-b .ui-link-inherit {
  176.         color: #fff /*{b-bar-color}*/;
  177. }
  178. .ui-bar-b .ui-link {
  179.         color: #ddf0f8 /*{b-bar-link-color}*/;
  180.         font-weight: bold;
  181. }
  182.  
  183. .ui-bar-b .ui-link:hover {
  184.         color: #ddf0f8 /*{b-bar-link-hover}*/;
  185. }
  186.  
  187. .ui-bar-b .ui-link:active {
  188.         color: #ddf0f8 /*{b-bar-link-active}*/;
  189. }
  190.  
  191. .ui-bar-b .ui-link:visited {
  192.     color: #ddf0f8 /*{b-bar-link-visited}*/;
  193. }
  194.  
  195. .ui-bar-b,
  196. .ui-bar-b input,
  197. .ui-bar-b select,
  198. .ui-bar-b textarea,
  199. .ui-bar-b button {
  200.          font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  201. }
  202. .ui-body-b,
  203. .ui-overlay-b {
  204.         border: 1px solid #999 /*{b-body-border}*/;
  205.         color: #333333 /*{b-body-color}*/;
  206.         text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #fff /*{b-body-shadow-color}*/;
  207.         background: #f3f3f3 /*{b-body-background-color}*/;
  208.         background-image: -webkit-gradient(linear, left top, left bottom, from( #ddd /*{b-body-background-start}*/), to( #ccc /*{b-body-background-end}*/)); /* Saf4+, Chrome */
  209.         background-image: -webkit-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
  210.         background-image:    -moz-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* FF3.6 */
  211.         background-image:     -ms-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* IE10 */
  212.         background-image:      -o-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* Opera 11.10+ */
  213.         background-image:         linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/);
  214. }
  215. .ui-overlay-b {
  216.         background-image: none;
  217.         border-width: 0;
  218. }
  219. .ui-body-b,
  220. .ui-body-b input,
  221. .ui-body-b select,
  222. .ui-body-b textarea,
  223. .ui-body-b button {
  224.          font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  225. }
  226.  
  227. .ui-body-b .ui-link-inherit {
  228.         color: #333333 /*{b-body-color}*/;
  229. }
  230.  
  231. .ui-body-b .ui-link {
  232.         color: #2489CE /*{b-body-link-color}*/;
  233.         font-weight: bold;
  234. }
  235.  
  236. .ui-body-b .ui-link:hover {
  237.         color: #2489CE /*{b-body-link-hover}*/;
  238. }
  239.  
  240. .ui-body-b .ui-link:active {
  241.         color: #2489CE /*{b-body-link-active}*/;
  242. }
  243.  
  244. .ui-body-b .ui-link:visited {
  245.     color: #2489CE /*{b-body-link-visited}*/;
  246. }
  247.  
  248. .ui-btn-up-b {
  249.         border: 1px solid #044062 /*{b-bup-border}*/;
  250.         background: #396b9e /*{b-bup-background-color}*/;
  251.         font-weight: bold;
  252.         color: #fff /*{b-bup-color}*/;
  253.         text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 1px /*{b-bup-shadow-radius}*/ #194b7e /*{b-bup-shadow-color}*/;
  254.         background-image: -webkit-gradient(linear, left top, left bottom, from( #5f9cc5 /*{b-bup-background-start}*/), to( #396b9e /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
  255.         background-image: -webkit-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
  256.         background-image:    -moz-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* FF3.6 */
  257.         background-image:     -ms-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* IE10 */
  258.         background-image:      -o-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* Opera 11.10+ */
  259.         background-image:         linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/);
  260. }
  261. .ui-btn-up-b a.ui-link-inherit {
  262.         color: #fff /*{b-bup-color}*/;
  263. }
  264.  
  265. .ui-btn-hover-b {
  266.         border: 1px solid #00415e /*{b-bhover-border}*/;
  267.         background: #4b88b6 /*{b-bhover-background-color}*/;
  268.         font-weight: bold;
  269.         color: #fff /*{b-bhover-color}*/;
  270.         text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 1px /*{b-bhover-shadow-radius}*/ #194b7e /*{b-bhover-shadow-color}*/;
  271.         background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 /*{b-bhover-background-start}*/), to( #4272a4 /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */
  272.         background-image: -webkit-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
  273.         background-image:    -moz-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* FF3.6 */
  274.         background-image:     -ms-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* IE10 */
  275.         background-image:      -o-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* Opera 11.10+ */
  276.         background-image:         linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/);
  277. }
  278. .ui-btn-hover-b a.ui-link-inherit {
  279.         color: #fff /*{b-bhover-color}*/;
  280. }
  281. .ui-btn-down-b {
  282.         border: 1px solid #225377 /*{b-bdown-border}*/;
  283.         background: #4e89c5 /*{b-bdown-background-color}*/;
  284.         font-weight: bold;
  285.         color: #fff /*{b-bdown-color}*/;
  286.         text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 1px /*{b-bdown-shadow-radius}*/ #194b7e /*{b-bdown-shadow-color}*/;
  287.         background-image: -webkit-gradient(linear, left top, left bottom, from( #295b8e /*{b-bdown-background-start}*/), to( #3e79b5 /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
  288.         background-image: -webkit-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
  289.         background-image:    -moz-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* FF3.6 */
  290.         background-image:     -ms-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* IE10 */
  291.         background-image:      -o-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* Opera 11.10+ */
  292.         background-image:         linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/);
  293. }
  294. .ui-btn-down-b a.ui-link-inherit {
  295.         color: #fff /*{b-bdown-color}*/;
  296. }
  297. .ui-btn-up-b,
  298. .ui-btn-hover-b,
  299. .ui-btn-down-b {
  300.          font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  301.         text-decoration: none;
  302. }
  303.  
  304.  
  305.  
  306. /* C
  307. -----------------------------------------------------------------------------------------------------------*/
  308.  
  309. .ui-bar-c {
  310.         border: 1px solid #B3B3B3 /*{c-bar-border}*/;
  311.         background: #eeeeee /*{c-bar-background-color}*/;
  312.         color: #3E3E3E /*{c-bar-color}*/;
  313.         font-weight: bold;
  314.         text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 1px /*{c-bar-shadow-radius}*/ #fff /*{c-bar-shadow-color}*/;
  315.         background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{c-bar-background-start}*/), to( #ddd /*{c-bar-background-end}*/)); /* Saf4+, Chrome */
  316.         background-image: -webkit-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
  317.         background-image:    -moz-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* FF3.6 */
  318.         background-image:     -ms-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* IE10 */
  319.         background-image:      -o-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* Opera 11.10+ */
  320.         background-image:         linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/);
  321. }
  322.  
  323. .ui-bar-c .ui-link-inherit {
  324.         color: #3E3E3E /*{c-bar-color}*/;
  325. }
  326. .ui-bar-c .ui-link {
  327.         color: #7cc4e7 /*{c-bar-link-color}*/;
  328.         font-weight: bold;
  329. }
  330.  
  331. .ui-bar-c .ui-link:hover {
  332.         color: #2489CE /*{c-bar-link-hover}*/;
  333. }
  334.  
  335. .ui-bar-c .ui-link:active {
  336.         color: #2489CE /*{c-bar-link-active}*/;
  337. }
  338.  
  339. .ui-bar-c .ui-link:visited {
  340.     color: #2489CE /*{c-bar-link-visited}*/;
  341. }
  342.  
  343. .ui-bar-c,
  344. .ui-bar-c input,
  345. .ui-bar-c select,
  346. .ui-bar-c textarea,
  347. .ui-bar-c button {
  348.          font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  349. }
  350. .ui-body-c,
  351. .ui-overlay-c {
  352.         border: 1px solid #aaa /*{c-body-border}*/;
  353.         color: #333333 /*{c-body-color}*/;
  354.         text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #fff /*{c-body-shadow-color}*/;
  355.         background: #f9f9f9 /*{c-body-background-color}*/;
  356.         background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{c-body-background-start}*/), to( #eeeeee /*{c-body-background-end}*/)); /* Saf4+, Chrome */
  357.         background-image: -webkit-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
  358.         background-image:    -moz-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* FF3.6 */
  359.         background-image:     -ms-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* IE10 */
  360.         background-image:      -o-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* Opera 11.10+ */
  361.         background-image:         linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/);
  362. }
  363. .ui-overlay-c {
  364.         background-image: none;
  365.         border-width: 0;
  366. }
  367. .ui-body-c,
  368. .ui-body-c input,
  369. .ui-body-c select,
  370. .ui-body-c textarea,
  371. .ui-body-c button {
  372.          font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  373. }
  374.  
  375. .ui-body-c .ui-link-inherit {
  376.         color: #333333 /*{c-body-color}*/;
  377. }
  378.  
  379. .ui-body-c .ui-link {
  380.         color: #2489CE /*{c-body-link-color}*/;
  381.         font-weight: bold;
  382. }
  383.  
  384. .ui-body-c .ui-link:hover {
  385.         color: #2489CE /*{c-body-link-hover}*/;
  386. }
  387.  
  388. .ui-body-c .ui-link:active {
  389.         color: #2489CE /*{c-body-link-active}*/;
  390. }
  391.  
  392. .ui-body-c .ui-link:visited {
  393.     color: #2489CE /*{c-body-link-visited}*/;
  394. }
  395.  
  396. .ui-btn-up-c {
  397.         border: 1px solid #ccc /*{c-bup-border}*/;
  398.         background: #eee /*{c-bup-background-color}*/;
  399.         font-weight: bold;
  400.         color: #2F3E46 /*{c-bup-color}*/;
  401.         text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ #ffffff /*{c-bup-shadow-color}*/;
  402.         background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{c-bup-background-start}*/), to( #f1f1f1 /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
  403.         background-image: -webkit-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
  404.         background-image:    -moz-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* FF3.6 */
  405.         background-image:     -ms-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* IE10 */
  406.         background-image:      -o-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Opera 11.10+ */
  407.         background-image:         linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/);
  408. }
  409. .ui-btn-up-c a.ui-link-inherit {
  410.         color: #2F3E46 /*{c-bup-color}*/;
  411. }
  412.  
  413. .ui-btn-hover-c {
  414.         border: 1px solid #bbb /*{c-bhover-border}*/;
  415.         background: #dfdfdf /*{c-bhover-background-color}*/;
  416.         font-weight: bold;
  417.         color: #2F3E46 /*{c-bhover-color}*/;
  418.         text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #ffffff /*{c-bhover-shadow-color}*/;
  419.         background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{c-bhover-background-start}*/), to( #e0e0e0 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
  420.         background-image: -webkit-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
  421.         background-image:    -moz-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* FF3.6 */
  422.         background-image:     -ms-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* IE10 */
  423.         background-image:      -o-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Opera 11.10+ */
  424.         background-image:         linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/);
  425. }
  426. .ui-btn-hover-c a.ui-link-inherit {
  427.         color: #2F3E46 /*{c-bhover-color}*/;
  428. }
  429. .ui-btn-down-c {
  430.         border: 1px solid #bbb /*{c-bdown-border}*/;
  431.         background: #d6d6d6 /*{c-bdown-background-color}*/;
  432.         font-weight: bold;
  433.         color: #2F3E46 /*{c-bdown-color}*/;
  434.         text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 0 /*{c-bdown-shadow-radius}*/ #ffffff /*{c-bdown-shadow-color}*/;
  435.         background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 /*{c-bdown-background-start}*/), to( #dfdfdf /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */
  436.         background-image: -webkit-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
  437.         background-image:    -moz-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* FF3.6 */
  438.         background-image:     -ms-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* IE10 */
  439.         background-image:      -o-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* Opera 11.10+ */
  440.         background-image:         linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/);
  441. }
  442. .ui-btn-down-c a.ui-link-inherit {
  443.         color: #2F3E46 /*{c-bdown-color}*/;
  444. }
  445. .ui-btn-up-c,
  446. .ui-btn-hover-c,
  447. .ui-btn-down-c {
  448.          font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  449.         text-decoration: none;
  450. }
  451.  
  452.  
  453.  
  454. /* D
  455. -----------------------------------------------------------------------------------------------------------*/
  456.  
  457. .ui-bar-d {
  458.         border: 1px solid #bbb /*{d-bar-border}*/;
  459.         background: #bbb /*{d-bar-background-color}*/;
  460.         color: #333333 /*{d-bar-color}*/;
  461.         font-weight: bold;
  462.         text-shadow: 0 /*{d-bar-shadow-x}*/ 1px /*{d-bar-shadow-y}*/ 0 /*{d-bar-shadow-radius}*/ #eee /*{d-bar-shadow-color}*/;
  463.         background-image: -webkit-gradient(linear, left top, left bottom, from( #ddd /*{d-bar-background-start}*/), to( #bbb /*{d-bar-background-end}*/)); /* Saf4+, Chrome */
  464.         background-image: -webkit-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
  465.         background-image:    -moz-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* FF3.6 */
  466.         background-image:     -ms-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* IE10 */
  467.         background-image:      -o-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* Opera 11.10+ */
  468.         background-image:         linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/);
  469. }
  470.  
  471. .ui-bar-d .ui-link-inherit {
  472.         color: #333333 /*{d-bar-color}*/;
  473. }
  474. .ui-bar-d .ui-link {
  475.         color: #2489CE /*{d-bar-link-color}*/;
  476.         font-weight: bold;
  477. }
  478.  
  479. .ui-bar-d .ui-link:hover {
  480.         color: #2489CE /*{d-bar-link-hover}*/;
  481. }
  482.  
  483. .ui-bar-d .ui-link:active {
  484.         color: #2489CE /*{d-bar-link-active}*/;
  485. }
  486.  
  487. .ui-bar-d .ui-link:visited {
  488.     color: #2489CE /*{d-bar-link-visited}*/;
  489. }
  490.  
  491. .ui-bar-d,
  492. .ui-bar-d input,
  493. .ui-bar-d select,
  494. .ui-bar-d textarea,
  495. .ui-bar-d button {
  496.          font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  497. }
  498. .ui-body-d,
  499. .ui-overlay-d {
  500.         border: 1px solid #bbb /*{d-body-border}*/;
  501.         color: #333333 /*{d-body-color}*/;
  502.         text-shadow: 0 /*{d-body-shadow-x}*/ 1px /*{d-body-shadow-y}*/ 0 /*{d-body-shadow-radius}*/ #fff /*{d-body-shadow-color}*/;
  503.         background: #ffffff /*{d-body-background-color}*/;
  504.         background-image: -webkit-gradient(linear, left top, left bottom, from( #fff /*{d-body-background-start}*/), to( #fff /*{d-body-background-end}*/)); /* Saf4+, Chrome */
  505.         background-image: -webkit-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
  506.         background-image:    -moz-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* FF3.6 */
  507.         background-image:     -ms-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* IE10 */
  508.         background-image:      -o-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* Opera 11.10+ */
  509.         background-image:         linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/);
  510. }
  511. .ui-overlay-d {
  512.         background-image: none;
  513.         border-width: 0;
  514. }
  515. .ui-body-d,
  516. .ui-body-d input,
  517. .ui-body-d select,
  518. .ui-body-d textarea,
  519. .ui-body-d button {
  520.          font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  521. }
  522.  
  523. .ui-body-d .ui-link-inherit {
  524.         color: #333333 /*{d-body-color}*/;
  525. }
  526.  
  527. .ui-body-d .ui-link {
  528.         color: #2489CE /*{d-body-link-color}*/;
  529.         font-weight: bold;
  530. }
  531.  
  532. .ui-body-d .ui-link:hover {
  533.         color: #2489CE /*{d-body-link-hover}*/;
  534. }
  535.  
  536. .ui-body-d .ui-link:active {
  537.         color: #2489CE /*{d-body-link-active}*/;
  538. }
  539.  
  540. .ui-body-d .ui-link:visited {
  541.     color: #2489CE /*{d-body-link-visited}*/;
  542. }
  543.  
  544. .ui-btn-up-d {
  545.         border: 1px solid #bbb /*{d-bup-border}*/;
  546.         background: #fff /*{d-bup-background-color}*/;
  547.         font-weight: bold;
  548.         color: #333 /*{d-bup-color}*/;
  549.         text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #fff /*{d-bup-shadow-color}*/;
  550.         background-image: -webkit-gradient(linear, left top, left bottom, from( #fafafa /*{d-bup-background-start}*/), to( #f6f6f6 /*{d-bup-background-end}*/)); /* Saf4+, Chrome */
  551.         background-image: -webkit-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
  552.         background-image:    -moz-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* FF3.6 */
  553.         background-image:     -ms-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* IE10 */
  554.         background-image:      -o-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* Opera 11.10+ */
  555.         background-image:         linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/);
  556. }
  557. .ui-btn-up-d a.ui-link-inherit {
  558.         color: #333 /*{d-bup-color}*/;
  559. }
  560.  
  561. .ui-btn-hover-d {
  562.         border: 1px solid #aaa /*{d-bhover-border}*/;
  563.         background: #eeeeee /*{d-bhover-background-color}*/;
  564.         font-weight: bold;
  565.         color: #333 /*{d-bhover-color}*/;
  566.         text-shadow: 0 /*{d-bhover-shadow-x}*/ 1px /*{d-bhover-shadow-y}*/ 0 /*{d-bhover-shadow-radius}*/ #fff /*{d-bhover-shadow-color}*/;
  567.         background-image: -webkit-gradient(linear, left top, left bottom, from( #eee /*{d-bhover-background-start}*/), to( #fff /*{d-bhover-background-end}*/)); /* Saf4+, Chrome */
  568.         background-image: -webkit-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
  569.         background-image:    -moz-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* FF3.6 */
  570.         background-image:     -ms-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* IE10 */
  571.         background-image:      -o-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* Opera 11.10+ */
  572.         background-image:         linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/);
  573. }
  574. .ui-btn-hover-d a.ui-link-inherit {
  575.         color: #333 /*{d-bhover-color}*/;
  576. }
  577. .ui-btn-down-d {
  578.         border: 1px solid #aaa /*{d-bdown-border}*/;
  579.         background: #eee /*{d-bdown-background-color}*/;
  580.         font-weight: bold;
  581.         color: #333 /*{d-bdown-color}*/;
  582.         text-shadow: 0 /*{d-bdown-shadow-x}*/ 1px /*{d-bdown-shadow-y}*/ 0 /*{d-bdown-shadow-radius}*/ #ffffff /*{d-bdown-shadow-color}*/;
  583.         background-image: -webkit-gradient(linear, left top, left bottom, from( #e5e5e5 /*{d-bdown-background-start}*/), to( #f2f2f2 /*{d-bdown-background-end}*/)); /* Saf4+, Chrome */
  584.         background-image: -webkit-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
  585.         background-image:    -moz-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* FF3.6 */
  586.         background-image:     -ms-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* IE10 */
  587.         background-image:      -o-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* Opera 11.10+ */
  588.         background-image:         linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/);
  589. }
  590. .ui-btn-down-d a.ui-link-inherit {
  591.         color: #333 /*{d-bdown-color}*/;
  592. }
  593. .ui-btn-up-d,
  594. .ui-btn-hover-d,
  595. .ui-btn-down-d {
  596.          font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  597.         text-decoration: none;
  598. }
  599.  
  600.  
  601.  
  602. /* E
  603. -----------------------------------------------------------------------------------------------------------*/
  604.  
  605. .ui-bar-e {
  606.         border: 1px solid #F7C942 /*{e-bar-border}*/;
  607.         background: #fadb4e /*{e-bar-background-color}*/;
  608.         color: #333333 /*{e-bar-color}*/;
  609.         font-weight: bold;
  610.         text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #fff /*{e-bar-shadow-color}*/;
  611.         background-image: -webkit-gradient(linear, left top, left bottom, from( #fceda7 /*{e-bar-background-start}*/), to( #fbef7e /*{e-bar-background-end}*/)); /* Saf4+, Chrome */
  612.         background-image: -webkit-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
  613.         background-image:    -moz-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* FF3.6 */
  614.         background-image:     -ms-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* IE10 */
  615.         background-image:      -o-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* Opera 11.10+ */
  616.         background-image:         linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/);
  617. }
  618.  
  619. .ui-bar-e .ui-link-inherit {
  620.         color: #333333 /*{e-bar-color}*/;
  621. }
  622. .ui-bar-e .ui-link {
  623.         color: #2489CE /*{e-bar-link-color}*/;
  624.         font-weight: bold;
  625. }
  626.  
  627. .ui-bar-e .ui-link:hover {
  628.         color: #2489CE /*{e-bar-link-hover}*/;
  629. }
  630.  
  631. .ui-bar-e .ui-link:active {
  632.         color: #2489CE /*{e-bar-link-active}*/;
  633. }
  634.  
  635. .ui-bar-e .ui-link:visited {
  636.     color: #2489CE /*{e-bar-link-visited}*/;
  637. }
  638.  
  639. .ui-bar-e,
  640. .ui-bar-e input,
  641. .ui-bar-e select,
  642. .ui-bar-e textarea,
  643. .ui-bar-e button {
  644.          font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  645. }
  646. .ui-body-e,
  647. .ui-overlay-e {
  648.         border: 1px solid #F7C942 /*{e-body-border}*/;
  649.         color: #333333 /*{e-body-color}*/;
  650.         text-shadow: 0 /*{e-body-shadow-x}*/ 1px /*{e-body-shadow-y}*/ 0 /*{e-body-shadow-radius}*/ #fff /*{e-body-shadow-color}*/;
  651.         background: #fff9df /*{e-body-background-color}*/;
  652.         background-image: -webkit-gradient(linear, left top, left bottom, from( #fffadf /*{e-body-background-start}*/), to( #fff3a5 /*{e-body-background-end}*/)); /* Saf4+, Chrome */
  653.         background-image: -webkit-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
  654.         background-image:    -moz-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* FF3.6 */
  655.         background-image:     -ms-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* IE10 */
  656.         background-image:      -o-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* Opera 11.10+ */
  657.         background-image:         linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/);
  658. }
  659. .ui-overlay-e {
  660.         background-image: none;
  661.         border-width: 0;
  662. }
  663. .ui-body-e,
  664. .ui-body-e input,
  665. .ui-body-e select,
  666. .ui-body-e textarea,
  667. .ui-body-e button {
  668.          font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  669. }
  670.  
  671. .ui-body-e .ui-link-inherit {
  672.         color: #333333 /*{e-body-color}*/;
  673. }
  674.  
  675. .ui-body-e .ui-link {
  676.         color: #2489CE /*{e-body-link-color}*/;
  677.         font-weight: bold;
  678. }
  679.  
  680. .ui-body-e .ui-link:hover {
  681.         color: #2489CE /*{e-body-link-hover}*/;
  682. }
  683.  
  684. .ui-body-e .ui-link:active {
  685.         color: #2489CE /*{e-body-link-active}*/;
  686. }
  687.  
  688. .ui-body-e .ui-link:visited {
  689.     color: #2489CE /*{e-body-link-visited}*/;
  690. }
  691.  
  692. .ui-btn-up-e {
  693.         border: 1px solid #F4C63f /*{e-bup-border}*/;
  694.         background: #fadb4e /*{e-bup-background-color}*/;
  695.         font-weight: bold;
  696.         color: #222 /*{e-bup-color}*/;
  697.         text-shadow: 0 /*{e-bup-shadow-x}*/ 1px /*{e-bup-shadow-y}*/ 0 /*{e-bup-shadow-radius}*/ #fff /*{e-bup-shadow-color}*/;
  698.         background-image: -webkit-gradient(linear, left top, left bottom, from( #ffefaa /*{e-bup-background-start}*/), to( #ffe155 /*{e-bup-background-end}*/)); /* Saf4+, Chrome */
  699.         background-image: -webkit-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
  700.         background-image:    -moz-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* FF3.6 */
  701.         background-image:     -ms-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* IE10 */
  702.         background-image:      -o-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* Opera 11.10+ */
  703.         background-image:         linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/);
  704. }
  705. .ui-btn-up-e a.ui-link-inherit {
  706.         color: #222 /*{e-bup-color}*/;
  707. }
  708.  
  709. .ui-btn-hover-e {
  710.         border: 1px solid #F2C43d /*{e-bhover-border}*/;
  711.         background: #fbe26f /*{e-bhover-background-color}*/;
  712.         font-weight: bold;
  713.         color: #333 /*{e-bhover-color}*/;
  714.         text-shadow: 0 /*{e-bhover-shadow-x}*/ 1px /*{e-bhover-shadow-y}*/ 0 /*{e-bhover-shadow-radius}*/ #fff /*{e-bhover-shadow-color}*/;
  715.         background-image: -webkit-gradient(linear, left top, left bottom, from( #fff5ba /*{e-bhover-background-start}*/), to( #fbdd52 /*{e-bhover-background-end}*/)); /* Saf4+, Chrome */
  716.         background-image: -webkit-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
  717.         background-image:    -moz-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* FF3.6 */
  718.         background-image:     -ms-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* IE10 */
  719.         background-image:      -o-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* Opera 11.10+ */
  720.         background-image:         linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/);
  721. }
  722. .ui-btn-hover-e a.ui-link-inherit {
  723.         color: #333 /*{e-bhover-color}*/;
  724. }
  725. .ui-btn-down-e {
  726.         border: 1px solid #F2C43d /*{e-bdown-border}*/;
  727.         background: #fceda7 /*{e-bdown-background-color}*/;
  728.         font-weight: bold;
  729.         color: #333 /*{e-bdown-color}*/;
  730.         text-shadow: 0 /*{e-bdown-shadow-x}*/ 1px /*{e-bdown-shadow-y}*/ 0 /*{e-bdown-shadow-radius}*/ #ffffff /*{e-bdown-shadow-color}*/;
  731.         background-image: -webkit-gradient(linear, left top, left bottom, from( #f8d94c /*{e-bdown-background-start}*/), to( #fadb4e /*{e-bdown-background-end}*/)); /* Saf4+, Chrome */
  732.         background-image: -webkit-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
  733.         background-image:    -moz-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* FF3.6 */
  734.         background-image:     -ms-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* IE10 */
  735.         background-image:      -o-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* Opera 11.10+ */
  736.         background-image:         linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/);
  737. }
  738. .ui-btn-down-e a.ui-link-inherit {
  739.         color: #333 /*{e-bdown-color}*/;
  740. }
  741. .ui-btn-up-e,
  742. .ui-btn-hover-e,
  743. .ui-btn-down-e {
  744.          font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  745.         text-decoration: none;
  746. }
  747.  
  748.  
  749.  
  750. /* Structure */
  751.  
  752. /* links within "buttons"
  753. -----------------------------------------------------------------------------------------------------------*/
  754.  
  755. a.ui-link-inherit {
  756.         text-decoration: none !important;
  757. }
  758.  
  759.  
  760. /* Active class used as the "on" state across all themes
  761. -----------------------------------------------------------------------------------------------------------*/
  762. .ui-btn-active {
  763.         border: 1px solid #2373a5 /*{global-active-border}*/;
  764.         background: #387bbe /*{global-active-background-color}*/;
  765.         font-weight: bold;
  766.         color: #fff /*{global-active-color}*/;
  767.         cursor: pointer;
  768.         text-shadow: 0 /*{global-active-shadow-x}*/ 1px /*{global-active-shadow-y}*/ 1px /*{global-active-shadow-radius}*/ #3373a5 /*{global-active-shadow-color}*/;
  769.         text-decoration: none;
  770.         background-image: -webkit-gradient(linear, left top, left bottom, from( #5393c5 /*{global-active-background-start}*/), to( #6facd5 /*{global-active-background-end}*/)); /* Saf4+, Chrome */
  771.         background-image: -webkit-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
  772.         background-image:    -moz-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* FF3.6 */
  773.         background-image:     -ms-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* IE10 */
  774.         background-image:      -o-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* Opera 11.10+ */
  775.         background-image:         linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/);
  776.          font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
  777. }
  778. .ui-btn-active a.ui-link-inherit {
  779.         color: #fff /*{global-active-color}*/;
  780. }
  781.  
  782.  
  783. /* button inner top highlight
  784. -----------------------------------------------------------------------------------------------------------*/
  785.  
  786. .ui-btn-inner {
  787.         border-top: 1px solid   #fff;
  788.         border-color:                   rgba(255,255,255,.3);
  789. }
  790.  
  791.  
  792. /* corner rounding classes
  793. -----------------------------------------------------------------------------------------------------------*/
  794.  
  795. .ui-corner-tl {
  796.         -moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
  797.         -webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
  798.         border-top-left-radius: .6em /*{global-radii-blocks}*/;
  799. }
  800. .ui-corner-tr {
  801.         -moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
  802.         -webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
  803.         border-top-right-radius: .6em /*{global-radii-blocks}*/;
  804. }
  805. .ui-corner-bl {
  806.         -moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
  807.         -webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
  808.         border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
  809. }
  810. .ui-corner-br {
  811.         -moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
  812.         -webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
  813.         border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
  814. }
  815. .ui-corner-top {
  816.         -moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
  817.         -webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
  818.         border-top-left-radius: .6em /*{global-radii-blocks}*/;
  819.         -moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
  820.         -webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
  821.         border-top-right-radius: .6em /*{global-radii-blocks}*/;
  822. }
  823. .ui-corner-bottom {
  824.         -moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
  825.         -webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
  826.         border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
  827.         -moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
  828.         -webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
  829.         border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
  830.         }
  831. .ui-corner-right {
  832.         -moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
  833.         -webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
  834.         border-top-right-radius: .6em /*{global-radii-blocks}*/;
  835.         -moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
  836.         -webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
  837.         border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
  838. }
  839. .ui-corner-left {
  840.         -moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
  841.         -webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
  842.         border-top-left-radius: .6em /*{global-radii-blocks}*/;
  843.         -moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
  844.         -webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
  845.         border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
  846. }
  847. .ui-corner-all {
  848.         -moz-border-radius: .6em /*{global-radii-blocks}*/;
  849.         -webkit-border-radius: .6em /*{global-radii-blocks}*/;
  850.         border-radius: .6em /*{global-radii-blocks}*/;
  851. }
  852. .ui-corner-none {
  853.         -moz-border-radius:                                0;
  854.         -webkit-border-radius:                             0;
  855.         border-radius:                                             0;
  856. }
  857.  
  858. /* Form field separator
  859. -----------------------------------------------------------------------------------------------------------*/
  860. .ui-br {
  861.         border-bottom: rgb(130,130,130);
  862.         border-bottom: rgba(130,130,130,.3);
  863.         border-bottom-width: 1px;
  864.         border-bottom-style: solid;
  865. }
  866.  
  867. /* Interaction cues
  868. -----------------------------------------------------------------------------------------------------------*/
  869. .ui-disabled {
  870.         opacity:                                                        .3;
  871. }
  872. .ui-disabled,
  873. .ui-disabled a {
  874.         cursor: default !important;
  875.         pointer-events: none;
  876. }
  877. .ui-disabled .ui-btn-text {
  878.         -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
  879.         filter: alpha(opacity=30);
  880.         zoom: 1;
  881. }
  882.  
  883. /* Icons
  884. -----------------------------------------------------------------------------------------------------------*/
  885.  
  886. .ui-icon,
  887. .ui-icon-searchfield:after {
  888.         background: #666 /*{global-icon-color}*/;
  889.         background: rgba(0,0,0,.4) /*{global-icon-disc}*/;
  890.         background-image: url(images/icons-18-white.png) /*{global-icon-set}*/;
  891.         background-repeat: no-repeat;
  892.         -moz-border-radius:                             9px;
  893.         -webkit-border-radius:                          9px;
  894.         border-radius:                                          9px;
  895. }
  896.  
  897.  
  898. /* Alt icon color
  899. -----------------------------------------------------------------------------------------------------------*/
  900.  
  901. .ui-icon-alt {
  902.         background:                                             #fff;
  903.         background:                                             rgba(255,255,255,.3);
  904.         background-image: url(images/icons-18-black.png);
  905.         background-repeat: no-repeat;
  906. }
  907.  
  908. /* HD/"retina" sprite
  909. -----------------------------------------------------------------------------------------------------------*/
  910.  
  911. @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  912.        only screen and (min--moz-device-pixel-ratio: 1.5),
  913.        only screen and (min-resolution: 240dpi) {
  914.        
  915.         .ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
  916.         .ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
  917.         .ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
  918.         .ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after,
  919.         .ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
  920.                 background-image: undefined /*{global-large-icon-set}*/;
  921.                 -moz-background-size: 776px 18px;
  922.                 -o-background-size: 776px 18px;
  923.                 -webkit-background-size: 776px 18px;
  924.                 background-size: 776px 18px;
  925.         }
  926.         .ui-icon-alt {
  927.                 background-image: url(images/icons-36-black.png);
  928.         }
  929. }
  930.  
  931. /* plus minus */
  932. .ui-icon-plus {
  933.         background-position:    -0 50%;
  934. }
  935. .ui-icon-minus {
  936.         background-position:    -36px 50%;
  937. }
  938.  
  939. /* delete/close */
  940. .ui-icon-delete {
  941.         background-position:    -72px 50%;
  942. }
  943.  
  944. /* arrows */
  945. .ui-icon-arrow-r {
  946.         background-position:    -108px 50%;
  947. }
  948. .ui-icon-arrow-l {
  949.         background-position:    -144px 50%;
  950. }
  951. .ui-icon-arrow-u {
  952.         background-position:    -180px 50%;
  953. }
  954. .ui-icon-arrow-d {
  955.         background-position:    -216px 50%;
  956. }
  957.  
  958. /* misc */
  959. .ui-icon-check {
  960.         background-position:    -252px 50%;
  961. }
  962. .ui-icon-gear {
  963.         background-position:    -288px 50%;
  964. }
  965. .ui-icon-refresh {
  966.         background-position:    -324px 50%;
  967. }
  968. .ui-icon-forward {
  969.         background-position:    -360px 50%;
  970. }
  971. .ui-icon-back {
  972.         background-position:    -396px 50%;
  973. }
  974. .ui-icon-grid {
  975.         background-position:    -432px 50%;
  976. }
  977. .ui-icon-star {
  978.         background-position:    -468px 50%;
  979. }
  980. .ui-icon-alert {
  981.         background-position:    -504px 50%;
  982. }
  983. .ui-icon-info {
  984.         background-position:    -540px 50%;
  985. }
  986. .ui-icon-home {
  987.         background-position:    -576px 50%;
  988. }
  989. .ui-icon-search,
  990. .ui-icon-searchfield:after {
  991.         background-position:    -612px 50%;
  992. }
  993. .ui-icon-checkbox-off {
  994.         background-position:    -684px 50%;
  995. }
  996. .ui-icon-checkbox-on {
  997.         background-position:    -648px 50%;
  998. }
  999. .ui-icon-radio-off {
  1000.         background-position:    -756px 50%;
  1001. }
  1002. .ui-icon-radio-on {
  1003.         background-position:    -720px 50%;
  1004. }
  1005.  
  1006.  
  1007. /* checks,radios */
  1008. .ui-checkbox .ui-icon {
  1009.         -moz-border-radius: 3px;
  1010.         -webkit-border-radius: 3px;
  1011.         border-radius: 3px;
  1012. }
  1013. .ui-icon-checkbox-off,
  1014. .ui-icon-radio-off {
  1015.         background-color: transparent; 
  1016. }
  1017. .ui-checkbox-on .ui-icon,
  1018. .ui-radio-on .ui-icon {
  1019.         background-color: #387bbe /*{global-active-background-color}*/; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
  1020. }
  1021.  
  1022. /* loading icon */
  1023. .ui-icon-loading {
  1024.         background: url(images/ajax-loader.gif);
  1025.         background-size: 46px 46px;
  1026. }
  1027.  
  1028.  
  1029. /* Button corner classes
  1030. -----------------------------------------------------------------------------------------------------------*/
  1031.  
  1032. .ui-btn-corner-tl {
  1033.         -moz-border-radius-topleft: 1em /*{global-radii-buttons}*/;
  1034.         -webkit-border-top-left-radius: 1em /*{global-radii-buttons}*/;
  1035.         border-top-left-radius: 1em /*{global-radii-buttons}*/;
  1036. }
  1037. .ui-btn-corner-tr {
  1038.         -moz-border-radius-topright: 1em /*{global-radii-buttons}*/;
  1039.         -webkit-border-top-right-radius: 1em /*{global-radii-buttons}*/;
  1040.         border-top-right-radius: 1em /*{global-radii-buttons}*/;
  1041. }
  1042. .ui-btn-corner-bl {
  1043.         -moz-border-radius-bottomleft: 1em /*{global-radii-buttons}*/;
  1044.         -webkit-border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
  1045.         border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
  1046. }
  1047. .ui-btn-corner-br {
  1048.         -moz-border-radius-bottomright: 1em /*{global-radii-buttons}*/;
  1049.         -webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
  1050.         border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
  1051. }
  1052. .ui-btn-corner-top {
  1053.         -moz-border-radius-topleft: 1em /*{global-radii-buttons}*/;
  1054.         -webkit-border-top-left-radius: 1em /*{global-radii-buttons}*/;
  1055.         border-top-left-radius: 1em /*{global-radii-buttons}*/;
  1056.         -moz-border-radius-topright: 1em /*{global-radii-buttons}*/;
  1057.         -webkit-border-top-right-radius: 1em /*{global-radii-buttons}*/;
  1058.         border-top-right-radius: 1em /*{global-radii-buttons}*/;
  1059. }
  1060. .ui-btn-corner-bottom {
  1061.         -moz-border-radius-bottomleft: 1em /*{global-radii-buttons}*/;
  1062.         -webkit-border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
  1063.         border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
  1064.         -moz-border-radius-bottomright: 1em /*{global-radii-buttons}*/;
  1065.         -webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
  1066.         border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
  1067. }
  1068. .ui-btn-corner-right {
  1069.          -moz-border-radius-topright: 1em /*{global-radii-buttons}*/;
  1070.         -webkit-border-top-right-radius: 1em /*{global-radii-buttons}*/;
  1071.         border-top-right-radius: 1em /*{global-radii-buttons}*/;
  1072.         -moz-border-radius-bottomright: 1em /*{global-radii-buttons}*/;
  1073.         -webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
  1074.         border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
  1075. }
  1076. .ui-btn-corner-left {
  1077.         -moz-border-radius-topleft: 1em /*{global-radii-buttons}*/;
  1078.         -webkit-border-top-left-radius: 1em /*{global-radii-buttons}*/;
  1079.         border-top-left-radius: 1em /*{global-radii-buttons}*/;
  1080.         -moz-border-radius-bottomleft: 1em /*{global-radii-buttons}*/;
  1081.         -webkit-border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
  1082.         border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
  1083. }
  1084. .ui-btn-corner-all {
  1085.         -moz-border-radius: 1em /*{global-radii-buttons}*/;
  1086.         -webkit-border-radius: 1em /*{global-radii-buttons}*/;
  1087.         border-radius: 1em /*{global-radii-buttons}*/;
  1088. }
  1089.  
  1090. /* radius clip workaround for cleaning up corner trapping */
  1091. .ui-corner-tl,
  1092. .ui-corner-tr,
  1093. .ui-corner-bl,
  1094. .ui-corner-br,
  1095. .ui-corner-top,
  1096. .ui-corner-bottom,
  1097. .ui-corner-right,
  1098. .ui-corner-left,
  1099. .ui-corner-all,
  1100. .ui-btn-corner-tl,
  1101. .ui-btn-corner-tr,
  1102. .ui-btn-corner-bl,
  1103. .ui-btn-corner-br,
  1104. .ui-btn-corner-top,
  1105. .ui-btn-corner-bottom,
  1106. .ui-btn-corner-right,
  1107. .ui-btn-corner-left,
  1108. .ui-btn-corner-all {
  1109.   -webkit-background-clip: padding-box;
  1110.      -moz-background-clip: padding;
  1111.           background-clip: padding-box;
  1112. }
  1113.  
  1114. /* Overlay / modal
  1115. -----------------------------------------------------------------------------------------------------------*/
  1116.  
  1117. .ui-overlay {
  1118.         background: #666;
  1119.         opacity: .5;
  1120.         filter: Alpha(Opacity=50);
  1121.         position: absolute;
  1122.         width: 100%;
  1123.         height: 100%;
  1124. }
  1125. .ui-overlay-shadow {
  1126.         -moz-box-shadow: 0px 0px 12px                   rgba(0,0,0,.6);
  1127.         -webkit-box-shadow: 0px 0px 12px                rgba(0,0,0,.6);
  1128.         box-shadow: 0px 0px 12px                                rgba(0,0,0,.6);
  1129. }
  1130. .ui-shadow {
  1131.         -moz-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
  1132.         -webkit-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
  1133.         box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
  1134. }
  1135. .ui-bar-a .ui-shadow,
  1136. .ui-bar-b .ui-shadow ,
  1137. .ui-bar-c .ui-shadow  {
  1138.         -moz-box-shadow: 0px 1px 0                              rgba(255,255,255,.3);
  1139.         -webkit-box-shadow: 0px 1px 0                   rgba(255,255,255,.3);
  1140.         box-shadow: 0px 1px 0                                   rgba(255,255,255,.3);
  1141. }
  1142. .ui-shadow-inset {
  1143.         -moz-box-shadow: inset 0px 1px 4px              rgba(0,0,0,.2);
  1144.         -webkit-box-shadow: inset 0px 1px 4px   rgba(0,0,0,.2);
  1145.         box-shadow: inset 0px 1px 4px                   rgba(0,0,0,.2);
  1146. }
  1147. .ui-icon-shadow {
  1148.         -moz-box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
  1149.         -webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
  1150.         box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
  1151. }
  1152.  
  1153. /* Focus state - set here for specificity (note: these classes are added by JavaScript)
  1154. -----------------------------------------------------------------------------------------------------------*/
  1155.  
  1156. .ui-btn:focus {
  1157.         outline: 0;
  1158. }
  1159.  
  1160. .ui-focus,
  1161. .ui-btn:focus {
  1162.         -moz-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
  1163.         -webkit-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
  1164.         box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
  1165. }
  1166.  
  1167. /* unset box shadow in browsers that don't do it right
  1168. -----------------------------------------------------------------------------------------------------------*/
  1169.  
  1170. .ui-mobile-nosupport-boxshadow * {
  1171.         -moz-box-shadow: none !important;
  1172.         -webkit-box-shadow: none !important;
  1173.         box-shadow: none !important;
  1174. }
  1175.  
  1176. /* ...and bring back focus */
  1177. .ui-mobile-nosupport-boxshadow .ui-focus,
  1178. .ui-mobile-nosupport-boxshadow .ui-btn:focus {
  1179.         outline-width: 1px;
  1180.         outline-style: dotted;
  1181. }