d2abe886bdf316992ff841f2c6b0dabe86a7ba68
[platform/framework/web/web-ui-fw.git] / libs / css / jquery.mobile-1.0rc1.css
1 /*!
2  * jQuery Mobile v1.0rc1
3  * http://jquerymobile.com/
4  *
5  * Copyright 2010, jQuery Project
6  * Dual licensed under the MIT or GPL Version 2 licenses.
7  * http://jquery.org/license
8  */
9 /*!
10 * jQuery Mobile Framework
11 * Copyright (c) jQuery Project
12 * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
13 */
14
15 /* Swatches */
16
17 /* A
18 -----------------------------------------------------------------------------------------------------------*/
19
20 .ui-bar-a {
21         border: 1px solid               #2A2A2A /*{a-bar-border}*/;
22         background:                     #111111 /*{a-bar-background-color}*/;
23         color:                                  #ffffff /*{a-bar-color}*/;
24         font-weight: bold;
25         text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #000000 /*{a-bar-shadow-color}*/;
26         background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c /*{a-bar-background-start}*/), to(#111 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
27         background-image: -webkit-linear-gradient(top, #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
28         background-image:    -moz-linear-gradient(top, #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* FF3.6 */
29         background-image:     -ms-linear-gradient(top, #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* IE10 */
30         background-image:      -o-linear-gradient(top, #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* Opera 11.10+ */
31         background-image:         linear-gradient(top, #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/);
32 }
33 .ui-bar-a, 
34 .ui-bar-a input, 
35 .ui-bar-a select, 
36 .ui-bar-a textarea, 
37 .ui-bar-a button {
38         font-family: Helvetica, Arial, sans-serif /*{a-bar-font}*/;
39 }
40 .ui-bar-a .ui-link-inherit {
41         color:                                  #fff /*{a-bar-color}*/;
42 }
43 .ui-bar-a .ui-link {
44         color:                                  #7cc4e7 /*{global-link-color}*/;
45         font-weight: bold;
46 }
47 .ui-body-a {
48         border: 1px solid               #2A2A2A /*{a-body-border}*/;
49         background:                     #222222 /*{a-body-background-color}*/;
50         color:                                  #fff /*{a-body-color}*/;
51          text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #000 /*{a-body-shadow-color}*/;
52         font-weight: normal;
53         background-image: -webkit-gradient(linear, left top, left bottom, from(#666 /*{a-body-background-start}*/), to(#222 /*{a-body-background-end}*/)); /* Saf4+, Chrome */
54         background-image: -webkit-linear-gradient(top, #666 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
55         background-image:    -moz-linear-gradient(top, #666 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* FF3.6 */
56         background-image:     -ms-linear-gradient(top, #666 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* IE10 */
57         background-image:      -o-linear-gradient(top, #666 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Opera 11.10+ */
58         background-image:         linear-gradient(top, #666 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/);   
59 }
60 .ui-body-a,
61 .ui-body-a input,
62 .ui-body-a select,
63 .ui-body-a textarea,
64 .ui-body-a button {
65         font-family: Helvetica, Arial, sans-serif /*{a-body-font}*/;
66 }
67 .ui-body-a .ui-link-inherit {
68         color:                                  #fff /*{a-body-color}*/;
69 }
70 .ui-body-a .ui-link {
71         color:                                  #2489CE /*{global-link-color}*/;
72         font-weight: bold;
73 }
74 .ui-br {
75         border-bottom: rgb(130,130,130);
76         border-bottom: rgba(130,130,130,.3);
77         border-bottom-width: 1px;
78         border-bottom-style: solid;
79 }
80 .ui-btn-up-a {
81         border: 1px solid               #222 /*{a-bup-border}*/;
82         background:                     #333333 /*{a-bup-background-color}*/;
83         font-weight: bold;
84         color:                                  #fff /*{a-bup-color}*/;
85         text-shadow: 0 /*{a-bup-shadow-x}*/ -1px /*{a-bup-shadow-y}*/ 1px /*{a-bup-shadow-radius}*/ #000 /*{a-bup-shadow-color}*/;
86         background-image: -webkit-gradient(linear, left top, left bottom, from(#555 /*{a-bup-background-start}*/), to(#333 /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
87         background-image: -webkit-linear-gradient(top, #555 /*{a-bup-background-start}*/, #333 /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
88         background-image:    -moz-linear-gradient(top, #555 /*{a-bup-background-start}*/, #333 /*{a-bup-background-end}*/); /* FF3.6 */
89         background-image:     -ms-linear-gradient(top, #555 /*{a-bup-background-start}*/, #333 /*{a-bup-background-end}*/); /* IE10 */
90         background-image:      -o-linear-gradient(top, #555 /*{a-bup-background-start}*/, #333 /*{a-bup-background-end}*/); /* Opera 11.10+ */
91         background-image:         linear-gradient(top, #555 /*{a-bup-background-start}*/, #333 /*{a-bup-background-end}*/);
92 }
93 .ui-btn-up-a a.ui-link-inherit {
94         color:                                  #fff /*{a-bup-color}*/;
95 }
96 .ui-btn-hover-a {
97         border: 1px solid               #000 /*{a-bhover-border}*/;
98         background:                     #444444 /*{a-bhover-background-color}*/;
99         font-weight: bold;
100         color:                                  #fff /*{a-bhover-color}*/;
101         text-shadow: 0 /*{a-bhover-shadow-x}*/ -1px /*{a-bhover-shadow-y}*/ 1px /*{a-bhover-shadow-radius}*/ #000 /*{a-bhover-shadow-color}*/;
102         background-image: -webkit-gradient(linear, left top, left bottom, from(#666 /*{a-bhover-background-start}*/), to(#444 /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
103         background-image: -webkit-linear-gradient(top, #666 /*{a-bhover-background-start}*/, #444 /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
104         background-image:    -moz-linear-gradient(top, #666 /*{a-bhover-background-start}*/, #444 /*{a-bhover-background-end}*/); /* FF3.6 */
105         background-image:     -ms-linear-gradient(top, #666 /*{a-bhover-background-start}*/, #444 /*{a-bhover-background-end}*/); /* IE10 */
106         background-image:      -o-linear-gradient(top, #666 /*{a-bhover-background-start}*/, #444 /*{a-bhover-background-end}*/); /* Opera 11.10+ */
107         background-image:         linear-gradient(top, #666 /*{a-bhover-background-start}*/, #444 /*{a-bhover-background-end}*/);
108 }
109 .ui-btn-hover-a a.ui-link-inherit {
110         color:                                  #fff /*{a-bhover-color}*/;
111 }
112 .ui-btn-down-a {
113         border: 1px solid               #000 /*{a-bdown-border}*/;
114         background:                     #3d3d3d /*{a-bdown-background-color}*/;
115         font-weight: bold;
116         color:                                  #fff /*{a-bdown-color}*/;
117         text-shadow: 0 /*{a-bdown-shadow-x}*/ -1px /*{a-bdown-shadow-y}*/ 1px /*{a-bdown-shadow-radius}*/ #000 /*{a-bdown-shadow-color}*/;
118         background-image: -webkit-gradient(linear, left top, left bottom, from(#333 /*{a-bdown-background-start}*/), to(#5a5a5a /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
119         background-image: -webkit-linear-gradient(top, #333 /*{a-bdown-background-start}*/, #5a5a5a /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
120         background-image:    -moz-linear-gradient(top, #333 /*{a-bdown-background-start}*/, #5a5a5a /*{a-bdown-background-end}*/); /* FF3.6 */
121         background-image:     -ms-linear-gradient(top, #333 /*{a-bdown-background-start}*/, #5a5a5a /*{a-bdown-background-end}*/); /* IE10 */
122         background-image:      -o-linear-gradient(top, #333 /*{a-bdown-background-start}*/, #5a5a5a /*{a-bdown-background-end}*/); /* Opera 11.10+ */
123         background-image:         linear-gradient(top, #333 /*{a-bdown-background-start}*/, #5a5a5a /*{a-bdown-background-end}*/);
124 }
125 .ui-btn-down-a a.ui-link-inherit {
126         color:                                  #fff /*{a-bdown-color}*/;
127 }
128 .ui-btn-up-a,
129 .ui-btn-hover-a,
130 .ui-btn-down-a {
131         font-family: Helvetica, Arial, sans-serif /*{a-button-font}*/;
132         text-decoration: none;
133 }
134
135
136 /* B
137 -----------------------------------------------------------------------------------------------------------*/
138
139 .ui-bar-b {
140         border: 1px solid               #456f9a /*{b-bar-border}*/;
141         background:                     #5e87b0 /*{b-bar-background-color}*/;
142         color:                                  #fff /*{b-bar-color}*/;
143         font-weight: bold;
144         text-shadow: 0 /*{b-bar-shadow-x}*/ -1px /*{b-bar-shadow-y}*/ 1px /*{b-bar-shadow-radius}*/ #254f7a /*{b-bar-shadow-color}*/;
145         background-image: -webkit-gradient(linear, left top, left bottom, from(#81a8ce /*{b-bar-background-start}*/), to(#5e87b0 /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
146         background-image: -webkit-linear-gradient(top, #81a8ce /*{b-bar-background-start}*/, #5e87b0 /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
147         background-image:    -moz-linear-gradient(top, #81a8ce /*{b-bar-background-start}*/, #5e87b0 /*{b-bar-background-end}*/); /* FF3.6 */
148         background-image:     -ms-linear-gradient(top, #81a8ce /*{b-bar-background-start}*/, #5e87b0 /*{b-bar-background-end}*/); /* IE10 */
149         background-image:      -o-linear-gradient(top, #81a8ce /*{b-bar-background-start}*/, #5e87b0 /*{b-bar-background-end}*/); /* Opera 11.10+ */
150         background-image:         linear-gradient(top, #81a8ce /*{b-bar-background-start}*/, #5e87b0 /*{b-bar-background-end}*/);
151 }
152 .ui-bar-b,
153 .ui-bar-b input,
154 .ui-bar-b select,
155 .ui-bar-b textarea,
156 .ui-bar-b button {
157         font-family: Helvetica, Arial, sans-serif /*{b-bar-font}*/;
158 }
159 .ui-bar-b .ui-link-inherit {
160         color:                                  #fff /*{b-bar-color}*/;
161 }
162 .ui-bar-b .ui-link {
163         color:                                  #7cc4e7 /*{global-link-color}*/;
164         font-weight: bold;
165 }
166
167 .ui-body-b {
168         border: 1px solid               #C6C6C6 /*{b-body-border}*/;
169         background:                     #cccccc /*{b-body-background-color}*/;
170         color:                                  #333333 /*{b-body-color}*/;
171         text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #fff /*{b-body-shadow-color}*/;
172         font-weight: normal;
173         background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6 /*{b-body-background-start}*/), to(#ccc /*{b-body-background-end}*/)); /* Saf4+, Chrome */
174         background-image: -webkit-linear-gradient(top, #e6e6e6 /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
175         background-image:    -moz-linear-gradient(top, #e6e6e6 /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* FF3.6 */
176         background-image:     -ms-linear-gradient(top, #e6e6e6 /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* IE10 */
177         background-image:      -o-linear-gradient(top, #e6e6e6 /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* Opera 11.10+ */
178         background-image:         linear-gradient(top, #e6e6e6 /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/);
179 }
180 .ui-body-b,
181 .ui-body-b input,
182 .ui-body-b select,
183 .ui-body-b textarea,
184 .ui-body-b button {
185         font-family: Helvetica, Arial, sans-serif /*{b-body-font}*/;
186 }
187 .ui-body-b .ui-link-inherit {
188         color:                                  #333333 /*{b-body-color}*/;
189 }
190 .ui-body-b .ui-link {
191         color:                                  #2489CE /*{global-link-color}*/;
192         font-weight: bold;
193 }
194 .ui-btn-up-b {
195         border: 1px solid               #145072 /*{b-bup-border}*/;
196         background:                     #2567ab /*{b-bup-background-color}*/;
197         font-weight: bold;
198         color:                                  #fff /*{b-bup-color}*/;
199         text-shadow: 0 /*{b-bup-shadow-x}*/ -1px /*{b-bup-shadow-y}*/ 1px /*{b-bup-shadow-radius}*/ #145072 /*{b-bup-shadow-color}*/;
200         background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9cc5 /*{b-bup-background-start}*/), to(#396b9e /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
201         background-image: -webkit-linear-gradient(top, #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
202         background-image:    -moz-linear-gradient(top, #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* FF3.6 */
203         background-image:     -ms-linear-gradient(top, #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* IE10 */
204         background-image:      -o-linear-gradient(top, #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* Opera 11.10+ */
205         background-image:         linear-gradient(top, #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/);
206 }
207 .ui-btn-up-b a.ui-link-inherit {
208         color:                                  #fff /*{b-bup-color}*/;
209 }
210 .ui-btn-hover-b {
211         border: 1px solid               #00516e /*{b-bhover-border}*/;
212         background:                     #4b88b6 /*{b-bhover-background-color}*/;
213         font-weight: bold;
214         color:                                  #fff /*{b-bhover-color}*/;
215         text-shadow: 0 /*{b-bhover-shadow-x}*/ -1px /*{b-bhover-shadow-y}*/ 1px /*{b-bhover-shadow-radius}*/ #014D68 /*{b-bhover-shadow-color}*/;
216         background-image: -webkit-gradient(linear, left top, left bottom, from(#72b0d4 /*{b-bhover-background-start}*/), to(#4b88b6 /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */
217         background-image: -webkit-linear-gradient(top, #72b0d4 /*{b-bhover-background-start}*/, #4b88b6 /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
218         background-image:    -moz-linear-gradient(top, #72b0d4 /*{b-bhover-background-start}*/, #4b88b6 /*{b-bhover-background-end}*/); /* FF3.6 */
219         background-image:     -ms-linear-gradient(top, #72b0d4 /*{b-bhover-background-start}*/, #4b88b6 /*{b-bhover-background-end}*/); /* IE10 */
220         background-image:      -o-linear-gradient(top, #72b0d4 /*{b-bhover-background-start}*/, #4b88b6 /*{b-bhover-background-end}*/); /* Opera 11.10+ */
221         background-image:         linear-gradient(top, #72b0d4 /*{b-bhover-background-start}*/, #4b88b6 /*{b-bhover-background-end}*/);
222 }
223 .ui-btn-hover-b a.ui-link-inherit {
224         color:                                  #fff /*{b-bhover-color}*/;
225 }
226 .ui-btn-down-b {
227         border: 1px solid               #225377 /*{b-bdown-border}*/;
228         background:                     #4e89c5 /*{b-bdown-background-color}*/;
229         font-weight: bold;
230         color:                                  #fff /*{b-bdown-color}*/;
231         text-shadow: 0 /*{b-bdown-shadow-x}*/ -1px /*{b-bdown-shadow-y}*/ 1px /*{b-bdown-shadow-radius}*/ #225377 /*{b-bdown-shadow-color}*/;
232         background-image: -webkit-gradient(linear, left top, left bottom, from(#396b9e /*{b-bdown-background-start}*/), to(#4e89c5 /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
233         background-image: -webkit-linear-gradient(top, #396b9e /*{b-bdown-background-start}*/, #4e89c5 /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
234         background-image:    -moz-linear-gradient(top, #396b9e /*{b-bdown-background-start}*/, #4e89c5 /*{b-bdown-background-end}*/); /* FF3.6 */
235         background-image:     -ms-linear-gradient(top, #396b9e /*{b-bdown-background-start}*/, #4e89c5 /*{b-bdown-background-end}*/); /* IE10 */
236         background-image:      -o-linear-gradient(top, #396b9e /*{b-bdown-background-start}*/, #4e89c5 /*{b-bdown-background-end}*/); /* Opera 11.10+ */
237         background-image:         linear-gradient(top, #396b9e /*{b-bdown-background-start}*/, #4e89c5 /*{b-bdown-background-end}*/);
238 }
239 .ui-btn-down-b a.ui-link-inherit {
240         color:                                  #fff /*{b-bdown-color}*/;
241 }
242 .ui-btn-up-b,
243 .ui-btn-hover-b,
244 .ui-btn-down-b {
245         font-family: Helvetica, Arial, sans-serif /*{b-button-font}*/;
246         text-decoration: none;
247 }
248
249
250 /* C
251 -----------------------------------------------------------------------------------------------------------*/
252
253 .ui-bar-c {
254         border: 1px solid               #B3B3B3 /*{c-bar-border}*/;
255         background:                     #e9eaeb /*{c-bar-background-color}*/;
256         color:                                  #3E3E3E /*{c-bar-color}*/;
257         font-weight: bold;
258         text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 1px /*{c-bar-shadow-radius}*/      #fff /*{c-bar-shadow-color}*/;
259         background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0 /*{c-bar-background-start}*/), to(#e9eaeb /*{c-bar-background-end}*/)); /* Saf4+, Chrome */
260         background-image: -webkit-linear-gradient(top, #f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
261         background-image:    -moz-linear-gradient(top, #f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/); /* FF3.6 */
262         background-image:     -ms-linear-gradient(top, #f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/); /* IE10 */
263         background-image:      -o-linear-gradient(top, #f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/); /* Opera 11.10+ */
264         background-image:         linear-gradient(top, #f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/);
265 }
266
267 .ui-bar-c .ui-link {
268         color:                                  #2489CE /*{global-link-color}*/;
269         font-weight: bold;
270 }
271
272 .ui-bar-c,
273 .ui-bar-c input,
274 .ui-bar-c select,
275 .ui-bar-c textarea,
276 .ui-bar-c button {
277         font-family: Helvetica, Arial, sans-serif /*{c-bar-font}*/;
278 }
279 .ui-body-c {
280         border: 1px solid               #B3B3B3 /*{c-body-border}*/;
281         color:                                  #333333 /*{c-body-color}*/;
282         text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #fff /*{c-body-shadow-color}*/;
283         background:                     #f0f0f0 /*{c-body-background-color}*/;
284         background-image: -webkit-gradient(linear, left top, left bottom, from(#eee /*{c-body-background-start}*/), to(#ddd /*{c-body-background-end}*/)); /* Saf4+, Chrome */
285         background-image: -webkit-linear-gradient(top, #eee /*{c-body-background-start}*/, #ddd /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
286         background-image:    -moz-linear-gradient(top, #eee /*{c-body-background-start}*/, #ddd /*{c-body-background-end}*/); /* FF3.6 */
287         background-image:     -ms-linear-gradient(top, #eee /*{c-body-background-start}*/, #ddd /*{c-body-background-end}*/); /* IE10 */
288         background-image:      -o-linear-gradient(top, #eee /*{c-body-background-start}*/, #ddd /*{c-body-background-end}*/); /* Opera 11.10+ */
289         background-image:         linear-gradient(top, #eee /*{c-body-background-start}*/, #ddd /*{c-body-background-end}*/);
290 }
291 .ui-body-c,
292 .ui-body-c input,
293 .ui-body-c select,
294 .ui-body-c textarea,
295 .ui-body-c button {
296         font-family: Helvetica, Arial, sans-serif /*{c-body-font}*/;
297 }
298 .ui-body-c .ui-link-inherit {
299         color:                                  #333333 /*{c-body-color}*/;
300 }
301 .ui-body-c .ui-link {
302         color:                                  #2489CE /*{global-link-color}*/;
303         font-weight: bold;
304 }
305
306 .ui-btn-up-c {
307         border: 1px solid               #ccc /*{c-bup-border}*/;
308         background:                     #eee /*{c-bup-background-color}*/;
309         font-weight: bold;
310         color:                                  #444 /*{c-bup-color}*/;
311         text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 1px /*{c-bup-shadow-radius}*/ #f6f6f6 /*{c-bup-shadow-color}*/;
312         background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd /*{c-bup-background-start}*/), to(#eee /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
313         background-image: -webkit-linear-gradient(top, #fdfdfd /*{c-bup-background-start}*/, #eee /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
314         background-image:    -moz-linear-gradient(top, #fdfdfd /*{c-bup-background-start}*/, #eee /*{c-bup-background-end}*/); /* FF3.6 */
315         background-image:     -ms-linear-gradient(top, #fdfdfd /*{c-bup-background-start}*/, #eee /*{c-bup-background-end}*/); /* IE10 */
316         background-image:      -o-linear-gradient(top, #fdfdfd /*{c-bup-background-start}*/, #eee /*{c-bup-background-end}*/); /* Opera 11.10+ */
317         background-image:         linear-gradient(top, #fdfdfd /*{c-bup-background-start}*/, #eee /*{c-bup-background-end}*/);
318 }
319 .ui-btn-up-c a.ui-link-inherit {
320         color:                                  #2F3E46 /*{c-bup-color}*/;
321 }
322
323 .ui-btn-hover-c {
324         border: 1px solid               #bbb /*{c-bhover-border}*/;
325         background:                     #dadada /*{c-bhover-background-color}*/;
326         font-weight: bold;
327         color:                                  #101010 /*{c-bhover-color}*/;
328         text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 1px /*{c-bhover-shadow-radius}*/ #fff /*{c-bhover-shadow-color}*/;
329         background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed /*{c-bhover-background-start}*/), to(#dadada /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
330         background-image: -webkit-linear-gradient(top, #ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
331         background-image:    -moz-linear-gradient(top, #ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/); /* FF3.6 */
332         background-image:     -ms-linear-gradient(top, #ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/); /* IE10 */
333         background-image:      -o-linear-gradient(top, #ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/); /* Opera 11.10+ */
334         background-image:         linear-gradient(top, #ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/);
335 }
336 .ui-btn-hover-c a.ui-link-inherit {
337         color:                                  #2F3E46 /*{c-bhover-color}*/;
338 }
339 .ui-btn-down-c {
340         border: 1px solid               #808080 /*{c-bdown-border}*/;
341         background:                     #fdfdfd /*{c-bdown-background-color}*/;
342         font-weight: bold;
343         color:                                  #111111 /*{c-bdown-color}*/;
344         text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 1px /*{c-bdown-shadow-radius}*/ #ffffff /*{c-bdown-shadow-color}*/;
345         background-image: -webkit-gradient(linear, left top, left bottom, from(#eee /*{c-bdown-background-start}*/), to(#fdfdfd /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */
346         background-image: -webkit-linear-gradient(top, #eee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
347         background-image:    -moz-linear-gradient(top, #eee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* FF3.6 */
348         background-image:     -ms-linear-gradient(top, #eee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* IE10 */
349         background-image:      -o-linear-gradient(top, #eee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* Opera 11.10+ */
350         background-image:         linear-gradient(top, #eee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/);
351 }
352 .ui-btn-down-c a.ui-link-inherit {
353         color:                                  #2F3E46 /*{c-bdown-color}*/;
354 }
355 .ui-btn-up-c,
356 .ui-btn-hover-c,
357 .ui-btn-down-c {
358         font-family: Helvetica, Arial, sans-serif /*{c-button-font}*/;
359         text-decoration: none;
360 }
361
362
363 /* D
364 -----------------------------------------------------------------------------------------------------------*/
365
366 .ui-bar-d {
367         border: 1px solid               #ccc /*{d-bar-border}*/;
368         background:                     #bbb /*{d-bar-background-color}*/;
369         color:                                  #333 /*{d-bar-color}*/;
370         text-shadow: 0 /*{d-bar-shadow-x}*/ 1px /*{d-bar-shadow-y}*/ 0 /*{d-bar-shadow-radius}*/ #eee /*{d-bar-shadow-color}*/;
371         background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd /*{d-bar-background-start}*/), to(#bbb /*{d-bar-background-end}*/)); /* Saf4+, Chrome */
372         background-image: -webkit-linear-gradient(top, #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
373         background-image:    -moz-linear-gradient(top, #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* FF3.6 */
374         background-image:     -ms-linear-gradient(top, #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* IE10 */
375         background-image:      -o-linear-gradient(top, #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* Opera 11.10+ */
376         background-image:         linear-gradient(top, #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/);
377 }
378 .ui-bar-d,
379 .ui-bar-d input,
380 .ui-bar-d select,
381 .ui-bar-d textarea,
382 .ui-bar-d button {
383         font-family: Helvetica, Arial, sans-serif /*{d-bar-font}*/;
384 }
385 .ui-bar-d .ui-link-inherit {
386         color:                                  #333 /*{d-bar-color}*/;
387 }
388 .ui-bar-d .ui-link {
389         color:                                  #2489CE /*{global-link-color}*/;
390         font-weight: bold;
391 }
392 .ui-body-d {
393         border: 1px solid               #ccc /*{d-body-border}*/;
394         color:                                  #333333 /*{d-body-color}*/;
395         text-shadow: 0 /*{d-body-shadow-x}*/ 1px /*{d-body-shadow-y}*/ 0 /*{d-body-shadow-radius}*/     #fff /*{d-body-shadow-color}*/;
396         background:                     #ffffff /*{d-body-background-color}*/;
397         background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff /*{d-body-background-end}*/)); /* Saf4+, Chrome */
398         background-image: -webkit-linear-gradient(top, #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
399         background-image:    -moz-linear-gradient(top, #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* FF3.6 */
400         background-image:     -ms-linear-gradient(top, #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* IE10 */
401         background-image:      -o-linear-gradient(top, #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* Opera 11.10+ */
402         background-image:         linear-gradient(top, #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/);
403 }
404 .ui-body-d,
405 .ui-body-d input,
406 .ui-body-d select,
407 .ui-body-d textarea,
408 .ui-body-d button {
409         font-family: Helvetica, Arial, sans-serif /*{d-body-font}*/;
410 }
411 .ui-body-d .ui-link-inherit {
412         color:                                  #333333 /*{d-body-color}*/;
413 }
414 .ui-body-d .ui-link {
415         color:                                  #2489CE /*{global-link-color}*/;
416         font-weight: bold;
417 }
418 .ui-btn-up-d {
419         border: 1px solid               #ccc /*{d-bup-border}*/;
420         background:                     #fff /*{d-bup-background-color}*/;
421         font-weight: bold;
422         color:                                  #444 /*{d-bup-color}*/;
423         text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 1px /*{d-bup-shadow-radius}*/ #fff /*{d-bup-shadow-color}*/;
424         background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff /*{d-bup-background-end}*/)); /* Saf4+, Chrome */
425         background-image: -webkit-linear-gradient(top, #fff /*{d-bup-background-start}*/, #fff /*{d-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
426         background-image:    -moz-linear-gradient(top, #fff /*{d-bup-background-start}*/, #fff /*{d-bup-background-end}*/); /* FF3.6 */
427         background-image:     -ms-linear-gradient(top, #fff /*{d-bup-background-start}*/, #fff /*{d-bup-background-end}*/); /* IE10 */
428         background-image:      -o-linear-gradient(top, #fff /*{d-bup-background-start}*/, #fff /*{d-bup-background-end}*/); /* Opera 11.10+ */
429         background-image:         linear-gradient(top, #fff /*{d-bup-background-start}*/, #fff /*{d-bup-background-end}*/);
430 }
431 .ui-btn-up-d a.ui-link-inherit {
432         color:                                  #333 /*{d-bup-color}*/;
433 }
434 .ui-btn-hover-d {
435         border: 1px solid               #aaa /*{d-bhover-border}*/;
436         background:                     #eeeeee /*{d-bhover-background-color}*/;
437         font-weight: bold;
438         color:                                  #222 /*{d-bhover-color}*/;
439         cursor: pointer;
440         text-shadow: 0 /*{d-bhover-shadow-x}*/ 1px /*{d-bhover-shadow-y}*/ 1px /*{d-bhover-shadow-radius}*/     #fff /*{d-bhover-shadow-color}*/;
441         background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#eee /*{d-bhover-background-end}*/)); /* Saf4+, Chrome */
442         background-image: -webkit-linear-gradient(top, #fdfdfd /*{d-bhover-background-start}*/, #eee /*{d-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
443         background-image:    -moz-linear-gradient(top, #fdfdfd /*{d-bhover-background-start}*/, #eee /*{d-bhover-background-end}*/); /* FF3.6 */
444         background-image:     -ms-linear-gradient(top, #fdfdfd /*{d-bhover-background-start}*/, #eee /*{d-bhover-background-end}*/); /* IE10 */
445         background-image:      -o-linear-gradient(top, #fdfdfd /*{d-bhover-background-start}*/, #eee /*{d-bhover-background-end}*/); /* Opera 11.10+ */
446         background-image:         linear-gradient(top, #fdfdfd /*{d-bhover-background-start}*/, #eee /*{d-bhover-background-end}*/);
447 }
448 .ui-btn-hover-d a.ui-link-inherit {
449         color:                                  #222 /*{d-bhover-color}*/;
450 }
451 .ui-btn-down-d {
452         border: 1px solid               #aaaaaa /*{d-bdown-border}*/;
453         background:                     #ffffff /*{d-bdown-background-color}*/;
454         font-weight: bold;
455         color:                                  #111 /*{d-bdown-color}*/;
456         text-shadow: 0 /*{d-bdown-shadow-x}*/ 1px /*{d-bdown-shadow-y}*/ 1px /*{d-bdown-shadow-radius}*/        #ffffff /*{d-bdown-shadow-color}*/;
457         background-image: -webkit-gradient(linear, left top, left bottom, from(#eee /*{d-bdown-background-start}*/), to(#fff /*{d-bdown-background-end}*/)); /* Saf4+, Chrome */
458         background-image: -webkit-linear-gradient(top, #eee /*{d-bdown-background-start}*/, #fff /*{d-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
459         background-image:    -moz-linear-gradient(top, #eee /*{d-bdown-background-start}*/, #fff /*{d-bdown-background-end}*/); /* FF3.6 */
460         background-image:     -ms-linear-gradient(top, #eee /*{d-bdown-background-start}*/, #fff /*{d-bdown-background-end}*/); /* IE10 */
461         background-image:      -o-linear-gradient(top, #eee /*{d-bdown-background-start}*/, #fff /*{d-bdown-background-end}*/); /* Opera 11.10+ */
462         background-image:         linear-gradient(top, #eee /*{d-bdown-background-start}*/, #fff /*{d-bdown-background-end}*/);
463 }
464 .ui-btn-down-d a.ui-link-inherit {
465         color:                                  #111 /*{d-bdown-color}*/;
466 }
467 .ui-btn-up-d,
468 .ui-btn-hover-d,
469 .ui-btn-down-d {
470         font-family: Helvetica, Arial, sans-serif /*{d-button-font}*/;
471         text-decoration: none;
472 }
473
474
475 /* E
476 -----------------------------------------------------------------------------------------------------------*/
477
478 .ui-bar-e {
479         border: 1px solid               #F7C942 /*{e-bar-border}*/;
480         background:                     #fadb4e /*{e-bar-background-color}*/;
481         color:                                  #333 /*{e-bar-color}*/;
482         text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/        #fff /*{e-bar-shadow-color}*/;
483         background-image: -webkit-gradient(linear, left top, left bottom, from(#fceda7 /*{e-bar-background-start}*/), to(#fadb4e /*{e-bar-background-end}*/)); /* Saf4+, Chrome */
484         background-image: -webkit-linear-gradient(top, #fceda7 /*{e-bar-background-start}*/, #fadb4e /*{e-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
485         background-image:    -moz-linear-gradient(top, #fceda7 /*{e-bar-background-start}*/, #fadb4e /*{e-bar-background-end}*/); /* FF3.6 */
486         background-image:     -ms-linear-gradient(top, #fceda7 /*{e-bar-background-start}*/, #fadb4e /*{e-bar-background-end}*/); /* IE10 */
487         background-image:      -o-linear-gradient(top, #fceda7 /*{e-bar-background-start}*/, #fadb4e /*{e-bar-background-end}*/); /* Opera 11.10+ */
488         background-image:         linear-gradient(top, #fceda7 /*{e-bar-background-start}*/, #fadb4e /*{e-bar-background-end}*/);
489 }
490 .ui-bar-e,
491 .ui-bar-e input,
492 .ui-bar-e select,
493 .ui-bar-e textarea,
494 .ui-bar-e button {
495         font-family: Helvetica, Arial, sans-serif /*{e-bar-font}*/;
496 }
497 .ui-bar-e .ui-link-inherit {
498         color:                                  #333 /*{e-bar-color}*/;
499 }
500 .ui-bar-e .ui-link {
501         color:                                  #2489CE /*{global-link-color}*/;
502         font-weight: bold;
503 }
504 .ui-body-e {
505         border: 1px solid               #F7C942 /*{e-body-border}*/;
506         color:                                  #333333 /*{e-body-color}*/;
507         text-shadow: 0 /*{e-body-shadow-x}*/ 1px /*{e-body-shadow-y}*/ 0 /*{e-body-shadow-radius}*/     #fff /*{e-body-shadow-color}*/;
508         background:                     #faeb9e /*{e-body-background-color}*/;
509         background-image: -webkit-gradient(linear, left top, left bottom, from(#fff /*{e-body-background-start}*/), to(#faeb9e /*{e-body-background-end}*/)); /* Saf4+, Chrome */
510         background-image: -webkit-linear-gradient(top, #fff /*{e-body-background-start}*/, #faeb9e /*{e-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
511         background-image:    -moz-linear-gradient(top, #fff /*{e-body-background-start}*/, #faeb9e /*{e-body-background-end}*/); /* FF3.6 */
512         background-image:     -ms-linear-gradient(top, #fff /*{e-body-background-start}*/, #faeb9e /*{e-body-background-end}*/); /* IE10 */
513         background-image:      -o-linear-gradient(top, #fff /*{e-body-background-start}*/, #faeb9e /*{e-body-background-end}*/); /* Opera 11.10+ */
514         background-image:         linear-gradient(top, #fff /*{e-body-background-start}*/, #faeb9e /*{e-body-background-end}*/);
515 }
516 .ui-body-e,
517 .ui-body-e input,
518 .ui-body-e select,
519 .ui-body-e textarea,
520 .ui-body-e button {
521         font-family: Helvetica, Arial, sans-serif /*{e-body-font}*/;
522 }
523 .ui-body-e .ui-link-inherit {
524         color:                                  #333333 /*{e-body-color}*/;
525 }
526 .ui-body-e .ui-link {
527         color:                                  #2489CE /*{global-link-color}*/;
528         font-weight: bold;
529 }
530 .ui-btn-up-e {
531         border: 1px solid               #F7C942 /*{e-bup-border}*/;
532         background:                     #fadb4e /*{e-bup-background-color}*/;
533         font-weight: bold;
534         color:                                  #333 /*{e-bup-color}*/;
535         text-shadow: 0 /*{e-bup-shadow-x}*/ 1px /*{e-bup-shadow-y}*/ 0 /*{e-bup-shadow-radius}*/        #fff /*{e-bup-shadow-color}*/;
536         background-image: -webkit-gradient(linear, left top, left bottom, from(#fceda7 /*{e-bup-background-start}*/), to(#fadb4e /*{e-bup-background-end}*/)); /* Saf4+, Chrome */
537         background-image: -webkit-linear-gradient(top, #fceda7 /*{e-bup-background-start}*/, #fadb4e /*{e-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
538         background-image:    -moz-linear-gradient(top, #fceda7 /*{e-bup-background-start}*/, #fadb4e /*{e-bup-background-end}*/); /* FF3.6 */
539         background-image:     -ms-linear-gradient(top, #fceda7 /*{e-bup-background-start}*/, #fadb4e /*{e-bup-background-end}*/); /* IE10 */
540         background-image:      -o-linear-gradient(top, #fceda7 /*{e-bup-background-start}*/, #fadb4e /*{e-bup-background-end}*/); /* Opera 11.10+ */
541         background-image:         linear-gradient(top, #fceda7 /*{e-bup-background-start}*/, #fadb4e /*{e-bup-background-end}*/);
542 }
543 .ui-btn-up-e a.ui-link-inherit {
544         color:                                  #333 /*{e-bup-color}*/;
545 }
546 .ui-btn-hover-e {
547         border: 1px solid               #e79952 /*{e-bhover-border}*/;
548         background:                     #fbe26f /*{e-bhover-background-color}*/;
549         font-weight: bold;
550         color:                                  #111 /*{e-bhover-color}*/;
551         text-shadow: 0 /*{e-bhover-shadow-x}*/ 1px /*{e-bhover-shadow-y}*/ 1px /*{e-bhover-shadow-radius}*/     #fff /*{e-bhover-shadow-color}*/;
552         background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf0b5 /*{e-bhover-background-start}*/), to(#fbe26f /*{e-bhover-background-end}*/)); /* Saf4+, Chrome */
553         background-image: -webkit-linear-gradient(top, #fcf0b5 /*{e-bhover-background-start}*/, #fbe26f /*{e-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
554         background-image:    -moz-linear-gradient(top, #fcf0b5 /*{e-bhover-background-start}*/, #fbe26f /*{e-bhover-background-end}*/); /* FF3.6 */
555         background-image:     -ms-linear-gradient(top, #fcf0b5 /*{e-bhover-background-start}*/, #fbe26f /*{e-bhover-background-end}*/); /* IE10 */
556         background-image:      -o-linear-gradient(top, #fcf0b5 /*{e-bhover-background-start}*/, #fbe26f /*{e-bhover-background-end}*/); /* Opera 11.10+ */
557         background-image:         linear-gradient(top, #fcf0b5 /*{e-bhover-background-start}*/, #fbe26f /*{e-bhover-background-end}*/);
558 }
559
560 .ui-btn-hover-e a.ui-link-inherit {
561         color:                                  #333 /*{e-bhover-color}*/;
562 }
563 .ui-btn-down-e {
564         border: 1px solid               #F7C942 /*{e-bdown-border}*/;
565         background:                     #fceda7 /*{e-bdown-background-color}*/;
566         font-weight: bold;
567         color:                                  #111 /*{e-bdown-color}*/;
568         text-shadow: 0 /*{e-bdown-shadow-x}*/ 1px /*{e-bdown-shadow-y}*/ 1px /*{e-bdown-shadow-radius}*/        #ffffff /*{e-bdown-shadow-color}*/;
569         background-image: -webkit-gradient(linear, left top, left bottom, from(#fadb4e /*{e-bdown-background-start}*/), to(#fceda7 /*{e-bdown-background-end}*/)); /* Saf4+, Chrome */
570         background-image: -webkit-linear-gradient(top, #fadb4e /*{e-bdown-background-start}*/, #fceda7 /*{e-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
571         background-image:    -moz-linear-gradient(top, #fadb4e /*{e-bdown-background-start}*/, #fceda7 /*{e-bdown-background-end}*/); /* FF3.6 */
572         background-image:     -ms-linear-gradient(top, #fadb4e /*{e-bdown-background-start}*/, #fceda7 /*{e-bdown-background-end}*/); /* IE10 */
573         background-image:      -o-linear-gradient(top, #fadb4e /*{e-bdown-background-start}*/, #fceda7 /*{e-bdown-background-end}*/); /* Opera 11.10+ */
574         background-image:         linear-gradient(top, #fadb4e /*{e-bdown-background-start}*/, #fceda7 /*{e-bdown-background-end}*/);
575 }
576 .ui-btn-down-e a.ui-link-inherit {
577         color:                                  #333 /*{e-bdown-color}*/;
578 }
579 .ui-btn-up-e,
580 .ui-btn-hover-e,
581 .ui-btn-down-e {
582         font-family: Helvetica, Arial, sans-serif /*{e-button-font}*/;
583         text-decoration: none;
584 }
585
586 /* Structure */
587
588 /* links within "buttons" 
589 -----------------------------------------------------------------------------------------------------------*/
590
591 a.ui-link-inherit {
592         text-decoration: none !important;
593 }
594
595 /* links and their different states
596 -----------------------------------------------------------------------------------------------------------*/
597
598 .ui-link{
599         color: #2489CE /*{global-link-color}*/
600 }
601
602 .ui-link:hover{
603         color: #2489CE /*{global-link-hover}*/
604 }
605
606 .ui-link:active{
607         color: #2489CE /*{global-link-active}*/
608 }
609
610 .ui-link:visited{
611     color: #2489CE /*{global-link-visited}*/
612 }
613
614 /* Active class used as the "on" state across all themes
615 -----------------------------------------------------------------------------------------------------------*/
616
617 .ui-btn-active {
618         border: 1px solid               #155678 /*{global-active-border}*/;
619         background:                     #4596ce /*{global-active-background-color}*/;
620         font-weight: bold;
621         color:                                  #fff /*{global-active-color}*/;
622         cursor: pointer;
623         text-shadow: 0 /*{global-active-shadow-x}*/ -1px /*{global-active-shadow-y}*/ 1px /*{global-active-shadow-radius}*/ #145072 /*{global-active-shadow-color}*/;
624         text-decoration: none;
625         background-image: -webkit-gradient(linear, left top, left bottom, from(#85bae4 /*{global-active-background-start}*/), to(#5393c5 /*{global-active-background-end}*/)); /* Saf4+, Chrome */
626         background-image: -webkit-linear-gradient(top, #85bae4 /*{global-active-background-start}*/, #5393c5 /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
627         background-image:    -moz-linear-gradient(top, #85bae4 /*{global-active-background-start}*/, #5393c5 /*{global-active-background-end}*/); /* FF3.6 */
628         background-image:     -ms-linear-gradient(top, #85bae4 /*{global-active-background-start}*/, #5393c5 /*{global-active-background-end}*/); /* IE10 */
629         background-image:      -o-linear-gradient(top, #85bae4 /*{global-active-background-start}*/, #5393c5 /*{global-active-background-end}*/); /* Opera 11.10+ */
630         background-image:         linear-gradient(top, #85bae4 /*{global-active-background-start}*/, #5393c5 /*{global-active-background-end}*/);
631         outline: none;
632         font-family: Helvetica, Arial, sans-serif /*{global-active-font}*/;
633 }
634 .ui-btn-active a.ui-link-inherit {
635         color:                                  #fff /*{global-active-color}*/;
636 }
637
638
639 /* button inner top highlight
640 -----------------------------------------------------------------------------------------------------------*/
641
642 .ui-btn-inner {
643         border-top: 1px solid   #fff;
644         border-color:                   rgba(255,255,255,.3);
645 }
646
647
648 /* corner rounding classes
649 -----------------------------------------------------------------------------------------------------------*/
650
651 .ui-corner-tl {
652         -moz-border-radius-topleft:             .6em /*{global-radii-blocks}*/;
653         -webkit-border-top-left-radius:         .6em /*{global-radii-blocks}*/;
654         border-top-left-radius:                         .6em /*{global-radii-blocks}*/;
655 }
656 .ui-corner-tr {
657         -moz-border-radius-topright:            .6em /*{global-radii-blocks}*/;
658         -webkit-border-top-right-radius:        .6em /*{global-radii-blocks}*/;
659         border-top-right-radius:                        .6em /*{global-radii-blocks}*/;
660 }
661 .ui-corner-bl {
662         -moz-border-radius-bottomleft:          .6em /*{global-radii-blocks}*/;
663         -webkit-border-bottom-left-radius:      .6em /*{global-radii-blocks}*/;
664         border-bottom-left-radius:                      .6em /*{global-radii-blocks}*/;
665 }
666 .ui-corner-br {
667         -moz-border-radius-bottomright:         .6em /*{global-radii-blocks}*/;
668         -webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
669         border-bottom-right-radius:             .6em /*{global-radii-blocks}*/;
670 }
671 .ui-corner-top {
672         -moz-border-radius-topleft:             .6em /*{global-radii-blocks}*/;
673         -webkit-border-top-left-radius:         .6em /*{global-radii-blocks}*/;
674         border-top-left-radius:                         .6em /*{global-radii-blocks}*/;
675         -moz-border-radius-topright:            .6em /*{global-radii-blocks}*/;
676         -webkit-border-top-right-radius:        .6em /*{global-radii-blocks}*/;
677         border-top-right-radius:                        .6em /*{global-radii-blocks}*/;
678 }
679 .ui-corner-bottom {
680         -moz-border-radius-bottomleft:          .6em /*{global-radii-blocks}*/;
681         -webkit-border-bottom-left-radius:      .6em /*{global-radii-blocks}*/;
682         border-bottom-left-radius:                      .6em /*{global-radii-blocks}*/;
683         -moz-border-radius-bottomright:         .6em /*{global-radii-blocks}*/;
684         -webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
685         border-bottom-right-radius:             .6em /*{global-radii-blocks}*/;
686         }
687 .ui-corner-right {
688         -moz-border-radius-topright:            .6em /*{global-radii-blocks}*/;
689         -webkit-border-top-right-radius:        .6em /*{global-radii-blocks}*/;
690         border-top-right-radius:                        .6em /*{global-radii-blocks}*/;
691         -moz-border-radius-bottomright:         .6em /*{global-radii-blocks}*/;
692         -webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
693         border-bottom-right-radius:             .6em /*{global-radii-blocks}*/;
694 }
695 .ui-corner-left {
696         -moz-border-radius-topleft:             .6em /*{global-radii-blocks}*/;
697         -webkit-border-top-left-radius:         .6em /*{global-radii-blocks}*/;
698         border-top-left-radius:                         .6em /*{global-radii-blocks}*/;
699         -moz-border-radius-bottomleft:          .6em /*{global-radii-blocks}*/;
700         -webkit-border-bottom-left-radius:      .6em /*{global-radii-blocks}*/;
701         border-bottom-left-radius:                      .6em /*{global-radii-blocks}*/;
702 }
703 .ui-corner-all {
704         -moz-border-radius:                             .6em /*{global-radii-blocks}*/;
705         -webkit-border-radius:                          .6em /*{global-radii-blocks}*/;
706         border-radius:                                          .6em /*{global-radii-blocks}*/;
707 }
708 .ui-corner-none {
709         -moz-border-radius:                                0;
710         -webkit-border-radius:                             0;
711         border-radius:                                             0;
712 }
713
714 /* Interaction cues
715 -----------------------------------------------------------------------------------------------------------*/
716 .ui-disabled {
717         opacity:                                                        .3;
718 }
719 .ui-disabled,
720 .ui-disabled a {
721         cursor: default;
722 }
723
724 /* Icons
725 -----------------------------------------------------------------------------------------------------------*/
726
727 .ui-icon,
728 .ui-icon-searchfield:after {
729         background:                                             #666 /*{global-icon-color}*/;
730         background:                                             rgba(0,0,0,.4) /*{global-icon-disc}*/;
731         background-image: url(images/icons-18-white.png) /*{global-icon-set}*/;
732         background-repeat: no-repeat;
733         -moz-border-radius:                             9px;
734         -webkit-border-radius:                          9px;
735         border-radius:                                          9px;
736 }
737
738
739 /* Alt icon color
740 -----------------------------------------------------------------------------------------------------------*/
741
742 .ui-icon-alt {
743         background:                                             #fff;
744         background:                                             rgba(255,255,255,.3);
745         background-image: url(images/icons-18-black.png);
746         background-repeat: no-repeat;
747 }
748
749 /* HD/"retina" sprite
750 -----------------------------------------------------------------------------------------------------------*/
751
752 @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
753        only screen and (min--moz-device-pixel-ratio: 1.5),
754        only screen and (min-resolution: 240dpi) {
755         
756         .ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
757         .ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
758         .ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
759         .ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after, 
760         .ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
761                 background-image: url(images/icons-36-white.png);
762                 -moz-background-size: 776px 18px;
763                 -o-background-size: 776px 18px;
764                 -webkit-background-size: 776px 18px;
765                 background-size: 776px 18px;
766         }
767         .ui-icon-alt {
768                 background-image: url(images/icons-36-black.png);
769         }
770 }
771
772 /* plus minus */
773 .ui-icon-plus {
774         background-position:    -0 50%;
775 }
776 .ui-icon-minus {
777         background-position:    -36px 50%;
778 }
779
780 /* delete/close */
781 .ui-icon-delete {
782         background-position:    -72px 50%;
783 }
784
785 /* arrows */
786 .ui-icon-arrow-r {
787         background-position:    -108px 50%;
788 }
789 .ui-icon-arrow-l {
790         background-position:    -144px 50%;
791 }
792 .ui-icon-arrow-u {
793         background-position:    -180px 50%;
794 }
795 .ui-icon-arrow-d {
796         background-position:    -216px 50%;
797 }
798
799 /* misc */
800 .ui-icon-check {
801         background-position:    -252px 50%;
802 }
803 .ui-icon-gear {
804         background-position:    -288px 50%;
805 }
806 .ui-icon-refresh {
807         background-position:    -324px 50%;
808 }
809 .ui-icon-forward {
810         background-position:    -360px 50%;
811 }
812 .ui-icon-back {
813         background-position:    -396px 50%;
814 }
815 .ui-icon-grid {
816         background-position:    -432px 50%;
817 }
818 .ui-icon-star {
819         background-position:    -468px 50%;
820 }
821 .ui-icon-alert {
822         background-position:    -504px 50%;
823 }
824 .ui-icon-info {
825         background-position:    -540px 50%;
826 }
827 .ui-icon-home {
828         background-position:    -576px 50%;
829 }
830 .ui-icon-search,
831 .ui-icon-searchfield:after {
832         background-position:    -612px 50%;
833 }
834 .ui-icon-checkbox-off {
835         background-position:    -684px 50%;
836 }
837 .ui-icon-checkbox-on {
838         background-position:    -648px 50%;
839 }
840 .ui-icon-radio-off {
841         background-position:    -756px 50%;
842 }
843 .ui-icon-radio-on {
844         background-position:    -720px 50%;
845 }
846
847
848 /* checks,radios */
849 .ui-checkbox .ui-icon {
850         -moz-border-radius: 3px;
851         -webkit-border-radius: 3px;
852         border-radius: 3px;
853 }
854 .ui-icon-checkbox-off,
855 .ui-icon-radio-off {
856         background-color: transparent;  
857 }
858 .ui-checkbox-on .ui-icon,
859 .ui-radio-on .ui-icon {
860         background-color: #4596ce /*{global-active-background-color}*/; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
861 }
862
863 /* loading icon */
864 .ui-icon-loading {
865         background-image: url(images/ajax-loader.png);
866         width: 40px;
867         height: 40px;
868         -moz-border-radius: 20px;
869         -webkit-border-radius: 20px;
870         border-radius: 20px;
871         background-size: 35px 35px;
872 }
873
874
875 /* Button corner classes
876 -----------------------------------------------------------------------------------------------------------*/
877
878 .ui-btn-corner-tl {
879         -moz-border-radius-topleft:             1em /*{global-radii-buttons}*/;
880         -webkit-border-top-left-radius:         1em /*{global-radii-buttons}*/;
881         border-top-left-radius:                         1em /*{global-radii-buttons}*/;
882 }
883 .ui-btn-corner-tr {
884         -moz-border-radius-topright:            1em /*{global-radii-buttons}*/;
885         -webkit-border-top-right-radius:        1em /*{global-radii-buttons}*/;
886         border-top-right-radius:                        1em /*{global-radii-buttons}*/;
887 }
888 .ui-btn-corner-bl {
889         -moz-border-radius-bottomleft:          1em /*{global-radii-buttons}*/;
890         -webkit-border-bottom-left-radius:      1em /*{global-radii-buttons}*/;
891         border-bottom-left-radius:                      1em /*{global-radii-buttons}*/;
892 }
893 .ui-btn-corner-br {
894         -moz-border-radius-bottomright:         1em /*{global-radii-buttons}*/;
895         -webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
896         border-bottom-right-radius:             1em /*{global-radii-buttons}*/;
897 }
898 .ui-btn-corner-top {
899         -moz-border-radius-topleft:             1em /*{global-radii-buttons}*/;
900         -webkit-border-top-left-radius:         1em /*{global-radii-buttons}*/;
901         border-top-left-radius:                         1em /*{global-radii-buttons}*/;
902         -moz-border-radius-topright:            1em /*{global-radii-buttons}*/;
903         -webkit-border-top-right-radius:        1em /*{global-radii-buttons}*/;
904         border-top-right-radius:                        1em /*{global-radii-buttons}*/;
905 }
906 .ui-btn-corner-bottom {
907         -moz-border-radius-bottomleft:          1em /*{global-radii-buttons}*/;
908         -webkit-border-bottom-left-radius:      1em /*{global-radii-buttons}*/;
909         border-bottom-left-radius:                      1em /*{global-radii-buttons}*/;
910         -moz-border-radius-bottomright:         1em /*{global-radii-buttons}*/;
911         -webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
912         border-bottom-right-radius:             1em /*{global-radii-buttons}*/;
913 }
914 .ui-btn-corner-right {
915          -moz-border-radius-topright:           1em /*{global-radii-buttons}*/;
916         -webkit-border-top-right-radius:        1em /*{global-radii-buttons}*/;
917         border-top-right-radius:                        1em /*{global-radii-buttons}*/;
918         -moz-border-radius-bottomright:         1em /*{global-radii-buttons}*/;
919         -webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
920         border-bottom-right-radius:             1em /*{global-radii-buttons}*/;
921 }
922 .ui-btn-corner-left {
923         -moz-border-radius-topleft:             1em /*{global-radii-buttons}*/;
924         -webkit-border-top-left-radius:         1em /*{global-radii-buttons}*/;
925         border-top-left-radius:                         1em /*{global-radii-buttons}*/;
926         -moz-border-radius-bottomleft:          1em /*{global-radii-buttons}*/;
927         -webkit-border-bottom-left-radius:      1em /*{global-radii-buttons}*/;
928         border-bottom-left-radius:                      1em /*{global-radii-buttons}*/;
929 }
930 .ui-btn-corner-all {
931         -moz-border-radius:                             1em /*{global-radii-buttons}*/;
932         -webkit-border-radius:                          1em /*{global-radii-buttons}*/;
933         border-radius:                                          1em /*{global-radii-buttons}*/;
934 }
935
936 /* radius clip workaround for cleaning up corner trapping */
937 .ui-corner-tl,
938 .ui-corner-tr,
939 .ui-corner-bl, 
940 .ui-corner-br,
941 .ui-corner-top,
942 .ui-corner-bottom, 
943 .ui-corner-right,
944 .ui-corner-left,
945 .ui-corner-all,
946 .ui-btn-corner-tl,
947 .ui-btn-corner-tr,
948 .ui-btn-corner-bl, 
949 .ui-btn-corner-br,
950 .ui-btn-corner-top,
951 .ui-btn-corner-bottom, 
952 .ui-btn-corner-right,
953 .ui-btn-corner-left,
954 .ui-btn-corner-all {
955   -webkit-background-clip: padding-box;
956      -moz-background-clip: padding;
957           background-clip: padding-box;
958 }
959
960 /* Overlay / modal
961 -----------------------------------------------------------------------------------------------------------*/
962
963 .ui-overlay {
964         background: #666;
965         opacity: .5;
966         filter: Alpha(Opacity=50);
967         position: absolute;
968         width: 100%;
969         height: 100%;
970 }
971 .ui-overlay-shadow {
972         -moz-box-shadow: 0px 0px 12px                   rgba(0,0,0,.6);
973         -webkit-box-shadow: 0px 0px 12px                rgba(0,0,0,.6);
974         box-shadow: 0px 0px 12px                                rgba(0,0,0,.6);
975 }
976 .ui-shadow {
977         -moz-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/                       rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
978         -webkit-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/            rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
979         box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/                            rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
980 }
981 .ui-bar-a .ui-shadow,
982 .ui-bar-b .ui-shadow ,
983 .ui-bar-c .ui-shadow  {
984         -moz-box-shadow: 0px 1px 0                              rgba(255,255,255,.3);
985         -webkit-box-shadow: 0px 1px 0                   rgba(255,255,255,.3);
986         box-shadow: 0px 1px 0                                   rgba(255,255,255,.3);
987 }
988 .ui-shadow-inset {
989         -moz-box-shadow: inset 0px 1px 4px              rgba(0,0,0,.2);
990         -webkit-box-shadow: inset 0px 1px 4px   rgba(0,0,0,.2);
991         box-shadow: inset 0px 1px 4px                   rgba(0,0,0,.2);
992 }
993 .ui-icon-shadow {
994         -moz-box-shadow: 0px 1px 0                              rgba(255,255,255,.4);
995         -webkit-box-shadow: 0px 1px 0                   rgba(255,255,255,.4);
996         box-shadow: 0px 1px 0                                   rgba(255,255,255,.4);
997 }
998
999 /* Focus state - set here for specificity
1000 -----------------------------------------------------------------------------------------------------------*/
1001
1002 .ui-focus {
1003         -moz-box-shadow: 0px 0px 12px           #387bbe /*{global-active-background-color}*/;
1004         -webkit-box-shadow: 0px 0px 12px        #387bbe /*{global-active-background-color}*/;
1005         box-shadow: 0px 0px 12px                        #387bbe /*{global-active-background-color}*/;
1006 }
1007
1008 /* unset box shadow in browsers that don't do it right
1009 -----------------------------------------------------------------------------------------------------------*/
1010
1011 .ui-mobile-nosupport-boxshadow * {
1012         -moz-box-shadow: none !important;
1013         -webkit-box-shadow: none !important;
1014         box-shadow: none !important;
1015 }
1016
1017 /* ...and bring back focus */
1018 .ui-mobile-nosupport-boxshadow .ui-focus {
1019         outline-width: 2px;
1020 }/*
1021 * jQuery Mobile Framework
1022 * Copyright (c) jQuery Project
1023 * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
1024 */
1025
1026 /* some unsets - more probably needed */
1027 .ui-mobile, .ui-mobile body { height: 100%; }
1028 .ui-mobile fieldset, .ui-page { padding: 0; margin: 0; }
1029 .ui-mobile a img, .ui-mobile fieldset { border: 0; }
1030
1031 /* responsive page widths */
1032 .ui-mobile-viewport {  margin: 0; overflow-x: hidden; -webkit-text-size-adjust: none; -ms-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
1033
1034 /* "page" containers - full-screen views, one should always be in view post-pageload */
1035 .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; } 
1036 .ui-mobile .ui-page-active { display: block; overflow: visible; }
1037
1038 /* on ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */
1039 .ui-page { outline: none; }
1040
1041 /* native overflow scrolling */
1042 .ui-page.ui-mobile-touch-overflow,
1043 .ui-mobile-touch-overflow.ui-native-fixed .ui-content {
1044         overflow: auto;
1045         height: 100%;
1046         -webkit-overflow-scrolling: touch;
1047         -moz-overflow-scrolling: touch;
1048         -o-overflow-scrolling: touch;
1049         -ms-overflow-scrolling: touch;
1050         overflow-scrolling: touch;
1051 }
1052 .ui-page.ui-mobile-touch-overflow,
1053 .ui-page.ui-mobile-touch-overflow * {
1054         /* some level of transform keeps elements from blinking out of visibility on iOS */
1055         -webkit-transform: rotateY(0);
1056 }
1057 .ui-page.ui-mobile-pre-transition {
1058         display: block;
1059 }
1060
1061 /* loading screen */
1062 .ui-loading .ui-mobile-viewport { overflow: hidden !important; }
1063 .ui-loading .ui-loader { display: block; }
1064 .ui-loading .ui-page { overflow: hidden;  }
1065 .ui-loader { display: none; position: absolute; opacity: .85; z-index: 100; left: 50%; width: 200px; margin-left: -130px; margin-top: -35px; padding: 10px 30px; }
1066 .ui-loader h1 { font-size: 15px; text-align: center; }
1067 .ui-loader .ui-icon { position: static; display: block; opacity: .9; margin: 0 auto; width: 35px; height: 35px; background-color: transparent; }
1068
1069 /*fouc*/
1070 .ui-mobile-rendering > * { visibility: hidden; }
1071
1072 /*headers, content panels*/
1073 .ui-bar, .ui-body { position: relative; padding: .4em 15px;  overflow: hidden; display: block;  clear:both;  }
1074 .ui-bar { font-size: 16px; margin: 0; }
1075 .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; }
1076
1077 .ui-header, .ui-footer { display: block; }
1078 .ui-page .ui-header, .ui-page .ui-footer { position: relative; }
1079 .ui-header .ui-btn-left { position: absolute; left: 10px; top: .4em;  }
1080 .ui-header .ui-btn-right { position: absolute; right: 10px; top: .4em; }
1081 .ui-header .ui-title, .ui-footer .ui-title { min-height: 1.1em; text-align: center; font-size: 16px; display: block; margin: .6em 90px .8em;  padding: 0;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; }
1082
1083 /*content area*/
1084 .ui-content { border-width: 0; overflow: visible; overflow-x: hidden; padding: 15px; }
1085 .ui-page-fullscreen .ui-content { padding:0; }
1086
1087 /* native fixed headers and footers */
1088 .ui-mobile-touch-overflow.ui-page.ui-native-fixed,
1089 .ui-mobile-touch-overflow.ui-page.ui-native-fullscreen {
1090         overflow: visible;
1091 }
1092 .ui-mobile-touch-overflow.ui-native-fixed .ui-header,
1093 .ui-mobile-touch-overflow.ui-native-fixed .ui-footer {
1094         position: fixed;
1095         left: 0;
1096         right: 0;
1097         top: 0;
1098         z-index: 200;
1099 }
1100 .ui-mobile-touch-overflow.ui-page.ui-native-fixed .ui-footer {
1101         top: auto;
1102         bottom: 0;
1103 }
1104 .ui-mobile-touch-overflow.ui-native-fixed .ui-content {
1105         padding-top: 2.5em;
1106         padding-bottom: 3em;
1107         top: 0;
1108         bottom: 0;
1109         height: auto;
1110         position: absolute;
1111 }
1112 .ui-mobile-touch-overflow.ui-native-fullscreen .ui-content {
1113         padding-top: 0;
1114         padding-bottom: 0;
1115 }
1116 .ui-mobile-touch-overflow.ui-native-fullscreen .ui-header,
1117 .ui-mobile-touch-overflow.ui-native-fullscreen .ui-footer {
1118         opacity: .9;
1119 }
1120 .ui-native-bars-hidden {
1121         display: none;
1122 }
1123
1124 /* icons sizing */
1125 .ui-icon { width: 18px; height: 18px; }
1126
1127 /* fullscreen class on ui-content div */
1128 .ui-fullscreen {  }
1129 .ui-fullscreen img { max-width: 100%; }
1130
1131 /* non-js content hiding */
1132 .ui-nojs { position: absolute; left: -9999px; }
1133 /*
1134 * jQuery Mobile Framework
1135 * Copyright (c) jQuery Project
1136 * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1137 */
1138 .spin  {
1139         -webkit-transform: rotate(360deg);
1140         -webkit-animation-name: spin;
1141         -webkit-animation-duration: 1s;
1142         -webkit-animation-iteration-count:  infinite;
1143         -webkit-animation-timing-function: linear;
1144 }
1145 @-webkit-keyframes spin {
1146         from {-webkit-transform: rotate(0deg);}
1147         to {-webkit-transform: rotate(360deg);}
1148 }
1149
1150 /* Transitions from jQtouch (with small modifications): http://www.jqtouch.com/
1151 Built by David Kaneda and maintained by Jonathan Stark.
1152 */
1153 .in, .out {
1154         -webkit-animation-timing-function: ease-in-out;
1155         -webkit-animation-duration: 350ms;
1156 }
1157
1158
1159 .slide.out {
1160         -webkit-transform: translateX(-100%);
1161         -webkit-animation-name: slideouttoleft;
1162 }
1163
1164 .slide.in {
1165         -webkit-transform: translateX(0);
1166         -webkit-animation-name: slideinfromright;
1167 }
1168
1169 .slide.out.reverse {
1170         -webkit-transform: translateX(100%);
1171         -webkit-animation-name: slideouttoright;
1172 }
1173
1174 .slide.in.reverse {
1175         -webkit-transform: translateX(0);
1176         -webkit-animation-name: slideinfromleft;
1177 }
1178
1179 .slideup.out {
1180         -webkit-animation-name: dontmove;
1181         z-index: 0;
1182 }
1183
1184 .slideup.in {
1185         -webkit-transform: translateY(0);
1186         -webkit-animation-name: slideinfrombottom;
1187         z-index: 10;
1188 }
1189
1190 .slideup.in.reverse {
1191         z-index: 0;
1192         -webkit-animation-name: dontmove;
1193 }
1194
1195 .slideup.out.reverse {
1196         -webkit-transform: translateY(100%);
1197         z-index: 10;
1198         -webkit-animation-name: slideouttobottom;
1199 }
1200
1201 .slidedown.out {
1202         -webkit-animation-name: dontmove;
1203         z-index: 0;
1204 }
1205
1206 .slidedown.in {
1207         -webkit-transform: translateY(0);
1208         -webkit-animation-name: slideinfromtop;
1209         z-index: 10;
1210 }
1211
1212 .slidedown.in.reverse {
1213         z-index: 0;
1214         -webkit-animation-name: dontmove;
1215 }
1216
1217 .slidedown.out.reverse {
1218         -webkit-transform: translateY(-100%);
1219         z-index: 10;
1220         -webkit-animation-name: slideouttotop;
1221 }
1222
1223 @-webkit-keyframes slideinfromright {
1224     from { -webkit-transform: translateX(100%); }
1225     to { -webkit-transform: translateX(0); }
1226 }
1227
1228 @-webkit-keyframes slideinfromleft {
1229     from { -webkit-transform: translateX(-100%); }
1230     to { -webkit-transform: translateX(0); }
1231 }
1232
1233 @-webkit-keyframes slideouttoleft {
1234     from { -webkit-transform: translateX(0); }
1235     to { -webkit-transform: translateX(-100%); }
1236 }
1237
1238 @-webkit-keyframes slideouttoright {
1239     from { -webkit-transform: translateX(0); }
1240     to { -webkit-transform: translateX(100%); }
1241 }
1242
1243 @-webkit-keyframes slideinfromtop {
1244     from { -webkit-transform: translateY(-100%); }
1245     to { -webkit-transform: translateY(0); }
1246 }
1247
1248 @-webkit-keyframes slideinfrombottom {
1249     from { -webkit-transform: translateY(100%); }
1250     to { -webkit-transform: translateY(0); }
1251 }
1252
1253 @-webkit-keyframes slideouttobottom {
1254     from { -webkit-transform: translateY(0); }
1255     to { -webkit-transform: translateY(100%); }
1256 }
1257
1258 @-webkit-keyframes slideouttotop {
1259     from { -webkit-transform: translateY(0); }
1260     to { -webkit-transform: translateY(-100%); }
1261 }
1262 @-webkit-keyframes fadein {
1263     from { opacity: 0; }
1264     to { opacity: 1; }
1265 }
1266
1267 @-webkit-keyframes fadeout {
1268     from { opacity: 1; }
1269     to { opacity: 0; }
1270 }
1271
1272 .fade.out {
1273         z-index: 0;
1274         -webkit-animation-name: fadeout;
1275 }
1276
1277 .fade.in {
1278         opacity: 1;
1279         z-index: 10;
1280         -webkit-animation-name: fadein;
1281 }
1282
1283 /* The properties in this rule are only necessary for the 'flip' transition.
1284  * We need specify the perspective to create a projection matrix. This will add
1285  * some depth as the element flips. The depth number represents the distance of
1286  * the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate
1287  * value.
1288  */
1289 .viewport-flip {
1290         -webkit-perspective: 1000;
1291         position: absolute;
1292 }
1293
1294 .ui-mobile-viewport-transitioning,
1295 .ui-mobile-viewport-transitioning .ui-page {
1296         width: 100%;
1297         height: 100%;
1298         overflow: hidden;
1299 }
1300
1301 .flip {
1302         -webkit-animation-duration: .65s;
1303         -webkit-backface-visibility:hidden;
1304         -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. */
1305 }
1306
1307 .flip.out {
1308         -webkit-transform: rotateY(-180deg) scale(.8);
1309         -webkit-animation-name: flipouttoleft;
1310 }
1311
1312 .flip.in {
1313         -webkit-transform: rotateY(0) scale(1);
1314         -webkit-animation-name: flipinfromleft;
1315 }
1316
1317 /* Shake it all about */
1318
1319 .flip.out.reverse {
1320         -webkit-transform: rotateY(180deg) scale(.8);
1321         -webkit-animation-name: flipouttoright;
1322 }
1323
1324 .flip.in.reverse {
1325         -webkit-transform: rotateY(0) scale(1);
1326         -webkit-animation-name: flipinfromright;
1327 }
1328
1329 @-webkit-keyframes flipinfromright {
1330     from { -webkit-transform: rotateY(-180deg) scale(.8); }
1331     to { -webkit-transform: rotateY(0) scale(1); }
1332 }
1333
1334 @-webkit-keyframes flipinfromleft {
1335     from { -webkit-transform: rotateY(180deg) scale(.8); }
1336     to { -webkit-transform: rotateY(0) scale(1); }
1337 }
1338
1339 @-webkit-keyframes flipouttoleft {
1340     from { -webkit-transform: rotateY(0) scale(1); }
1341     to { -webkit-transform: rotateY(-180deg) scale(.8); }
1342 }
1343
1344 @-webkit-keyframes flipouttoright {
1345     from { -webkit-transform: rotateY(0) scale(1); }
1346     to { -webkit-transform: rotateY(180deg) scale(.8); }
1347 }
1348
1349
1350 /* Hackish, but reliable. */
1351
1352 @-webkit-keyframes dontmove {
1353     from { opacity: 1; }
1354     to { opacity: 1; }
1355 }
1356
1357 .pop {
1358         -webkit-transform-origin: 50% 50%;
1359 }
1360
1361 .pop.in {
1362         -webkit-transform: scale(1);
1363     opacity: 1;
1364         -webkit-animation-name: popin;
1365         z-index: 10;
1366 }
1367
1368 .pop.in.reverse {
1369         z-index: 0;
1370         -webkit-animation-name: dontmove;
1371 }
1372
1373 .pop.out.reverse {
1374         -webkit-transform: scale(.2);
1375         opacity: 0;
1376         -webkit-animation-name: popout;
1377         z-index: 10;
1378 }
1379
1380 @-webkit-keyframes popin {
1381     from {
1382         -webkit-transform: scale(.2);
1383         opacity: 0;
1384     }
1385     to {
1386         -webkit-transform: scale(1);
1387         opacity: 1;
1388     }
1389 }
1390
1391 @-webkit-keyframes popout {
1392     from {
1393         -webkit-transform: scale(1);
1394         opacity: 1;
1395     }
1396     to {
1397         -webkit-transform: scale(.2);
1398         opacity: 0;
1399     }
1400 }/*
1401 * jQuery Mobile Framework
1402 * Copyright (c) jQuery Project
1403 * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1404 */
1405
1406 /* content configurations. */
1407 .ui-grid-a, .ui-grid-b, .ui-grid-c, .ui-grid-d { overflow: hidden; }
1408 .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;}
1409
1410 /* grid solo: 100 - single item fallback */
1411 .ui-grid-solo .ui-block-a { width: 100%; float: none; }
1412
1413 /* grid a: 50/50 */
1414 .ui-grid-a .ui-block-a, .ui-grid-a .ui-block-b { width: 50%; }
1415 .ui-grid-a .ui-block-a { clear: left; }
1416
1417 /* grid b: 33/33/33 */
1418 .ui-grid-b .ui-block-a, .ui-grid-b .ui-block-b, .ui-grid-b .ui-block-c { width: 33.333%; }
1419 .ui-grid-b .ui-block-a { clear: left; }
1420
1421 /* grid c: 25/25/25/25 */
1422 .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%; }
1423 .ui-grid-c .ui-block-a { clear: left; }
1424
1425 /* grid d: 20/20/20/20/20 */
1426 .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%; }
1427 .ui-grid-d .ui-block-a { clear: left; }
1428 /*
1429 * jQuery Mobile Framework
1430 * Copyright (c) jQuery Project
1431 * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1432 */
1433 /* fixed page header & footer configuration */
1434 .ui-header, .ui-footer, .ui-page-fullscreen .ui-header, .ui-page-fullscreen .ui-footer  { position: absolute;  overflow: hidden; width: 100%; border-left-width: 0; border-right-width: 0; }
1435 .ui-header-fixed, .ui-footer-fixed {
1436         z-index: 1000;
1437         -webkit-transform: translateZ(0); /* Force header/footer rendering to go through the same rendering pipeline as native page scrolling. */
1438 }
1439 .ui-footer-duplicate, .ui-page-fullscreen .ui-fixed-inline { display: none; }
1440 .ui-page-fullscreen .ui-header, .ui-page-fullscreen .ui-footer { opacity: .9; }
1441 /*
1442 * jQuery Mobile Framework
1443 * Copyright (c) jQuery Project
1444 * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1445 */
1446 .ui-navbar { overflow: hidden;  }
1447 .ui-navbar ul, .ui-navbar-expanded ul { list-style:none; padding: 0; margin: 0; position: relative; display: block; border: 0;}
1448 .ui-navbar-collapsed ul { float: left; width: 75%; margin-right: -2px; }
1449 .ui-navbar-collapsed .ui-navbar-toggle { float: left; width: 25%; }
1450 .ui-navbar li.ui-navbar-truncate { position: absolute; left: -9999px; top: -9999px; }
1451 .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; }
1452 .ui-navbar li .ui-btn {  margin-right: -1px; }
1453 .ui-navbar li .ui-btn:last-child { margin-right: 0; }
1454 .ui-header .ui-navbar li .ui-btn, .ui-header .ui-navbar .ui-navbar-toggle .ui-btn,
1455 .ui-footer .ui-navbar li .ui-btn, .ui-footer .ui-navbar .ui-navbar-toggle .ui-btn { border-top-width: 0; border-bottom-width: 0; }
1456 .ui-navbar .ui-btn-inner { padding-left: 2px; padding-right: 2px; }
1457 .ui-navbar-noicons li .ui-btn .ui-btn-inner, .ui-navbar-noicons .ui-navbar-toggle .ui-btn-inner { padding-top: .8em; padding-bottom: .9em; }
1458 /*expanded page styles*/
1459 .ui-navbar-expanded .ui-btn { margin: 0; font-size: 14px; }
1460 .ui-navbar-expanded .ui-btn-inner { padding-left: 5px; padding-right: 5px;  }
1461 .ui-navbar-expanded .ui-btn-icon-top .ui-btn-inner { padding: 45px 5px 15px; text-align: center; }
1462 .ui-navbar-expanded .ui-btn-icon-top .ui-icon { top: 15px; }
1463 .ui-navbar-expanded .ui-btn-icon-bottom .ui-btn-inner { padding: 15px 5px 45px; text-align: center; }
1464 .ui-navbar-expanded .ui-btn-icon-bottom .ui-icon { bottom: 15px; }
1465 .ui-navbar-expanded li .ui-btn .ui-btn-inner { min-height: 2.5em; }
1466 .ui-navbar-expanded .ui-navbar-noicons .ui-btn .ui-btn-inner { padding-top: 1.8em; padding-bottom: 1.9em; }
1467 /*
1468 * jQuery Mobile Framework
1469 * Copyright (c) jQuery Project
1470 * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1471 */
1472 .ui-btn { display: block; text-align: center; cursor:pointer;  position: relative; margin: .5em 5px; padding: 0; }
1473 .ui-btn:focus, .ui-btn:active { outline: none; }
1474 .ui-header .ui-btn, .ui-footer .ui-btn, .ui-bar .ui-btn { display: inline-block; font-size: 13px; margin: 0; }
1475 .ui-btn-inline { display: inline-block; }
1476 .ui-btn-inner { padding: .6em 25px; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; position: relative; zoom: 1; }
1477 .ui-header .ui-btn-inner, .ui-footer .ui-btn-inner, .ui-bar .ui-btn-inner { padding: .4em 8px .5em; }
1478 .ui-btn-icon-notext { width: 24px; height: 24px; }
1479 .ui-btn-icon-notext .ui-btn-inner { padding: 2px 1px 2px 3px; }
1480 .ui-btn-icon-notext .ui-btn-text { position: absolute; left: -999px; }
1481 .ui-btn-icon-left .ui-btn-inner { padding-left: 33px; }
1482 .ui-header .ui-btn-icon-left .ui-btn-inner,
1483 .ui-footer .ui-btn-icon-left .ui-btn-inner,
1484 .ui-bar .ui-btn-icon-left .ui-btn-inner { padding-left: 27px; }
1485 .ui-btn-icon-right .ui-btn-inner { padding-right: 33px; }
1486 .ui-header .ui-btn-icon-right .ui-btn-inner,
1487 .ui-footer .ui-btn-icon-right .ui-btn-inner,
1488 .ui-bar .ui-btn-icon-right .ui-btn-inner { padding-right: 27px; }
1489 .ui-btn-icon-top .ui-btn-inner { padding-top: 33px; }
1490 .ui-header .ui-btn-icon-top .ui-btn-inner,
1491 .ui-footer .ui-btn-icon-top .ui-btn-inner,
1492 .ui-bar .ui-btn-icon-top .ui-btn-inner { padding-top: 27px; }
1493 .ui-btn-icon-bottom .ui-btn-inner { padding-bottom: 33px; }
1494 .ui-header .ui-btn-icon-bottom .ui-btn-inner,
1495 .ui-footer .ui-btn-icon-bottom .ui-btn-inner,
1496 .ui-bar .ui-btn-icon-bottom .ui-btn-inner { padding-bottom: 27px; }
1497
1498 /*btn icon positioning*/
1499 .ui-btn-icon-notext .ui-icon { display: block; }
1500 .ui-btn-icon-left .ui-icon, .ui-btn-icon-right .ui-icon { position: absolute; top: 50%; margin-top: -9px; }
1501 .ui-btn-icon-top .ui-icon, .ui-btn-icon-bottom .ui-icon { position: absolute; left: 50%;  margin-left: -9px; }
1502 .ui-btn-icon-left .ui-icon { left: 10px; }
1503 .ui-btn-icon-right .ui-icon { right: 10px; }
1504 .ui-btn-icon-top .ui-icon { top: 10px; }
1505 .ui-btn-icon-bottom .ui-icon { bottom: 10px; }
1506 .ui-header .ui-btn-icon-left .ui-icon,
1507 .ui-footer .ui-btn-icon-left .ui-icon,
1508 .ui-bar .ui-btn-icon-left .ui-icon { left: 4px; }
1509 .ui-header .ui-btn-icon-right .ui-icon,
1510 .ui-footer .ui-btn-icon-right .ui-icon,
1511 .ui-bar .ui-btn-icon-right .ui-icon { right: 4px; }
1512 .ui-header .ui-btn-icon-top .ui-icon,
1513 .ui-footer .ui-btn-icon-top .ui-icon,
1514 .ui-bar .ui-btn-icon-top .ui-icon { top: 4px; }
1515 .ui-header .ui-btn-icon-bottom .ui-icon,
1516 .ui-footer .ui-btn-icon-bottom .ui-icon,
1517 .ui-bar .ui-btn-icon-bottom .ui-icon { bottom: 4px; }
1518
1519 /*hiding native button,inputs */
1520 .ui-btn-hidden { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-appearance: button; opacity: .1; cursor: pointer; background: transparent; font-size: 1px; border: none; line-height: 999px; }
1521 /*
1522 * jQuery Mobile Framework
1523 * Copyright (c) jQuery Project
1524 * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1525 */
1526 .ui-collapsible { margin: .5em 0; }
1527 .ui-collapsible-heading { font-size: 16px; display: block; margin: 0 -8px; padding: 0; border-width: 0 0 1px 0; position: relative; }
1528 .ui-collapsible-heading a { text-align: left; margin: 0;  }
1529 .ui-collapsible-heading a .ui-btn-inner { padding-left: 40px; }
1530 .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; }
1531 .ui-collapsible-heading a span.ui-btn .ui-btn-inner { padding: 10px 0; }
1532 .ui-collapsible-heading a span.ui-btn .ui-icon { left: 0; margin-top: -10px; }
1533 .ui-collapsible-heading-status { position:absolute; left:-9999px; }
1534 .ui-collapsible-content {
1535         display: block;
1536         margin:  0 -8px;
1537         padding: 10px 16px;
1538         border-top:  none;      /* Overrides ui-btn-up-* */
1539         background-image: none; /* Overrides ui-btn-up-* */
1540         font-weight: normal;    /* Overrides ui-btn-up-* */
1541 }
1542 .ui-collapsible-content-collapsed { display: none; }
1543
1544 .ui-collapsible-set { margin: .5em 0; }
1545 .ui-collapsible-set .ui-collapsible { margin: -1px 0 0; }
1546 /*
1547 * jQuery Mobile Framework
1548 * Copyright (c) jQuery Project
1549 * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1550 */
1551 .ui-controlgroup, fieldset.ui-controlgroup { padding: 0; margin: .5em 0 1em; }
1552 .ui-bar .ui-controlgroup { margin: 0 .3em; }
1553 .ui-controlgroup-label { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; }
1554 .ui-controlgroup-controls { display: block; width: 95%;}
1555 .ui-controlgroup li { list-style: none; }
1556 .ui-controlgroup-vertical .ui-btn,
1557 .ui-controlgroup-vertical .ui-checkbox, .ui-controlgroup-vertical .ui-radio { margin: 0; border-bottom-width: 0;  }
1558 .ui-controlgroup-vertical .ui-controlgroup-last { border-bottom-width: 1px; }
1559 .ui-controlgroup-horizontal { padding: 0; }
1560 .ui-controlgroup-horizontal .ui-btn { display: inline-block; margin: 0 -5px 0 0; }
1561 .ui-controlgroup-horizontal .ui-checkbox, .ui-controlgroup-horizontal .ui-radio { float: left; margin: 0 -1px 0 0; }
1562 .ui-controlgroup-horizontal .ui-checkbox .ui-btn, .ui-controlgroup-horizontal .ui-radio .ui-btn,
1563 .ui-controlgroup-horizontal .ui-checkbox:last-child, .ui-controlgroup-horizontal .ui-radio:last-child { margin-right: 0; }
1564 .ui-controlgroup-horizontal .ui-controlgroup-last { margin-right: 0; }
1565 .ui-controlgroup .ui-checkbox label, .ui-controlgroup .ui-radio label { font-size: 16px;  }
1566 /* conflicts with listview..
1567 .ui-controlgroup .ui-btn-icon-notext { width: 30px; height: 30px; text-indent: -9999px; }
1568 .ui-controlgroup .ui-btn-icon-notext .ui-btn-inner {  padding: 5px 6px 5px 5px; }
1569 */
1570
1571 @media all and (min-width: 450px){
1572         .ui-controlgroup-label { vertical-align: top; display: inline-block;  width: 20%;  margin: 0 2% 0 0;  }
1573         .ui-controlgroup-controls { width: 60%; display: inline-block; } 
1574 }       /*
1575 * jQuery Mobile Framework
1576 * Copyright (c) jQuery Project
1577 * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1578 */
1579 .ui-dialog { min-height: 480px; }
1580 .ui-dialog .ui-header, .ui-dialog .ui-content,  .ui-dialog .ui-footer { margin: 15px; position: relative; }
1581 .ui-dialog .ui-header, .ui-dialog .ui-footer { z-index: 10; width: auto; }
1582 .ui-dialog .ui-content, .ui-dialog .ui-footer { margin-top: -15px;  }/*
1583 * jQuery Mobile Framework
1584 * Copyright (c) jQuery Project
1585 * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1586 */
1587 .ui-checkbox, .ui-radio { position:relative;  margin: .2em 0 .5em; z-index: 1;  }
1588 .ui-checkbox .ui-btn, .ui-radio .ui-btn { margin: 0; text-align: left; z-index: 2; }
1589 .ui-checkbox .ui-btn-inner, .ui-radio .ui-btn-inner { white-space: normal; }
1590 .ui-checkbox .ui-btn-icon-left .ui-btn-inner,.ui-radio .ui-btn-icon-left .ui-btn-inner { padding-left: 45px; }
1591 .ui-checkbox .ui-btn-icon-right .ui-btn-inner, .ui-radio .ui-btn-icon-right .ui-btn-inner { padding-right: 45px; }
1592 .ui-checkbox .ui-icon, .ui-radio .ui-icon { top: 1.1em; }
1593 .ui-checkbox .ui-btn-icon-left .ui-icon, .ui-radio .ui-btn-icon-left .ui-icon {left: 15px; }
1594 .ui-checkbox .ui-btn-icon-right .ui-icon, .ui-radio .ui-btn-icon-right .ui-icon {right: 15px; }
1595 /* input, label positioning */
1596 .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; }/*
1597 * jQuery Mobile Framework
1598 * Copyright (c) jQuery Project
1599 * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1600 */
1601 .ui-field-contain { padding: 1.5em 0; margin: 0; border-bottom-width: 1px; overflow: visible; }
1602 .ui-field-contain:first-child { border-top-width: 0; }
1603 @media all and (min-width: 450px){
1604         .ui-field-contain { border-width: 0; padding: 0; margin: 1em 0; }
1605 }       /*
1606 * jQuery Mobile Framework
1607 * Copyright (c) jQuery Project
1608 * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1609 */
1610 .ui-select { display: block; position: relative; }
1611 .ui-select select { position: absolute; left: -9999px; top: -9999px; }
1612 .ui-select .ui-btn { overflow: hidden; }
1613 .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; }
1614 @-moz-document url-prefix() {.ui-select .ui-btn select { opacity: 0.0001; }}
1615 .ui-select .ui-btn select.ui-select-nativeonly { opacity: 1; text-indent: 0; }
1616
1617 .ui-select .ui-btn-icon-right .ui-btn-inner { padding-right: 45px; } 
1618 .ui-select .ui-btn-icon-right .ui-icon { right: 15px;  }
1619
1620 /* labels */
1621 label.ui-select { font-size: 16px; line-height: 1.4;  font-weight: normal; margin: 0 0 .3em; display: block; }
1622
1623 /*listbox*/
1624 .ui-select .ui-btn-text, .ui-selectmenu .ui-btn-text { display: block; min-height: 1em; }
1625 .ui-select .ui-btn-text { text-overflow: ellipsis; overflow: hidden;}
1626
1627 .ui-selectmenu { position: absolute; padding: 0; z-index: 100 !important; width: 80%; max-width: 350px; padding: 6px; }
1628 .ui-selectmenu .ui-listview { margin: 0; }
1629 .ui-selectmenu .ui-btn.ui-li-divider { cursor: default; }
1630 .ui-selectmenu-hidden { top: -9999px; left: -9999px; }
1631 .ui-selectmenu-screen { position: absolute; top: 0; left: 0; width: 100%; height: 100%;  z-index: 99; }
1632 .ui-screen-hidden, .ui-selectmenu-list .ui-li .ui-icon { display: none; }
1633 .ui-selectmenu-list .ui-li .ui-icon { display: block; }
1634 .ui-li.ui-selectmenu-placeholder { display: none; }
1635 .ui-selectmenu .ui-header .ui-title { margin: 0.6em 46px 0.8em; }
1636
1637 @media all and (min-width: 450px){
1638         label.ui-select { vertical-align: top;  display: inline-block;  width: 20%;  margin: 0 2% 0 0; }
1639         .ui-select { width: 60%; display: inline-block; }
1640 }       
1641
1642 /* 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 */
1643 .ui-selectmenu .ui-header h1:after { content: '.'; visibility: hidden; }/*
1644 * jQuery Mobile Framework
1645 * Copyright (c) jQuery Project
1646 * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1647 */
1648 label.ui-input-text { font-size: 16px; line-height: 1.4; display: block; font-weight: normal; margin: 0 0 .3em; }
1649 input.ui-input-text, textarea.ui-input-text { background-image: none; padding: .4em; line-height: 1.4; font-size: 16px; display: block; width: 95%; }
1650 input.ui-input-text { -webkit-appearance: none; }
1651 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; }
1652 .ui-input-search { padding: 0 30px; width: 77%; background-image: none; position: relative; }
1653 .ui-icon-searchfield:after { position: absolute; left: 7px; top: 50%; margin-top: -9px; content: ""; width: 18px; height: 18px; opacity: .5; }
1654 .ui-input-search input.ui-input-text { border: none; width: 98%; padding: .4em 0; margin: 0; display: block; background: transparent none; outline: 0 !important; }
1655 .ui-input-search .ui-input-clear { position: absolute; right: 0; top: 50%; margin-top: -14px; }
1656 .ui-input-search .ui-input-clear-hidden { display: none; }
1657
1658 /* orientation adjustments - incomplete!*/
1659 @media all and (min-width: 450px){
1660         label.ui-input-text  { vertical-align: top; display: inline-block;  width: 20%;  margin: 0 2% 0 0 }
1661         input.ui-input-text, 
1662         textarea.ui-input-text, 
1663         .ui-input-search { width: 60%; display: inline-block; } 
1664         .ui-input-search { width: 50%; }
1665         .ui-input-search input.ui-input-text { width: 98%; /*echos rule from above*/ }
1666 }/*
1667 * jQuery Mobile Framework
1668 * Copyright (c) jQuery Project
1669 * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1670 */
1671 .ui-listview { margin: 0; counter-reset: listnumbering; }
1672 .ui-content .ui-listview { margin: -15px; }
1673 .ui-content .ui-listview-inset { margin: 1em 0;  }
1674 .ui-listview, .ui-li { list-style:none; padding:0; }
1675 .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; }
1676 .ui-li .ui-btn-text { position: relative; z-index: 1; }
1677 .ui-li .ui-btn-text a.ui-link-inherit { text-overflow: ellipsis; overflow: hidden; white-space: nowrap;  }
1678 .ui-li-divider, .ui-li-static { padding: .5em 15px; font-size: 14px; font-weight: bold;  }
1679 .ui-li-divider { counter-reset: listnumbering;  }
1680 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) ". "; }
1681 ol.ui-listview .ui-li-jsnumbering:before { content: "" !important; } /* to avoid chance of duplication */
1682 .ui-listview-inset .ui-li { border-right-width: 1px; border-left-width: 1px; }
1683 .ui-li:last-child, .ui-li.ui-field-contain:last-child { border-bottom-width: 1px; }
1684 .ui-li>.ui-btn-inner { display: block; position: relative; padding: 0; }
1685 .ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li { padding: .7em 15px .7em 15px; display: block; }
1686 .ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb  { min-height: 60px; padding-left: 100px; }
1687 .ui-li-has-icon .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-icon {  min-height: 20px; padding-left: 40px; }
1688 .ui-li-has-count .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-count { padding-right: 45px; }
1689 .ui-li-has-arrow .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-arrow { padding-right: 30px; }
1690 .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; }
1691 .ui-li-heading { font-size: 16px; font-weight: bold; display: block; margin: .6em 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;  }
1692 .ui-li-desc {  font-size: 12px; font-weight: normal; display: block; margin: -.5em 0 .6em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
1693 .ui-li-thumb, .ui-li-icon { position: absolute; left: 1px; top: 0; max-height: 80px; max-width: 80px; }
1694 .ui-li-icon { max-height: 40px; max-width: 40px; left: 10px; top: .9em; }
1695 .ui-li-thumb, .ui-li-icon, .ui-li-content { float: left; margin-right: 10px; }
1696
1697 .ui-li-aside { float: right; width: 50%; text-align: right; margin: .3em 0; }
1698 @media all and (min-width: 480px){
1699          .ui-li-aside { width: 45%; }
1700 }        
1701 .ui-li-divider { cursor: default; }
1702 .ui-li-has-alt .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-alt { padding-right: 95px; }
1703 .ui-li-has-count .ui-li-count { position: absolute; font-size: 11px; font-weight: bold; padding: .2em .5em; top: 50%; margin-top: -.9em; right: 38px; }
1704 .ui-li-divider .ui-li-count, .ui-li-static .ui-li-count { right: 10px; }
1705 .ui-li-has-alt .ui-li-count { right: 55px; }
1706 .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; }
1707 .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;}
1708 .ui-li-link-alt .ui-btn-inner { padding: 0; height: 100%; position: absolute; width: 100%; top: 0; left: 0;}
1709 .ui-li-link-alt .ui-btn .ui-icon { right: 50%; margin-right: -9px;  }
1710
1711 .ui-listview * .ui-btn-inner > .ui-btn > .ui-btn-inner { border-top: 0px; }
1712
1713 .ui-listview-filter { border-width: 0; overflow: hidden; margin: -15px -15px 15px -15px }
1714 .ui-listview-filter .ui-input-search { margin: 5px; width: auto; display: block; }
1715
1716 .ui-listview-filter-inset { margin: -15px -5px -15px -5px; background: transparent; }
1717 .ui-li.ui-screen-hidden{display:none;}
1718 /* Odd iPad positioning issue. */
1719 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
1720     .ui-li .ui-btn-text { overflow:  visible; }
1721 }/*
1722 * jQuery Mobile Framework
1723 * Copyright (c) jQuery Project
1724 * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1725 */
1726 label.ui-slider { display: block; }
1727 input.ui-slider-input  { display: inline-block; width: 50px; }
1728 select.ui-slider-switch { display: none; }
1729 div.ui-slider { position: relative; display: inline-block; overflow: visible; height: 15px; padding: 0; margin: 0 2% 0 20px; top: 4px; width: 66%; }
1730 a.ui-slider-handle { position: absolute; z-index: 10;  top: 50%; width: 28px; height: 28px; margin-top: -15px; margin-left: -15px; }
1731 a.ui-slider-handle .ui-btn-inner { padding-left: 0; padding-right: 0; }
1732 @media all and (min-width: 480px){
1733         label.ui-slider { vertical-align: top;  display: inline-block;  width: 20%;  margin: 0 2% 0 0; }
1734         div.ui-slider { width: 45%; }
1735 }       
1736
1737 div.ui-slider-switch { height: 32px;  overflow: hidden; margin-left: 0; }
1738 div.ui-slider-inneroffset { margin-left: 50%; position: absolute; top: 1px; height: 100%; width: 50%; }
1739 a.ui-slider-handle-snapping { -webkit-transition: left 100ms linear; }
1740 div.ui-slider-labelbg { position: absolute; top:0; margin: 0; border-width: 0; }
1741 div.ui-slider-switch div.ui-slider-labelbg-a { width: 60%; height: 100%; left: 0; }
1742 div.ui-slider-switch div.ui-slider-labelbg-b { width: 60%; height: 100%; right: 0; }
1743 .ui-slider-switch-a div.ui-slider-labelbg-a, .ui-slider-switch-b div.ui-slider-labelbg-b { z-index: -1; }
1744 .ui-slider-switch-a div.ui-slider-labelbg-b, .ui-slider-switch-b div.ui-slider-labelbg-a { z-index: 0; }
1745
1746 div.ui-slider-switch a.ui-slider-handle { z-index: 20;  width: 101%; height: 32px; margin-top: -18px; margin-left: -101%; }
1747 span.ui-slider-label { width: 100%; position: absolute;height: 32px;  font-size: 16px; text-align: center; line-height: 2; background: none; border-color: transparent; }
1748 span.ui-slider-label-a { left: -100%;  margin-right: -1px }
1749 span.ui-slider-label-b { right: -100%;  margin-left: -1px }