summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/gamma/css/web.css1
-rw-r--r--frontend/gamma/js/Clipperz/PM/UI/Web/Components/PageFooter.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/frontend/gamma/css/web.css b/frontend/gamma/css/web.css
index 94cd715..5d8bc20 100644
--- a/frontend/gamma/css/web.css
+++ b/frontend/gamma/css/web.css
@@ -1,3616 +1,3617 @@
1/* 1/*
2 2
3Copyright 2008-2011 Clipperz Srl 3Copyright 2008-2011 Clipperz Srl
4 4
5This file is part of Clipperz Community Edition. 5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager. 6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please 7For further information about its features and functionalities please
8refer to http://www.clipperz.com. 8refer to http://www.clipperz.com.
9 9
10* Clipperz Community Edition is free software: you can redistribute 10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public 11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version 12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version. 13 3 of the License, or (at your option) any later version.
14 14
15* Clipperz Community Edition is distributed in the hope that it will 15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied 16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details. 18 See the GNU Affero General Public License for more details.
19 19
20* You should have received a copy of the GNU Affero General Public 20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see 21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>. 22 <http://www.gnu.org/licenses/>.
23 23
24*/ 24*/
25 25
26/* 26/*
27 27
28Color list: 28Color list:
29- login box: 29- login box:
30 light#ff9955 30 light#ff9955
31 dark#ff6622 31 dark#ff6622
32- login button: 32- login button:
33 regular#dd5500 33 regular#dd5500
34 hover#773311 34 hover#773311
35- login translations: 35- login translations:
36 box: #cc6622; 36 box: #cc6622;
37 not-selected: 37 not-selected:
38 color: #ddaa99 38 color: #ddaa99
39 background:#994422 39 background:#994422
40 selected: #772211; 40 selected: #772211;
41*/ 41*/
42html { 42html {
43 height: 100%; 43 height: 100%;
44} 44}
45body { 45body {
46 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 46 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
47 margin: 0px; 47 margin: 0px;
48} 48}
49div.modalDialogMask.userInfoBoxMask { 49div.modalDialogMask.userInfoBoxMask {
50 -moz-opacity: 0.0; 50 -moz-opacity: 0.0;
51 opacity: .0; 51 opacity: .0;
52 filter: alpha(opacity=0); 52 filter: alpha(opacity=0);
53 z-index: 19000; 53 z-index: 19000;
54} 54}
55.reset-margin { 55.reset-margin {
56 margin: 0px; 56 margin: 0px;
57 padding: 0px; 57 padding: 0px;
58 border: 0px; 58 border: 0px;
59} 59}
60.clear { 60.clear {
61 clear: both; 61 clear: both;
62} 62}
63.hidden_none { 63.hidden_none {
64 display: none; 64 display: none;
65 visibility: hidden; 65 visibility: hidden;
66} 66}
67.keepTogether { 67.keepTogether {
68 display: inline-block; 68 display: inline-block;
69 white-space: nowrap; 69 white-space: nowrap;
70} 70}
71#mainDiv { 71#mainDiv {
72 margin: 0 auto; 72 margin: 0 auto;
73} 73}
74/* 74/*
75 75
76Color list: 76Color list:
77- login box: 77- login box:
78 light#ff9955 78 light#ff9955
79 dark#ff6622 79 dark#ff6622
80- login button: 80- login button:
81 regular#dd5500 81 regular#dd5500
82 hover#773311 82 hover#773311
83- login translations: 83- login translations:
84 box: #cc6622; 84 box: #cc6622;
85 not-selected: 85 not-selected:
86 color: #ddaa99 86 color: #ddaa99
87 background:#994422 87 background:#994422
88 selected: #772211; 88 selected: #772211;
89*/ 89*/
90html { 90html {
91 height: 100%; 91 height: 100%;
92} 92}
93body { 93body {
94 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 94 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
95 margin: 0px; 95 margin: 0px;
96} 96}
97div.modalDialogMask.userInfoBoxMask { 97div.modalDialogMask.userInfoBoxMask {
98 -moz-opacity: 0.0; 98 -moz-opacity: 0.0;
99 opacity: .0; 99 opacity: .0;
100 filter: alpha(opacity=0); 100 filter: alpha(opacity=0);
101 z-index: 19000; 101 z-index: 19000;
102} 102}
103.reset-margin { 103.reset-margin {
104 margin: 0px; 104 margin: 0px;
105 padding: 0px; 105 padding: 0px;
106 border: 0px; 106 border: 0px;
107} 107}
108.clear { 108.clear {
109 clear: both; 109 clear: both;
110} 110}
111.hidden_none { 111.hidden_none {
112 display: none; 112 display: none;
113 visibility: hidden; 113 visibility: hidden;
114} 114}
115.keepTogether { 115.keepTogether {
116 display: inline-block; 116 display: inline-block;
117 white-space: nowrap; 117 white-space: nowrap;
118} 118}
119#mainDiv { 119#mainDiv {
120 margin: 0 auto; 120 margin: 0 auto;
121} 121}
122div#loading { 122div#loading {
123 width: 100%; 123 width: 100%;
124 height: 100%; 124 height: 100%;
125 display: table; 125 display: table;
126 background-image: -ms-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%); 126 background-image: -ms-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%);
127 /* IE10 */ 127 /* IE10 */
128 background-image: -moz-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%); 128 background-image: -moz-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%);
129 /* Mozilla Firefox */ 129 /* Mozilla Firefox */
130 background-image: -o-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%); 130 background-image: -o-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%);
131 /* Opera */ 131 /* Opera */
132 background-image: -webkit-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%); 132 background-image: -webkit-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%);
133 /* Webkit (Chrome 11+) */ 133 /* Webkit (Chrome 11+) */
134 background-image: radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%); 134 background-image: radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%);
135 /* Proposed W3C Markup */ 135 /* Proposed W3C Markup */
136 background-image: -webkit-gradient(radial, center center, 0, center center, 495, color-stop(0, #4d52b3), color-stop(1, #1f2148)); 136 background-image: -webkit-gradient(radial, center center, 0, center center, 495, color-stop(0, #4d52b3), color-stop(1, #1f2148));
137 /* Webkit (Safari/Chrome 10) */ 137 /* Webkit (Safari/Chrome 10) */
138} 138}
139div#loading div { 139div#loading div {
140 display: table-cell; 140 display: table-cell;
141 vertical-align: middle; 141 vertical-align: middle;
142 width: 100%; 142 width: 100%;
143 text-align: center; 143 text-align: center;
144} 144}
145div#loading div h1 { 145div#loading div h1 {
146 font-size: 40pt; 146 font-size: 40pt;
147 color: #ffffff; 147 color: #ffffff;
148 text-shadow: -1px -1px 2px #2e316c, 1px 1px 1px #454aa1; 148 text-shadow: -1px -1px 2px #2e316c, 1px 1px 1px #454aa1;
149} 149}
150div#loading div h3 { 150div#loading div h3 {
151 font-size: 18pt; 151 font-size: 18pt;
152 text-shadow: -1px -1px 1px #2e316c, 1px 1px 1px #454aa1; 152 text-shadow: -1px -1px 1px #2e316c, 1px 1px 1px #454aa1;
153 color: #1f2148; 153 color: #1f2148;
154} 154}
155div#loading div h5 { 155div#loading div h5 {
156 padding-left: 20px; 156 padding-left: 20px;
157 color: #ff9200; 157 color: #ff9200;
158} 158}
159/* 159/*
160 160
161Color list: 161Color list:
162- login box: 162- login box:
163 light#ff9955 163 light#ff9955
164 dark#ff6622 164 dark#ff6622
165- login button: 165- login button:
166 regular#dd5500 166 regular#dd5500
167 hover#773311 167 hover#773311
168- login translations: 168- login translations:
169 box: #cc6622; 169 box: #cc6622;
170 not-selected: 170 not-selected:
171 color: #ddaa99 171 color: #ddaa99
172 background:#994422 172 background:#994422
173 selected: #772211; 173 selected: #772211;
174*/ 174*/
175html { 175html {
176 height: 100%; 176 height: 100%;
177} 177}
178body { 178body {
179 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 179 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
180 margin: 0px; 180 margin: 0px;
181} 181}
182div.modalDialogMask.userInfoBoxMask { 182div.modalDialogMask.userInfoBoxMask {
183 -moz-opacity: 0.0; 183 -moz-opacity: 0.0;
184 opacity: .0; 184 opacity: .0;
185 filter: alpha(opacity=0); 185 filter: alpha(opacity=0);
186 z-index: 19000; 186 z-index: 19000;
187} 187}
188.reset-margin { 188.reset-margin {
189 margin: 0px; 189 margin: 0px;
190 padding: 0px; 190 padding: 0px;
191 border: 0px; 191 border: 0px;
192} 192}
193.clear { 193.clear {
194 clear: both; 194 clear: both;
195} 195}
196.hidden_none { 196.hidden_none {
197 display: none; 197 display: none;
198 visibility: hidden; 198 visibility: hidden;
199} 199}
200.keepTogether { 200.keepTogether {
201 display: inline-block; 201 display: inline-block;
202 white-space: nowrap; 202 white-space: nowrap;
203} 203}
204#mainDiv { 204#mainDiv {
205 margin: 0 auto; 205 margin: 0 auto;
206} 206}
207div.tooltip { 207div.tooltip {
208 position: absolute; 208 position: absolute;
209 z-index: 30001; 209 z-index: 30001;
210} 210}
211div.tooltip div.tooltip_body { 211div.tooltip div.tooltip_body {
212 border-radius: 8px; 212 border-radius: 8px;
213 -moz-border-radius: 8px; 213 -moz-border-radius: 8px;
214 -webkit-border-radius: 8px; 214 -webkit-border-radius: 8px;
215 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbbbbb), to(#555555)); 215 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbbbbb), to(#555555));
216 background: -moz-linear-gradient(0% 100% 90deg, #555555, #bbbbbb); 216 background: -moz-linear-gradient(0% 100% 90deg, #555555, #bbbbbb);
217 -webkit-box-shadow: 4px 4px 10px #333333; 217 -webkit-box-shadow: 4px 4px 10px #333333;
218 -moz-box-shadow: 4px 4px 10px #333333; 218 -moz-box-shadow: 4px 4px 10px #333333;
219 box-shadow: 4px 4px 10px #333333; 219 box-shadow: 4px 4px 10px #333333;
220 border-top: 1px solid #d4d4d4; 220 border-top: 1px solid #d4d4d4;
221 border-left: 1px solid #a2a2a2; 221 border-left: 1px solid #a2a2a2;
222 border-right: 1px solid #6f6f6f; 222 border-right: 1px solid #6f6f6f;
223 border-bottom: 1px solid #3c3c3c; 223 border-bottom: 1px solid #3c3c3c;
224} 224}
225div.tooltip div.tooltip_body span { 225div.tooltip div.tooltip_body span {
226 display: block; 226 display: block;
227 padding: 10px; 227 padding: 10px;
228 font-size: 10pt; 228 font-size: 10pt;
229 color: white; 229 color: white;
230} 230}
231div.tooltip div.tooltip_body div.tooltip_text { 231div.tooltip div.tooltip_body div.tooltip_text {
232 width: 200px; 232 width: 200px;
233} 233}
234div.tooltip div.tooltip_arrow { 234div.tooltip div.tooltip_arrow {
235 position: absolute; 235 position: absolute;
236 width: 0; 236 width: 0;
237 height: 0; 237 height: 0;
238 border: 6px solid transparent; 238 border: 6px solid transparent;
239} 239}
240div.tooltip.BELOW div.tooltip_arrow { 240div.tooltip.BELOW div.tooltip_arrow {
241 top: -12px; 241 top: -12px;
242 left: 97px; 242 left: 97px;
243 border-bottom: 6px solid #bbbbbb; 243 border-bottom: 6px solid #bbbbbb;
244} 244}
245div.tooltip.ABOVE div.tooltip_arrow { 245div.tooltip.ABOVE div.tooltip_arrow {
246 position: static; 246 position: static;
247 margin-left: 97px; 247 margin-left: 97px;
248 border-top: 6px solid #555555; 248 border-top: 6px solid #555555;
249} 249}
250div.tooltip.LEFT div.tooltip_arrow { 250div.tooltip.LEFT div.tooltip_arrow {
251 left: 203px; 251 left: 203px;
252 top: 10px; 252 top: 10px;
253 border-left: 6px solid #747474; 253 border-left: 6px solid #747474;
254} 254}
255div.tooltip.LEFT div.tooltip_body div.tooltip_text { 255div.tooltip.LEFT div.tooltip_body div.tooltip_text {
256 min-height: 45px; 256 min-height: 45px;
257} 257}
258div.tooltip.RIGHT div.tooltip_arrow { 258div.tooltip.RIGHT div.tooltip_arrow {
259 left: -12px; 259 left: -12px;
260 top: 10px; 260 top: 10px;
261 border-right: 6px solid #9c9c9c; 261 border-right: 6px solid #9c9c9c;
262} 262}
263div.tooltip.RIGHT div.tooltip_body div.tooltip_text { 263div.tooltip.RIGHT div.tooltip_body div.tooltip_text {
264 min-height: 45px; 264 min-height: 45px;
265} 265}
266.button.default { 266.button.default {
267 display: inline-block; 267 display: inline-block;
268 height: 20px; 268 height: 20px;
269 cursor: pointer; 269 cursor: pointer;
270 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa76f), to(#ff6622)); 270 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa76f), to(#ff6622));
271 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ffa76f); 271 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ffa76f);
272 border-radius: 5; 272 border-radius: 5;
273 -moz-border-radius: 5; 273 -moz-border-radius: 5;
274 -webkit-border-radius: 5; 274 -webkit-border-radius: 5;
275 border: 1px solid #ff7f46; 275 border: 1px solid #ff7f46;
276 padding-top: 4px; 276 padding-top: 4px;
277 padding-left: 15px; 277 padding-left: 15px;
278 padding-right: 15px; 278 padding-right: 15px;
279 padding-bottom: 2px; 279 padding-bottom: 2px;
280 color: white; 280 color: white;
281 font-weight: lighter; 281 font-weight: lighter;
282 text-shadow: -1px -1px 1px #ff6622, 1px 1px 1px #ffa76f; 282 text-shadow: -1px -1px 1px #ff6622, 1px 1px 1px #ffa76f;
283 text-decoration: none; 283 text-decoration: none;
284 font-weight: normal; 284 font-weight: normal;
285} 285}
286.button.default:hover { 286.button.default:hover {
287 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8e46), to(#ff6622)); 287 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8e46), to(#ff6622));
288 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff8e46); 288 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff8e46);
289} 289}
290.button { 290.button {
291 display: inline-block; 291 display: inline-block;
292 height: 20px; 292 height: 20px;
293 cursor: pointer; 293 cursor: pointer;
294 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bfbfbf), to(#999999)); 294 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bfbfbf), to(#999999));
295 background: -moz-linear-gradient(0% 100% 90deg, #999999, #bfbfbf); 295 background: -moz-linear-gradient(0% 100% 90deg, #999999, #bfbfbf);
296 border-radius: 5; 296 border-radius: 5;
297 -moz-border-radius: 5; 297 -moz-border-radius: 5;
298 -webkit-border-radius: 5; 298 -webkit-border-radius: 5;
299 border: 1px solid #ababab; 299 border: 1px solid #ababab;
300 padding-top: 4px; 300 padding-top: 4px;
301 padding-left: 15px; 301 padding-left: 15px;
302 padding-right: 15px; 302 padding-right: 15px;
303 padding-bottom: 2px; 303 padding-bottom: 2px;
304 color: white; 304 color: white;
305 font-weight: lighter; 305 font-weight: lighter;
306 text-shadow: -1px -1px 1px #999999, 1px 1px 1px #bfbfbf; 306 text-shadow: -1px -1px 1px #999999, 1px 1px 1px #bfbfbf;
307 text-decoration: none; 307 text-decoration: none;
308} 308}
309.button:hover { 309.button:hover {
310 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ababab), to(#999999)); 310 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ababab), to(#999999));
311 background: -moz-linear-gradient(0% 100% 90deg, #999999, #ababab); 311 background: -moz-linear-gradient(0% 100% 90deg, #999999, #ababab);
312} 312}
313/* 313/*
314 314
315Color list: 315Color list:
316- login box: 316- login box:
317 light#ff9955 317 light#ff9955
318 dark#ff6622 318 dark#ff6622
319- login button: 319- login button:
320 regular#dd5500 320 regular#dd5500
321 hover#773311 321 hover#773311
322- login translations: 322- login translations:
323 box: #cc6622; 323 box: #cc6622;
324 not-selected: 324 not-selected:
325 color: #ddaa99 325 color: #ddaa99
326 background:#994422 326 background:#994422
327 selected: #772211; 327 selected: #772211;
328*/ 328*/
329html { 329html {
330 height: 100%; 330 height: 100%;
331} 331}
332body { 332body {
333 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 333 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
334 margin: 0px; 334 margin: 0px;
335} 335}
336div.modalDialogMask.userInfoBoxMask { 336div.modalDialogMask.userInfoBoxMask {
337 -moz-opacity: 0.0; 337 -moz-opacity: 0.0;
338 opacity: .0; 338 opacity: .0;
339 filter: alpha(opacity=0); 339 filter: alpha(opacity=0);
340 z-index: 19000; 340 z-index: 19000;
341} 341}
342.reset-margin { 342.reset-margin {
343 margin: 0px; 343 margin: 0px;
344 padding: 0px; 344 padding: 0px;
345 border: 0px; 345 border: 0px;
346} 346}
347.clear { 347.clear {
348 clear: both; 348 clear: both;
349} 349}
350.hidden_none { 350.hidden_none {
351 display: none; 351 display: none;
352 visibility: hidden; 352 visibility: hidden;
353} 353}
354.keepTogether { 354.keepTogether {
355 display: inline-block; 355 display: inline-block;
356 white-space: nowrap; 356 white-space: nowrap;
357} 357}
358#mainDiv { 358#mainDiv {
359 margin: 0 auto; 359 margin: 0 auto;
360} 360}
361div.pageHeaderAndBody { 361div.pageHeaderAndBody {
362 height: 100%; 362 height: 100%;
363} 363}
364div.pageHeaderAndBody div#pageBody { 364div.pageHeaderAndBody div#pageBody {
365 min-width: 1013px; 365 min-width: 1013px;
366 padding-bottom: 90px; 366 padding-bottom: 90px;
367} 367}
368div.pageHeaderAndBody div.pageHeader { 368div.pageHeaderAndBody div.pageHeader {
369 background-color: #1f2148; 369 background-color: #1f2148;
370 min-width: 1013px; 370 min-width: 1013px;
371} 371}
372div.pageHeaderAndBody div.pageHeader div#miscLinks { 372div.pageHeaderAndBody div.pageHeader div#miscLinks {
373 float: right; 373 float: right;
374} 374}
375div.pageHeaderAndBody div.pageHeader div#miscLinks ul { 375div.pageHeaderAndBody div.pageHeader div#miscLinks ul {
376 margin: 12px 0px 0px; 376 margin: 12px 0px 0px;
377 padding: 15px; 377 padding: 15px;
378} 378}
379div.pageHeaderAndBody div.pageHeader div#miscLinks ul li { 379div.pageHeaderAndBody div.pageHeader div#miscLinks ul li {
380 display: inline; 380 display: inline;
381 margin: 0px; 381 margin: 0px;
382 padding: 0px; 382 padding: 0px;
383 border: 0px; 383 border: 0px;
384} 384}
385div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a { 385div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a {
386 color: #ffffff; 386 color: #ffffff;
387 margin: 0px; 387 margin: 0px;
388 padding: 0px; 388 padding: 0px;
389 border: 0px; 389 border: 0px;
390 padding: 15px; 390 padding: 15px;
391 border-left: 1px solid #3e428f; 391 border-left: 1px solid #3e428f;
392 font-weight: normal; 392 font-weight: normal;
393 text-decoration: none; 393 text-decoration: none;
394 font-size: 12pt; 394 font-size: 12pt;
395 min-width: 70px; 395 min-width: 70px;
396} 396}
397div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a:hover { 397div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a:hover {
398 color: #b8bae1; 398 color: #b8bae1;
399} 399}
400div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a#donateHeaderLink { 400div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a#donateHeaderLink {
401 border-left: 0px; 401 border-left: 0px;
402} 402}
403div.pageHeaderAndBody div.pageHeader div#logoFrame { 403div.pageHeaderAndBody div.pageHeader div#logoFrame {
404 padding: 16px 16px 60px 16px; 404 padding: 16px 16px 60px 16px;
405 min-height: 44px; 405 min-height: 44px;
406} 406}
407div.pageHeaderAndBody div.pageHeader div#logoFrame a { 407div.pageHeaderAndBody div.pageHeader div#logoFrame a {
408 color: white; 408 color: white;
409 text-decoration: none; 409 text-decoration: none;
410} 410}
411div.pageHeaderAndBody div.pageHeader div#logoFrame a canvas { 411div.pageHeaderAndBody div.pageHeader div#logoFrame a canvas {
412 margin: 0px; 412 margin: 0px;
413 padding: 0px; 413 padding: 0px;
414 border: 0px; 414 border: 0px;
415 width: 150px; 415 width: 150px;
416 height: 39px; 416 height: 39px;
417} 417}
418div.pageHeaderAndBody div.pageHeader div#logoFrame a h5.clipperzPayoff { 418div.pageHeaderAndBody div.pageHeader div#logoFrame a h5.clipperzPayoff {
419 font-size: 13pt; 419 font-size: 13pt;
420 font-weight: normal; 420 font-weight: normal;
421 white-space: nowrap; 421 white-space: nowrap;
422 margin: 0px; 422 margin: 0px;
423 padding-left: 4px; 423 padding-left: 4px;
424} 424}
425div.pageHeaderAndBody div.pageHeader div#featureTabs table { 425div.pageHeaderAndBody div.pageHeader div#featureTabs table {
426 width: 100%; 426 width: 100%;
427 padding: 6px; 427 padding: 6px;
428 padding-left: 15px; 428 padding-left: 15px;
429 padding-right: 15px; 429 padding-right: 15px;
430 padding-bottom: 46px; 430 padding-bottom: 46px;
431} 431}
432div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td { 432div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td {
433 width: 25%; 433 width: 25%;
434 vertical-align: top; 434 vertical-align: top;
435 font-size: 11pt; 435 font-size: 11pt;
436 color: white; 436 color: white;
437} 437}
438div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td img { 438div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td img {
439 float: left; 439 float: left;
440} 440}
441div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td span { 441div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td span {
442 display: block; 442 display: block;
443 padding: 5 10 5 85; 443 padding: 5 10 5 85;
444} 444}
445div.pageHeaderAndBody div.pageHeader div#featureTabs canvas.featureIcon { 445div.pageHeaderAndBody div.pageHeader div#featureTabs canvas.featureIcon {
446 width: 76px; 446 width: 76px;
447 height: 76px; 447 height: 76px;
448 display: block; 448 display: block;
449 float: left; 449 float: left;
450 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffad79), to(#ff6622)); 450 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffad79), to(#ff6622));
451 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ffad79); 451 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ffad79);
452 border-radius: 38px; 452 border-radius: 38px;
453 -moz-border-radius: 38px; 453 -moz-border-radius: 38px;
454 -webkit-border-radius: 38px; 454 -webkit-border-radius: 38px;
455} 455}
456div.pageHeaderAndBody div.pageHeader div#news { 456div.pageHeaderAndBody div.pageHeader div#news {
457 top: -82px; 457 top: -82px;
458 left: 240px; 458 left: 240px;
459 width: 310px; 459 width: 310px;
460 height: 90px; 460 height: 90px;
461 position: absolute; 461 position: absolute;
462 background-color: #616475; 462 background-color: #616475;
463 -webkit-border-bottom-left-radius: 8px; 463 -webkit-border-bottom-left-radius: 8px;
464 -moz-border-radius-bottomleft: 8px; 464 -moz-border-radius-bottomleft: 8px;
465 border-bottom-left-radius: 8px; 465 border-bottom-left-radius: 8px;
466 -webkit-border-bottom-right-radius: 8px; 466 -webkit-border-bottom-right-radius: 8px;
467 -moz-border-radius-bottomright: 8px; 467 -moz-border-radius-bottomright: 8px;
468 border-bottom-right-radius: 8px; 468 border-bottom-right-radius: 8px;
469 -webkit-box-shadow: 2px 2px 9px #333333; 469 -webkit-box-shadow: 2px 2px 9px #333333;
470 -moz-box-shadow: 2px 2px 9px #333333; 470 -moz-box-shadow: 2px 2px 9px #333333;
471 box-shadow: 2px 2px 9px #333333; 471 box-shadow: 2px 2px 9px #333333;
472} 472}
473div.pageHeaderAndBody div.pageHeader div#news div#newsframe { 473div.pageHeaderAndBody div.pageHeader div#news div#newsframe {
474 margin-left: 10px; 474 margin-left: 10px;
475 margin-right: 10px; 475 margin-right: 10px;
476 height: 75px; 476 height: 75px;
477 overflow: hidden; 477 overflow: hidden;
478} 478}
479div.pageHeaderAndBody div.pageHeader div#news div#newsframe iframe { 479div.pageHeaderAndBody div.pageHeader div#news div#newsframe iframe {
480 width: 290px; 480 width: 290px;
481 border: 0px; 481 border: 0px;
482 color: #616475; 482 color: #616475;
483 background-color: #616475; 483 background-color: #616475;
484} 484}
485div.pageHeaderAndBody div.pageHeader div#news div.grip { 485div.pageHeaderAndBody div.pageHeader div#news div.grip {
486 width: 310px; 486 width: 310px;
487 height: 6px; 487 height: 6px;
488 margin-top: 2px; 488 margin-top: 2px;
489 cursor: pointer; 489 cursor: pointer;
490} 490}
491div.pageHeaderAndBody div.pageHeader div#news div.grip div.gripHandler { 491div.pageHeaderAndBody div.pageHeader div#news div.grip div.gripHandler {
492 margin-left: auto; 492 margin-left: auto;
493 margin-right: auto; 493 margin-right: auto;
494 margin-top: 8px; 494 margin-top: 8px;
495 width: 0; 495 width: 0;
496 height: 0; 496 height: 0;
497 border-left: 5px solid transparent; 497 border-left: 5px solid transparent;
498 border-right: 5px solid transparent; 498 border-right: 5px solid transparent;
499} 499}
500div.pageHeaderAndBody div.pageHeader div#news.open div.grip div.gripHandler { 500div.pageHeaderAndBody div.pageHeader div#news.open div.grip div.gripHandler {
501 border-bottom: 5px solid #e9e9ec; 501 border-bottom: 5px solid #e9e9ec;
502} 502}
503div.pageHeaderAndBody div.pageHeader div#news.hidden div.grip div.gripHandler { 503div.pageHeaderAndBody div.pageHeader div#news.hidden div.grip div.gripHandler {
504 border-top: 5px solid #e9e9ec; 504 border-top: 5px solid #e9e9ec;
505} 505}
506div.pageFooter { 506div.pageFooter {
507 margin-top: -90px; 507 margin-top: -90px;
508 height: 90px; 508 height: 90px;
509 clear: both; 509 clear: both;
510} 510}
511div.pageFooter div.footerWrapper { 511div.pageFooter div.footerWrapper {
512 clear: both; 512 clear: both;
513 padding-top: 10px; 513 padding-top: 10px;
514} 514}
515div.pageFooter div.footerWrapper div.footerContent { 515div.pageFooter div.footerWrapper div.footerContent {
516 background-color: #eaebe6; 516 background-color: #eaebe6;
517 padding: 20px; 517 padding: 20px;
518 font-size: 8pt; 518 font-size: 8pt;
519} 519}
520div.pageFooter div.footerWrapper div.footerContent canvas.footerStarIcon { 520div.pageFooter div.footerWrapper div.footerContent canvas.footerStarIcon {
521 width: 40px; 521 width: 40px;
522 height: 40px; 522 height: 40px;
523 float: left; 523 float: left;
524} 524}
525div.pageFooter div.footerWrapper div.footerContent span.copyright { 525div.pageFooter div.footerWrapper div.footerContent span.copyright {
526 padding-left: 10px; 526 padding-left: 10px;
527 color: #a0a0a0; 527 color: #a0a0a0;
528} 528}
529div.pageFooter div.footerWrapper div.footerContent a { 529div.pageFooter div.footerWrapper div.footerContent a {
530 padding-left: 50px; 530 padding-left: 50px;
531 display: block; 531 display: block;
532 color: #888888; 532 color: #888888;
533 font-weight: bold; 533 font-weight: bold;
534 text-decoration: none; 534 text-decoration: none;
535} 535}
536div.pageFooter div.footerWrapper div.footerContent div.applicationVersion { 536div.pageFooter div.footerWrapper div.footerContent div.applicationVersion {
537 padding: 8px; 537 padding: 8px;
538 color: #888888; 538 color: #888888;
539 background-color: #d2d2d2; 539 background-color: #d2d2d2;
540 position: relative; 540 position: relative;
541 top: -40px; 541 top: -40px;
542 float: right; 542 float: right;
543} 543}
544div.pageFooter div.footerWrapper div.footerContent div.applicationVersion a { 544div.pageFooter div.footerWrapper div.footerContent div.applicationVersion a {
545 padding-left: 0px;
545 display: inline; 546 display: inline;
546} 547}
547/* 548/*
548 549
549Color list: 550Color list:
550- login box: 551- login box:
551 light#ff9955 552 light#ff9955
552 dark#ff6622 553 dark#ff6622
553- login button: 554- login button:
554 regular#dd5500 555 regular#dd5500
555 hover#773311 556 hover#773311
556- login translations: 557- login translations:
557 box: #cc6622; 558 box: #cc6622;
558 not-selected: 559 not-selected:
559 color: #ddaa99 560 color: #ddaa99
560 background:#994422 561 background:#994422
561 selected: #772211; 562 selected: #772211;
562*/ 563*/
563html { 564html {
564 height: 100%; 565 height: 100%;
565} 566}
566body { 567body {
567 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 568 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
568 margin: 0px; 569 margin: 0px;
569} 570}
570div.modalDialogMask.userInfoBoxMask { 571div.modalDialogMask.userInfoBoxMask {
571 -moz-opacity: 0.0; 572 -moz-opacity: 0.0;
572 opacity: .0; 573 opacity: .0;
573 filter: alpha(opacity=0); 574 filter: alpha(opacity=0);
574 z-index: 19000; 575 z-index: 19000;
575} 576}
576.reset-margin { 577.reset-margin {
577 margin: 0px; 578 margin: 0px;
578 padding: 0px; 579 padding: 0px;
579 border: 0px; 580 border: 0px;
580} 581}
581.clear { 582.clear {
582 clear: both; 583 clear: both;
583} 584}
584.hidden_none { 585.hidden_none {
585 display: none; 586 display: none;
586 visibility: hidden; 587 visibility: hidden;
587} 588}
588.keepTogether { 589.keepTogether {
589 display: inline-block; 590 display: inline-block;
590 white-space: nowrap; 591 white-space: nowrap;
591} 592}
592#mainDiv { 593#mainDiv {
593 margin: 0 auto; 594 margin: 0 auto;
594} 595}
595div#loginBox { 596div#loginBox {
596 width: 273px; 597 width: 273px;
597 z-index: 19000; 598 z-index: 19000;
598 top: -30px; 599 top: -30px;
599 right: 30px; 600 right: 30px;
600 position: relative; 601 position: relative;
601 float: right; 602 float: right;
602} 603}
603div#loginBox div.header { 604div#loginBox div.header {
604 height: 25px; 605 height: 25px;
605 width: 273px; 606 width: 273px;
606 background-color: #ff9b5a; 607 background-color: #ff9b5a;
607 -webkit-border-top-left-radius: 20px; 608 -webkit-border-top-left-radius: 20px;
608 -moz-border-radius-topleft: 20px; 609 -moz-border-radius-topleft: 20px;
609 border-top-left-radius: 20px; 610 border-top-left-radius: 20px;
610 -webkit-border-top-right-radius: 20px; 611 -webkit-border-top-right-radius: 20px;
611 -moz-border-radius-topright: 20px; 612 -moz-border-radius-topright: 20px;
612 border-top-right-radius: 20px; 613 border-top-right-radius: 20px;
613} 614}
614div#loginBox div.body { 615div#loginBox div.body {
615 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9b5a), to(#ff6622)); 616 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9b5a), to(#ff6622));
616 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9b5a); 617 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9b5a);
617} 618}
618div#loginBox div.body h4 { 619div#loginBox div.body h4 {
619 color: #ffffff; 620 color: #ffffff;
620 font-size: 16pt; 621 font-size: 16pt;
621 font-weight: normal; 622 font-weight: normal;
622 padding-left: 20px; 623 padding-left: 20px;
623 margin: 0px; 624 margin: 0px;
624} 625}
625div#loginBox div.body form.loginForm { 626div#loginBox div.body form.loginForm {
626 padding: 5px 20px 0px; 627 padding: 5px 20px 0px;
627 margin-bottom: 0px; 628 margin-bottom: 0px;
628} 629}
629div#loginBox div.body form.loginForm label { 630div#loginBox div.body form.loginForm label {
630 color: #ffffff; 631 color: #ffffff;
631 font-size: 10pt; 632 font-size: 10pt;
632 display: block; 633 display: block;
633 padding-top: 5px; 634 padding-top: 5px;
634} 635}
635div#loginBox div.body form.loginForm label.checkbox { 636div#loginBox div.body form.loginForm label.checkbox {
636 display: inline; 637 display: inline;
637} 638}
638div#loginBox div.body form.loginForm input { 639div#loginBox div.body form.loginForm input {
639 width: 230px; 640 width: 230px;
640 font-size: 14pt; 641 font-size: 14pt;
641 color: #333366; 642 color: #333366;
642 background-color: #ffffff; 643 background-color: #ffffff;
643 border: 1px solid #bb4924; 644 border: 1px solid #bb4924;
644 padding: 2px 5px; 645 padding: 2px 5px;
645 height: 28px; 646 height: 28px;
646} 647}
647div#loginBox div.body form.loginForm input.checkbox { 648div#loginBox div.body form.loginForm input.checkbox {
648 margin: 10px 8px 0px 0px; 649 margin: 10px 8px 0px 0px;
649 height: auto; 650 height: auto;
650 width: auto; 651 width: auto;
651 border: 0px; 652 border: 0px;
652} 653}
653div#loginBox div.body form.loginForm input.checkbox:hover { 654div#loginBox div.body form.loginForm input.checkbox:hover {
654 cursor: pointer; 655 cursor: pointer;
655} 656}
656div#loginBox div.body form.loginForm input.otp { 657div#loginBox div.body form.loginForm input.otp {
657 width: 57px; 658 width: 57px;
658 display: inline; 659 display: inline;
659 padding-left: 0px; 660 padding-left: 0px;
660 padding-right: 0px; 661 padding-right: 0px;
661 height: 28px; 662 height: 28px;
662 font: 8pt monospace; 663 font: 8pt monospace;
663} 664}
664div#loginBox div.body form.loginForm input.submit { 665div#loginBox div.body form.loginForm input.submit {
665 margin: 0px 45px; 666 margin: 0px 45px;
666 width: 140px; 667 width: 140px;
667 color: #ffffff; 668 color: #ffffff;
668 background-color: #d44100; 669 background-color: #d44100;
669 border: 1px solid #bb4924; 670 border: 1px solid #bb4924;
670 padding: 6px; 671 padding: 6px;
671 font-size: 12pt; 672 font-size: 12pt;
672 height: auto; 673 height: auto;
673} 674}
674div#loginBox div.body form.loginForm input.submit:hover { 675div#loginBox div.body form.loginForm input.submit:hover {
675 color: #ffffff; 676 color: #ffffff;
676 background-color: #7e2700; 677 background-color: #7e2700;
677 cursor: pointer; 678 cursor: pointer;
678} 679}
679div#loginBox div.body form.loginForm ul { 680div#loginBox div.body form.loginForm ul {
680 list-style-type: none; 681 list-style-type: none;
681 padding: 0px; 682 padding: 0px;
682 margin: 0px; 683 margin: 0px;
683} 684}
684div#loginBox div.body form.loginForm ul li { 685div#loginBox div.body form.loginForm ul li {
685 display: block; 686 display: block;
686} 687}
687div#loginBox div.body form.loginForm div.translations { 688div#loginBox div.body form.loginForm div.translations {
688 margin: 15px -20px; 689 margin: 15px -20px;
689 background-color: #c87b59; 690 background-color: #c87b59;
690} 691}
691div#loginBox div.body form.loginForm div.translations h4 { 692div#loginBox div.body form.loginForm div.translations h4 {
692 font-size: 9pt; 693 font-size: 9pt;
693 padding: 6px 20px 0px; 694 padding: 6px 20px 0px;
694} 695}
695div#loginBox div.body form.loginForm div.translations ul { 696div#loginBox div.body form.loginForm div.translations ul {
696 margin: 0px; 697 margin: 0px;
697 padding: 5px 10px 10px; 698 padding: 5px 10px 10px;
698 margin-bottom: 15px; 699 margin-bottom: 15px;
699} 700}
700div#loginBox div.body form.loginForm div.translations ul li { 701div#loginBox div.body form.loginForm div.translations ul li {
701 font-size: 8pt; 702 font-size: 8pt;
702 color: #ddaa99; 703 color: #ddaa99;
703 background-color: #994422; 704 background-color: #994422;
704 display: inline-block; 705 display: inline-block;
705 padding: 2px 4px; 706 padding: 2px 4px;
706 margin: 1px; 707 margin: 1px;
707} 708}
708div#loginBox div.body form.loginForm div.translations ul li.selected { 709div#loginBox div.body form.loginForm div.translations ul li.selected {
709 color: #ffffff; 710 color: #ffffff;
710 background-color: #772211; 711 background-color: #772211;
711} 712}
712div#loginBox div.body form.loginForm div.translations ul li.selected:hover { 713div#loginBox div.body form.loginForm div.translations ul li.selected:hover {
713 cursor: default; 714 cursor: default;
714} 715}
715div#loginBox div.body form.loginForm div.translations ul li:hover { 716div#loginBox div.body form.loginForm div.translations ul li:hover {
716 cursor: pointer; 717 cursor: pointer;
717 color: #ffffff; 718 color: #ffffff;
718} 719}
719div#loginBox div.footer { 720div#loginBox div.footer {
720 height: 37px; 721 height: 37px;
721 width: 273px; 722 width: 273px;
722 background-color: #ff6622; 723 background-color: #ff6622;
723 -webkit-border-bottom-left-radius: 20px; 724 -webkit-border-bottom-left-radius: 20px;
724 -moz-border-radius-bottomleft: 20px; 725 -moz-border-radius-bottomleft: 20px;
725 border-bottom-left-radius: 20px; 726 border-bottom-left-radius: 20px;
726 -webkit-border-bottom-right-radius: 20px; 727 -webkit-border-bottom-right-radius: 20px;
727 -moz-border-radius-bottomright: 20px; 728 -moz-border-radius-bottomright: 20px;
728 border-bottom-right-radius: 20px; 729 border-bottom-right-radius: 20px;
729} 730}
730body.ext-gecko div#loginBox form.loginForm div.translations ul li { 731body.ext-gecko div#loginBox form.loginForm div.translations ul li {
731 display: -moz-inline-box; 732 display: -moz-inline-box;
732} 733}
733div#featurePoints { 734div#featurePoints {
734 min-width: 400px; 735 min-width: 400px;
735 padding-top: 15px; 736 padding-top: 15px;
736 padding-bottom: 20px; 737 padding-bottom: 20px;
737 padding-left: 20px; 738 padding-left: 20px;
738 padding-right: 330px; 739 padding-right: 330px;
739} 740}
740div#featurePoints table tbody tr td { 741div#featurePoints table tbody tr td {
741 width: 50%; 742 width: 50%;
742 vertical-align: top; 743 vertical-align: top;
743} 744}
744div#featurePoints div.block { 745div#featurePoints div.block {
745 padding: 10px; 746 padding: 10px;
746 color: #86858e; 747 color: #86858e;
747} 748}
748div#featurePoints div.block h3 { 749div#featurePoints div.block h3 {
749 font-weight: normal; 750 font-weight: normal;
750 font-size: 12pt; 751 font-size: 12pt;
751 margin: 0px; 752 margin: 0px;
752 padding: 5px 0px; 753 padding: 5px 0px;
753} 754}
754div#featurePoints div.block ul { 755div#featurePoints div.block ul {
755 margin: 0px; 756 margin: 0px;
756 margin-left: 20px; 757 margin-left: 20px;
757 padding: 0px; 758 padding: 0px;
758 list-style-position: outside; 759 list-style-position: outside;
759} 760}
760div#featurePoints div.block ul li { 761div#featurePoints div.block ul li {
761 font-size: 10pt; 762 font-size: 10pt;
762 padding: 3px 0px; 763 padding: 3px 0px;
763} 764}
764div.activeFeatures { 765div.activeFeatures {
765 float: left; 766 float: left;
766 margin-left: 20px; 767 margin-left: 20px;
767 height: 100px; 768 height: 100px;
768} 769}
769div.activeFeatures a { 770div.activeFeatures a {
770 display: inline-block; 771 display: inline-block;
771 padding-left: 46px; 772 padding-left: 46px;
772 color: #ff5906; 773 color: #ff5906;
773 text-decoration: none; 774 text-decoration: none;
774 font-size: 10pt; 775 font-size: 10pt;
775} 776}
776div.activeFeatures a span.payoff { 777div.activeFeatures a span.payoff {
777 display: block; 778 display: block;
778 font-size: 13pt; 779 font-size: 13pt;
779 font-weight: lighter; 780 font-weight: lighter;
780 color: #9b9689; 781 color: #9b9689;
781 margin: 0px; 782 margin: 0px;
782 padding: 0px; 783 padding: 0px;
783} 784}
784div.activeFeatures a:hover span.payoff { 785div.activeFeatures a:hover span.payoff {
785 color: #666666; 786 color: #666666;
786} 787}
787div.activeFeatures div.keepTogether a { 788div.activeFeatures div.keepTogether a {
788 padding-left: 0px; 789 padding-left: 0px;
789} 790}
790div.activeFeatures div.keepTogether div { 791div.activeFeatures div.keepTogether div {
791 display: inline-block; 792 display: inline-block;
792 padding-right: 15px; 793 padding-right: 15px;
793} 794}
794div.activeFeatures div.keepTogether canvas { 795div.activeFeatures div.keepTogether canvas {
795 width: 46px; 796 width: 46px;
796 height: 46px; 797 height: 46px;
797 vertical-align: bottom; 798 vertical-align: bottom;
798} 799}
799div.activeFeatures div.createAccountLink { 800div.activeFeatures div.createAccountLink {
800 display: inline-block; 801 display: inline-block;
801 width: 282; 802 width: 282;
802 height: 65px; 803 height: 65px;
803 background-image: url(./images/old/home/register.png); 804 background-image: url(./images/old/home/register.png);
804 margin-right: 20px; 805 margin-right: 20px;
805} 806}
806div.activeFeatures div.createAccountLink a.createAccountLink { 807div.activeFeatures div.createAccountLink a.createAccountLink {
807 position: relative; 808 position: relative;
808 top: -92px; 809 top: -92px;
809 left: 5px; 810 left: 5px;
810} 811}
811div.activeFeatures div.createAccountLink a.createAccountLink span.payoff { 812div.activeFeatures div.createAccountLink a.createAccountLink span.payoff {
812 margin-top: 23px; 813 margin-top: 23px;
813 margin-left: 40px; 814 margin-left: 40px;
814 font-size: 17pt; 815 font-size: 17pt;
815 color: #64626c; 816 color: #64626c;
816} 817}
817div.activeFeatures div.createAccountLink a.createAccountLink span.link { 818div.activeFeatures div.createAccountLink a.createAccountLink span.link {
818 padding-left: 40px; 819 padding-left: 40px;
819 padding-right: 50px; 820 padding-right: 50px;
820 padding-bottom: 10px; 821 padding-bottom: 10px;
821 font-size: 12pt; 822 font-size: 12pt;
822} 823}
823div.activeFeatures div.createAccountLink:hover { 824div.activeFeatures div.createAccountLink:hover {
824 background-image: url(./images/old/home/register_selected.png); 825 background-image: url(./images/old/home/register_selected.png);
825} 826}
826div.activeFeatures div.createAccountLink:hover a.createAccountLink span.payoff { 827div.activeFeatures div.createAccountLink:hover a.createAccountLink span.payoff {
827 color: #54535a; 828 color: #54535a;
828} 829}
829div.activeFeatures div.createAccountLink:hover a.createAccountLink span.link { 830div.activeFeatures div.createAccountLink:hover a.createAccountLink span.link {
830 color: white; 831 color: white;
831} 832}
832div.activeFeatures div.createAccountLink canvas { 833div.activeFeatures div.createAccountLink canvas {
833 width: 282px; 834 width: 282px;
834 height: 93px; 835 height: 93px;
835} 836}
836/* 837/*
837 838
838Color list: 839Color list:
839- login box: 840- login box:
840 light#ff9955 841 light#ff9955
841 dark#ff6622 842 dark#ff6622
842- login button: 843- login button:
843 regular#dd5500 844 regular#dd5500
844 hover#773311 845 hover#773311
845- login translations: 846- login translations:
846 box: #cc6622; 847 box: #cc6622;
847 not-selected: 848 not-selected:
848 color: #ddaa99 849 color: #ddaa99
849 background:#994422 850 background:#994422
850 selected: #772211; 851 selected: #772211;
851*/ 852*/
852html { 853html {
853 height: 100%; 854 height: 100%;
854} 855}
855body { 856body {
856 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 857 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
857 margin: 0px; 858 margin: 0px;
858} 859}
859div.modalDialogMask.userInfoBoxMask { 860div.modalDialogMask.userInfoBoxMask {
860 -moz-opacity: 0.0; 861 -moz-opacity: 0.0;
861 opacity: .0; 862 opacity: .0;
862 filter: alpha(opacity=0); 863 filter: alpha(opacity=0);
863 z-index: 19000; 864 z-index: 19000;
864} 865}
865.reset-margin { 866.reset-margin {
866 margin: 0px; 867 margin: 0px;
867 padding: 0px; 868 padding: 0px;
868 border: 0px; 869 border: 0px;
869} 870}
870.clear { 871.clear {
871 clear: both; 872 clear: both;
872} 873}
873.hidden_none { 874.hidden_none {
874 display: none; 875 display: none;
875 visibility: hidden; 876 visibility: hidden;
876} 877}
877.keepTogether { 878.keepTogether {
878 display: inline-block; 879 display: inline-block;
879 white-space: nowrap; 880 white-space: nowrap;
880} 881}
881#mainDiv { 882#mainDiv {
882 margin: 0 auto; 883 margin: 0 auto;
883} 884}
884div.userInfoBox { 885div.userInfoBox {
885 position: absolute; 886 position: absolute;
886 width: 160px; 887 width: 160px;
887 height: 120px; 888 height: 120px;
888 top: 100px; 889 top: 100px;
889 left: 15px; 890 left: 15px;
890 color: white; 891 color: white;
891 background-color: #ff9955; 892 background-color: #ff9955;
892 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9a56), to(#ff6723)); 893 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9a56), to(#ff6723));
893 background: -moz-linear-gradient(0% 100% 90deg, #ff6723, #ff9a56); 894 background: -moz-linear-gradient(0% 100% 90deg, #ff6723, #ff9a56);
894 border-radius: 10px; 895 border-radius: 10px;
895 -moz-border-radius: 10px; 896 -moz-border-radius: 10px;
896 -webkit-border-radius: 10px; 897 -webkit-border-radius: 10px;
897 -webkit-box-shadow: 2px 2px 9px #333333; 898 -webkit-box-shadow: 2px 2px 9px #333333;
898 -moz-box-shadow: 2px 2px 9px #333333; 899 -moz-box-shadow: 2px 2px 9px #333333;
899 box-shadow: 2px 2px 9px #333333; 900 box-shadow: 2px 2px 9px #333333;
900} 901}
901div.userInfoBox.locked { 902div.userInfoBox.locked {
902 z-index: 19001; 903 z-index: 19001;
903} 904}
904div.userInfoBox.locked div.header a.lockButton { 905div.userInfoBox.locked div.header a.lockButton {
905 background: url(./images/old/lock/locked.png) no-repeat -5px -2px; 906 background: url(./images/old/lock/locked.png) no-repeat -5px -2px;
906} 907}
907div.userInfoBox.locked div.header a.lockButton:hover { 908div.userInfoBox.locked div.header a.lockButton:hover {
908 background: url(./images/old/lock/locked_hover.png) no-repeat -5px -2px; 909 background: url(./images/old/lock/locked_hover.png) no-repeat -5px -2px;
909} 910}
910div.userInfoBox.locked div.body a { 911div.userInfoBox.locked div.body a {
911 display: none; 912 display: none;
912} 913}
913div.userInfoBox div.header { 914div.userInfoBox div.header {
914 height: 30px; 915 height: 30px;
915} 916}
916div.userInfoBox div.header h1 { 917div.userInfoBox div.header h1 {
917 font-size: 8pt; 918 font-size: 8pt;
918 font-weight: normal; 919 font-weight: normal;
919 margin: 0px; 920 margin: 0px;
920 padding-top: 12px; 921 padding-top: 12px;
921 padding-left: 12px; 922 padding-left: 12px;
922} 923}
923div.userInfoBox div.header a.lockButton { 924div.userInfoBox div.header a.lockButton {
924 position: absolute; 925 position: absolute;
925 top: 8px; 926 top: 8px;
926 right: 12px; 927 right: 12px;
927 display: block; 928 display: block;
928 width: 15px; 929 width: 15px;
929 height: 20px; 930 height: 20px;
930 text-decoration: none; 931 text-decoration: none;
931 background: url(./images/old/lock/unlocked.png) no-repeat -5px -2px; 932 background: url(./images/old/lock/unlocked.png) no-repeat -5px -2px;
932} 933}
933div.userInfoBox div.header a.lockButton:hover { 934div.userInfoBox div.header a.lockButton:hover {
934 background: url(./images/old/lock/unlocked_hover.png) no-repeat -5px -2px; 935 background: url(./images/old/lock/unlocked_hover.png) no-repeat -5px -2px;
935} 936}
936div.userInfoBox div.body { 937div.userInfoBox div.body {
937 padding: 0px 12px; 938 padding: 0px 12px;
938} 939}
939div.userInfoBox div.body h3 { 940div.userInfoBox div.body h3 {
940 font-size: 11pt; 941 font-size: 11pt;
941 font-weight: bold; 942 font-weight: bold;
942 margin: 0px; 943 margin: 0px;
943} 944}
944div.userInfoBox div.body ul { 945div.userInfoBox div.body ul {
945 font-size: 8pt; 946 font-size: 8pt;
946 padding: 0px; 947 padding: 0px;
947 margin: 4px 0px; 948 margin: 4px 0px;
948 list-style-position: inside; 949 list-style-position: inside;
949} 950}
950div.userInfoBox div.body ul li span.number { 951div.userInfoBox div.body ul li span.number {
951 font-weight: bold; 952 font-weight: bold;
952 padding-right: 3px; 953 padding-right: 3px;
953} 954}
954div.userInfoBox div.body a { 955div.userInfoBox div.body a {
955 display: block; 956 display: block;
956 margin-top: 8px; 957 margin-top: 8px;
957 border-top: 1px solid white; 958 border-top: 1px solid white;
958 padding-top: 6px; 959 padding-top: 6px;
959 font-size: 10pt; 960 font-size: 10pt;
960 font-weight: bold; 961 font-weight: bold;
961 color: #d15a22; 962 color: #d15a22;
962 border-color: #fe9a5f; 963 border-color: #fe9a5f;
963 text-decoration: none; 964 text-decoration: none;
964} 965}
965div.userInfoBox div.body a:hover { 966div.userInfoBox div.body a:hover {
966 color: #8c3b15; 967 color: #8c3b15;
967} 968}
968div.sidePanels { 969div.sidePanels {
969 float: left; 970 float: left;
970 margin-top: 106px; 971 margin-top: 106px;
971 margin-left: 20px; 972 margin-left: 20px;
972 width: 160px; 973 width: 160px;
973} 974}
974div.sidePanels div.tabSidePanel { 975div.sidePanels div.tabSidePanel {
975 margin-right: -10px; 976 margin-right: -10px;
976} 977}
977div.sidePanels div.tabSidePanel ul { 978div.sidePanels div.tabSidePanel ul {
978 margin: 0px; 979 margin: 0px;
979 padding-left: 0px; 980 padding-left: 0px;
980 list-style-type: none; 981 list-style-type: none;
981 color: #f78b46; 982 color: #f78b46;
982} 983}
983div.sidePanels div.tabSidePanel ul.mainTabs { 984div.sidePanels div.tabSidePanel ul.mainTabs {
984 margin: 0px; 985 margin: 0px;
985} 986}
986div.sidePanels div.tabSidePanel ul.mainTabs li a { 987div.sidePanels div.tabSidePanel ul.mainTabs li a {
987 display: block; 988 display: block;
988 line-height: 30px; 989 line-height: 30px;
989 height: 43px; 990 height: 43px;
990 padding-left: 40px; 991 padding-left: 40px;
991 color: #ff6621; 992 color: #ff6621;
992 margin: 0px; 993 margin: 0px;
993 font-weight: normal; 994 font-weight: normal;
994 font-size: 13pt; 995 font-size: 13pt;
995 text-decoration: none; 996 text-decoration: none;
996} 997}
997div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter { 998div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter {
998 display: none; 999 display: none;
999} 1000}
1000div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add { 1001div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add {
1001 font-size: 14pt; 1002 font-size: 14pt;
1002 font-weight: bold; 1003 font-weight: bold;
1003 position: relative; 1004 position: relative;
1004 top: -34px; 1005 top: -34px;
1005 right: 16px; 1006 right: 16px;
1006 background: none; 1007 background: none;
1007 color: #c0531b; 1008 color: #c0531b;
1008 padding-left: 15px; 1009 padding-left: 15px;
1009} 1010}
1010div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add:hover { 1011div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add:hover {
1011 color: white; 1012 color: white;
1012} 1013}
1013div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add span { 1014div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add span {
1014 font-size: 8pt; 1015 font-size: 8pt;
1015 vertical-align: middle; 1016 vertical-align: middle;
1016} 1017}
1017div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add h3 { 1018div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add h3 {
1018 display: inline; 1019 display: inline;
1019 padding-left: 5px; 1020 padding-left: 5px;
1020} 1021}
1021div.sidePanels div.tabSidePanel ul.mainTabs li.selected div.selectionHighlighter { 1022div.sidePanels div.tabSidePanel ul.mainTabs li.selected div.selectionHighlighter {
1022 display: block; 1023 display: block;
1023 position: absolute; 1024 position: absolute;
1024 left: 154px; 1025 left: 154px;
1025 margin-top: -43px; 1026 margin-top: -43px;
1026} 1027}
1027div.sidePanels div.tabSidePanel ul.mainTabs li.cards a { 1028div.sidePanels div.tabSidePanel ul.mainTabs li.cards a {
1028 background: url(./images/old/main/tabs/cardsBackground.png) -19px -63px; 1029 background: url(./images/old/main/tabs/cardsBackground.png) -19px -63px;
1029} 1030}
1030div.sidePanels div.tabSidePanel ul.mainTabs li.cards a:hover { 1031div.sidePanels div.tabSidePanel ul.mainTabs li.cards a:hover {
1031 background: url(./images/old/main/tabs/cardsBackground.png) -19px -110px; 1032 background: url(./images/old/main/tabs/cardsBackground.png) -19px -110px;
1032} 1033}
1033div.sidePanels div.tabSidePanel ul.mainTabs li.cards.selected a { 1034div.sidePanels div.tabSidePanel ul.mainTabs li.cards.selected a {
1034 margin-left: -10px; 1035 margin-left: -10px;
1035 padding-left: 50px; 1036 padding-left: 50px;
1036 color: white; 1037 color: white;
1037 background: url(./images/old/main/tabs/cardsBackground.png) -9px -14px; 1038 background: url(./images/old/main/tabs/cardsBackground.png) -9px -14px;
1038} 1039}
1039div.sidePanels div.tabSidePanel ul.mainTabs li.directLogins.selected a { 1040div.sidePanels div.tabSidePanel ul.mainTabs li.directLogins.selected a {
1040 margin-left: -10px; 1041 margin-left: -10px;
1041 padding-left: 50px; 1042 padding-left: 50px;
1042 color: white; 1043 color: white;
1043} 1044}
1044div.sidePanels div.tabSidePanel ul.mainTabs li.directLogins.selected a:hover { 1045div.sidePanels div.tabSidePanel ul.mainTabs li.directLogins.selected a:hover {
1045 color: white; 1046 color: white;
1046} 1047}
1047div.sidePanels div.tabSidePanel ul.otherTabs { 1048div.sidePanels div.tabSidePanel ul.otherTabs {
1048 margin: 10px 0px; 1049 margin: 10px 0px;
1049} 1050}
1050div.sidePanels div.tabSidePanel ul.otherTabs li { 1051div.sidePanels div.tabSidePanel ul.otherTabs li {
1051 margin-top: -4px; 1052 margin-top: -4px;
1052} 1053}
1053div.sidePanels div.tabSidePanel ul.otherTabs li div.selectionHighlighter { 1054div.sidePanels div.tabSidePanel ul.otherTabs li div.selectionHighlighter {
1054 display: none; 1055 display: none;
1055} 1056}
1056div.sidePanels div.tabSidePanel ul.otherTabs li a { 1057div.sidePanels div.tabSidePanel ul.otherTabs li a {
1057 display: block; 1058 display: block;
1058 line-height: 36px; 1059 line-height: 36px;
1059 height: 43px; 1060 height: 43px;
1060 padding-left: 40px; 1061 padding-left: 40px;
1061 color: #ff6621; 1062 color: #ff6621;
1062 text-decoration: none; 1063 text-decoration: none;
1063} 1064}
1064div.sidePanels div.tabSidePanel ul.otherTabs li a:hover { 1065div.sidePanels div.tabSidePanel ul.otherTabs li a:hover {
1065 background: url(./images/old/main/tabs/itemsBackground.png) -10px -49px; 1066 background: url(./images/old/main/tabs/itemsBackground.png) -10px -49px;
1066} 1067}
1067div.sidePanels div.tabSidePanel ul.otherTabs li.selected a { 1068div.sidePanels div.tabSidePanel ul.otherTabs li.selected a {
1068 margin-left: -10px; 1069 margin-left: -10px;
1069 padding-left: 50px; 1070 padding-left: 50px;
1070 background: url(./images/old/main/tabs/itemsBackground.png) 1px -96px; 1071 background: url(./images/old/main/tabs/itemsBackground.png) 1px -96px;
1071 color: white; 1072 color: white;
1072} 1073}
1073div.sidePanels div.tabSidePanel ul.otherTabs li.selected div.selectionHighlighter { 1074div.sidePanels div.tabSidePanel ul.otherTabs li.selected div.selectionHighlighter {
1074 display: block; 1075 display: block;
1075 position: absolute; 1076 position: absolute;
1076 left: 154px; 1077 left: 154px;
1077 margin-top: -42px; 1078 margin-top: -42px;
1078} 1079}
1079div.tagSidePanel { 1080div.tagSidePanel {
1080 /* 1081 /*
1081 margin-right: -8px; 1082 margin-right: -8px;
1082 1083
1083 div.tagSidePanel div.header { 1084 div.tagSidePanel div.header {
1084 height: 50px; 1085 height: 50px;
1085 background-image: url(./images/old/main/tabs/tagsBackground.png); 1086 background-image: url(./images/old/main/tabs/tagsBackground.png);
1086 } 1087 }
1087 div.tagSidePanel div.header h1 { 1088 div.tagSidePanel div.header h1 {
1088 padding-left: 52px; 1089 padding-left: 52px;
1089 padding-top: 14px; 1090 padding-top: 14px;
1090 font-size: 14pt; 1091 font-size: 14pt;
1091 font-weight: normal; 1092 font-weight: normal;
1092 color: #888888; 1093 color: #888888;
1093 } 1094 }
1094 div.tagSidePanel div.body { 1095 div.tagSidePanel div.body {
1095 background: url(./images/old/main/tabs/tagsBackground.png) -255px; 1096 background: url(./images/old/main/tabs/tagsBackground.png) -255px;
1096 } 1097 }
1097 div.tagSidePanel div.footer { 1098 div.tagSidePanel div.footer {
1098 height: 10px; 1099 height: 10px;
1099 background: url(./images/old/main/tabs/tagsBackground.png) -510px -40px; 1100 background: url(./images/old/main/tabs/tagsBackground.png) -510px -40px;
1100 } 1101 }
1101 div.tagSidePanel ul.tags { 1102 div.tagSidePanel ul.tags {
1102 margin: 0px; 1103 margin: 0px;
1103 list-style-type: none; 1104 list-style-type: none;
1104 padding: 0px; 1105 padding: 0px;
1105 } 1106 }
1106 div.tagSidePanel ul.tags li a { 1107 div.tagSidePanel ul.tags li a {
1107 display: block; 1108 display: block;
1108 font-size: 9pt; 1109 font-size: 9pt;
1109 text-decoration: none; 1110 text-decoration: none;
1110 color: #ff6621; 1111 color: #ff6621;
1111 padding: 0px 4px 0px 15px; 1112 padding: 0px 4px 0px 15px;
1112 line-height: 20px; 1113 line-height: 20px;
1113 } 1114 }
1114 div.tagSidePanel ul.tags li a:hover { 1115 div.tagSidePanel ul.tags li a:hover {
1115 background-color: #dddddd; 1116 background-color: #dddddd;
1116 } 1117 }
1117 div.tagSidePanel ul.tags li span.tagCardinality { 1118 div.tagSidePanel ul.tags li span.tagCardinality {
1118 float: right; 1119 float: right;
1119 font-size: 8pt; 1120 font-size: 8pt;
1120 color: #999999; 1121 color: #999999;
1121 margin-right: 15px; 1122 margin-right: 15px;
1122 margin-top: -17px; 1123 margin-top: -17px;
1123 } 1124 }
1124 div.tagSidePanel ul.tags li.selected a { 1125 div.tagSidePanel ul.tags li.selected a {
1125 background-color: #d4d5cf; 1126 background-color: #d4d5cf;
1126 } 1127 }
1127 div.tagSidePanel ul.tags li.selected a:hover { 1128 div.tagSidePanel ul.tags li.selected a:hover {
1128 background-color: #d4d5cf; 1129 background-color: #d4d5cf;
1129 } 1130 }
1130 div.tagSidePanel ul.tags li.selected a { 1131 div.tagSidePanel ul.tags li.selected a {
1131 font-weight: bold; 1132 font-weight: bold;
1132 } 1133 }
1133*/ 1134*/
1134} 1135}
1135div.groupSidePanel { 1136div.groupSidePanel {
1136 /* 1137 /*
1137 margin-right: -10px; 1138 margin-right: -10px;
1138 1139
1139 div.groupSidePanel div.header { 1140 div.groupSidePanel div.header {
1140 height: 50px; 1141 height: 50px;
1141 background-image: url(./images/old/main/tabs/groupsBackground.png); 1142 background-image: url(./images/old/main/tabs/groupsBackground.png);
1142 } 1143 }
1143 div.groupSidePanel div.header h1 { 1144 div.groupSidePanel div.header h1 {
1144 padding-left: 52px; 1145 padding-left: 52px;
1145 padding-top: 14px; 1146 padding-top: 14px;
1146 font-size: 14pt; 1147 font-size: 14pt;
1147 font-weight: normal; 1148 font-weight: normal;
1148 color: white; 1149 color: white;
1149 } 1150 }
1150 div.groupSidePanel div.header a { 1151 div.groupSidePanel div.header a {
1151 float: right; 1152 float: right;
1152 margin-top: -30px; 1153 margin-top: -30px;
1153 margin-right: 20px; 1154 margin-right: 20px;
1154 text-decoration: none; 1155 text-decoration: none;
1155 color: #666666; 1156 color: #666666;
1156 font-size: 9pt; 1157 font-size: 9pt;
1157 line-height: 18px; 1158 line-height: 18px;
1158 } 1159 }
1159 div.groupSidePanel div.header a:hover { 1160 div.groupSidePanel div.header a:hover {
1160 color: #444444; 1161 color: #444444;
1161 } 1162 }
1162 div.groupSidePanel div.body { 1163 div.groupSidePanel div.body {
1163 background: url(./images/old/main/tabs/groupsBackground.png) -255px; 1164 background: url(./images/old/main/tabs/groupsBackground.png) -255px;
1164 } 1165 }
1165 div.groupSidePanel div.footer { 1166 div.groupSidePanel div.footer {
1166 height: 10px; 1167 height: 10px;
1167 background: url(./images/old/main/tabs/groupsBackground.png) -510px -39px; 1168 background: url(./images/old/main/tabs/groupsBackground.png) -510px -39px;
1168 } 1169 }
1169 div.groupSidePanel ul.groups { 1170 div.groupSidePanel ul.groups {
1170 margin: 0px; 1171 margin: 0px;
1171 list-style-type: none; 1172 list-style-type: none;
1172 padding: 0px; 1173 padding: 0px;
1173 } 1174 }
1174 div.groupSidePanel ul.groups li a { 1175 div.groupSidePanel ul.groups li a {
1175 display: block; 1176 display: block;
1176 font-size: 9pt; 1177 font-size: 9pt;
1177 text-decoration: none; 1178 text-decoration: none;
1178 color: white; 1179 color: white;
1179 padding: 0px 4px 0px 15px; 1180 padding: 0px 4px 0px 15px;
1180 line-height: 20px; 1181 line-height: 20px;
1181 } 1182 }
1182 div.groupSidePanel ul.groups li a:hover { 1183 div.groupSidePanel ul.groups li a:hover {
1183 background-color: #aaaaaa; 1184 background-color: #aaaaaa;
1184 } 1185 }
1185 div.groupSidePanel ul.groups li span.groupCardinality { 1186 div.groupSidePanel ul.groups li span.groupCardinality {
1186 float: right; 1187 float: right;
1187 font-size: 8pt; 1188 font-size: 8pt;
1188 color: #dddddd; 1189 color: #dddddd;
1189 margin-right: 15px; 1190 margin-right: 15px;
1190 margin-top: -17px; 1191 margin-top: -17px;
1191 } 1192 }
1192 div.groupSidePanel ul.groups li.selected a { 1193 div.groupSidePanel ul.groups li.selected a {
1193 background-color: #bbbbbb; 1194 background-color: #bbbbbb;
1194 } 1195 }
1195 div.groupSidePanel ul.groups li.selected a:hover { 1196 div.groupSidePanel ul.groups li.selected a:hover {
1196 background-color: #bbbbbb; 1197 background-color: #bbbbbb;
1197 } 1198 }
1198 div.groupSidePanel ul.groups li.selected a { 1199 div.groupSidePanel ul.groups li.selected a {
1199 font-weight: bold; 1200 font-weight: bold;
1200 } 1201 }
1201*/ 1202*/
1202} 1203}
1203div.subPanelTabs ul { 1204div.subPanelTabs ul {
1204 margin: 0px; 1205 margin: 0px;
1205 margin-right: 7px; 1206 margin-right: 7px;
1206 padding: 0px; 1207 padding: 0px;
1207} 1208}
1208div.subPanelTabs ul li { 1209div.subPanelTabs ul li {
1209 display: inline-block; 1210 display: inline-block;
1210 vertical-align: middle; 1211 vertical-align: middle;
1211 height: 50px; 1212 height: 50px;
1212 border-right: 1px solid #eef0e3; 1213 border-right: 1px solid #eef0e3;
1213 border-bottom: 1px solid #d5d5bc; 1214 border-bottom: 1px solid #d5d5bc;
1214} 1215}
1215div.subPanelTabs ul li.first { 1216div.subPanelTabs ul li.first {
1216 -webkit-border-top-left-radius: 20px; 1217 -webkit-border-top-left-radius: 20px;
1217 -moz-border-radius-topleft: 20px; 1218 -moz-border-radius-topleft: 20px;
1218 border-top-left-radius: 20px; 1219 border-top-left-radius: 20px;
1219} 1220}
1220div.subPanelTabs ul li.selected { 1221div.subPanelTabs ul li.selected {
1221 background-color: #eef0e3; 1222 background-color: #eef0e3;
1222 border-bottom: 1px solid #eef0e3; 1223 border-bottom: 1px solid #eef0e3;
1223 border-right: 1px solid #d5d5bc; 1224 border-right: 1px solid #d5d5bc;
1224} 1225}
1225div.subPanelTabs ul li.selected:hover { 1226div.subPanelTabs ul li.selected:hover {
1226 border-right: 1px solid #d5d5bc; 1227 border-right: 1px solid #d5d5bc;
1227} 1228}
1228div.subPanelTabs ul li.selected a { 1229div.subPanelTabs ul li.selected a {
1229 color: #444440; 1230 color: #444440;
1230} 1231}
1231div.subPanelTabs ul li:hover { 1232div.subPanelTabs ul li:hover {
1232 border-right: 1px solid #d5d5bc; 1233 border-right: 1px solid #d5d5bc;
1233 background-color: #eef0e3; 1234 background-color: #eef0e3;
1234} 1235}
1235div.subPanelTabs ul li a { 1236div.subPanelTabs ul li a {
1236 color: #787872; 1237 color: #787872;
1237 text-decoration: none; 1238 text-decoration: none;
1238 display: block; 1239 display: block;
1239 text-align: center; 1240 text-align: center;
1240 padding-top: 15px; 1241 padding-top: 15px;
1241 padding-left: 20px; 1242 padding-left: 20px;
1242 padding-right: 20px; 1243 padding-right: 20px;
1243 font-size: 13pt; 1244 font-size: 13pt;
1244} 1245}
1245div.subPanelContent { 1246div.subPanelContent {
1246 padding-top: 20px; 1247 padding-top: 20px;
1247 padding-left: 30px; 1248 padding-left: 30px;
1248 padding-right: 30px; 1249 padding-right: 30px;
1249 min-height: 280px; 1250 min-height: 280px;
1250 color: #787872; 1251 color: #787872;
1251 margin: 0px 6px 0 9px; 1252 margin: 0px 6px 0 9px;
1252} 1253}
1253div.subPanelContent h3 { 1254div.subPanelContent h3 {
1254 margin: 0px; 1255 margin: 0px;
1255 border: 0px; 1256 border: 0px;
1256 padding: 0px; 1257 padding: 0px;
1257} 1258}
1258div.subPanelContent ul { 1259div.subPanelContent ul {
1259 margin: 0px; 1260 margin: 0px;
1260 padding: 0px; 1261 padding: 0px;
1261 list-style-type: none; 1262 list-style-type: none;
1262} 1263}
1263div.subPanelContent ul li { 1264div.subPanelContent ul li {
1264 display: none; 1265 display: none;
1265} 1266}
1266div.subPanelContent ul li.selected { 1267div.subPanelContent ul li.selected {
1267 display: block; 1268 display: block;
1268} 1269}
1269.downloadOfflineCopy { 1270.downloadOfflineCopy {
1270 display: inline-block; 1271 display: inline-block;
1271 height: 20px; 1272 height: 20px;
1272 cursor: pointer; 1273 cursor: pointer;
1273 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#59bc4c), to(#448833)); 1274 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#59bc4c), to(#448833));
1274 background: -moz-linear-gradient(0% 100% 90deg, #448833, #59bc4c); 1275 background: -moz-linear-gradient(0% 100% 90deg, #448833, #59bc4c);
1275 border-radius: 5; 1276 border-radius: 5;
1276 -moz-border-radius: 5; 1277 -moz-border-radius: 5;
1277 -webkit-border-radius: 5; 1278 -webkit-border-radius: 5;
1278 border: 1px solid #51a23d; 1279 border: 1px solid #51a23d;
1279 padding-top: 4px; 1280 padding-top: 4px;
1280 padding-left: 15px; 1281 padding-left: 15px;
1281 padding-right: 15px; 1282 padding-right: 15px;
1282 padding-bottom: 2px; 1283 padding-bottom: 2px;
1283 color: white; 1284 color: white;
1284 font-weight: lighter; 1285 font-weight: lighter;
1285 text-shadow: -1px -1px 1px #448833, 1px 1px 1px #59bc4c; 1286 text-shadow: -1px -1px 1px #448833, 1px 1px 1px #59bc4c;
1286 text-decoration: none; 1287 text-decoration: none;
1287} 1288}
1288.downloadOfflineCopy:hover { 1289.downloadOfflineCopy:hover {
1289 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#49a23d), to(#448833)); 1290 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#49a23d), to(#448833));
1290 background: -moz-linear-gradient(0% 100% 90deg, #448833, #49a23d); 1291 background: -moz-linear-gradient(0% 100% 90deg, #448833, #49a23d);
1291} 1292}
1292div.SimpleMessagePanel { 1293div.SimpleMessagePanel {
1293 position: relative; 1294 position: relative;
1294 left: -225px; 1295 left: -225px;
1295 top: -70px; 1296 top: -70px;
1296 width: 450px; 1297 width: 450px;
1297 height: 140px; 1298 height: 140px;
1298} 1299}
1299div.SimpleMessagePanel div.body { 1300div.SimpleMessagePanel div.body {
1300 padding: 20px; 1301 padding: 20px;
1301 padding-bottom: 15px; 1302 padding-bottom: 15px;
1302 background-color: #f1f1ef; 1303 background-color: #f1f1ef;
1303 -webkit-box-shadow: 2px 2px 9px #333333; 1304 -webkit-box-shadow: 2px 2px 9px #333333;
1304 -moz-box-shadow: 2px 2px 9px #333333; 1305 -moz-box-shadow: 2px 2px 9px #333333;
1305 box-shadow: 2px 2px 9px #333333; 1306 box-shadow: 2px 2px 9px #333333;
1306 border-radius: 10; 1307 border-radius: 10;
1307 -moz-border-radius: 10; 1308 -moz-border-radius: 10;
1308 -webkit-border-radius: 10; 1309 -webkit-border-radius: 10;
1309} 1310}
1310div.SimpleMessagePanel div.body h3 { 1311div.SimpleMessagePanel div.body h3 {
1311 font-size: 14pt; 1312 font-size: 14pt;
1312 font-weight: normal; 1313 font-weight: normal;
1313 margin: 0px; 1314 margin: 0px;
1314 padding-top: 4px; 1315 padding-top: 4px;
1315 color: #787872; 1316 color: #787872;
1316} 1317}
1317div.SimpleMessagePanel div.body div.img { 1318div.SimpleMessagePanel div.body div.img {
1318 width: 50px; 1319 width: 50px;
1319 height: 50px; 1320 height: 50px;
1320 float: left; 1321 float: left;
1321 margin-right: 15px; 1322 margin-right: 15px;
1322 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9b5a), to(#ff6622)); 1323 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9b5a), to(#ff6622));
1323 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9b5a); 1324 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9b5a);
1324 border-radius: 25px; 1325 border-radius: 25px;
1325 -moz-border-radius: 25px; 1326 -moz-border-radius: 25px;
1326 -webkit-border-radius: 25px; 1327 -webkit-border-radius: 25px;
1327} 1328}
1328div.SimpleMessagePanel div.body div.img canvas { 1329div.SimpleMessagePanel div.body div.img canvas {
1329 width: 50px; 1330 width: 50px;
1330 height: 50px; 1331 height: 50px;
1331} 1332}
1332div.SimpleMessagePanel div.body p { 1333div.SimpleMessagePanel div.body p {
1333 margin: 0; 1334 margin: 0;
1334 font-size: 10pt; 1335 font-size: 10pt;
1335 font-weight: normal; 1336 font-weight: normal;
1336 color: #787872; 1337 color: #787872;
1337 padding-top: 10px; 1338 padding-top: 10px;
1338 padding-bottom: 5px; 1339 padding-bottom: 5px;
1339 line-height: 1.3; 1340 line-height: 1.3;
1340} 1341}
1341div.SimpleMessagePanel div.body div.buttonArea { 1342div.SimpleMessagePanel div.body div.buttonArea {
1342 height: 40px; 1343 height: 40px;
1343 clear: both; 1344 clear: both;
1344} 1345}
1345div.SimpleMessagePanel div.body div.buttonArea > div { 1346div.SimpleMessagePanel div.body div.buttonArea > div {
1346 float: right; 1347 float: right;
1347 margin-left: 15px; 1348 margin-left: 15px;
1348 margin-top: 10px; 1349 margin-top: 10px;
1349} 1350}
1350div.SimpleMessagePanel div.passphrase { 1351div.SimpleMessagePanel div.passphrase {
1351 padding-left: 65px; 1352 padding-left: 65px;
1352} 1353}
1353div.SimpleMessagePanel div.passphrase input { 1354div.SimpleMessagePanel div.passphrase input {
1354 width: 250px; 1355 width: 250px;
1355 font-size: 14pt; 1356 font-size: 14pt;
1356 border: 1px solid #bb4924; 1357 border: 1px solid #bb4924;
1357 color: #333366; 1358 color: #333366;
1358 background-color: white; 1359 background-color: white;
1359 padding: 2px 5px; 1360 padding: 2px 5px;
1360 height: 28px; 1361 height: 28px;
1361} 1362}
1362div.SimpleMessagePanel div.progressBarWrapper { 1363div.SimpleMessagePanel div.progressBarWrapper {
1363 margin-left: 80px; 1364 margin-left: 80px;
1364} 1365}
1365/* @end */ 1366/* @end */
1366/* @group Javascript Alert */ 1367/* @group Javascript Alert */
1367div#javaScriptAlert div.mask { 1368div#javaScriptAlert div.mask {
1368 position: fixed; 1369 position: fixed;
1369 top: 0px; 1370 top: 0px;
1370 left: 0px; 1371 left: 0px;
1371 right: 0px; 1372 right: 0px;
1372 bottom: 0px; 1373 bottom: 0px;
1373 background-color: black; 1374 background-color: black;
1374 z-index: 1001; 1375 z-index: 1001;
1375 -moz-opacity: 0.7; 1376 -moz-opacity: 0.7;
1376 opacity: .70; 1377 opacity: .70;
1377 filter: alpha(opacity=70); 1378 filter: alpha(opacity=70);
1378} 1379}
1379div#javaScriptAlert div.header { 1380div#javaScriptAlert div.header {
1380 height: 34px; 1381 height: 34px;
1381 width: 468; 1382 width: 468;
1382 background-image: url(./images/old/alert/header.png); 1383 background-image: url(./images/old/alert/header.png);
1383} 1384}
1384div#javaScriptAlert div.body { 1385div#javaScriptAlert div.body {
1385 background-image: url(./images/old/alert/body.png); 1386 background-image: url(./images/old/alert/body.png);
1386 padding: 0px 20px 10px 20px; 1387 padding: 0px 20px 10px 20px;
1387} 1388}
1388/* 1389/*
1389div#javaScriptAlert div.body div.alert { 1390div#javaScriptAlert div.body div.alert {
1390 padding-left: 100px; 1391 padding-left: 100px;
1391 background: url(./images/old/alert/alert.png) no-repeat; 1392 background: url(./images/old/alert/alert.png) no-repeat;
1392} 1393}
1393*/ 1394*/
1394/*div#javaScriptAlert div.body img.alert {*/ 1395/*div#javaScriptAlert div.body img.alert {*/
1395div#javaScriptAlert div.body div.alertLogo { 1396div#javaScriptAlert div.body div.alertLogo {
1396 float: left; 1397 float: left;
1397 background-image: url(./images/old/alert/alert.png); 1398 background-image: url(./images/old/alert/alert.png);
1398 width: 88px; 1399 width: 88px;
1399 height: 88px; 1400 height: 88px;
1400} 1401}
1401div#javaScriptAlert div.body div.alert { 1402div#javaScriptAlert div.body div.alert {
1402 padding-left: 100px; 1403 padding-left: 100px;
1403} 1404}
1404div#javaScriptAlert div.footer { 1405div#javaScriptAlert div.footer {
1405 height: 34px; 1406 height: 34px;
1406 width: 468; 1407 width: 468;
1407 background-image: url(./images/old/alert/footer.png); 1408 background-image: url(./images/old/alert/footer.png);
1408} 1409}
1409div#javaScriptAlert div.message { 1410div#javaScriptAlert div.message {
1410 position: relative; 1411 position: relative;
1411 top: -150px; 1412 top: -150px;
1412 z-index: 1002; 1413 z-index: 1002;
1413 /* 1414 /*
1414 left: 100px; 1415 left: 100px;
1415 right: 100px; 1416 right: 100px;
1416*/ 1417*/
1417 1418
1418 margin-left: auto; 1419 margin-left: auto;
1419 margin-right: auto; 1420 margin-right: auto;
1420 max-width: 468px; 1421 max-width: 468px;
1421} 1422}
1422div#javaScriptAlert div.message h1 { 1423div#javaScriptAlert div.message h1 {
1423 font-size: 16pt; 1424 font-size: 16pt;
1424 margin: 0px; 1425 margin: 0px;
1425 color: #ff5930; 1426 color: #ff5930;
1426} 1427}
1427div#javaScriptAlert div.message p { 1428div#javaScriptAlert div.message p {
1428 margin-top: 0px; 1429 margin-top: 0px;
1429 color: #999999; 1430 color: #999999;
1430} 1431}
1431div#javaScriptAlert div.message h3 { 1432div#javaScriptAlert div.message h3 {
1432 font-size: 12pt; 1433 font-size: 12pt;
1433 margin-bottom: 0px; 1434 margin-bottom: 0px;
1434 color: #ff5930; 1435 color: #ff5930;
1435} 1436}
1436div#javaScriptAlert div.message h5 { 1437div#javaScriptAlert div.message h5 {
1437 margin: 0px; 1438 margin: 0px;
1438 color: #999999; 1439 color: #999999;
1439} 1440}
1440/* @end */ 1441/* @end */
1441/* @group Components 1442/* @group Components
1442 */ 1443 */
1443/* @group LoginProgress */ 1444/* @group LoginProgress */
1444div.LoginProgress { 1445div.LoginProgress {
1445 position: relative; 1446 position: relative;
1446 left: -190px; 1447 left: -190px;
1447 top: -100px; 1448 top: -100px;
1448 width: 380px; 1449 width: 380px;
1449 height: 200px; 1450 height: 200px;
1450 /* background: url(./images/old/loginProgress/background.png);*/ 1451 /* background: url(./images/old/loginProgress/background.png);*/
1451 1452
1452 background-color: #d7d7c0; 1453 background-color: #d7d7c0;
1453 -webkit-border-radius: 20px; 1454 -webkit-border-radius: 20px;
1454 -moz-border-radius: 20px; 1455 -moz-border-radius: 20px;
1455 border-radius: 20px; 1456 border-radius: 20px;
1456 -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6); 1457 -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6);
1457 -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6); 1458 -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6);
1458 box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6); 1459 box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6);
1459} 1460}
1460div.LoginProgress div.header { 1461div.LoginProgress div.header {
1461 height: 40px; 1462 height: 40px;
1462} 1463}
1463div.LoginProgress div.header h3 { 1464div.LoginProgress div.header h3 {
1464 font-size: 12pt; 1465 font-size: 12pt;
1465 font-weight: normal; 1466 font-weight: normal;
1466 margin: 0px; 1467 margin: 0px;
1467 color: #777777; 1468 color: #777777;
1468 padding-top: 13px; 1469 padding-top: 13px;
1469 padding-left: 18px; 1470 padding-left: 18px;
1470} 1471}
1471div.LoginProgress div.body { 1472div.LoginProgress div.body {
1472 height: 120px; 1473 height: 120px;
1473 overflow: auto; 1474 overflow: auto;
1474 padding-left: 20px; 1475 padding-left: 20px;
1475 padding-right: 20px; 1476 padding-right: 20px;
1476 background-color: #f1f1e9; 1477 background-color: #f1f1e9;
1477 /* 1478 /*
1478 margin-left: 19px; 1479 margin-left: 19px;
1479 margin-right: 18px; 1480 margin-right: 18px;
1480*/ 1481*/
1481 1482
1482} 1483}
1483div.LoginProgress div.body div.img { 1484div.LoginProgress div.body div.img {
1484 margin: 10px; 1485 margin: 10px;
1485 width: 50px; 1486 width: 50px;
1486 height: 50px; 1487 height: 50px;
1487 float: left; 1488 float: left;
1488} 1489}
1489div.LoginProgress div.body div.img.ALERT { 1490div.LoginProgress div.body div.img.ALERT {
1490 /* background-image: url(./images/old/simpleMessageBox/Alert.png);*/ 1491 /* background-image: url(./images/old/simpleMessageBox/Alert.png);*/
1491 1492
1492 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9955), to(#ff6622), color-stop(1, #333333)); 1493 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9955), to(#ff6622), color-stop(1, #333333));
1493 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9955); 1494 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9955);
1494 -webkit-border-radius: 25px; 1495 -webkit-border-radius: 25px;
1495 -moz-border-radius: 25px; 1496 -moz-border-radius: 25px;
1496 border-radius: 25px; 1497 border-radius: 25px;
1497} 1498}
1498div.LoginProgress div.body div.img.ALERT canvas { 1499div.LoginProgress div.body div.img.ALERT canvas {
1499 width: 50px; 1500 width: 50px;
1500 height: 50px; 1501 height: 50px;
1501 /*background-image: url(./images/old/simpleMessageBox/excalmationPoint.png); */ 1502 /*background-image: url(./images/old/simpleMessageBox/excalmationPoint.png); */
1502 1503
1503} 1504}
1504div.LoginProgress div.body div.loadingBar { 1505div.LoginProgress div.body div.loadingBar {
1505 position: relative; 1506 position: relative;
1506 top: 51px; 1507 top: 51px;
1507 left: 60px; 1508 left: 60px;
1508} 1509}
1509div.LoginProgress div.body div.errorBox p { 1510div.LoginProgress div.body div.errorBox p {
1510 color: #787872; 1511 color: #787872;
1511 padding-top: 20px; 1512 padding-top: 20px;
1512 padding-left: 80px; 1513 padding-left: 80px;
1513} 1514}
1514div.LoginProgress div.footer { 1515div.LoginProgress div.footer {
1515 margin-left: 19px; 1516 margin-left: 19px;
1516 margin-right: 18px; 1517 margin-right: 18px;
1517} 1518}
1518/* 1519/*
1519div.LoginProgress div.footer a { 1520div.LoginProgress div.footer a {
1520 text-decoration: none; 1521 text-decoration: none;
1521 text-align: center; 1522 text-align: center;
1522 color: #787872; 1523 color: #787872;
1523 display: block; 1524 display: block;
1524 font-weight: bold; 1525 font-weight: bold;
1525 font-size: 11pt; 1526 font-size: 11pt;
1526 width: 100px; 1527 width: 100px;
1527 margin-top: 11px; 1528 margin-top: 11px;
1528 margin-left: auto; 1529 margin-left: auto;
1529 margin-right: auto; 1530 margin-right: auto;
1530} 1531}
1531*/ 1532*/
1532div.LoginProgress div.buttonArea { 1533div.LoginProgress div.buttonArea {
1533 padding-top: 6px; 1534 padding-top: 6px;
1534 text-align: center; 1535 text-align: center;
1535} 1536}
1536div.LoginProgress div.button { 1537div.LoginProgress div.button {
1537 display: inline-block; 1538 display: inline-block;
1538} 1539}
1539div.LoginProgress div.footer a:hover { 1540div.LoginProgress div.footer a:hover {
1540 color: #515247; 1541 color: #515247;
1541} 1542}
1542/* @end */ 1543/* @end */
1543/* @group SimpleMessagePanel */ 1544/* @group SimpleMessagePanel */
1544/* -> SimpleMessagePanel.less 1545/* -> SimpleMessagePanel.less
1545div.SimpleMessagePanel { 1546div.SimpleMessagePanel {
1546 position: relative; 1547 position: relative;
1547 left: -225px; 1548 left: -225px;
1548 top: -70px; 1549 top: -70px;
1549 width: 450px; 1550 width: 450px;
1550 height: 140px; 1551 height: 140px;
1551//background: url(./images/old/loginProgress/background.png); 1552//background: url(./images/old/loginProgress/background.png);
1552 background-color: #f1f1ef; 1553 background-color: #f1f1ef;
1553 .border-radius(10); 1554 .border-radius(10);
1554} 1555}
1555//div.SimpleMessagePanel div.header { 1556//div.SimpleMessagePanel div.header {
1556// height: 17px; 1557// height: 17px;
1557// background: url(./images/old/simpleMessageBox/background_header.png) no-repeat; 1558// background: url(./images/old/simpleMessageBox/background_header.png) no-repeat;
1558} 1559}
1559div.SimpleMessagePanel div.body { 1560div.SimpleMessagePanel div.body {
1560/ * 1561/ *
1561 height: 120px; 1562 height: 120px;
1562 overflow: auto; 1563 overflow: auto;
1563 margin-left: 19px; 1564 margin-left: 19px;
1564 margin-right: 18px; 1565 margin-right: 18px;
1565* / 1566* /
1566 1567
1567// background: url(./images/old/simpleMessageBox/background_body.png) repeat-y; 1568// background: url(./images/old/simpleMessageBox/background_body.png) repeat-y;
1568// padding-left: 25px; 1569// padding-left: 25px;
1569// padding-right: 25px; 1570// padding-right: 25px;
1570// padding-top: 10px; 1571// padding-top: 10px;
1571 padding: 20px; 1572 padding: 20px;
1572 .box-shadow (2px, 2px, 9px, @Global_shadow-color); 1573 .box-shadow (2px, 2px, 9px, @Global_shadow-color);
1573} 1574}
1574div.SimpleMessagePanel div.body h3 { 1575div.SimpleMessagePanel div.body h3 {
1575 font-size: 14pt; 1576 font-size: 14pt;
1576 font-weight: normal; 1577 font-weight: normal;
1577 margin: 0px; 1578 margin: 0px;
1578 padding-top: 4px; 1579 padding-top: 4px;
1579 color: #787872; 1580 color: #787872;
1580} 1581}
1581div.SimpleMessagePanel div.body div.img { 1582div.SimpleMessagePanel div.body div.img {
1582 width: 60px; 1583 width: 60px;
1583 height: 60px; 1584 height: 60px;
1584 float: left; 1585 float: left;
1585 margin-right: 10px; 1586 margin-right: 10px;
1586 1587
1587 .graduated-background (#ff6622, #ffad79); 1588 .graduated-background (#ff6622, #ffad79);
1588 .border-radius(30); 1589 .border-radius(30);
1589} 1590}
1590div.SimpleMessagePanel div.body div.img canvas { 1591div.SimpleMessagePanel div.body div.img canvas {
1591 width: 60px; 1592 width: 60px;
1592 height: 60px; 1593 height: 60px;
1593} 1594}
1594div.SimpleMessagePanel div.body p { 1595div.SimpleMessagePanel div.body p {
1595 margin: 0; 1596 margin: 0;
1596 font-size: 10pt; 1597 font-size: 10pt;
1597 font-weight: normal; 1598 font-weight: normal;
1598 color: #787872; 1599 color: #787872;
1599 padding-top: 10px; 1600 padding-top: 10px;
1600 padding-bottom: 5px; 1601 padding-bottom: 5px;
1601 line-height: 1.3; 1602 line-height: 1.3;
1602} 1603}
1603div.SimpleMessagePanel div.body div.img.ALERT { 1604div.SimpleMessagePanel div.body div.img.ALERT {
1604// background: url(./images/old/simpleMessageBox/Alert.png) no-repeat; 1605// background: url(./images/old/simpleMessageBox/Alert.png) no-repeat;
1605} 1606}
1606div.SimpleMessagePanel div.body div.img.INFO { 1607div.SimpleMessagePanel div.body div.img.INFO {
1607// background: url(./images/old/simpleMessageBox/Info.png) no-repeat; 1608// background: url(./images/old/simpleMessageBox/Info.png) no-repeat;
1608} 1609}
1609div.SimpleMessagePanel div.body div.buttonArea { 1610div.SimpleMessagePanel div.body div.buttonArea {
1610 height: 40px; 1611 height: 40px;
1611 clear: both; 1612 clear: both;
1612} 1613}
1613div.SimpleMessagePanel div.body div.buttonArea > div { 1614div.SimpleMessagePanel div.body div.buttonArea > div {
1614 float: right; 1615 float: right;
1615 margin-left: 15px; 1616 margin-left: 15px;
1616 margin-top: 10px; 1617 margin-top: 10px;
1617} 1618}
1618div.SimpleMessagePanel div.footer { 1619div.SimpleMessagePanel div.footer {
1619 height: 25px; 1620 height: 25px;
1620// background: url(./images/old/simpleMessageBox/background_footer.png) no-repeat; 1621// background: url(./images/old/simpleMessageBox/background_footer.png) no-repeat;
1621} 1622}
1622div.SimpleMessagePanel div.passphrase { 1623div.SimpleMessagePanel div.passphrase {
1623 padding-left: 65px; 1624 padding-left: 65px;
1624} 1625}
1625div.SimpleMessagePanel div.passphrase input { 1626div.SimpleMessagePanel div.passphrase input {
1626 width: 250px; 1627 width: 250px;
1627 font-size: 14pt; 1628 font-size: 14pt;
1628 border: 1px solid #bb4924; 1629 border: 1px solid #bb4924;
1629 color: #333366; 1630 color: #333366;
1630 background-color: white; 1631 background-color: white;
1631 padding: 2px 5px; 1632 padding: 2px 5px;
1632 height: 28px; 1633 height: 28px;
1633} 1634}
1634div.SimpleMessagePanel div.progressBarWrapper { 1635div.SimpleMessagePanel div.progressBarWrapper {
1635 margin-left: 80px; 1636 margin-left: 80px;
1636} 1637}
1637*/ 1638*/
1638/* @end */ 1639/* @end */
1639/* @group Button */ 1640/* @group Button */
1640/* -> Button.less 1641/* -> Button.less
1641div.button_wrapper { 1642div.button_wrapper {
1642 height: 32px; 1643 height: 32px;
1643 background: url(./images/old/button/default_left.png) no-repeat; 1644 background: url(./images/old/button/default_left.png) no-repeat;
1644 cursor: pointer; 1645 cursor: pointer;
1645} 1646}
1646div.button_wrapper.hover { 1647div.button_wrapper.hover {
1647 background: url(./images/old/button/hover_left.png) no-repeat; 1648 background: url(./images/old/button/hover_left.png) no-repeat;
1648} 1649}
1649div.button_wrapper.clicked { 1650div.button_wrapper.clicked {
1650 background: url(./images/old/button/clicked_left.png) no-repeat; 1651 background: url(./images/old/button/clicked_left.png) no-repeat;
1651} 1652}
1652div.button_bodyWrapper { 1653div.button_bodyWrapper {
1653 height: 32px; 1654 height: 32px;
1654 margin-left: 6px; 1655 margin-left: 6px;
1655 padding-right: 6px; 1656 padding-right: 6px;
1656 background: url(./images/old/button/default_main.png) repeat-x right 0; 1657 background: url(./images/old/button/default_main.png) repeat-x right 0;
1657} 1658}
1658div.button_wrapper.hover div.button_bodyWrapper { 1659div.button_wrapper.hover div.button_bodyWrapper {
1659 background: url(./images/old/button/hover_main.png) repeat-x right 0; 1660 background: url(./images/old/button/hover_main.png) repeat-x right 0;
1660} 1661}
1661div.button_wrapper.clicked div.button_bodyWrapper { 1662div.button_wrapper.clicked div.button_bodyWrapper {
1662 background: url(./images/old/button/clicked_main.png) repeat-x right 0; 1663 background: url(./images/old/button/clicked_main.png) repeat-x right 0;
1663} 1664}
1664div.button_body { 1665div.button_body {
1665 text-align: center; 1666 text-align: center;
1666 min-width: 60px; 1667 min-width: 60px;
1667 padding: 0px 7px; 1668 padding: 0px 7px;
1668 padding-top: 8px; 1669 padding-top: 8px;
1669} 1670}
1670div.button_body span { 1671div.button_body span {
1671 font-size: 11pt; 1672 font-size: 11pt;
1672 color: white; 1673 color: white;
1673} 1674}
1674div.button_wrapper.default div.button_body span { 1675div.button_wrapper.default div.button_body span {
1675 font-weight: bold; 1676 font-weight: bold;
1676} 1677}
1677/ * 1678/ *
1678div.button_footer { 1679div.button_footer {
1679 margin: 0px; 1680 margin: 0px;
1680 height: 31px; 1681 height: 31px;
1681 width: 6px; 1682 width: 6px;
1682 background: green url(./images/old/button/default_right.png) no-repeat; 1683 background: green url(./images/old/button/default_right.png) no-repeat;
1683} 1684}
1684* / 1685* /
1685*/ 1686*/
1686/* @end */ 1687/* @end */
1687/* @group Password enthropy */ 1688/* @group Password enthropy */
1688input.entropyLevelIndicator { 1689input.entropyLevelIndicator {
1689 background: url(./images/old/passwordField/background.png) no-repeat 0 26px; 1690 background: url(./images/old/passwordField/background.png) no-repeat 0 26px;
1690} 1691}
1691div.passwordEntropyWrapper { 1692div.passwordEntropyWrapper {
1692 padding: 0px; 1693 padding: 0px;
1693 border: 1px solid #bb4924; 1694 border: 1px solid #bb4924;
1694 border-top: 0px; 1695 border-top: 0px;
1695 margin-bottom: 4px; 1696 margin-bottom: 4px;
1696 background-color: white; 1697 background-color: white;
1697 margin-right: 3px; 1698 margin-right: 3px;
1698 margin-top: -2; 1699 margin-top: -2;
1699} 1700}
1700div.passwordEntropy { 1701div.passwordEntropy {
1701 height: 4px; 1702 height: 4px;
1702 font-size: 1pt; 1703 font-size: 1pt;
1703 background: url(./images/old/entropyBackground.gif) repeat-x 0 0; 1704 background: url(./images/old/entropyBackground.gif) repeat-x 0 0;
1704 line-height: 3px; 1705 line-height: 3px;
1705} 1706}
1706div.messageBox { 1707div.messageBox {
1707 position: absolute; 1708 position: absolute;
1708 width: 409px; 1709 width: 409px;
1709 height: 29px; 1710 height: 29px;
1710 top: 23px; 1711 top: 23px;
1711 left: 204px; 1712 left: 204px;
1712 background: url(./images/old/main/messageBoxBackground.png); 1713 background: url(./images/old/main/messageBoxBackground.png);
1713} 1714}
1714div.messageBox h3 { 1715div.messageBox h3 {
1715 display: inline-block; 1716 display: inline-block;
1716 color: #342f6b; 1717 color: #342f6b;
1717 font-weight: bold; 1718 font-weight: bold;
1718 margin: 7px 2px 0px 12px; 1719 margin: 7px 2px 0px 12px;
1719 font-size: 10pt; 1720 font-size: 10pt;
1720} 1721}
1721body.ext-gecko div.messageBox h3 { 1722body.ext-gecko div.messageBox h3 {
1722 display: -moz-inline-box; 1723 display: -moz-inline-box;
1723} 1724}
1724div.messageBox h1 { 1725div.messageBox h1 {
1725 color: #342f6b; 1726 color: #342f6b;
1726 display: inline; 1727 display: inline;
1727 font-weight: normal; 1728 font-weight: normal;
1728 margin: 0px 1px; 1729 margin: 0px 1px;
1729 font-size: 9pt; 1730 font-size: 9pt;
1730} 1731}
1731div.messageBox a { 1732div.messageBox a {
1732 display: block; 1733 display: block;
1733 width: 20px; 1734 width: 20px;
1734 height: 20px; 1735 height: 20px;
1735 float: right; 1736 float: right;
1736 position: absolute; 1737 position: absolute;
1737 right: 5px; 1738 right: 5px;
1738 top: 4px; 1739 top: 4px;
1739 background-image: url(./images/old/main/messageBoxCloseButton.png); 1740 background-image: url(./images/old/main/messageBoxCloseButton.png);
1740} 1741}
1741div.messageBox a:hover { 1742div.messageBox a:hover {
1742 background-image: url(./images/old/main/messageBoxCloseButtonActive.png); 1743 background-image: url(./images/old/main/messageBoxCloseButtonActive.png);
1743} 1744}
1744/* @end */ 1745/* @end */
1745/* @group Side panels */ 1746/* @group Side panels */
1746/* @end */ 1747/* @end */
1747/* @end */ 1748/* @end */
1748/* @group MainPanels */ 1749/* @group MainPanels */
1749div.mainPanels { 1750div.mainPanels {
1750 float: left; 1751 float: left;
1751 width: 833px; 1752 width: 833px;
1752 margin-top: -38px; 1753 margin-top: -38px;
1753 /* 1754 /*
1754 position: relative; 1755 position: relative;
1755 width: 100%; 1756 width: 100%;
1756 min-height: 600px; 1757 min-height: 600px;
1757 top: -40px; 1758 top: -40px;
1758 left: 250px; 1759 left: 250px;
1759*/ 1760*/
1760 1761
1761} 1762}
1762div.mainFooter { 1763div.mainFooter {
1763 clear: both; 1764 clear: both;
1764} 1765}
1765/* @end */ 1766/* @end */
1766/* @group Grids */ 1767/* @group Grids */
1767/* @group grid Component */ 1768/* @group grid Component */
1768/* @group delete */ 1769/* @group delete */
1769/*div.body div.rows table.rows tbody tr td.delete */ 1770/*div.body div.rows table.rows tbody tr td.delete */
1770div.delete, 1771div.delete,
1771div.new { 1772div.new {
1772 padding-left: 5px; 1773 padding-left: 5px;
1773 height: 19px; 1774 height: 19px;
1774} 1775}
1775div.new span, 1776div.new span,
1776div.delete span { 1777div.delete span {
1777 margin: 0px; 1778 margin: 0px;
1778 padding: 0px; 1779 padding: 0px;
1779 border: 0px; 1780 border: 0px;
1780 display: inline-block; 1781 display: inline-block;
1781 height: 19px; 1782 height: 19px;
1782 padding-right: 6px; 1783 padding-right: 6px;
1783} 1784}
1784div.new span a, 1785div.new span a,
1785div.delete span a { 1786div.delete span a {
1786 white-space: nowrap; 1787 white-space: nowrap;
1787} 1788}
1788div.delete:hover { 1789div.delete:hover {
1789 background: url(./images/old/delete_background_left.png) no-repeat 0; 1790 background: url(./images/old/delete_background_left.png) no-repeat 0;
1790} 1791}
1791div.delete:hover span { 1792div.delete:hover span {
1792 background: url(./images/old/delete_background.png) no-repeat right 0; 1793 background: url(./images/old/delete_background.png) no-repeat right 0;
1793} 1794}
1794div.new:hover { 1795div.new:hover {
1795 background: url(./images/old/new_background_left.png) no-repeat 0; 1796 background: url(./images/old/new_background_left.png) no-repeat 0;
1796} 1797}
1797div.new:hover span { 1798div.new:hover span {
1798 background: url(./images/old/new_background.png) no-repeat right 0; 1799 background: url(./images/old/new_background.png) no-repeat right 0;
1799} 1800}
1800/* 1801/*
1801tr.selected div.delete { 1802tr.selected div.delete {
1802 background: url(./images/old/delete_background_left.png) no-repeat 0; 1803 background: url(./images/old/delete_background_left.png) no-repeat 0;
1803} 1804}
1804tr.selected div.delete span { 1805tr.selected div.delete span {
1805 background: url(./images/old/delete_background.png) no-repeat right 0; 1806 background: url(./images/old/delete_background.png) no-repeat right 0;
1806} 1807}
1807*/ 1808*/
1808div.body div.rows table.rows tbody tr td.delete div.delete span a { 1809div.body div.rows table.rows tbody tr td.delete div.delete span a {
1809 visibility: hidden; 1810 visibility: hidden;
1810 font-size: 8pt; 1811 font-size: 8pt;
1811 vertical-align: -13px; 1812 vertical-align: -13px;
1812 color: black; 1813 color: black;
1813} 1814}
1814div.body div.rows table.rows tbody tr.selected td.delete div.delete span a { 1815div.body div.rows table.rows tbody tr.selected td.delete div.delete span a {
1815 visibility: visible; 1816 visibility: visible;
1816} 1817}
1817div.body div.rows table.rows tbody tr:hover td.delete div.delete span a { 1818div.body div.rows table.rows tbody tr:hover td.delete div.delete span a {
1818 visibility: visible; 1819 visibility: visible;
1819} 1820}
1820div.body div.rows table.rows tbody tr:hover td.delete div.delete:hover span a { 1821div.body div.rows table.rows tbody tr:hover td.delete div.delete:hover span a {
1821 color: white; 1822 color: white;
1822} 1823}
1823/* 1824/*
1824div.body div.rows table.rows tbody tr.selected td.delete div.delete span a { 1825div.body div.rows table.rows tbody tr.selected td.delete div.delete span a {
1825 color: white; 1826 color: white;
1826} 1827}
1827*/ 1828*/
1828/* @end */ 1829/* @end */
1829/* @group header */ 1830/* @group header */
1830div.gridComponent table.rows thead tr th { 1831div.gridComponent table.rows thead tr th {
1831 text-align: left; 1832 text-align: left;
1832 height: 30px; 1833 height: 30px;
1833 vertical-align: bottom; 1834 vertical-align: bottom;
1834} 1835}
1835div.gridComponent table.rows thead tr th.sortable span { 1836div.gridComponent table.rows thead tr th.sortable span {
1836 cursor: pointer; 1837 cursor: pointer;
1837} 1838}
1838div.gridComponent table.rows thead tr th.sortable span a { 1839div.gridComponent table.rows thead tr th.sortable span a {
1839 margin-left: 5px; 1840 margin-left: 5px;
1840 padding-left: 10px; 1841 padding-left: 10px;
1841} 1842}
1842div.gridComponent table.rows thead tr th.directLoginTH { 1843div.gridComponent table.rows thead tr th.directLoginTH {
1843 width: 420px; 1844 width: 420px;
1844} 1845}
1845div.gridComponent table.rows thead tr th.latestUpdateTH { 1846div.gridComponent table.rows thead tr th.latestUpdateTH {
1846 width: 100px; 1847 width: 100px;
1847} 1848}
1848div.gridComponent table.rows thead tr th.commandsTH { 1849div.gridComponent table.rows thead tr th.commandsTH {
1849 width: 150px; 1850 width: 150px;
1850} 1851}
1851div.gridComponent table.rows thead a { 1852div.gridComponent table.rows thead a {
1852 text-decoration: none; 1853 text-decoration: none;
1853} 1854}
1854div.gridComponent table.rows thead span { 1855div.gridComponent table.rows thead span {
1855 font-weight: normal; 1856 font-weight: normal;
1856 font-size: 9pt; 1857 font-size: 9pt;
1857 line-height: 20px; 1858 line-height: 20px;
1858} 1859}
1859div.gridComponent div.header div.headerSlot { 1860div.gridComponent div.header div.headerSlot {
1860 float: right; 1861 float: right;
1861} 1862}
1862/* @end */ 1863/* @end */
1863div.mainPanels div.gridComponent div.body table.rows td.favicon { 1864div.mainPanels div.gridComponent div.body table.rows td.favicon {
1864 padding-left: 25px; 1865 padding-left: 25px;
1865} 1866}
1866div.mainPanels div.gridComponent div.body table.rows td.favicon img { 1867div.mainPanels div.gridComponent div.body table.rows td.favicon img {
1867 width: 16px; 1868 width: 16px;
1868 height: 16px; 1869 height: 16px;
1869 border: 0px; 1870 border: 0px;
1870} 1871}
1871/* @end */ 1872/* @end */
1872/* @group Card Grid */ 1873/* @group Card Grid */
1873/* @group DirectLogin links */ 1874/* @group DirectLogin links */
1874div.gridComponent th.directLoginTH span { 1875div.gridComponent th.directLoginTH span {
1875 margin-left: 7px; 1876 margin-left: 7px;
1876} 1877}
1877td.card_directLogins div { 1878td.card_directLogins div {
1878 display: inline-table; 1879 display: inline-table;
1879} 1880}
1880td.card_directLogins span { 1881td.card_directLogins span {
1881 display: inline-block; 1882 display: inline-block;
1882} 1883}
1883/* 1884/*
1884td.card_directLogins a { 1885td.card_directLogins a {
1885 display: inline-table; 1886 display: inline-table;
1886 height: 19px; 1887 height: 19px;
1887 1888
1888 padding-right: 7px; 1889 padding-right: 7px;
1889} 1890}
1890 1891
1891td.card_directLogins a:hover { 1892td.card_directLogins a:hover {
1892 background: url(./images/old/directLink_background.png) right 0; 1893 background: url(./images/old/directLink_background.png) right 0;
1893} 1894}
1894*/ 1895*/
1895div.card_directLogin { 1896div.card_directLogin {
1896 display: inline-block; 1897 display: inline-block;
1897 height: 19px; 1898 height: 19px;
1898 padding-left: 7px; 1899 padding-left: 7px;
1899} 1900}
1900div.card_directLogin_ellipses span { 1901div.card_directLogin_ellipses span {
1901 padding-bottom: 2px; 1902 padding-bottom: 2px;
1902} 1903}
1903div.card_directLogin div.card_directLogin_body { 1904div.card_directLogin div.card_directLogin_body {
1904 display: inline-block; 1905 display: inline-block;
1905 height: 19px; 1906 height: 19px;
1906 padding-right: 8px; 1907 padding-right: 8px;
1907 background-position: left; 1908 background-position: left;
1908} 1909}
1909div.card_directLogin div.card_directLogin_body a { 1910div.card_directLogin div.card_directLogin_body a {
1910 vertical-align: -14px; 1911 vertical-align: -14px;
1911} 1912}
1912/*div.card_directLogin:hover {*/ 1913/*div.card_directLogin:hover {*/
1913div.card_directLogin:hover { 1914div.card_directLogin:hover {
1914 background: url(./images/old/directLink_background_left.png) no-repeat 0 0; 1915 background: url(./images/old/directLink_background_left.png) no-repeat 0 0;
1915} 1916}
1916/*div.card_directLogin:hover div {*/ 1917/*div.card_directLogin:hover div {*/
1917div.card_directLogin:hover div.card_directLogin_body { 1918div.card_directLogin:hover div.card_directLogin_body {
1918 background: url(./images/old/directLink_background.png) right 0; 1919 background: url(./images/old/directLink_background.png) right 0;
1919} 1920}
1920/* @group DirectLogin Popup */ 1921/* @group DirectLogin Popup */
1921div.DirectLoginListPopup { 1922div.DirectLoginListPopup {
1922 position: absolute; 1923 position: absolute;
1923 width: 184px; 1924 width: 184px;
1924} 1925}
1925div.DirectLoginListPopup div.DirectLoginListPopup_body { 1926div.DirectLoginListPopup div.DirectLoginListPopup_body {
1926 background-image: url(./images/old/directLogins_background.png); 1927 background-image: url(./images/old/directLogins_background.png);
1927 padding-top: 8px; 1928 padding-top: 8px;
1928} 1929}
1929div.DirectLoginListPopup div.DirectLoginListPopup_footer { 1930div.DirectLoginListPopup div.DirectLoginListPopup_footer {
1930 height: 8px; 1931 height: 8px;
1931 background-image: url(./images/old/directLogins_background_bottom.png); 1932 background-image: url(./images/old/directLogins_background_bottom.png);
1932} 1933}
1933div.DirectLoginListPopup div.DirectLoginListPopup_body ul { 1934div.DirectLoginListPopup div.DirectLoginListPopup_body ul {
1934 margin: 0px; 1935 margin: 0px;
1935 padding-left: 13px; 1936 padding-left: 13px;
1936 list-style: none; 1937 list-style: none;
1937} 1938}
1938div.DirectLoginListPopup div.DirectLoginListPopup_body ul li { 1939div.DirectLoginListPopup div.DirectLoginListPopup_body ul li {
1939 padding-top: 4px; 1940 padding-top: 4px;
1940 height: 20px; 1941 height: 20px;
1941 padding-right: 10px; 1942 padding-right: 10px;
1942 white-space: nowrap; 1943 white-space: nowrap;
1943} 1944}
1944div.DirectLoginListPopup div.DirectLoginListPopup_body ul li div { 1945div.DirectLoginListPopup div.DirectLoginListPopup_body ul li div {
1945 padding-right: 10px; 1946 padding-right: 10px;
1946 overflow: hidden; 1947 overflow: hidden;
1947} 1948}
1948div.DirectLoginListPopup div.DirectLoginListPopup_body ul li img.favicon { 1949div.DirectLoginListPopup div.DirectLoginListPopup_body ul li img.favicon {
1949 padding-left: 9px; 1950 padding-left: 9px;
1950 padding-right: 5px; 1951 padding-right: 5px;
1951} 1952}
1952div.DirectLoginListPopup div.DirectLoginListPopup_body ul li a { 1953div.DirectLoginListPopup div.DirectLoginListPopup_body ul li a {
1953 text-decoration: none; 1954 text-decoration: none;
1954 color: white; 1955 color: white;
1955 font-weight: normal; 1956 font-weight: normal;
1956 font-size: 10pt; 1957 font-size: 10pt;
1957 vertical-align: 3px; 1958 vertical-align: 3px;
1958 white-space: nowrap; 1959 white-space: nowrap;
1959 padding-right: 8px; 1960 padding-right: 8px;
1960} 1961}
1961div.DirectLoginListPopup div.DirectLoginListPopup_body ul li:hover { 1962div.DirectLoginListPopup div.DirectLoginListPopup_body ul li:hover {
1962 /* background-color: #a5a696;*/ 1963 /* background-color: #a5a696;*/
1963 1964
1964 /* background-color: #7b7d70;*/ 1965 /* background-color: #7b7d70;*/
1965 1966
1966 background-color: rgba(123, 125, 112, 0.5); 1967 background-color: rgba(123, 125, 112, 0.5);
1967} 1968}
1968div.DirectLoginListPopup div.DirectLoginListPopup_body ul li:hover a { 1969div.DirectLoginListPopup div.DirectLoginListPopup_body ul li:hover a {
1969 background: url(./images/old/directLink_no_background.png) right; 1970 background: url(./images/old/directLink_no_background.png) right;
1970} 1971}
1971/* @end */ 1972/* @end */
1972/* @end */ 1973/* @end */
1973div.mainPanels div.gridComponent div.header { 1974div.mainPanels div.gridComponent div.header {
1974 /* 1975 /*
1975 height: 90px; 1976 height: 90px;
1976 background: url(./images/old/main/blocks/cardGridBackground.png) no-repeat; 1977 background: url(./images/old/main/blocks/cardGridBackground.png) no-repeat;
1977*/ 1978*/
1978 1979
1979 background: url(./images/old/main/blocks/cardGridBackground.png) no-repeat; 1980 background: url(./images/old/main/blocks/cardGridBackground.png) no-repeat;
1980 padding-left: 40px; 1981 padding-left: 40px;
1981 padding-right: 40px; 1982 padding-right: 40px;
1982 padding-top: 20px; 1983 padding-top: 20px;
1983 padding-bottom: 10px; 1984 padding-bottom: 10px;
1984} 1985}
1985div.mainPanels div.gridComponent div.header form.search { 1986div.mainPanels div.gridComponent div.header form.search {
1986 height: 32px; 1987 height: 32px;
1987 margin: 0px; 1988 margin: 0px;
1988} 1989}
1989div.mainPanels div.gridComponent div.header form.search div.clearSearchButton { 1990div.mainPanels div.gridComponent div.header form.search div.clearSearchButton {
1990 position: absolute; 1991 position: absolute;
1991 margin-left: 192px; 1992 margin-left: 192px;
1992 width: 22px; 1993 width: 22px;
1993 height: 22px; 1994 height: 22px;
1994 margin-top: 6px; 1995 margin-top: 6px;
1995 background: url(./images/old/filter/clearFilter_notSelected.png) no-repeat; 1996 background: url(./images/old/filter/clearFilter_notSelected.png) no-repeat;
1996} 1997}
1997div.mainPanels div.gridComponent div.header form.search div.clearSearchButton:hover { 1998div.mainPanels div.gridComponent div.header form.search div.clearSearchButton:hover {
1998 background: url(./images/old/filter/clearFilter_selected.png) no-repeat; 1999 background: url(./images/old/filter/clearFilter_selected.png) no-repeat;
1999 cursor: pointer; 2000 cursor: pointer;
2000} 2001}
2001div.mainPanels div.gridComponent div.header form.search div.search { 2002div.mainPanels div.gridComponent div.header form.search div.search {
2002 display: block; 2003 display: block;
2003 float: left; 2004 float: left;
2004 width: 217px; 2005 width: 217px;
2005} 2006}
2006div.mainPanels div.gridComponent div.header form.search input.search { 2007div.mainPanels div.gridComponent div.header form.search input.search {
2007 border: 1px solid #76786a; 2008 border: 1px solid #76786a;
2008 color: #666666; 2009 color: #666666;
2009 font-size: 12pt; 2010 font-size: 12pt;
2010 width: 100%; 2011 width: 100%;
2011 padding: 4px; 2012 padding: 4px;
2012 padding-left: 24px; 2013 padding-left: 24px;
2013 padding-right: 26px; 2014 padding-right: 26px;
2014 background: #e8ecde url(./images/old/main/grid/search.png) no-repeat 2px 4px; 2015 background: #e8ecde url(./images/old/main/grid/search.png) no-repeat 2px 4px;
2015} 2016}
2016div.mainPanels div.gridComponent div.header form.search input.search.disabled { 2017div.mainPanels div.gridComponent div.header form.search input.search.disabled {
2017 disabled: disabled; 2018 disabled: disabled;
2018} 2019}
2019div.mainPanels div.gridComponent div.header form.search input.search.running { 2020div.mainPanels div.gridComponent div.header form.search input.search.running {
2020 background: #e8ecde url(./images/old/main/grid/running_search.gif) no-repeat 4px 5px; 2021 background: #e8ecde url(./images/old/main/grid/running_search.gif) no-repeat 4px 5px;
2021} 2022}
2022div.mainPanels div.gridComponent div.body { 2023div.mainPanels div.gridComponent div.body {
2023 clear: both; 2024 clear: both;
2024 background: url(./images/old/main/blocks/cardGridBackground.png) repeat-y -836px; 2025 background: url(./images/old/main/blocks/cardGridBackground.png) repeat-y -836px;
2025} 2026}
2026div.mainPanels div.gridComponent div.footer { 2027div.mainPanels div.gridComponent div.footer {
2027 background: url(./images/old/main/blocks/cardGridBackground.png) 834px -28px; 2028 background: url(./images/old/main/blocks/cardGridBackground.png) 834px -28px;
2028 height: 35px; 2029 height: 35px;
2029} 2030}
2030div.mainPanels div.gridComponent div.body h1 { 2031div.mainPanels div.gridComponent div.body h1 {
2031 margin: 0px; 2032 margin: 0px;
2032} 2033}
2033div.mainPanels div.gridComponent div.body div.rows { 2034div.mainPanels div.gridComponent div.body div.rows {
2034 margin-left: 9px; 2035 margin-left: 9px;
2035 margin-right: 6px; 2036 margin-right: 6px;
2036 min-height: 582px; 2037 min-height: 582px;
2037 background: url(./images/old/main/blocks/cardGridStripes.png) 0 7px; 2038 background: url(./images/old/main/blocks/cardGridStripes.png) 0 7px;
2038} 2039}
2039div.mainPanels div.gridComponent.noRows div.body table.rows thead, 2040div.mainPanels div.gridComponent.noRows div.body table.rows thead,
2040div.mainPanels div.gridComponent.empty div.body table.rows thead { 2041div.mainPanels div.gridComponent.empty div.body table.rows thead {
2041 visibility: hidden; 2042 visibility: hidden;
2042} 2043}
2043div.mainPanels div.gridComponent.empty div.body div.rows { 2044div.mainPanels div.gridComponent.empty div.body div.rows {
2044 background: #eaebe6 url(./images/old/lock/background_star.png) no-repeat center center; 2045 background: #eaebe6 url(./images/old/lock/background_star.png) no-repeat center center;
2045} 2046}
2046div.mainPanels div.gridComponent.noRows div.body div.rows { 2047div.mainPanels div.gridComponent.noRows div.body div.rows {
2047 background: #eaebe6; 2048 background: #eaebe6;
2048} 2049}
2049div.mainPanels div.gridComponent div.body table.rows { 2050div.mainPanels div.gridComponent div.body table.rows {
2050 display: block; 2051 display: block;
2051 width: 100%; 2052 width: 100%;
2052} 2053}
2053div.mainPanels div.gridComponent div.body table.rows tbody tr.odd.selected { 2054div.mainPanels div.gridComponent div.body table.rows tbody tr.odd.selected {
2054 background-color: #a5a696; 2055 background-color: #a5a696;
2055} 2056}
2056div.mainPanels div.gridComponent div.body table.rows tbody tr.even.selected { 2057div.mainPanels div.gridComponent div.body table.rows tbody tr.even.selected {
2057 background-color: #a5a696; 2058 background-color: #a5a696;
2058} 2059}
2059div.mainPanels div.gridComponent div.body table.rows tbody tr.selected td a { 2060div.mainPanels div.gridComponent div.body table.rows tbody tr.selected td a {
2060 color: #f3f4eb; 2061 color: #f3f4eb;
2061} 2062}
2062div.mainPanels div.gridComponent div.body table.rows tbody tr.odd { 2063div.mainPanels div.gridComponent div.body table.rows tbody tr.odd {
2063 background-color: #d4d5cf; 2064 background-color: #d4d5cf;
2064} 2065}
2065div.mainPanels div.gridComponent div.body table.rows tbody tr.even { 2066div.mainPanels div.gridComponent div.body table.rows tbody tr.even {
2066 background-color: #eaebe6; 2067 background-color: #eaebe6;
2067} 2068}
2068div.mainPanels div.gridComponent div.body table.rows tbody tr.odd:hover { 2069div.mainPanels div.gridComponent div.body table.rows tbody tr.odd:hover {
2069 background-color: #a5a696; 2070 background-color: #a5a696;
2070} 2071}
2071div.mainPanels div.gridComponent div.body table.rows tbody tr.even:hover { 2072div.mainPanels div.gridComponent div.body table.rows tbody tr.even:hover {
2072 background-color: #a5a696; 2073 background-color: #a5a696;
2073} 2074}
2074div.mainPanels div.gridComponent div.body table.rows tbody tr td { 2075div.mainPanels div.gridComponent div.body table.rows tbody tr td {
2075 height: 23px; 2076 height: 23px;
2076 max-height: 23px; 2077 max-height: 23px;
2077 /* 2078 /*
2078 white-space: nowrap; 2079 white-space: nowrap;
2079 overflow: hidden; 2080 overflow: hidden;
2080*/ 2081*/
2081 2082
2082} 2083}
2083div.mainPanels div.gridComponent div.body table.rows tbody tr td span { 2084div.mainPanels div.gridComponent div.body table.rows tbody tr td span {
2084 color: #828479; 2085 color: #828479;
2085 font-size: 10pt; 2086 font-size: 10pt;
2086} 2087}
2087div.mainPanels div.gridComponent div.body table.rows tbody tr td a { 2088div.mainPanels div.gridComponent div.body table.rows tbody tr td a {
2088 color: #828479; 2089 color: #828479;
2089 font-size: 10pt; 2090 font-size: 10pt;
2090 text-decoration: none; 2091 text-decoration: none;
2091} 2092}
2092div.mainPanels div.gridComponent div.body table.rows tbody tr:hover td span { 2093div.mainPanels div.gridComponent div.body table.rows tbody tr:hover td span {
2093 color: #f3f4eb; 2094 color: #f3f4eb;
2094} 2095}
2095div.mainPanels div.gridComponent div.body table.rows tbody tr.selected td span { 2096div.mainPanels div.gridComponent div.body table.rows tbody tr.selected td span {
2096 color: #f3f4eb; 2097 color: #f3f4eb;
2097} 2098}
2098div.mainPanels div.gridComponent div.body table.rows tbody tr:hover td a { 2099div.mainPanels div.gridComponent div.body table.rows tbody tr:hover td a {
2099 color: #f3f4eb; 2100 color: #f3f4eb;
2100} 2101}
2101div.mainPanels div.gridComponent div.body table.rows tbody tr td.title a { 2102div.mainPanels div.gridComponent div.body table.rows tbody tr td.title a {
2102 font-weight: bold; 2103 font-weight: bold;
2103} 2104}
2104div.mainPanels div.gridComponent div.body table.rows tbody tr td img.favicon { 2105div.mainPanels div.gridComponent div.body table.rows tbody tr td img.favicon {
2105 float: right; 2106 float: right;
2106 padding-right: 6px; 2107 padding-right: 6px;
2107} 2108}
2108/* @group header */ 2109/* @group header */
2109div.gridComponent table.rows thead img { 2110div.gridComponent table.rows thead img {
2110 padding-left: 10px; 2111 padding-left: 10px;
2111 vertical-align: middle; 2112 vertical-align: middle;
2112} 2113}
2113div.gridComponent table.rows thead tr th { 2114div.gridComponent table.rows thead tr th {
2114 background-color: #eaebe6; 2115 background-color: #eaebe6;
2115 border-bottom: 1px solid #b3b4af; 2116 border-bottom: 1px solid #b3b4af;
2116} 2117}
2117div.gridComponent table.rows thead span { 2118div.gridComponent table.rows thead span {
2118 color: #8c8f7e; 2119 color: #8c8f7e;
2119} 2120}
2120div.gridComponent table.rows thead tr th.unsorted span.sortable a { 2121div.gridComponent table.rows thead tr th.unsorted span.sortable a {
2121 background-image: url(./images/old/main/grid/unsorted.png); 2122 background-image: url(./images/old/main/grid/unsorted.png);
2122} 2123}
2123div.gridComponent table.rows thead tr th.descending span.sortable a { 2124div.gridComponent table.rows thead tr th.descending span.sortable a {
2124 background-image: url(./images/old/main/grid/descending.png); 2125 background-image: url(./images/old/main/grid/descending.png);
2125} 2126}
2126div.gridComponent table.rows thead tr th.ascending span.sortable a { 2127div.gridComponent table.rows thead tr th.ascending span.sortable a {
2127 background-image: url(./images/old/main/grid/ascending.png); 2128 background-image: url(./images/old/main/grid/ascending.png);
2128} 2129}
2129div.gridComponent table.rows thead tr th.faviconTH { 2130div.gridComponent table.rows thead tr th.faviconTH {
2130 width: 53px; 2131 width: 53px;
2131} 2132}
2132div.gridComponent table.rows thead tr th.titleTH { 2133div.gridComponent table.rows thead tr th.titleTH {
2133 width: 200px; 2134 width: 200px;
2134 max-width: 200px; 2135 max-width: 200px;
2135} 2136}
2136div.gridComponent table.rows thead tr th.deleteTH { 2137div.gridComponent table.rows thead tr th.deleteTH {
2137 width: 50px; 2138 width: 50px;
2138} 2139}
2139/* @end */ 2140/* @end */
2140/* @end */ 2141/* @end */
2141/* @group Direct login Grid */ 2142/* @group Direct login Grid */
2142/* 2143/*
2143div.mainPanels div.directLoginGrid div.header { 2144div.mainPanels div.directLoginGrid div.header {
2144/* 2145/*
2145 height: 90px; 2146 height: 90px;
2146 background: url(./images/old/main/blocks/cardGridBackground.png) no-repeat; 2147 background: url(./images/old/main/blocks/cardGridBackground.png) no-repeat;
2147* / 2148* /
2148} 2149}
2149 2150
2150div.mainPanels div.directLoginGrid div.header form.search { 2151div.mainPanels div.directLoginGrid div.header form.search {
2151 background: url(./images/old/main/blocks/directLoginGridBackground.png) no-repeat; 2152 background: url(./images/old/main/blocks/directLoginGridBackground.png) no-repeat;
2152 padding-left: 40px; 2153 padding-left: 40px;
2153 padding-top: 20px; 2154 padding-top: 20px;
2154 padding-bottom: 10px; 2155 padding-bottom: 10px;
2155 margin: 0px; 2156 margin: 0px;
2156} 2157}
2157 2158
2158div.mainPanels div.directLoginGrid div.header form.search input.search { 2159div.mainPanels div.directLoginGrid div.header form.search input.search {
2159 border: 1px solid #76786a; 2160 border: 1px solid #76786a;
2160 color: #666666; 2161 color: #666666;
2161 font-size: 12pt; 2162 font-size: 12pt;
2162 padding: 4px; 2163 padding: 4px;
2163 background-color: #e8ecde; 2164 background-color: #e8ecde;
2164} 2165}
2165 2166
2166div.mainPanels div.directLoginGrid div.header form.search input.searchButton { 2167div.mainPanels div.directLoginGrid div.header form.search input.searchButton {
2167 background-color: #858877; 2168 background-color: #858877;
2168 border: 0px; 2169 border: 0px;
2169 color: white; 2170 color: white;
2170 font-size: 10pt; 2171 font-size: 10pt;
2171} 2172}
2172 2173
2173div.mainPanels div.directLoginGrid div.body { 2174div.mainPanels div.directLoginGrid div.body {
2174 background: url(./images/old/main/blocks/directLoginGridBackground.png) repeat-y -836px; 2175 background: url(./images/old/main/blocks/directLoginGridBackground.png) repeat-y -836px;
2175} 2176}
2176 2177
2177div.mainPanels div.directLoginGrid div.footer { 2178div.mainPanels div.directLoginGrid div.footer {
2178 background: url(./images/old/main/blocks/directLoginGridBackground.png) 834px -28px; 2179 background: url(./images/old/main/blocks/directLoginGridBackground.png) 834px -28px;
2179 height: 35px; 2180 height: 35px;
2180} 2181}
2181 2182
2182div.mainPanels div.directLoginGrid div.body h1 { 2183div.mainPanels div.directLoginGrid div.body h1 {
2183 margin: 0px; 2184 margin: 0px;
2184} 2185}
2185 2186
2186div.mainPanels div.directLoginGrid div.body div.rows { 2187div.mainPanels div.directLoginGrid div.body div.rows {
2187 margin-left: 9px; 2188 margin-left: 9px;
2188 margin-right: 6px; 2189 margin-right: 6px;
2189 min-height: 582px; 2190 min-height: 582px;
2190 background: url(./images/old/main/blocks/directLoginGridStripes.png) 0 7px; 2191 background: url(./images/old/main/blocks/directLoginGridStripes.png) 0 7px;
2191} 2192}
2192 2193
2193div.mainPanels div.directLoginGrid div.body table.rows { 2194div.mainPanels div.directLoginGrid div.body table.rows {
2194 display: block; 2195 display: block;
2195 width: 100%; 2196 width: 100%;
2196} 2197}
2197 2198
2198div.mainPanels div.directLoginGrid div.body table.rows img { 2199div.mainPanels div.directLoginGrid div.body table.rows img {
2199 border: 0px; 2200 border: 0px;
2200} 2201}
2201 2202
2202div.mainPanels div.directLoginGrid div.body table.rows tbody tr.even { 2203div.mainPanels div.directLoginGrid div.body table.rows tbody tr.even {
2203 background-color: #787666; 2204 background-color: #787666;
2204} 2205}
2205 2206
2206div.mainPanels div.directLoginGrid div.body table.rows tbody tr.odd { 2207div.mainPanels div.directLoginGrid div.body table.rows tbody tr.odd {
2207 background-color: #646351; 2208 background-color: #646351;
2208} 2209}
2209 2210
2210div.mainPanels div.directLoginGrid div.body table.rows tbody tr.odd:hover { 2211div.mainPanels div.directLoginGrid div.body table.rows tbody tr.odd:hover {
2211 background-color: #d1d4c6; 2212 background-color: #d1d4c6;
2212} 2213}
2213 2214
2214div.mainPanels div.directLoginGrid div.body table.rows tbody tr.even:hover { 2215div.mainPanels div.directLoginGrid div.body table.rows tbody tr.even:hover {
2215 background-color: #d1d4c6; 2216 background-color: #d1d4c6;
2216} 2217}
2217 2218
2218div.mainPanels div.directLoginGrid div.body table.rows tbody tr td { 2219div.mainPanels div.directLoginGrid div.body table.rows tbody tr td {
2219 height: 23px; 2220 height: 23px;
2220 color: #e1e0d6; 2221 color: #e1e0d6;
2221 font-size: 10pt; 2222 font-size: 10pt;
2222} 2223}
2223 2224
2224div.mainPanels div.directLoginGrid div.body table.rows tbody tr:hover td { 2225div.mainPanels div.directLoginGrid div.body table.rows tbody tr:hover td {
2225 color: #777867; 2226 color: #777867;
2226} 2227}
2227 2228
2228div.mainPanels div.directLoginGrid div.body table.rows tbody tr td.title { 2229div.mainPanels div.directLoginGrid div.body table.rows tbody tr td.title {
2229 font-weight: bold; 2230 font-weight: bold;
2230} 2231}
2231 2232
2232div.directLoginGrid div.body table.rows tbody tr a { 2233div.directLoginGrid div.body table.rows tbody tr a {
2233 color: #e1e0d6; 2234 color: #e1e0d6;
2234 text-decoration: none; 2235 text-decoration: none;
2235} 2236}
2236 2237
2237div.directLoginGrid div.body table.rows tbody tr:hover a { 2238div.directLoginGrid div.body table.rows tbody tr:hover a {
2238 color: #777867; 2239 color: #777867;
2239} 2240}
2240*/ 2241*/
2241/* @group DirectLogin links */ 2242/* @group DirectLogin links */
2242/* 2243/*
2243td.card_directLogins div { 2244td.card_directLogins div {
2244 display: inline-table; 2245 display: inline-table;
2245} 2246}
2246 2247
2247td.card_directLogins span { 2248td.card_directLogins span {
2248 display: inline-table; 2249 display: inline-table;
2249} 2250}
2250*/ 2251*/
2251div.directLogin_directLogin { 2252div.directLogin_directLogin {
2252 display: inline-block; 2253 display: inline-block;
2253 height: 19px; 2254 height: 19px;
2254 padding-left: 7px; 2255 padding-left: 7px;
2255} 2256}
2256div.directLogin_directLogin div.directLogin_directLogin_body { 2257div.directLogin_directLogin div.directLogin_directLogin_body {
2257 display: inline-block; 2258 display: inline-block;
2258 height: 19px; 2259 height: 19px;
2259 padding-right: 8px; 2260 padding-right: 8px;
2260 background-position: left; 2261 background-position: left;
2261} 2262}
2262div.directLogin_directLogin div.directLogin_directLogin_body a { 2263div.directLogin_directLogin div.directLogin_directLogin_body a {
2263 vertical-align: -14px; 2264 vertical-align: -14px;
2264} 2265}
2265div.directLogin_directLogin:hover { 2266div.directLogin_directLogin:hover {
2266 background: url(./images/old/directLink_background_left.png) no-repeat 0 0; 2267 background: url(./images/old/directLink_background_left.png) no-repeat 0 0;
2267} 2268}
2268div.directLogin_directLogin:hover div.directLogin_directLogin_body { 2269div.directLogin_directLogin:hover div.directLogin_directLogin_body {
2269 background: url(./images/old/directLink_background.png) right 0; 2270 background: url(./images/old/directLink_background.png) right 0;
2270} 2271}
2271table.rows tbody tr td div.directLogin_directLogin:hover div.directLogin_directLogin_body a { 2272table.rows tbody tr td div.directLogin_directLogin:hover div.directLogin_directLogin_body a {
2272 color: #f3f4eb; 2273 color: #f3f4eb;
2273} 2274}
2274/* @end */ 2275/* @end */
2275/* @group header */ 2276/* @group header */
2276div.directLoginGrid table.rows thead span { 2277div.directLoginGrid table.rows thead span {
2277 color: #e1e0d6; 2278 color: #e1e0d6;
2278} 2279}
2279div.directLoginGrid table.rows thead tr th { 2280div.directLoginGrid table.rows thead tr th {
2280 background-color: #787762; 2281 background-color: #787762;
2281 border-bottom: 1px solid #999883; 2282 border-bottom: 1px solid #999883;
2282} 2283}
2283div.directLoginGrid table.rows thead tr th.faviconTH { 2284div.directLoginGrid table.rows thead tr th.faviconTH {
2284 min-width: 53px; 2285 min-width: 53px;
2285 width: 53px; 2286 width: 53px;
2286} 2287}
2287div.directLoginGrid table.rows thead tr th.titleTH { 2288div.directLoginGrid table.rows thead tr th.titleTH {
2288 min-width: 250px; 2289 min-width: 250px;
2289 width: 250px; 2290 width: 250px;
2290} 2291}
2291div.directLoginGrid table.rows thead tr th.titleTH span { 2292div.directLoginGrid table.rows thead tr th.titleTH span {
2292 margin-left: 7px; 2293 margin-left: 7px;
2293} 2294}
2294div.directLoginGrid table.rows thead tr th.strengthTH { 2295div.directLoginGrid table.rows thead tr th.strengthTH {
2295 width: 100px; 2296 width: 100px;
2296} 2297}
2297div.directLoginGrid table.rows thead tr th.cardTitleTH { 2298div.directLoginGrid table.rows thead tr th.cardTitleTH {
2298 width: 400px; 2299 width: 400px;
2299} 2300}
2300div.directLoginGrid table.rows thead tr th.bookmarkableLinkTH { 2301div.directLoginGrid table.rows thead tr th.bookmarkableLinkTH {
2301 width: 64px; 2302 width: 64px;
2302} 2303}
2303div.directLoginGrid table.rows thead tr th.deleteTH { 2304div.directLoginGrid table.rows thead tr th.deleteTH {
2304 width: 50px; 2305 width: 50px;
2305} 2306}
2306div.directLoginGrid table.rows thead tr th.latestAccessTH { 2307div.directLoginGrid table.rows thead tr th.latestAccessTH {
2307 width: 100px; 2308 width: 100px;
2308} 2309}
2309div.directLoginGrid table.rows thead tr th.commandsTH { 2310div.directLoginGrid table.rows thead tr th.commandsTH {
2310 width: 100px; 2311 width: 100px;
2311} 2312}
2312/* 2313/*
2313div.directLoginGrid table.rows thead a { 2314div.directLoginGrid table.rows thead a {
2314 font-weight: normal; 2315 font-weight: normal;
2315 text-decoration: none; 2316 text-decoration: none;
2316 color: #e9e9df; 2317 color: #e9e9df;
2317 font-size: 9pt; 2318 font-size: 9pt;
2318 line-height: 20px; 2319 line-height: 20px;
2319} 2320}
2320*/ 2321*/
2321div.directLoginGrid table.rows thead img { 2322div.directLoginGrid table.rows thead img {
2322 padding-left: 10px; 2323 padding-left: 10px;
2323 vertical-align: middle; 2324 vertical-align: middle;
2324} 2325}
2325div.directLoginGrid table.rows thead tr th.unsorted span.sortable a { 2326div.directLoginGrid table.rows thead tr th.unsorted span.sortable a {
2326 background: url(./images/old/main/grid/directLogins/unsorted.png) no-repeat; 2327 background: url(./images/old/main/grid/directLogins/unsorted.png) no-repeat;
2327} 2328}
2328div.directLoginGrid table.rows thead tr th.descending span.sortable a { 2329div.directLoginGrid table.rows thead tr th.descending span.sortable a {
2329 background: url(./images/old/main/grid/directLogins/descending.png) no-repeat; 2330 background: url(./images/old/main/grid/directLogins/descending.png) no-repeat;
2330} 2331}
2331div.directLoginGrid table.rows thead tr th.ascending span.sortable a { 2332div.directLoginGrid table.rows thead tr th.ascending span.sortable a {
2332 background: url(./images/old/main/grid/directLogins/ascending.png) no-repeat; 2333 background: url(./images/old/main/grid/directLogins/ascending.png) no-repeat;
2333} 2334}
2334/* @end */ 2335/* @end */
2335/* @end */ 2336/* @end */
2336/* @end */ 2337/* @end */
2337/* @end */ 2338/* @end */
2338/* @group other Panels */ 2339/* @group other Panels */
2339/* @group common styles */ 2340/* @group common styles */
2340/* 2341/*
2341div.subPanelTabs ul { 2342div.subPanelTabs ul {
2342 margin: 0px; 2343 margin: 0px;
2343 margin-right: 7px; 2344 margin-right: 7px;
2344 padding: 0px; 2345 padding: 0px;
2345} 2346}
2346div.subPanelTabs ul li { 2347div.subPanelTabs ul li {
2347 display: inline-block; 2348 display: inline-block;
2348 vertical-align: middle; 2349 vertical-align: middle;
2349 /*width: 130px; * / 2350 /*width: 130px; * /
2350 2351
2351 height: 50px; 2352 height: 50px;
2352 /*border-right: 1px solid #a5a79c; 2353 /*border-right: 1px solid #a5a79c;
2353 border-bottom: 1px solid #a5a79c;* / 2354 border-bottom: 1px solid #a5a79c;* /
2354 2355
2355 border-right: 1px solid #eef0e3; 2356 border-right: 1px solid #eef0e3;
2356 border-bottom: 1px solid #d5d5bc; 2357 border-bottom: 1px solid #d5d5bc;
2357} 2358}
2358div.subPanelTabs ul li.first:hover { 2359div.subPanelTabs ul li.first:hover {
2359 /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -9px -5px; * / 2360 /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -9px -5px; * /
2360 2361
2361} 2362}
2362div.subPanelTabs ul li:hover { 2363div.subPanelTabs ul li:hover {
2363 /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -45px -5px; * / 2364 /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -45px -5px; * /
2364 2365
2365 border-right: 1px solid #d5d5bc; 2366 border-right: 1px solid #d5d5bc;
2366 background-color: #eef0e3; 2367 background-color: #eef0e3;
2367} 2368}
2368div.subPanelTabs ul li a { 2369div.subPanelTabs ul li a {
2369 color: #787872; 2370 color: #787872;
2370 text-decoration: none; 2371 text-decoration: none;
2371 display: block; 2372 display: block;
2372 text-align: center; 2373 text-align: center;
2373 padding-top: 15px; 2374 padding-top: 15px;
2374 padding-left: 20px; 2375 padding-left: 20px;
2375 padding-right: 20px; 2376 padding-right: 20px;
2376 font-size: 13pt; 2377 font-size: 13pt;
2377} 2378}
2378div.subPanelTabs ul li.first { 2379div.subPanelTabs ul li.first {
2379 /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -9px -5px; * / 2380 /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -9px -5px; * /
2380 2381
2381 -webkit-border-top-left-radius: 20px; 2382 -webkit-border-top-left-radius: 20px;
2382 -moz-border-radius-topleft: 20px; 2383 -moz-border-radius-topleft: 20px;
2383 border-top-left-radius: 20px; 2384 border-top-left-radius: 20px;
2384} 2385}
2385div.subPanelTabs ul li.selected { 2386div.subPanelTabs ul li.selected {
2386 /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -45px -5px; * / 2387 /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -45px -5px; * /
2387 2388
2388 background-color: #eef0e3; 2389 background-color: #eef0e3;
2389 border-bottom: 1px solid #eef0e3; 2390 border-bottom: 1px solid #eef0e3;
2390 border-right: 1px solid #d5d5bc; 2391 border-right: 1px solid #d5d5bc;
2391} 2392}
2392div.subPanelTabs ul li.selected:hover { 2393div.subPanelTabs ul li.selected:hover {
2393 border-right: 1px solid #d5d5bc; 2394 border-right: 1px solid #d5d5bc;
2394} 2395}
2395div.subPanelTabs ul li.selected a { 2396div.subPanelTabs ul li.selected a {
2396 color: #444440; 2397 color: #444440;
2397} 2398}
2398div.subPanelContent { 2399div.subPanelContent {
2399 padding-top: 20px; 2400 padding-top: 20px;
2400 padding-left: 30px; 2401 padding-left: 30px;
2401 padding-right: 30px; 2402 padding-right: 30px;
2402 min-height: 280px; 2403 min-height: 280px;
2403 color: #787872; 2404 color: #787872;
2404 margin: 0px 6px 0 9px; 2405 margin: 0px 6px 0 9px;
2405} 2406}
2406div.subPanelContent ul { 2407div.subPanelContent ul {
2407 margin: 0px; 2408 margin: 0px;
2408 padding: 0px; 2409 padding: 0px;
2409 list-style-type: none; 2410 list-style-type: none;
2410} 2411}
2411div.subPanelContent ul li.selected { 2412div.subPanelContent ul li.selected {
2412 display: block; 2413 display: block;
2413} 2414}
2414div.subPanelContent ul li { 2415div.subPanelContent ul li {
2415 display: none; 2416 display: none;
2416} 2417}
2417div.subPanelContent h3 { 2418div.subPanelContent h3 {
2418 margin: 0px; 2419 margin: 0px;
2419 border: 0px; 2420 border: 0px;
2420 padding: 0px; 2421 padding: 0px;
2421} 2422}
2422*/ 2423*/
2423/* @end */ 2424/* @end */
2424/* @group mainPanels otherPanel */ 2425/* @group mainPanels otherPanel */
2425div.mainPanels div.otherPanel { 2426div.mainPanels div.otherPanel {
2426 margin: 5px 10px; 2427 margin: 5px 10px;
2427 background-color: #eef0e3; 2428 background-color: #eef0e3;
2428 -webkit-border-radius: 20px; 2429 -webkit-border-radius: 20px;
2429 -moz-border-radius: 20px; 2430 -moz-border-radius: 20px;
2430 border-radius: 20px; 2431 border-radius: 20px;
2431 -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); 2432 -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6);
2432 -moz-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); 2433 -moz-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6);
2433 box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); 2434 box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6);
2434} 2435}
2435div.mainPanels div.otherPanel div.header { 2436div.mainPanels div.otherPanel div.header {
2436 /*background: url(./images/old/main/blocks/otherPanelBackground.png) no-repeat; */ 2437 /*background: url(./images/old/main/blocks/otherPanelBackground.png) no-repeat; */
2437 2438
2438 /* 2439 /*
2439 height: 90px; 2440 height: 90px;
2440*/ 2441*/
2441 2442
2442 background-color: #d5d5bc; 2443 background-color: #d5d5bc;
2443 /*padding-left: 9px; 2444 /*padding-left: 9px;
2444 padding-top: 5px; */ 2445 padding-top: 5px; */
2445 2446
2446 margin: 0px; 2447 margin: 0px;
2447 margin-bottom: 0px; 2448 margin-bottom: 0px;
2448 -webkit-border-top-left-radius: 20px; 2449 -webkit-border-top-left-radius: 20px;
2449 -webkit-border-top-right-radius: 20px; 2450 -webkit-border-top-right-radius: 20px;
2450 -moz-border-radius-topleft: 20px; 2451 -moz-border-radius-topleft: 20px;
2451 -moz-border-radius-topright: 20px; 2452 -moz-border-radius-topright: 20px;
2452 border-top-left-radius: 20px; 2453 border-top-left-radius: 20px;
2453 border-top-right-radius: 20px; 2454 border-top-right-radius: 20px;
2454} 2455}
2455div.mainPanels div.otherPanel div.body { 2456div.mainPanels div.otherPanel div.body {
2456 /*background: url(./images/old/main/blocks/otherPanelBackground.png) repeat-y -836px; */ 2457 /*background: url(./images/old/main/blocks/otherPanelBackground.png) repeat-y -836px; */
2457 2458
2458 margin: 0px; 2459 margin: 0px;
2459 border: 0px; 2460 border: 0px;
2460 padding: 0px; 2461 padding: 0px;
2461} 2462}
2462div.mainPanels div.otherPanel div.footer { 2463div.mainPanels div.otherPanel div.footer {
2463 /*background: url(./images/old/main/blocks/otherPanelBackground.png) 834px -18px; */ 2464 /*background: url(./images/old/main/blocks/otherPanelBackground.png) 834px -18px; */
2464 2465
2465 height: 45px; 2466 height: 45px;
2466} 2467}
2467div.mainPanels div.otherPanel div.body h1 { 2468div.mainPanels div.otherPanel div.body h1 {
2468 margin: 0px; 2469 margin: 0px;
2469} 2470}
2470/* @end */ 2471/* @end */
2471/* @group Account */ 2472/* @group Account */
2472form.changePassphrase div.currentCredentials, 2473form.changePassphrase div.currentCredentials,
2473form.changePassphrase div.newPassphrase { 2474form.changePassphrase div.newPassphrase {
2474 float: left; 2475 float: left;
2475 padding: 10px 20px; 2476 padding: 10px 20px;
2476} 2477}
2477form.changePassphrase label { 2478form.changePassphrase label {
2478 display: inline-block; 2479 display: inline-block;
2479 width: 150px; 2480 width: 150px;
2480} 2481}
2481form.changePassphrase div.confirm { 2482form.changePassphrase div.confirm {
2482 clear: both; 2483 clear: both;
2483 padding: 10px 20px; 2484 padding: 10px 20px;
2484} 2485}
2485form.changePassphrase div.confirm label { 2486form.changePassphrase div.confirm label {
2486 width: 500px; 2487 width: 500px;
2487} 2488}
2488div.accountPanel h3.manageOTP { 2489div.accountPanel h3.manageOTP {
2489 margin-top: 20px; 2490 margin-top: 20px;
2490 margin-left: -20px; 2491 margin-left: -20px;
2491 padding-top: 10px; 2492 padding-top: 10px;
2492 padding-left: 20px; 2493 padding-left: 20px;
2493 border-top: 1px solid #aaaaaa; 2494 border-top: 1px solid #aaaaaa;
2494} 2495}
2495/* @end */ 2496/* @end */
2496/* @end */ 2497/* @end */
2497/* @group Message Panel (?) */ 2498/* @group Message Panel (?) */
2498/* 2499/*
2499div.messagePanelWrapper div.mask { 2500div.messagePanelWrapper div.mask {
2500 position: fixed; 2501 position: fixed;
2501 top: 0px; 2502 top: 0px;
2502 left: 0px; 2503 left: 0px;
2503 right: 0px; 2504 right: 0px;
2504 bottom: 0px; 2505 bottom: 0px;
2505 2506
2506 background-color: black; 2507 background-color: black;
2507 z-index:50001; 2508 z-index:50001;
2508 2509
2509 -moz-opacity: 0.0; 2510 -moz-opacity: 0.0;
2510 opacity:.0; 2511 opacity:.0;
2511 filter: alpha(opacity=0); 2512 filter: alpha(opacity=0);
2512/ * 2513/ *
2513 -moz-opacity: 0.7; 2514 -moz-opacity: 0.7;
2514 opacity:.70; 2515 opacity:.70;
2515 filter: alpha(opacity=70); 2516 filter: alpha(opacity=70);
2516* / 2517* /
2517} 2518}
2518 2519
2519div.messagePanelFrame { 2520div.messagePanelFrame {
2520 border: 1px solid white; 2521 border: 1px solid white;
2521 z-index:50002; 2522 z-index:50002;
2522/ * 2523/ *
2523 width: 443px; 2524 width: 443px;
2524 height: 155px; 2525 height: 155px;
2525 position: fixed; 2526 position: fixed;
2526 top: 205px; 2527 top: 205px;
2527 left: 260px; 2528 left: 260px;
2528 margin-left: auto; 2529 margin-left: auto;
2529 margin-right: auto; 2530 margin-right: auto;
2530 max-width: 468px; 2531 max-width: 468px;
2531* / 2532* /
2532} 2533}
2533 2534
2534 2535
2535div.messagePanel { 2536div.messagePanel {
2536 position: fixed; 2537 position: fixed;
2537 z-index:50003; 2538 z-index:50003;
2538 top: 0px; 2539 top: 0px;
2539 left: 0px; 2540 left: 0px;
2540/ * 2541/ *
2541 margin-left: auto; 2542 margin-left: auto;
2542 margin-right: auto; 2543 margin-right: auto;
2543 max-width: 468px; 2544 max-width: 468px;
2544 top: 200px; 2545 top: 200px;
2545 left: 250px; 2546 left: 250px;
2546 left: 100px; 2547 left: 100px;
2547 right: 100px; 2548 right: 100px;
2548* / 2549* /
2549} 2550}
2550 2551
2551 div.messagePanel div.header { 2552 div.messagePanel div.header {
2552 height: 34px; 2553 height: 34px;
2553 width: 468; 2554 width: 468;
2554 background-image: url(./images/old/alert/header.png); 2555 background-image: url(./images/old/alert/header.png);
2555} 2556}
2556 2557
2557 div.messagePanel div.body { 2558 div.messagePanel div.body {
2558 background-image: url(./images/old/alert/body.png); 2559 background-image: url(./images/old/alert/body.png);
2559 padding: 0px 20px 10px 20px; 2560 padding: 0px 20px 10px 20px;
2560 min-height: 100px; 2561 min-height: 100px;
2561} 2562}
2562/ * 2563/ *
2563div#javaScriptAlert div.body div.alert { 2564div#javaScriptAlert div.body div.alert {
2564 padding-left: 100px; 2565 padding-left: 100px;
2565 background: url(./images/old/alert/alert.png) no-repeat; 2566 background: url(./images/old/alert/alert.png) no-repeat;
2566} 2567}
2567* / 2568* /
2568 2569
2569div.messagePanel div.body img.alert { 2570div.messagePanel div.body img.alert {
2570 float: left; 2571 float: left;
2571} 2572}
2572 2573
2573div.messagePanel div.body div.alert { 2574div.messagePanel div.body div.alert {
2574 padding-left: 100px; 2575 padding-left: 100px;
2575} 2576}
2576 2577
2577 div.messagePanel div.footer { 2578 div.messagePanel div.footer {
2578 height: 34px; 2579 height: 34px;
2579 width: 468; 2580 width: 468;
2580 background-image: url(./images/old/alert/footer.png); 2581 background-image: url(./images/old/alert/footer.png);
2581} 2582}
2582 2583
2583div.messagePanel div.message h1 { 2584div.messagePanel div.message h1 {
2584 font-size: 16pt; 2585 font-size: 16pt;
2585 margin: 0px; 2586 margin: 0px;
2586 color: #ff5930; 2587 color: #ff5930;
2587} 2588}
2588 2589
2589div.messagePanel div.message p { 2590div.messagePanel div.message p {
2590 margin-top: 0px; 2591 margin-top: 0px;
2591 color: #999999; 2592 color: #999999;
2592} 2593}
2593 2594
2594div.messagePanel div.message h3 { 2595div.messagePanel div.message h3 {
2595 font-size: 12pt; 2596 font-size: 12pt;
2596 margin-bottom: 0px; 2597 margin-bottom: 0px;
2597 color: #ff5930; 2598 color: #ff5930;
2598} 2599}
2599 2600
2600div.messagePanel div.message h5 { 2601div.messagePanel div.message h5 {
2601 margin: 0px; 2602 margin: 0px;
2602 color: #999999; 2603 color: #999999;
2603} 2604}
2604 2605
2605 2606
2606*/ 2607*/
2607/* @end */ 2608/* @end */
2608/* @group LoginProgress (?) */ 2609/* @group LoginProgress (?) */
2609/* 2610/*
2610div#loginProgress { 2611div#loginProgress {
2611 position: relative; 2612 position: relative;
2612 left: -198px; 2613 left: -198px;
2613 top: -118px; 2614 top: -118px;
2614 width: 397px; 2615 width: 397px;
2615 height: 236px; 2616 height: 236px;
2616 background: url(./images/old/loginProgress/background.png); 2617 background: url(./images/old/loginProgress/background.png);
2617} 2618}
2618 2619
2619div#loginProgress div.header { 2620div#loginProgress div.header {
2620 height: 52px; 2621 height: 52px;
2621} 2622}
2622 2623
2623div#loginProgress div.header h3 { 2624div#loginProgress div.header h3 {
2624 font-size: 12pt; 2625 font-size: 12pt;
2625 font-weight: normal; 2626 font-weight: normal;
2626 margin: 0px; 2627 margin: 0px;
2627 color: #787872; 2628 color: #787872;
2628 padding-top: 25px; 2629 padding-top: 25px;
2629 padding-left: 35px; 2630 padding-left: 35px;
2630} 2631}
2631 2632
2632div#loginProgress div.body { 2633div#loginProgress div.body {
2633 height: 120px; 2634 height: 120px;
2634 overflow: auto; 2635 overflow: auto;
2635 margin-left: 19px; 2636 margin-left: 19px;
2636 margin-right: 18px; 2637 margin-right: 18px;
2637} 2638}
2638 2639
2639div#loginProgress div.footer { 2640div#loginProgress div.footer {
2640 margin-left: 19px; 2641 margin-left: 19px;
2641 margin-right: 18px; 2642 margin-right: 18px;
2642} 2643}
2643 2644
2644div#loginProgress div.footer a { 2645div#loginProgress div.footer a {
2645 font-weight: bold; 2646 font-weight: bold;
2646 text-decoration: none; 2647 text-decoration: none;
2647 text-align: center; 2648 text-align: center;
2648 color: #787872; 2649 color: #787872;
2649 display: block; 2650 display: block;
2650 font-size: 11pt; 2651 font-size: 11pt;
2651 width: 100px; 2652 width: 100px;
2652 margin-top: 13px; 2653 margin-top: 13px;
2653 margin-left: auto; 2654 margin-left: auto;
2654 margin-right: auto; 2655 margin-right: auto;
2655} 2656}
2656 2657
2657div#loginProgress div.footer a:hover { 2658div#loginProgress div.footer a:hover {
2658 color: #515247; 2659 color: #515247;
2659} 2660}
2660 2661
2661*/ 2662*/
2662/* @end */ 2663/* @end */
2663div#modalDialogMask, 2664div#modalDialogMask,
2664div.modalDialogMask { 2665div.modalDialogMask {
2665 z-index: 20000; 2666 z-index: 20000;
2666 /* position: absolute;*/ 2667 /* position: absolute;*/
2667 2668
2668 position: fixed; 2669 position: fixed;
2669 top: 0; 2670 top: 0;
2670 left: 0; 2671 left: 0;
2671 -moz-opacity: 0.5; 2672 -moz-opacity: 0.5;
2672 opacity: .50; 2673 opacity: .50;
2673 filter: alpha(opacity=50); 2674 filter: alpha(opacity=50);
2674 /* background-color: #cccccc;*/ 2675 /* background-color: #cccccc;*/
2675 2676
2676 background-color: #000000; 2677 background-color: #000000;
2677 width: 100%; 2678 width: 100%;
2678 height: 100%; 2679 height: 100%;
2679 zoom: 1; 2680 zoom: 1;
2680} 2681}
2681div#modalDialogFrame, 2682div#modalDialogFrame,
2682div.modalDialogFrame { 2683div.modalDialogFrame {
2683 position: absolute; 2684 position: absolute;
2684 /* border: 1px solid white;*/ 2685 /* border: 1px solid white;*/
2685 2686
2686 -moz-opacity: 0.5; 2687 -moz-opacity: 0.5;
2687 opacity: .50; 2688 opacity: .50;
2688 filter: alpha(opacity=50); 2689 filter: alpha(opacity=50);
2689 background-color: #333333; 2690 background-color: #333333;
2690 z-index: 20001; 2691 z-index: 20001;
2691 -webkit-border-radius: 20px; 2692 -webkit-border-radius: 20px;
2692 -moz-border-radius: 20px; 2693 -moz-border-radius: 20px;
2693 border-radius: 20px; 2694 border-radius: 20px;
2694} 2695}
2695div#modalDialog, 2696div#modalDialog,
2696div.modalDialog { 2697div.modalDialog {
2697 z-index: 20001; 2698 z-index: 20001;
2698} 2699}
2699/*div#modalDialog.scrollable,*/ 2700/*div#modalDialog.scrollable,*/
2700div.modalDialog.scrollable { 2701div.modalDialog.scrollable {
2701 position: absolute; 2702 position: absolute;
2702 top: 0; 2703 top: 0;
2703 left: 50%; 2704 left: 50%;
2704} 2705}
2705/*div#modalDialog.fixed,*/ 2706/*div#modalDialog.fixed,*/
2706div.modalDialog.fixed { 2707div.modalDialog.fixed {
2707 position: fixed; 2708 position: fixed;
2708 top: 40%; 2709 top: 40%;
2709 left: 50%; 2710 left: 50%;
2710} 2711}
2711div#modalDialog div, 2712div#modalDialog div,
2712div.modalDialog div { 2713div.modalDialog div {
2713 z-index: 20002; 2714 z-index: 20002;
2714 list-style-type: circle; 2715 list-style-type: circle;
2715} 2716}
2716div.modalDialogMask.simpleMessagePanelMask { 2717div.modalDialogMask.simpleMessagePanelMask {
2717 z-index: 20010; 2718 z-index: 20010;
2718} 2719}
2719div.modalDialogFrame.simpleMessagePanelMask { 2720div.modalDialogFrame.simpleMessagePanelMask {
2720 z-index: 20011; 2721 z-index: 20011;
2721} 2722}
2722div.modalDialog.simpleMessagePanelMask { 2723div.modalDialog.simpleMessagePanelMask {
2723 z-index: 20011; 2724 z-index: 20011;
2724} 2725}
2725div.modalDialog.simpleMessagePanelMask div { 2726div.modalDialog.simpleMessagePanelMask div {
2726 z-index: 20012; 2727 z-index: 20012;
2727} 2728}
2728/* @group Bookmarklet */ 2729/* @group Bookmarklet */
2729div.bookmarklet div.bookmarklet_link { 2730div.bookmarklet div.bookmarklet_link {
2730 /* 2731 /*
2731 padding-top: 5px; 2732 padding-top: 5px;
2732 padding-left: 4px; 2733 padding-left: 4px;
2733 padding-right: 3px; 2734 padding-right: 3px;
2734 2735
2735 float: right; 2736 float: right;
2736 margin-top: 12px; 2737 margin-top: 12px;
2737 margin-right: 13px; 2738 margin-right: 13px;
2738*/ 2739*/
2739 2740
2740 height: 34px; 2741 height: 34px;
2741} 2742}
2742div.bookmarklet div.bookmarklet_link a { 2743div.bookmarklet div.bookmarklet_link a {
2743 color: #838975; 2744 color: #838975;
2744 text-decoration: none; 2745 text-decoration: none;
2745 font-weight: bold; 2746 font-weight: bold;
2746 font-size: 10pt; 2747 font-size: 10pt;
2747 /* 2748 /*
2748 display: block; 2749 display: block;
2749 text-align: right; 2750 text-align: right;
2750 padding-top: 7px; 2751 padding-top: 7px;
2751 padding-right: 11px; 2752 padding-right: 11px;
2752 padding-bottom: 6px; 2753 padding-bottom: 6px;
2753*/ 2754*/
2754 2755
2755} 2756}
2756div.bookmarklet div.bookmarklet_link a div.icon { 2757div.bookmarklet div.bookmarklet_link a div.icon {
2757 background: url(./images/old/bookmarklet/placeholder_icon.png) no-repeat 0 0; 2758 background: url(./images/old/bookmarklet/placeholder_icon.png) no-repeat 0 0;
2758 float: left; 2759 float: left;
2759 width: 34px; 2760 width: 34px;
2760 height: 34px; 2761 height: 34px;
2761} 2762}
2762div.bookmarklet div.bookmarklet_link a:hover div.icon { 2763div.bookmarklet div.bookmarklet_link a:hover div.icon {
2763 background: url(./images/old/bookmarklet/placeholder_selected_icon.png) no-repeat 0 0; 2764 background: url(./images/old/bookmarklet/placeholder_selected_icon.png) no-repeat 0 0;
2764} 2765}
2765div.bookmarklet div.bookmarklet_link a div.text { 2766div.bookmarklet div.bookmarklet_link a div.text {
2766 display: block; 2767 display: block;
2767 float: right; 2768 float: right;
2768 background: url(./images/old/bookmarklet/placeholder.png) no-repeat right 0; 2769 background: url(./images/old/bookmarklet/placeholder.png) no-repeat right 0;
2769 white-space: nowrap; 2770 white-space: nowrap;
2770 height: 34px; 2771 height: 34px;
2771} 2772}
2772div.bookmarklet div.bookmarklet_link a:hover div.text { 2773div.bookmarklet div.bookmarklet_link a:hover div.text {
2773 background: url(./images/old/bookmarklet/placeholder_selected.png) no-repeat right 0; 2774 background: url(./images/old/bookmarklet/placeholder_selected.png) no-repeat right 0;
2774} 2775}
2775div.bookmarklet div.bookmarklet_link a div.text span { 2776div.bookmarklet div.bookmarklet_link a div.text span {
2776 display: block; 2777 display: block;
2777 padding-top: 10px; 2778 padding-top: 10px;
2778 padding-right: 10px; 2779 padding-right: 10px;
2779 padding-left: 6px; 2780 padding-left: 6px;
2780 clear: both; 2781 clear: both;
2781} 2782}
2782/* @end */ 2783/* @end */
2783/* @group Tooltip */ 2784/* @group Tooltip */
2784/* 2785/*
2785div#Clipperz_PM_UI_Common_Components_Tooltip_wrapperNode { 2786div#Clipperz_PM_UI_Common_Components_Tooltip_wrapperNode {
2786 position: absolute; 2787 position: absolute;
2787 top: 0px; 2788 top: 0px;
2788 left: 0px; 2789 left: 0px;
2789} 2790}
2790*/ 2791*/
2791/* @end */ 2792/* @end */
2792/* @group News */ 2793/* @group News */
2793/* 2794/*
2794div#news { 2795div#news {
2795 top: 11px; 2796 top: 11px;
2796 left: 240px; 2797 left: 240px;
2797 width: 353px; 2798 width: 353px;
2798 height: 85px; 2799 height: 85px;
2799 padding-top: 4px; 2800 padding-top: 4px;
2800 position: absolute; 2801 position: absolute;
2801 overflow: hidden; 2802 overflow: hidden;
2802 background: url(./images/old/note.png) 1px 3px; 2803 background: url(./images/old/note.png) 1px 3px;
2803} 2804}
2804 2805
2805div#news.hidden { 2806div#news.hidden {
2806 display: none; 2807 display: none;
2807} 2808}
2808 2809
2809div#news div.close { 2810div#news div.close {
2810 display: inline; 2811 display: inline;
2811 margin-top: 6px; 2812 margin-top: 6px;
2812 margin-left: 17px; 2813 margin-left: 17px;
2813 float: left; 2814 float: left;
2814 width: 15px; 2815 width: 15px;
2815} 2816}
2816 2817
2817div#news div.close a { 2818div#news div.close a {
2818 text-decoration: none; 2819 text-decoration: none;
2819 color: #929c1b; 2820 color: #929c1b;
2820} 2821}
2821 2822
2822div#news div.close a:hover { 2823div#news div.close a:hover {
2823 text-decoration: none; 2824 text-decoration: none;
2824 color: #3d420b; 2825 color: #3d420b;
2825} 2826}
2826 2827
2827div#news div#newsframe { 2828div#news div#newsframe {
2828 display: block; 2829 display: block;
2829 overflow: hidden; 2830 overflow: hidden;
2830 width: 305px; 2831 width: 305px;
2831 height: 70px; 2832 height: 70px;
2832} 2833}
2833 2834
2834div#news div#newsframe iframe { 2835div#news div#newsframe iframe {
2835 border: 0px; 2836 border: 0px;
2836} 2837}
2837*/ 2838*/
2838/* --------------------------------------- */ 2839/* --------------------------------------- */
2839div#news { 2840div#news {
2840 top: -82px; 2841 top: -82px;
2841 left: 240px; 2842 left: 240px;
2842 width: 310px; 2843 width: 310px;
2843 height: 90px; 2844 height: 90px;
2844 position: absolute; 2845 position: absolute;
2845 /*background: url(./images/old/tips/Tips_background.png) 0 -5px; */ 2846 /*background: url(./images/old/tips/Tips_background.png) 0 -5px; */
2846 2847
2847 background-color: #616474; 2848 background-color: #616474;
2848 -webkit-border-bottom-right-radius: 8px; 2849 -webkit-border-bottom-right-radius: 8px;
2849 -webkit-border-bottom-left-radius: 8px; 2850 -webkit-border-bottom-left-radius: 8px;
2850 -moz-border-radius-bottomright: 8px; 2851 -moz-border-radius-bottomright: 8px;
2851 -moz-border-radius-bottomleft: 8px; 2852 -moz-border-radius-bottomleft: 8px;
2852 border-bottom-right-radius: 8px; 2853 border-bottom-right-radius: 8px;
2853 border-bottom-left-radius: 8px; 2854 border-bottom-left-radius: 8px;
2854 -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); 2855 -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6);
2855 -moz-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); 2856 -moz-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6);
2856 box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); 2857 box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6);
2857} 2858}
2858/* 2859/*
2859div#news.open { 2860div#news.open {
2860 background: url(./images/old/tips/Tips_open.png) 0 -5px; 2861 background: url(./images/old/tips/Tips_open.png) 0 -5px;
2861} 2862}
2862 2863
2863div#news.hidden { 2864div#news.hidden {
2864 background: url(./images/old/tips/Tips_close.png) 0 -5px; 2865 background: url(./images/old/tips/Tips_close.png) 0 -5px;
2865} 2866}
2866*/ 2867*/
2867/* 2868/*
2868div#news div#newsframe { 2869div#news div#newsframe {
2869 margin-left: 10px; 2870 margin-left: 10px;
2870 margin-right: 10px; 2871 margin-right: 10px;
2871 height: 75px; 2872 height: 75px;
2872 overflow: hidden; 2873 overflow: hidden;
2873} 2874}
2874div#news div#newsframe.loading { 2875div#news div#newsframe.loading {
2875 background: url(./images/old/loading/news.gif) no-repeat center center; 2876 background: url(./images/old/loading/news.gif) no-repeat center center;
2876} 2877}
2877div#news div#newsframe iframe { 2878div#news div#newsframe iframe {
2878 width: 290px; 2879 width: 290px;
2879 border: 0px; 2880 border: 0px;
2880 color: #616474; 2881 color: #616474;
2881 background-color: #616474; 2882 background-color: #616474;
2882} 2883}
2883div#news div.grip { 2884div#news div.grip {
2884 width: 310px; 2885 width: 310px;
2885 height: 12px; 2886 height: 12px;
2886 margin-top: 2px; 2887 margin-top: 2px;
2887 cursor: pointer; 2888 cursor: pointer;
2888} 2889}
2889div#news.open div.grip { 2890div#news.open div.grip {
2890 background: url(./images/old/tips/close.png) no-repeat center 6px; 2891 background: url(./images/old/tips/close.png) no-repeat center 6px;
2891} 2892}
2892div#news.hidden div.grip { 2893div#news.hidden div.grip {
2893 background: url(./images/old/tips/open.png) no-repeat center 6px; 2894 background: url(./images/old/tips/open.png) no-repeat center 6px;
2894} 2895}
2895*/ 2896*/
2896/* @end */ 2897/* @end */
2897/* @group mainDialog */ 2898/* @group mainDialog */
2898div.mainDialog { 2899div.mainDialog {
2899 position: relative; 2900 position: relative;
2900 left: -263px; 2901 left: -263px;
2901 width: 525px; 2902 width: 525px;
2902 height: 325px; 2903 height: 325px;
2903} 2904}
2904div.scrollable div.mainDialog { 2905div.scrollable div.mainDialog {
2905 top: 0px; 2906 top: 0px;
2906} 2907}
2907div.fixed div.mainDialog { 2908div.fixed div.mainDialog {
2908 top: -118px; 2909 top: -118px;
2909} 2910}
2910div.mainDialog div.header { 2911div.mainDialog div.header {
2911 height: 55px; 2912 height: 55px;
2912 background: url(./images/old/cardDialog/background_header.png) no-repeat; 2913 background: url(./images/old/cardDialog/background_header.png) no-repeat;
2913} 2914}
2914div.mainDialog div.header div.title { 2915div.mainDialog div.header div.title {
2915 padding-top: 16px; 2916 padding-top: 16px;
2916 padding-left: 20px; 2917 padding-left: 20px;
2917 padding-right: 20px; 2918 padding-right: 20px;
2918} 2919}
2919div.mainDialog div.header div.title input { 2920div.mainDialog div.header div.title input {
2920 width: 100%; 2921 width: 100%;
2921 display: block; 2922 display: block;
2922 font-size: 16pt; 2923 font-size: 16pt;
2923 margin: 0px; 2924 margin: 0px;
2924 border: 0px; 2925 border: 0px;
2925 padding: 3px 10px; 2926 padding: 3px 10px;
2926 color: #787872; 2927 color: #787872;
2927 border: 1px solid #cccec0; 2928 border: 1px solid #cccec0;
2928 background-color: #cccec0; 2929 background-color: #cccec0;
2929} 2930}
2930div.mainDialog div.header div.title h3 { 2931div.mainDialog div.header div.title h3 {
2931 display: block; 2932 display: block;
2932 font-size: 16pt; 2933 font-size: 16pt;
2933 color: #787872; 2934 color: #787872;
2934 margin: 0px; 2935 margin: 0px;
2935 border: 0px; 2936 border: 0px;
2936 padding: 3px 10px; 2937 padding: 3px 10px;
2937} 2938}
2938div.mainDialog div.header div.title.selectedField input, 2939div.mainDialog div.header div.title.selectedField input,
2939div.mainDialog div.header div.title:hover input { 2940div.mainDialog div.header div.title:hover input {
2940 border: 1px solid #515247; 2941 border: 1px solid #515247;
2941 background-color: #b5b7ab; 2942 background-color: #b5b7ab;
2942} 2943}
2943div.mainDialog div.header div.title.disabled:hover input { 2944div.mainDialog div.header div.title.disabled:hover input {
2944 border: 1px solid #cccec0; 2945 border: 1px solid #cccec0;
2945 background-color: #cccec0; 2946 background-color: #cccec0;
2946} 2947}
2947div.mainDialog div.body { 2948div.mainDialog div.body {
2948 padding-top: 0px; 2949 padding-top: 0px;
2949 padding-left: 10px; 2950 padding-left: 10px;
2950 padding-right: 9px; 2951 padding-right: 9px;
2951 min-height: 200px; 2952 min-height: 200px;
2952 background: url(./images/old/cardDialog/background_body.png) repeat-y; 2953 background: url(./images/old/cardDialog/background_body.png) repeat-y;
2953} 2954}
2954div.mainDialog div.body div.mask { 2955div.mainDialog div.body div.mask {
2955 display: none; 2956 display: none;
2956} 2957}
2957div.mainDialog.loading div.body div.mask { 2958div.mainDialog.loading div.body div.mask {
2958 display: block; 2959 display: block;
2959 position: absolute; 2960 position: absolute;
2960 top: 55px; 2961 top: 55px;
2961 left: 10px; 2962 left: 10px;
2962 right: 9px; 2963 right: 9px;
2963 bottom: 70px; 2964 bottom: 70px;
2964 z-index: 1001; 2965 z-index: 1001;
2965 background-color: white; 2966 background-color: white;
2966 padding-left: 146px; 2967 padding-left: 146px;
2967 padding-right: 146px; 2968 padding-right: 146px;
2968 padding-top: 70px; 2969 padding-top: 70px;
2969} 2970}
2970div.mainDialog.loading div.body .tabPanels { 2971div.mainDialog.loading div.body .tabPanels {
2971 display: none; 2972 display: none;
2972} 2973}
2973div.mainDialog.loading div.body div.mask h3.progressDescription { 2974div.mainDialog.loading div.body div.mask h3.progressDescription {
2974 margin: 0px; 2975 margin: 0px;
2975 text-align: center; 2976 text-align: center;
2976 padding-bottom: 10px; 2977 padding-bottom: 10px;
2977 color: #cccec0; 2978 color: #cccec0;
2978 font-size: 14pt; 2979 font-size: 14pt;
2979 font-weight: normal; 2980 font-weight: normal;
2980} 2981}
2981div.loadingBar { 2982div.loadingBar {
2982 height: 22px; 2983 height: 22px;
2983 width: 214px; 2984 width: 214px;
2984 background: url(./images/old/loading/loadingBar.gif) no-repeat center top; 2985 background: url(./images/old/loading/loadingBar.gif) no-repeat center top;
2985} 2986}
2986div.loadingBar div.loadingBarProgressBox { 2987div.loadingBar div.loadingBarProgressBox {
2987 padding: 2px; 2988 padding: 2px;
2988} 2989}
2989div.loadingBar div.loadingBarProgress { 2990div.loadingBar div.loadingBarProgress {
2990 height: 18px; 2991 height: 18px;
2991 width: 0%; 2992 width: 0%;
2992 /* background-repeat: no-repeat;*/ 2993 /* background-repeat: no-repeat;*/
2993 2994
2994 background-color: rgba(248, 79, 0, 0.6); 2995 background-color: rgba(248, 79, 0, 0.6);
2995 -webkit-border-radius: 9px; 2996 -webkit-border-radius: 9px;
2996 -moz-border-radius: 9px; 2997 -moz-border-radius: 9px;
2997 border-radius: 9px; 2998 border-radius: 9px;
2998} 2999}
2999/* 3000/*
3000div.loadingBar div.loadingBarProgress div.loadingBarProgress_left { 3001div.loadingBar div.loadingBarProgress div.loadingBarProgress_left {
3001 height: 100%; 3002 height: 100%;
3002 max-width: 8px; 3003 max-width: 8px;
3003 background: url(./images/old/loading/loadingBarProgress.png) no-repeat 0; 3004 background: url(./images/old/loading/loadingBarProgress.png) no-repeat 0;
3004} 3005}
3005 3006
3006div.loadingBar div.loadingBarProgress div.loadingBarProgress_right { 3007div.loadingBar div.loadingBarProgress div.loadingBarProgress_right {
3007 position: relative; 3008 position: relative;
3008 height: 100%; 3009 height: 100%;
3009 margin-left: 8px; 3010 margin-left: 8px;
3010 background: url(./images/old/loading/loadingBarProgress.png) no-repeat right; 3011 background: url(./images/old/loading/loadingBarProgress.png) no-repeat right;
3011 top: -22px; 3012 top: -22px;
3012} 3013}
3013*/ 3014*/
3014div.mainDialog div.body div ul { 3015div.mainDialog div.body div ul {
3015 padding: 0px; 3016 padding: 0px;
3016 clear: both; 3017 clear: both;
3017 margin: 0px; 3018 margin: 0px;
3018 list-style-type: none; 3019 list-style-type: none;
3019} 3020}
3020div.mainDialog div.body div.tabs { 3021div.mainDialog div.body div.tabs {
3021 height: 20px; 3022 height: 20px;
3022} 3023}
3023div.mainDialog div.body div.tabs ul.tabs { 3024div.mainDialog div.body div.tabs ul.tabs {
3024 height: 33px; 3025 height: 33px;
3025 /*border-bottom: 1px solid #515247;*/ 3026 /*border-bottom: 1px solid #515247;*/
3026 3027
3027 /*background: #cccec0 url(./images/old/cardDialog/tabs_shadow.png) repeat-x 0 -5px;*/ 3028 /*background: #cccec0 url(./images/old/cardDialog/tabs_shadow.png) repeat-x 0 -5px;*/
3028 3029
3029 background: url(./images/old/cardDialog/tabs_background.png) repeat-x; 3030 background: url(./images/old/cardDialog/tabs_background.png) repeat-x;
3030} 3031}
3031div.mainDialog div.body div.tabs ul.tabs li { 3032div.mainDialog div.body div.tabs ul.tabs li {
3032 /* width: 150px;*/ 3033 /* width: 150px;*/
3033 3034
3034 height: 32px; 3035 height: 32px;
3035 font-size: 11pt; 3036 font-size: 11pt;
3036 text-align: center; 3037 text-align: center;
3037 border-right: 1px solid #515247; 3038 border-right: 1px solid #515247;
3038 float: left; 3039 float: left;
3039 color: #787872; 3040 color: #787872;
3040 border-bottom: 1px solid #515247; 3041 border-bottom: 1px solid #515247;
3041 background: #cccec0 url(./images/old/cardDialog/tabs_shadow.png) repeat-x 0 -5px; 3042 background: #cccec0 url(./images/old/cardDialog/tabs_shadow.png) repeat-x 0 -5px;
3042 cursor: pointer; 3043 cursor: pointer;
3043} 3044}
3044div.mainDialog div.body div.tabs ul.tabs li div { 3045div.mainDialog div.body div.tabs ul.tabs li div {
3045 display: none; 3046 display: none;
3046} 3047}
3047div.mainDialog div.body div.tabs ul.tabs li span { 3048div.mainDialog div.body div.tabs ul.tabs li span {
3048 display: block; 3049 display: block;
3049 padding-top: 9px; 3050 padding-top: 9px;
3050 padding-bottom: 6px; 3051 padding-bottom: 6px;
3051 padding-left: 40px; 3052 padding-left: 40px;
3052 padding-right: 40px; 3053 padding-right: 40px;
3053} 3054}
3054div.mainDialog div.body div.tabs ul.tabs li:hover { 3055div.mainDialog div.body div.tabs ul.tabs li:hover {
3055 color: #515247; 3056 color: #515247;
3056} 3057}
3057div.mainDialog div.body div.tabs ul.tabs li.disabled:hover { 3058div.mainDialog div.body div.tabs ul.tabs li.disabled:hover {
3058 color: #787872; 3059 color: #787872;
3059 cursor: default; 3060 cursor: default;
3060} 3061}
3061div.mainDialog div.body div.tabs ul.tabs li.selected { 3062div.mainDialog div.body div.tabs ul.tabs li.selected {
3062 color: #515247; 3063 color: #515247;
3063 background-color: #f1f2e9; 3064 background-color: #f1f2e9;
3064 border-bottom: 1px solid #f1f2e9; 3065 border-bottom: 1px solid #f1f2e9;
3065 cursor: default; 3066 cursor: default;
3066} 3067}
3067div.mainDialog div.body div.tabs ul.tabs li.selected.disabled:hover { 3068div.mainDialog div.body div.tabs ul.tabs li.selected.disabled:hover {
3068 color: #515247; 3069 color: #515247;
3069} 3070}
3070div.mainDialog div.body div.tabs ul.tabs li.selected div.backToDirectLoginList { 3071div.mainDialog div.body div.tabs ul.tabs li.selected div.backToDirectLoginList {
3071 position: absolute; 3072 position: absolute;
3072 display: block; 3073 display: block;
3073 top: 63px; 3074 top: 63px;
3074 left: 140; 3075 left: 140;
3075 width: 20px; 3076 width: 20px;
3076} 3077}
3077div.mainDialog div.body div.tabs ul.tabs li.selected div.addDirectLoginButton { 3078div.mainDialog div.body div.tabs ul.tabs li.selected div.addDirectLoginButton {
3078 position: absolute; 3079 position: absolute;
3079 display: block; 3080 display: block;
3080 top: 63px; 3081 top: 63px;
3081 left: 265px; 3082 left: 265px;
3082 width: 20px; 3083 width: 20px;
3083} 3084}
3084div.mainDialog div.body div.tabs ul.tabs li.selected div span { 3085div.mainDialog div.body div.tabs ul.tabs li.selected div span {
3085 padding: 0px; 3086 padding: 0px;
3086 margin: 0px; 3087 margin: 0px;
3087} 3088}
3088div.mainDialog div.body div.tabs ul.tabs li.selected div:hover { 3089div.mainDialog div.body div.tabs ul.tabs li.selected div:hover {
3089 cursor: pointer; 3090 cursor: pointer;
3090} 3091}
3091div.mainDialog div.body .tabPanels { 3092div.mainDialog div.body .tabPanels {
3092 clear: both; 3093 clear: both;
3093} 3094}
3094div.mainDialog div.body ul.tabPanels li.tabPanel { 3095div.mainDialog div.body ul.tabPanels li.tabPanel {
3095 display: none; 3096 display: none;
3096} 3097}
3097div.mainDialog div.body ul.tabPanels li.tabPanel.selected { 3098div.mainDialog div.body ul.tabPanels li.tabPanel.selected {
3098 display: block; 3099 display: block;
3099} 3100}
3100div.mainDialog div.body ul.tabPanels li.tabPanel.selected h2 { 3101div.mainDialog div.body ul.tabPanels li.tabPanel.selected h2 {
3101 margin: 0px; 3102 margin: 0px;
3102 text-align: center; 3103 text-align: center;
3103 padding-top: 50px; 3104 padding-top: 50px;
3104 color: #787872; 3105 color: #787872;
3105} 3106}
3106div.mainDialog div.body ul.tabPanels li.tabPanel.selected div.wizardStepDescription { 3107div.mainDialog div.body ul.tabPanels li.tabPanel.selected div.wizardStepDescription {
3107 margin: 0px 20px 10px; 3108 margin: 0px 20px 10px;
3108 font-size: 10pt; 3109 font-size: 10pt;
3109 color: b0b0b0; 3110 color: b0b0b0;
3110 font-style: italic; 3111 font-style: italic;
3111 text-align: center; 3112 text-align: center;
3112} 3113}
3113div.mainDialog div.footer { 3114div.mainDialog div.footer {
3114 height: 70px; 3115 height: 70px;
3115 background: url(./images/old/cardDialog/background_footer.png) no-repeat 0 -14px; 3116 background: url(./images/old/cardDialog/background_footer.png) no-repeat 0 -14px;
3116} 3117}
3117div.mainDialog div.footer div.buttonArea { 3118div.mainDialog div.footer div.buttonArea {
3118 padding-left: 40px; 3119 padding-left: 40px;
3119 padding-right: 40px; 3120 padding-right: 40px;
3120 padding-top: 15px; 3121 padding-top: 15px;
3121} 3122}
3122div.mainDialog div.footer div.buttonArea div { 3123div.mainDialog div.footer div.buttonArea div {
3123 padding-left: 20px; 3124 padding-left: 20px;
3124 padding-right: 20px; 3125 padding-right: 20px;
3125 float: left; 3126 float: left;
3126 font-weight: bold; 3127 font-weight: bold;
3127 color: #787872; 3128 color: #787872;
3128} 3129}
3129div.mainDialog div.footer div.buttonArea div.disabled { 3130div.mainDialog div.footer div.buttonArea div.disabled {
3130 color: #b1b1a8; 3131 color: #b1b1a8;
3131} 3132}
3132div.mainDialog div.footer div.buttonArea div.disabled:hover { 3133div.mainDialog div.footer div.buttonArea div.disabled:hover {
3133 color: #b1b1a8; 3134 color: #b1b1a8;
3134 cursor: default; 3135 cursor: default;
3135} 3136}
3136div.mainDialog div.footer div.buttonArea div:hover { 3137div.mainDialog div.footer div.buttonArea div:hover {
3137 color: #515247; 3138 color: #515247;
3138 cursor: pointer; 3139 cursor: pointer;
3139} 3140}
3140div.mainDialog div.footer div.buttonArea div.save { 3141div.mainDialog div.footer div.buttonArea div.save {
3141 float: right; 3142 float: right;
3142} 3143}
3143/* @end */ 3144/* @end */
3144/* @group Card Dialog */ 3145/* @group Card Dialog */
3145div.addDirectLoginButton { 3146div.addDirectLoginButton {
3146 height: 20px; 3147 height: 20px;
3147 width: 20px; 3148 width: 20px;
3148 background: url(./images/old/cardDialog/addDirectLogin_disabled_background.png) no-repeat -9px -9px; 3149 background: url(./images/old/cardDialog/addDirectLogin_disabled_background.png) no-repeat -9px -9px;
3149 color: white; 3150 color: white;
3150 font-weight: bold; 3151 font-weight: bold;
3151} 3152}
3152div.addDirectLoginButton span { 3153div.addDirectLoginButton span {
3153 display: block; 3154 display: block;
3154 height: 20px; 3155 height: 20px;
3155 width: 20px; 3156 width: 20px;
3156} 3157}
3157div.addDirectLoginButton:hover { 3158div.addDirectLoginButton:hover {
3158 background: url(./images/old/cardDialog/addDirectLogin_background.png) no-repeat -9px -9px; 3159 background: url(./images/old/cardDialog/addDirectLogin_background.png) no-repeat -9px -9px;
3159} 3160}
3160/* @group Card Dialog - Direct Login */ 3161/* @group Card Dialog - Direct Login */
3161div.directLoginsComponentContainer { 3162div.directLoginsComponentContainer {
3162 overflow: hidden; 3163 overflow: hidden;
3163 /* background-color: green;*/ 3164 /* background-color: green;*/
3164 3165
3165} 3166}
3166div.CardDialog div.directLogins { 3167div.CardDialog div.directLogins {
3167 /* background-color: yellow;*/ 3168 /* background-color: yellow;*/
3168 3169
3169 padding-top: 2px; 3170 padding-top: 2px;
3170} 3171}
3171div.CardDialog div.addNewDirectLoginSplash { 3172div.CardDialog div.addNewDirectLoginSplash {
3172 margin: 0px 80px; 3173 margin: 0px 80px;
3173} 3174}
3174div.CardDialog div.addNewDirectLoginSplash h3 { 3175div.CardDialog div.addNewDirectLoginSplash h3 {
3175 color: #aaaaaa; 3176 color: #aaaaaa;
3176 text-align: center; 3177 text-align: center;
3177 font-weight: normal; 3178 font-weight: normal;
3178 font-size: 11pt; 3179 font-size: 11pt;
3179} 3180}
3180div.CardDialog div.addNewDirectLoginSplash a { 3181div.CardDialog div.addNewDirectLoginSplash a {
3181 display: block; 3182 display: block;
3182 text-decoration: none; 3183 text-decoration: none;
3183 margin-left: auto; 3184 margin-left: auto;
3184 margin-right: auto; 3185 margin-right: auto;
3185 width: 190px; 3186 width: 190px;
3186 /* color: #787878;*/ 3187 /* color: #787878;*/
3187 3188
3188 color: rgba(255, 98, 6, 0.75); 3189 color: rgba(255, 98, 6, 0.75);
3189 text-transform: uppercase; 3190 text-transform: uppercase;
3190 background: url(./images/old/cardDialog/addDirectLogin_disabled_background.png) no-repeat right; 3191 background: url(./images/old/cardDialog/addDirectLogin_disabled_background.png) no-repeat right;
3191} 3192}
3192div.CardDialog div.addNewDirectLoginSplash a span { 3193div.CardDialog div.addNewDirectLoginSplash a span {
3193 text-align: center; 3194 text-align: center;
3194} 3195}
3195div.CardDialog div.addNewDirectLoginSplash a:hover { 3196div.CardDialog div.addNewDirectLoginSplash a:hover {
3196 color: #ff6206; 3197 color: #ff6206;
3197 background: url(./images/old/cardDialog/addDirectLogin_background.png) no-repeat right; 3198 background: url(./images/old/cardDialog/addDirectLogin_background.png) no-repeat right;
3198} 3199}
3199div.CardDialog div.directLoginItem { 3200div.CardDialog div.directLoginItem {
3200 clear: both; 3201 clear: both;
3201 min-height: 32px; 3202 min-height: 32px;
3202 padding-left: 10px; 3203 padding-left: 10px;
3203 padding-top: 4px; 3204 padding-top: 4px;
3204 padding-bottom: 2px; 3205 padding-bottom: 2px;
3205 /* width: 100px;*/ 3206 /* width: 100px;*/
3206 3207
3207 max-height: 32px; 3208 max-height: 32px;
3208 overflow: hidden; 3209 overflow: hidden;
3209} 3210}
3210div.CardDialog div.directLoginItem:hover { 3211div.CardDialog div.directLoginItem:hover {
3211 background-color: #cccec0; 3212 background-color: #cccec0;
3212} 3213}
3213div.CardDialog div.addDirectLoginListItem { 3214div.CardDialog div.addDirectLoginListItem {
3214 min-height: 32px; 3215 min-height: 32px;
3215 padding-left: 10px; 3216 padding-left: 10px;
3216 padding-top: 4px; 3217 padding-top: 4px;
3217 padding-bottom: 2px; 3218 padding-bottom: 2px;
3218 max-height: 32px; 3219 max-height: 32px;
3219 overflow: hidden; 3220 overflow: hidden;
3220 background: url(./images/old/cardDialog/addDirectLogin_disabled_background.png) no-repeat 22px 0; 3221 background: url(./images/old/cardDialog/addDirectLogin_disabled_background.png) no-repeat 22px 0;
3221} 3222}
3222div.CardDialog div.addDirectLoginListItem a { 3223div.CardDialog div.addDirectLoginListItem a {
3223 display: block; 3224 display: block;
3224 font-size: 11pt; 3225 font-size: 11pt;
3225 padding-top: 6px; 3226 padding-top: 6px;
3226 padding-left: 50px; 3227 padding-left: 50px;
3227 color: rgba(255, 98, 6, 0.75); 3228 color: rgba(255, 98, 6, 0.75);
3228 text-decoration: none; 3229 text-decoration: none;
3229 text-transform: uppercase; 3230 text-transform: uppercase;
3230} 3231}
3231div.CardDialog div.addDirectLoginListItem:hover { 3232div.CardDialog div.addDirectLoginListItem:hover {
3232 background: url(./images/old/cardDialog/addDirectLogin_background.png) no-repeat 22px 0; 3233 background: url(./images/old/cardDialog/addDirectLogin_background.png) no-repeat 22px 0;
3233 color: #ff6206; 3234 color: #ff6206;
3234 background-color: #cccec0; 3235 background-color: #cccec0;
3235} 3236}
3236div.CardDialog div.directLoginItem div.cardDialogRecordDirectLoginComponent_favicon img.favicon { 3237div.CardDialog div.directLoginItem div.cardDialogRecordDirectLoginComponent_favicon img.favicon {
3237 width: 32px; 3238 width: 32px;
3238 height: 32px; 3239 height: 32px;
3239 float: left; 3240 float: left;
3240} 3241}
3241div.CardDialog div.directLoginItem div.cardDialogRecordDirectLoginComponent_label input { 3242div.CardDialog div.directLoginItem div.cardDialogRecordDirectLoginComponent_label input {
3242 float: left; 3243 float: left;
3243 font-size: 11pt; 3244 font-size: 11pt;
3244 border: 0px; 3245 border: 0px;
3245 padding: 5px; 3246 padding: 5px;
3246 color: #787872; 3247 color: #787872;
3247 border: 1px solid #ededeb; 3248 border: 1px solid #ededeb;
3248 background-color: #ededeb; 3249 background-color: #ededeb;
3249 height: 30px; 3250 height: 30px;
3250 margin-left: 10px; 3251 margin-left: 10px;
3251 width: 68%; 3252 width: 68%;
3252 margin-right: 5px; 3253 margin-right: 5px;
3253} 3254}
3254div.CardDialog div.directLoginItem:hover div.cardDialogRecordDirectLoginComponent_label input { 3255div.CardDialog div.directLoginItem:hover div.cardDialogRecordDirectLoginComponent_label input {
3255 border: 1px solid #515247; 3256 border: 1px solid #515247;
3256 background-color: #b5b7ab; 3257 background-color: #b5b7ab;
3257} 3258}
3258div.CardDialog div.directLoginItem > div.open { 3259div.CardDialog div.directLoginItem > div.open {
3259 float: left; 3260 float: left;
3260 margin-top: 5px; 3261 margin-top: 5px;
3261 margin-right: 2px; 3262 margin-right: 2px;
3262 padding-left: 5px; 3263 padding-left: 5px;
3263 visibility: hidden; 3264 visibility: hidden;
3264} 3265}
3265div.CardDialog div.directLoginItem > div.edit, 3266div.CardDialog div.directLoginItem > div.edit,
3266div.CardDialog div.directLoginItem > div.delete { 3267div.CardDialog div.directLoginItem > div.delete {
3267 float: left; 3268 float: left;
3268 margin-top: 5px; 3269 margin-top: 5px;
3269 margin-left: 3px; 3270 margin-left: 3px;
3270 padding-left: 5px; 3271 padding-left: 5px;
3271 visibility: hidden; 3272 visibility: hidden;
3272} 3273}
3273div.CardDialog div.directLoginItem > div.open a { 3274div.CardDialog div.directLoginItem > div.open a {
3274 display: block; 3275 display: block;
3275 width: 22px; 3276 width: 22px;
3276 height: 22px; 3277 height: 22px;
3277 background: url(./images/old/cardDialog/openDirectLogin.png) no-repeat 0 -2px; 3278 background: url(./images/old/cardDialog/openDirectLogin.png) no-repeat 0 -2px;
3278} 3279}
3279div.CardDialog div.directLoginItem > div.open a:hover { 3280div.CardDialog div.directLoginItem > div.open a:hover {
3280 background: url(./images/old/cardDialog/openDirectLogin_selected.png) no-repeat 0 -2px; 3281 background: url(./images/old/cardDialog/openDirectLogin_selected.png) no-repeat 0 -2px;
3281} 3282}
3282div.CardDialog div.directLoginItem:hover > div.open, 3283div.CardDialog div.directLoginItem:hover > div.open,
3283div.CardDialog div.directLoginItem:hover > div.edit, 3284div.CardDialog div.directLoginItem:hover > div.edit,
3284div.CardDialog div.directLoginItem:hover > div.delete { 3285div.CardDialog div.directLoginItem:hover > div.delete {
3285 visibility: visible; 3286 visibility: visible;
3286} 3287}
3287div.CardDialog div.directLoginItem div.edit span { 3288div.CardDialog div.directLoginItem div.edit span {
3288 padding-right: 6px; 3289 padding-right: 6px;
3289 display: block; 3290 display: block;
3290} 3291}
3291div.CardDialog div.directLoginItem div.open span a, 3292div.CardDialog div.directLoginItem div.open span a,
3292div.CardDialog div.directLoginItem div.edit span a, 3293div.CardDialog div.directLoginItem div.edit span a,
3293div.CardDialog div.directLoginItem div.delete span a { 3294div.CardDialog div.directLoginItem div.delete span a {
3294 font-size: 8pt; 3295 font-size: 8pt;
3295 color: #666666; 3296 color: #666666;
3296 text-decoration: none; 3297 text-decoration: none;
3297 line-height: 19px; 3298 line-height: 19px;
3298} 3299}
3299div.CardDialog div.directLoginItem div.edit:hover { 3300div.CardDialog div.directLoginItem div.edit:hover {
3300 background: url(./images/old/new_background_left.png) no-repeat; 3301 background: url(./images/old/new_background_left.png) no-repeat;
3301} 3302}
3302div.CardDialog div.directLoginItem div:hover span a { 3303div.CardDialog div.directLoginItem div:hover span a {
3303 color: white; 3304 color: white;
3304} 3305}
3305div.CardDialog div.directLoginItem div.edit:hover span { 3306div.CardDialog div.directLoginItem div.edit:hover span {
3306 background: url(./images/old/new_background.png) no-repeat right center; 3307 background: url(./images/old/new_background.png) no-repeat right center;
3307} 3308}
3308div.CardDialog div.directLoginItem div.delete:hover { 3309div.CardDialog div.directLoginItem div.delete:hover {
3309 background: url(./images/old/delete_background_left.png) no-repeat; 3310 background: url(./images/old/delete_background_left.png) no-repeat;
3310} 3311}
3311div.CardDialog div.directLoginItem div.delete:hover span { 3312div.CardDialog div.directLoginItem div.delete:hover span {
3312 background: url(./images/old/delete_background.png) right; 3313 background: url(./images/old/delete_background.png) right;
3313} 3314}
3314/* @group Direct Login Editing */ 3315/* @group Direct Login Editing */
3315div.CardDialog div.directLoginEditDetail { 3316div.CardDialog div.directLoginEditDetail {
3316 position: relative; 3317 position: relative;
3317 /* background-color: red;*/ 3318 /* background-color: red;*/
3318 3319
3319} 3320}
3320/* 3321/*
3321div.CardDialog div.directLoginEditDetail div.back { 3322div.CardDialog div.directLoginEditDetail div.back {
3322 float: left; 3323 float: left;
3323 width: 30px; 3324 width: 30px;
3324} 3325}
3325 3326
3326div.CardDialog div.directLoginEditDetail div.back a { 3327div.CardDialog div.directLoginEditDetail div.back a {
3327 display: block; 3328 display: block;
3328 padding: 5px; 3329 padding: 5px;
3329 text-decoration: none; 3330 text-decoration: none;
3330 font-weight: bold; 3331 font-weight: bold;
3331 font-size: 14pt; 3332 font-size: 14pt;
3332 color: #cccec0; 3333 color: #cccec0;
3333 3334
3334 background: url(./images/old/cardDialog/back.png) no-repeat 5px 14px; 3335 background: url(./images/old/cardDialog/back.png) no-repeat 5px 14px;
3335 width: 20px; 3336 width: 20px;
3336 height: 200px; 3337 height: 200px;
3337} 3338}
3338 3339
3339div.CardDialog div.directLoginEditDetail div.back a:hover { 3340div.CardDialog div.directLoginEditDetail div.back a:hover {
3340 color: #7f7872; 3341 color: #7f7872;
3341 background: url(./images/old/cardDialog/back_selected.png) no-repeat 5px 14px; 3342 background: url(./images/old/cardDialog/back_selected.png) no-repeat 5px 14px;
3342} 3343}
3343*/ 3344*/
3344form.directLoginEditingForm div.title, 3345form.directLoginEditingForm div.title,
3345form.directLoginEditingForm div.favicon { 3346form.directLoginEditingForm div.favicon {
3346 padding: 5px 10px; 3347 padding: 5px 10px;
3347} 3348}
3348form.directLoginEditingForm div.title.disabled:hover { 3349form.directLoginEditingForm div.title.disabled:hover {
3349 background-color: #f1f2e9; 3350 background-color: #f1f2e9;
3350} 3351}
3351form.directLoginEditingForm div.title:hover, 3352form.directLoginEditingForm div.title:hover,
3352form.directLoginEditingForm div.favicon:hover { 3353form.directLoginEditingForm div.favicon:hover {
3353 background-color: #cccec0; 3354 background-color: #cccec0;
3354} 3355}
3355form.directLoginEditingForm div.title input { 3356form.directLoginEditingForm div.title input {
3356 /* width: 100%; */ 3357 /* width: 100%; */
3357 3358
3358 margin: 0px; 3359 margin: 0px;
3359 margin-left: 10px; 3360 margin-left: 10px;
3360 width: 440px; 3361 width: 440px;
3361} 3362}
3362form.directLoginEditingForm div.favicon { 3363form.directLoginEditingForm div.favicon {
3363 padding-left: 10px; 3364 padding-left: 10px;
3364} 3365}
3365/*form.directLoginEditingForm div.favicon img.favicon {*/ 3366/*form.directLoginEditingForm div.favicon img.favicon {*/
3366form.directLoginEditingForm img.favicon { 3367form.directLoginEditingForm img.favicon {
3367 float: left; 3368 float: left;
3368 width: 32px; 3369 width: 32px;
3369 height: 32px; 3370 height: 32px;
3370} 3371}
3371form.directLoginEditingForm div.favicon input { 3372form.directLoginEditingForm div.favicon input {
3372 margin-top: 1px; 3373 margin-top: 1px;
3373 width: 465px; 3374 width: 465px;
3374} 3375}
3375form.directLoginEditingForm div.disabled:hover input, 3376form.directLoginEditingForm div.disabled:hover input,
3376form.directLoginEditingForm div input { 3377form.directLoginEditingForm div input {
3377 font-size: 11pt; 3378 font-size: 11pt;
3378 border: 0px; 3379 border: 0px;
3379 padding: 5px; 3380 padding: 5px;
3380 color: #787872; 3381 color: #787872;
3381 border: 1px solid #ededeb; 3382 border: 1px solid #ededeb;
3382 background-color: #ededeb; 3383 background-color: #ededeb;
3383 height: 30px; 3384 height: 30px;
3384} 3385}
3385form.directLoginEditingForm div:hover input { 3386form.directLoginEditingForm div:hover input {
3386 border: 1px solid #515247; 3387 border: 1px solid #515247;
3387 background-color: #b5b7ab; 3388 background-color: #b5b7ab;
3388} 3389}
3389/* @group Bindings */ 3390/* @group Bindings */
3390div.bindings div.binding > span.formFieldName { 3391div.bindings div.binding > span.formFieldName {
3391 display: inline-block; 3392 display: inline-block;
3392 width: 140px; 3393 width: 140px;
3393 overflow: hidden; 3394 overflow: hidden;
3394 margin-right: 10px; 3395 margin-right: 10px;
3395 color: #6b5147; 3396 color: #6b5147;
3396 text-overflow: ellipsis; 3397 text-overflow: ellipsis;
3397} 3398}
3398div.bindings div.binding { 3399div.bindings div.binding {
3399 padding-bottom: 3px; 3400 padding-bottom: 3px;
3400} 3401}
3401div.bindings div.binding > input { 3402div.bindings div.binding > input {
3402 margin-right: 10px; 3403 margin-right: 10px;
3403 background: #cccec0; 3404 background: #cccec0;
3404 width: 150px; 3405 width: 150px;
3405 border: 1px solid #cccec0; 3406 border: 1px solid #cccec0;
3406} 3407}
3407div.bindings div.binding:hover > input { 3408div.bindings div.binding:hover > input {
3408 border: 1px solid #cccec0; 3409 border: 1px solid #cccec0;
3409} 3410}
3410div.bindings div.binding > select { 3411div.bindings div.binding > select {
3411 font-size: 13pt; 3412 font-size: 13pt;
3412} 3413}
3413div.bindings div.binding span.fieldLock { 3414div.bindings div.binding span.fieldLock {
3414 display: inline-block; 3415 display: inline-block;
3415 width: 20px; 3416 width: 20px;
3416 height: 20px; 3417 height: 20px;
3417 margin-right: 3px; 3418 margin-right: 3px;
3418} 3419}
3419div.bindings div.binding.showLocked input { 3420div.bindings div.binding.showLocked input {
3420 background: url(./images/old/cardDialog/password_background.png) no-repeat 2px 3px; 3421 background: url(./images/old/cardDialog/password_background.png) no-repeat 2px 3px;
3421 /* color: black;*/ 3422 /* color: black;*/
3422 3423
3423 overflow: hidden; 3424 overflow: hidden;
3424 background: #cccec0 url(./images/old/cardDialog/password_background.png) no-repeat 2px 3px; 3425 background: #cccec0 url(./images/old/cardDialog/password_background.png) no-repeat 2px 3px;
3425 color: rgba(237, 237, 235, 0.1); 3426 color: rgba(237, 237, 235, 0.1);
3426} 3427}
3427div.bindings div.binding span.fieldLock a { 3428div.bindings div.binding span.fieldLock a {
3428 display: none; 3429 display: none;
3429} 3430}
3430div.bindings div.binding.locked span.fieldLock a { 3431div.bindings div.binding.locked span.fieldLock a {
3431 display: block; 3432 display: block;
3432 width: 20px; 3433 width: 20px;
3433 height: 20px; 3434 height: 20px;
3434 text-decoration: none; 3435 text-decoration: none;
3435 background-image: url(./images/old/cardDialog/lock_open.png); 3436 background-image: url(./images/old/cardDialog/lock_open.png);
3436} 3437}
3437div.bindings div.binding.locked.showLocked span.fieldLock a { 3438div.bindings div.binding.locked.showLocked span.fieldLock a {
3438 background-image: url(./images/old/cardDialog/lock_closed.png); 3439 background-image: url(./images/old/cardDialog/lock_closed.png);
3439 text-decoration: none; 3440 text-decoration: none;
3440} 3441}
3441/* @end */ 3442/* @end */
3442/* @group FormValues */ 3443/* @group FormValues */
3443div.formValues { 3444div.formValues {
3444 padding-top: 15px; 3445 padding-top: 15px;
3445} 3446}
3446div.formValues div.formValue div { 3447div.formValues div.formValue div {
3447 margin: 0px; 3448 margin: 0px;
3448 display: inline-block; 3449 display: inline-block;
3449} 3450}
3450div.formValues div.formValue > span.formFieldName { 3451div.formValues div.formValue > span.formFieldName {
3451 display: inline-table; 3452 display: inline-table;
3452 width: 160px; 3453 width: 160px;
3453 overflow: hidden; 3454 overflow: hidden;
3454 margin-right: 10px; 3455 margin-right: 10px;
3455 color: #6b5147; 3456 color: #6b5147;
3456} 3457}
3457/* @end */ 3458/* @end */
3458/* @group FormValues */ 3459/* @group FormValues */
3459/* 3460/*
3460div.formValues { 3461div.formValues {
3461 padding-top: 15px; 3462 padding-top: 15px;
3462} 3463}
3463 3464
3464div.formValues div.formValue > span.formFieldName { 3465div.formValues div.formValue > span.formFieldName {
3465 display: inline-table; 3466 display: inline-table;
3466 width: 150px; 3467 width: 150px;
3467 overflow: hidden; 3468 overflow: hidden;
3468 margin-right: 35px; 3469 margin-right: 35px;
3469 color: #6b5147; 3470 color: #6b5147;
3470} 3471}
3471 3472
3472div.formValues div.formValue > select { 3473div.formValues div.formValue > select {
3473 padding-left: 20px; 3474 padding-left: 20px;
3474} 3475}
3475*/ 3476*/
3476/* @end */ 3477/* @end */
3477/* @group Panels */ 3478/* @group Panels */
3478div.directLoginEditing { 3479div.directLoginEditing {
3479 padding-top: 2px; 3480 padding-top: 2px;
3480} 3481}
3481div.directLoginEditing div.tabContainer { 3482div.directLoginEditing div.tabContainer {
3482 min-height: 150px; 3483 min-height: 150px;
3483 height: 200px; 3484 height: 200px;
3484} 3485}
3485div.directLoginEditing div.tabContainer > ul.tabs { 3486div.directLoginEditing div.tabContainer > ul.tabs {
3486 display: none; 3487 display: none;
3487} 3488}
3488/* 3489/*
3489div.directLoginEditing li.configuration, 3490div.directLoginEditing li.configuration,
3490div.directLoginEditing li.bindings, 3491div.directLoginEditing li.bindings,
3491div.directLoginEditing li.favicon { 3492div.directLoginEditing li.favicon {
3492 padding: 10px; 3493 padding: 10px;
3493} 3494}
3494*/ 3495*/
3495div.directLoginEditing li { 3496div.directLoginEditing li {
3496 padding: 10px; 3497 padding: 10px;
3497} 3498}
3498div.directLoginEditing li.configuration > .bookmarkletConfigurationWrapper > textarea { 3499div.directLoginEditing li.configuration > .bookmarkletConfigurationWrapper > textarea {
3499 float: left; 3500 float: left;
3500 width: 320px; 3501 width: 320px;
3501 height: 125px; 3502 height: 125px;
3502 font-family: monospace; 3503 font-family: monospace;
3503 font-weight: normal; 3504 font-weight: normal;
3504 font-size: 8pt; 3505 font-size: 8pt;
3505 border: 1px solid #ccc; 3506 border: 1px solid #ccc;
3506} 3507}
3507div.directLoginEditing li.configuration > .bookmarkletConfigurationWrapper .bookmarkletComponent { 3508div.directLoginEditing li.configuration > .bookmarkletConfigurationWrapper .bookmarkletComponent {
3508 float: right; 3509 float: right;
3509} 3510}
3510div.directLoginEditing li.configuration > textarea.error { 3511div.directLoginEditing li.configuration > textarea.error {
3511 border: 1px solid red; 3512 border: 1px solid red;
3512 background-color: rgba(255, 0, 0, 0.1); 3513 background-color: rgba(255, 0, 0, 0.1);
3513} 3514}
3514/* 3515/*
3515div.directLoginEditing > form.directLoginEditingForm > div.tabContainer { 3516div.directLoginEditing > form.directLoginEditingForm > div.tabContainer {
3516 padding-top: 10px; 3517 padding-top: 10px;
3517} 3518}
3518 3519
3519div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li { 3520div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li {
3520 float: left; 3521 float: left;
3521 padding-left: 10px; 3522 padding-left: 10px;
3522 padding-right: 10px; 3523 padding-right: 10px;
3523 display: block; 3524 display: block;
3524 font-size: 10pt; 3525 font-size: 10pt;
3525 color: #787872; 3526 color: #787872;
3526 cursor: pointer; 3527 cursor: pointer;
3527 3528
3528 height: 22px; 3529 height: 22px;
3529 text-align: center; 3530 text-align: center;
3530 border-right: 1px solid #aaa; 3531 border-right: 1px solid #aaa;
3531 border-bottom: 1px solid #aaa; 3532 border-bottom: 1px solid #aaa;
3532 border-top: 1px solid #aaa; 3533 border-top: 1px solid #aaa;
3533 3534
3534 background-color: #cccec0; 3535 background-color: #cccec0;
3535} 3536}
3536 3537
3537div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li:first-child { 3538div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li:first-child {
3538 border-left: 1px solid #aaa; 3539 border-left: 1px solid #aaa;
3539} 3540}
3540 3541
3541div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs { 3542div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs {
3542 height: 23px; 3543 height: 23px;
3543 padding-left: 10px; 3544 padding-left: 10px;
3544 border-bottom: 1px solid #aaa; 3545 border-bottom: 1px solid #aaa;
3545 margin-left: 10px; 3546 margin-left: 10px;
3546 margin-right: 10px; 3547 margin-right: 10px;
3547} 3548}
3548 3549
3549div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li > span { 3550div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li > span {
3550 line-height: 23px; 3551 line-height: 23px;
3551} 3552}
3552 3553
3553div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li.selected { 3554div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li.selected {
3554 color: #6a5147; 3555 color: #6a5147;
3555 cursor: default; 3556 cursor: default;
3556 border-bottom: 1px solid #f1f2e9; 3557 border-bottom: 1px solid #f1f2e9;
3557 background-color: #f1f2e9; 3558 background-color: #f1f2e9;
3558} 3559}
3559 3560
3560div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li:hover { 3561div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li:hover {
3561 color: #6a5147; 3562 color: #6a5147;
3562} 3563}
3563 3564
3564div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabPanels { 3565div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabPanels {
3565 padding-bottom: 5px; 3566 padding-bottom: 5px;
3566 margin-left: 10px; 3567 margin-left: 10px;
3567 margin-right: 10px; 3568 margin-right: 10px;
3568} 3569}
3569 3570
3570div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabPanels > li.selected { 3571div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabPanels > li.selected {
3571 border-bottom: 1px solid #aaa; 3572 border-bottom: 1px solid #aaa;
3572 border-left: 1px solid #aaa; 3573 border-left: 1px solid #aaa;
3573 border-right: 1px solid #aaa; 3574 border-right: 1px solid #aaa;
3574} 3575}
3575 3576
3576div.directLoginEditing li.configuration { 3577div.directLoginEditing li.configuration {
3577 padding: 5px; 3578 padding: 5px;
3578} 3579}
3579 3580
3580div.directLoginEditing li.configuration > textarea { 3581div.directLoginEditing li.configuration > textarea {
3581 width: 100%; 3582 width: 100%;
3582 height: 100px; 3583 height: 100px;
3583 font-family: monospace; 3584 font-family: monospace;
3584 font-weight: normal; 3585 font-weight: normal;
3585 font-size: 8pt; 3586 font-size: 8pt;
3586} 3587}
3587*/ 3588*/
3588/* @end */ 3589/* @end */
3589/* @end */ 3590/* @end */
3590/* @end */ 3591/* @end */
3591/* @group Card Dialog FIELDS */ 3592/* @group Card Dialog FIELDS */
3592div.CardDialog div.body { 3593div.CardDialog div.body {
3593 padding-bottom: 1px; 3594 padding-bottom: 1px;
3594} 3595}
3595div.CardDialog div.body table.fields { 3596div.CardDialog div.body table.fields {
3596 width: 100%; 3597 width: 100%;
3597 padding-top: 8px; 3598 padding-top: 8px;
3598 padding-bottom: 1px; 3599 padding-bottom: 1px;
3599} 3600}
3600div.CardDialog div.body table.fields thead { 3601div.CardDialog div.body table.fields thead {
3601 background: url(./images/old/cardDialog/dottedLine_background.png) repeat-x 0 15px; 3602 background: url(./images/old/cardDialog/dottedLine_background.png) repeat-x 0 15px;
3602} 3603}
3603div.CardDialog div.body table.fields tfoot { 3604div.CardDialog div.body table.fields tfoot {
3604 background: url(./images/old/cardDialog/dottedLine_background.png) repeat-x 0 bottom; 3605 background: url(./images/old/cardDialog/dottedLine_background.png) repeat-x 0 bottom;
3605} 3606}
3606div.CardDialog div.body table.fields thead th { 3607div.CardDialog div.body table.fields thead th {
3607 text-align: left; 3608 text-align: left;
3608 font-weight: normal; 3609 font-weight: normal;
3609 font-size: 9pt; 3610 font-size: 9pt;
3610 color: #787872; 3611 color: #787872;
3611 padding-left: 10px; 3612 padding-left: 10px;
3612 padding-bottom: 3px; 3613 padding-bottom: 3px;
3613 /* 3614 /*
3614 border-bottom: 1px dotted; 3615 border-bottom: 1px dotted;
3615*/ 3616*/
3616 3617
diff --git a/frontend/gamma/js/Clipperz/PM/UI/Web/Components/PageFooter.js b/frontend/gamma/js/Clipperz/PM/UI/Web/Components/PageFooter.js
index e6ae72b..dcf506f 100644
--- a/frontend/gamma/js/Clipperz/PM/UI/Web/Components/PageFooter.js
+++ b/frontend/gamma/js/Clipperz/PM/UI/Web/Components/PageFooter.js
@@ -1,67 +1,67 @@
1/* 1/*
2 2
3Copyright 2008-2011 Clipperz Srl 3Copyright 2008-2011 Clipperz Srl
4 4
5This file is part of Clipperz Community Edition. 5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager. 6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please 7For further information about its features and functionalities please
8refer to http://www.clipperz.com. 8refer to http://www.clipperz.com.
9 9
10* Clipperz Community Edition is free software: you can redistribute 10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public 11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version 12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version. 13 3 of the License, or (at your option) any later version.
14 14
15* Clipperz Community Edition is distributed in the hope that it will 15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied 16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details. 18 See the GNU Affero General Public License for more details.
19 19
20* You should have received a copy of the GNU Affero General Public 20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see 21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>. 22 <http://www.gnu.org/licenses/>.
23 23
24*/ 24*/
25 25
26Clipperz.Base.module('Clipperz.PM.UI.Web.Components'); 26Clipperz.Base.module('Clipperz.PM.UI.Web.Components');
27 27
28Clipperz.PM.UI.Web.Components.PageFooter = function(args) { 28Clipperz.PM.UI.Web.Components.PageFooter = function(args) {
29 args = args || {}; 29 args = args || {};
30 30
31 Clipperz.PM.UI.Web.Components.PageFooter.superclass.constructor.apply(this, arguments); 31 Clipperz.PM.UI.Web.Components.PageFooter.superclass.constructor.apply(this, arguments);
32 32
33 return this; 33 return this;
34} 34}
35 35
36//============================================================================= 36//=============================================================================
37 37
38Clipperz.Base.extend(Clipperz.PM.UI.Web.Components.PageFooter, Clipperz.PM.UI.Common.Components.BaseComponent, { 38Clipperz.Base.extend(Clipperz.PM.UI.Web.Components.PageFooter, Clipperz.PM.UI.Common.Components.BaseComponent, {
39 39
40 //------------------------------------------------------------------------- 40 //-------------------------------------------------------------------------
41 41
42 'toString': function () { 42 'toString': function () {
43 return "Clipperz.PM.UI.Web.Components.PageFooter component"; 43 return "Clipperz.PM.UI.Web.Components.PageFooter component";
44 }, 44 },
45 45
46 //------------------------------------------------------------------------- 46 //-------------------------------------------------------------------------
47 47
48 'renderSelf': function(/*aContainer, aPosition*/) { 48 'renderSelf': function(/*aContainer, aPosition*/) {
49 this.append(this.element(), [ 49 this.append(this.element(), [
50 {tag:'div', cls:'footerWrapper', children:[ 50 {tag:'div', cls:'footerWrapper', children:[
51 {tag:'div', cls:'footerContent', children:[ 51 {tag:'div', cls:'footerContent', children:[
52 {tag:'canvas', id:this.getId('footerStarIcon'), cls:'footerStarIcon'}, 52 {tag:'canvas', id:this.getId('footerStarIcon'), cls:'footerStarIcon'},
53 {tag:'span', cls:'copyright', html:'Copyright &copy; 2009-2013 Clipperz Srl'}, 53 {tag:'span', cls:'copyright', html:'Copyright &copy; 2009-2013 Clipperz Srl'},
54 {tag:'a', href:'http://www.clipperz.com/terms_of_service',target:'_blank', html:'terms of service'}, 54 {tag:'a', href:'http://www.clipperz.com/terms_of_service',target:'_blank', html:'terms of service'},
55 {tag:'a', href:'http://www.clipperz.com/privacy_policy',target:'_blank', html:'privacy policy'}, 55 {tag:'a', href:'http://www.clipperz.com/privacy_policy',target:'_blank', html:'privacy policy'},
56 {tag:'div', cls:'applicationVersion', htmlString:'application version: [<a href="https://github.com/clipperz/password-manager/tree/' + Clipperz_version + '" target="github">' + Clipperz_version + '</a>]'} 56 {tag:'div', cls:'applicationVersion', htmlString:'application version: <a href="https://github.com/clipperz/password-manager/tree/' + Clipperz_version + '" target="github">' + Clipperz_version + '</a>'}
57 ]} 57 ]}
58 ]} 58 ]}
59 ]); 59 ]);
60 60
61 Clipperz.PM.UI.Canvas.star.normal(this.getElement('footerStarIcon'), "#7e7e7e"); 61 Clipperz.PM.UI.Canvas.star.normal(this.getElement('footerStarIcon'), "#7e7e7e");
62 }, 62 },
63 63
64 //------------------------------------------------------------------------- 64 //-------------------------------------------------------------------------
65 65
66 __syntaxFix__: "syntax fix" 66 __syntaxFix__: "syntax fix"
67}); 67});