]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
yet another pref tabs fix for Safari
[tt-rss.git] / tt-rss.css
CommitLineData
1cd17194 1body {
e5d758e3
AD
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
e3a21a25 6 font-family : "Lucida Grande", sans-serif;
1cd17194
AD
7}
8
803cfab1
AD
9blockquote {
10 margin : 5px;
11 border-width : 0px 0px 0px 4px;
12 border-color : #f0f0f0;
13 border-style : solid;
14 padding : 2px 0px 2px 5px;
15}
16
e828e31e 17div.postReply {
e5d758e3 18 padding : 10px;
1cd17194
AD
19}
20
f7181e9b 21div.postReply a {
e5d758e3 22 color : #4684ff;
f7181e9b
AD
23}
24
25div.postReply a:hover {
e5d758e3 26 color : black;
f7181e9b
AD
27}
28
e828e31e 29div.postReply div.postHeader {
e5d758e3
AD
30 background : #ecf4ff;
31 border : 1px solid #88b0f0;
96b58583
AD
32}
33
34div.postReply > div.postHeader {
e5d758e3 35 padding : 5px;
1cd17194
AD
36}
37
e828e31e 38div.postReply div.postContent {
e5d758e3 39 padding : 10px;
e9aecd4d 40 font-size : 10pt;
f0601b87
AD
41}
42
e828e31e 43div.postReply div.postIcon {
e5d758e3
AD
44 float : right;
45 border : 0px;
46 margin : 10px 0px 10px 10px;
5f89f780 47}
e828e31e
AD
48
49ul.feedList {
e5d758e3
AD
50 list-style-type : none;
51 margin : 5px;
d05514a4 52 padding : 0px 0px 0px 5px;
e9aecd4d
AD
53 font-size : 9pt;
54 font-family : "Lucida Grande", Tahoma, sans-serif;
91ff844a
AD
55}
56
57ul.feedList li.feedCat {
e5d758e3
AD
58 margin : 0px;
59 padding : 3px 0px 3px 0px;
60 color : #707070;
e9aecd4d 61 font-size : 9pt;
91ff844a
AD
62}
63
fe14aeb8 64ul.feedList li.feedCat a {
e5d758e3 65 color : #707070;
fe14aeb8
AD
66}
67
68ul.feedList li.feedCat a:hover {
e5d758e3 69 color : #4684ff;
fe14aeb8
AD
70}
71
91ff844a 72ul.feedCatList {
e5d758e3 73 list-style-type : none;
d05514a4 74 margin : 0px 0px 0px 15px;
e5d758e3 75 padding : 0px;
91ff844a
AD
76}
77
78ul.feedCatList li {
e5d758e3 79 margin : 0px;
d9fa39f1 80 padding : 0px 0px 2px 0px;
e5d758e3 81 color : black;
1cd17194
AD
82}
83
e828e31e 84ul.feedList li {
e5d758e3 85 margin : 0px;
e828e31e
AD
86}
87
d9fa39f1
AD
88ul.feedCatList img {
89 vertical-align : bottom;
90}
91
6b4163cb
AD
92li.feedUnread,
93li.errorUnread,
94li.labelUnread,
95li.virtUnread,
96li.tagUnread {
e5d758e3 97 font-weight : bold;
83957936
AD
98}
99
6b4163cb
AD
100li.errorSelected a,
101li.error a,
102li.errorUnread a,
103li.errorUnreadSelected a {
e5d758e3 104 color : #f04040;
023fe037 105}
83957936 106
6b4163cb
AD
107li.feedSelected a,
108li.labelSelected a,
109li.virtSelected a,
110li.tagSelected a {
e5d758e3 111 color : #4684ff;
4f3a84f4
AD
112}
113
6b4163cb
AD
114li.feedUnreadSelected a,
115li.labelUnreadSelected a,
116li.virtUnreadSelected a,
117li.tagUnreadSelected a {
e5d758e3 118 color : #4684ff;
4f3a84f4
AD
119}
120
6b4163cb
AD
121li.feedUnreadSelected,
122li.errorUnreadSelected,
123li.labelUnreadSelected,
124li.virtUnreadSelected,
125li.tagUnreadSelected {
e5d758e3 126 font-weight : bold;
3745788e
AD
127}
128
6b4163cb 129li.feed {
e5d758e3 130 display : block;
3745788e 131}
508a81e1 132
6c56687e 133ul.feedList img, img.tinyFeedIcon {
e5d758e3
AD
134 margin : 0px 3px 0px 0px;
135 width : 16px;
136 height : 16px;
137 border-width : 0px;
331900c6
AD
138}
139
e828e31e 140h1 {
e5d758e3 141 font-size : 16pt;
f0601b87
AD
142}
143
e828e31e 144h2 {
e5d758e3
AD
145 font-size : 14pt;
146 font-weight : bold;
147 border-width : 0px 0px 1px 0px;
148 border-style : solid;
149 border-color : #ecf4ff;
1cd17194
AD
150}
151
f5a50b25 152h3 {
e5d758e3
AD
153 font-size : 12pt;
154 font-weight : bold;
155 border-width : 0px 0px 1px 0px;
156 border-style : solid;
157 border-color : #ecf4ff;
f5a50b25
AD
158}
159
e828e31e 160hr {
e5d758e3
AD
161 border-width : 0px 0px 1px 0px;
162 border-style : dashed;
163 border-color : #e0e0e0;
e828e31e 164}
67824557 165
e828e31e 166a {
e5d758e3
AD
167 color : black;
168 text-decoration : none;
1cd17194
AD
169}
170
e828e31e 171a:hover {
e5d758e3 172 color : #4684ff;
9b307248
AD
173}
174
e828e31e 175#piggie {
e5d758e3
AD
176 width : 400;
177 height : 400;
178 right : 0;
179 top : -400;
180 background-color : white;
4407ebbe 181 display : none;
d437c8cf
AD
182 z-index : 999;
183 background-image : url("images/piggie.png");
e5d758e3
AD
184 background-position : center center;
185 background-repeat : no-repeat;
186 position : absolute;
187 border : 1px solid pink;
188 margin-left : auto;
189 margin-right : auto;
190 -moz-border-radius : 10px;
191 opacity : 0.8;
9b307248
AD
192}
193
5d73494a 194#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
91ff844a 195#iedit_purgintl, #iedit_ulogin, #iedit_ulevel, #iedit_match, #iedit_feed,
1da7e457
AD
196#iedit_fcat, #iedit_filter_action, #iedit_login, #iedit_pass, #iedit_email,
197#iedit_parent_feed {
e5d758e3
AD
198 width : 100%;
199 padding-left : 2px;
79f3553b
AD
200 background-color : #f0fff0;
201}
14f69488 202
a4dbc524
AD
203textarea.iedit {
204 width : 100%;
205}
206
0666e120 207input.iedit {
14f69488
AD
208 width : 100%;
209 padding-left : 2px;
1cd17194
AD
210}
211
0666e120
AD
212select.iedit {
213 width : 100%;
214}
215
77e96719 216input.editbox {
e5d758e3
AD
217 width : 200px;
218 padding-left : 2px;
77e96719
AD
219}
220
f407c086
AD
221#notify {
222 border-width : 1px;
223 border-style : solid;
8b184d75
AD
224 top : 10px;
225 right : 35%;
226 min-width : 30%;
0ceded7a 227 position : absolute;
33b8cab4 228 display : none;
ce3bf408 229 float : right;
e9aecd4d 230 font-size : 9pt;
33b8cab4 231 z-index : 999;
106689b0
AD
232 -moz-border-radius : 2px;
233 padding : 5px 5px 5px 5px;
1cd17194
AD
234}
235
0d32b41e
AD
236#notify img {
237 vertical-align : middle;
238}
239
42c32916
AD
240.notifyProgress {
241 border-color : #d7c47a;
242 background-color : #fff7d5;
243 color : black;
244}
245
246.notifyInfo {
247 border-color : #7AD78E;
248 background-color : #D5FFDB;
249 color : black;
250}
251
f407c086
AD
252.notify {
253 border-color : #d7c47a;
254 background-color : #fff7d5;
255 color : black;
256}
257
258.notifyError {
259 background-color : #ffcccc;
260 border-color : #ff0000;
261 color : black;
262}
263
ef16ae37
AD
264.notifyError span:hover {
265 color : red;
266 cursor : pointer;
267}
268
8143ae1f 269#dispSwitch {
e9aecd4d
AD
270 font-size : 8pt;
271 font-family : "Lucida Grande", Tahoma, sans-serif;
e5d758e3 272 text-align : right;
d05514a4
AD
273 float : right;
274 margin : 5px 5px 0px 0px;
8143ae1f
AD
275}
276
277#dispSwitch a {
e5d758e3 278 color : gray;
8143ae1f
AD
279}
280
281#dispSwitch a:hover {
e5d758e3 282 color : #4684ff;
8143ae1f
AD
283}
284
e828e31e 285div.expPane {
e5d758e3 286 margin : 15px;
d76a3b03 287}
1cd17194 288
5bfef089 289iframe {
e5d758e3 290 border : 0px solid white;
5bfef089
AD
291}
292
f69ea84d 293iframe.feedsFrameWithActions {
e5d758e3
AD
294 width : 100%;
295 height : 90%;
296 margin : 0px;
297 padding : 0px;
f69ea84d
AD
298}
299
e828e31e 300iframe.feedsFrame {
e5d758e3
AD
301 width : 100%;
302 height : 100%;
303 margin : 0px;
304 padding : 0px;
a1a8a2be 305}
007bda35 306
e828e31e 307iframe.contentFrame, iframe.headlinesFrame {
e5d758e3
AD
308 width : 100%;
309 padding : 0px;
310 margin : 0px;
311 height : 100%;
007bda35
AD
312}
313
0b68215c 314/*.button {
e5d758e3
AD
315 border : 1px solid #d0d0d0;
316 background-image : url("images/button.png");
317 background-position : top;
318 background-repeat : repeat-x;
319 background-color : white;
320 color : black;
007bda35
AD
321}
322
e828e31e 323.button:hover {
e5d758e3
AD
324 background : white;
325 text-decoration : none;
326 color : black;
e828e31e
AD
327}
328
0b68215c 329.disabledButton {
e5d758e3
AD
330 border : 1px solid #c0c0c0;
331 background-color : white;
332 color : gray;
0b68215c
AD
333}
334
e828e31e 335a.button {
e5d758e3
AD
336 padding : 2px 5px 2px 5px;
337 font-size : small;
0b68215c 338} */
007bda35 339
0b68215c
AD
340.evenUnreadSelected, .evenSelectedUnread, .evenUnreadSelected td,
341 .evenSelectedUnread td {
e5d758e3
AD
342 background-color : #fff7d5;
343 font-weight : bold;
0b68215c
AD
344 border-width : 1px 0px 1px 0px;
345 border-style : solid;
346 border-color : #e7d796;
a3ee2a38
AD
347}
348
0b68215c
AD
349.oddUnreadSelected, .oddSelectedUnread, .oddUnreadSelected td,
350 .oddSelectedUnread td {
e5d758e3
AD
351 background-color : #fff7d5;
352 font-weight : bold;
a3ee2a38
AD
353}
354
0b68215c 355.evenSelected, .evenSelected td {
e5d758e3 356 background-color : #fff7d5;
0b68215c
AD
357 border-width : 1px 0px 1px 0px;
358 border-style : solid;
359 border-color : #e7d796;
007bda35
AD
360}
361
0b68215c 362.oddSelected, .evenSelected td {
e5d758e3 363 background-color : #fff7d5;
0b68215c 364}
3745788e 365
0b68215c 366.evenGrayed, .evenGrayed td {
e5d758e3
AD
367 background-color : #f0f0f0;
368 color : #909090;
0b68215c
AD
369 border-width : 1px 0px 1px 0px;
370 border-style : solid;
e5d758e3 371 border-color : #c0c0c0;
b7f4bda2
AD
372}
373
e828e31e 374.oddGrayed {
e5d758e3 375 color : #909090;
f07c0eb4
AD
376}
377
0b68215c
AD
378.even, .even td {
379 border-width : 1px 0px 1px 0px;
380 border-style : solid;
381 border-color : #c0c0c0;
e5d758e3 382 background-color : #f0f0f0;
ac43eba1 383}
a2015351 384
0b68215c 385.evenUnread, .evenUnread td {
e5d758e3
AD
386 background-color : #f0f0f0;
387 font-weight : bold;
0b68215c
AD
388 border-width : 1px 0px 1px 0px;
389 border-style : solid;
390 border-color : #c0c0c0;
f07c0eb4
AD
391}
392
0b68215c 393.oddUnread, .oddUnread td {
e5d758e3 394 font-weight : bold;
f07c0eb4 395}
508a81e1 396
e828e31e 397.invisible {
e5d758e3 398 display : none;
508a81e1 399}
b7f4bda2 400
e828e31e 401/* preferences */
603c27f8 402
327a3bbe 403tr.title td {
e5d758e3
AD
404 border-width : 0px 0px 1px 0px;
405 border-color : #ecf4ff;
406 border-style : solid;
73bdfa53 407 color : #4684ff;
0ea4fb50
AD
408}
409
a426e532 410tr.title td a {
73bdfa53 411 color : #4684ff;
a426e532
AD
412}
413
414tr.title td a:hover {
73bdfa53 415 color : black;
a426e532 416}
327a3bbe 417
23c2a4e7
AD
418div.feedEditSearch {
419 float : right;
420}
421
0ea4fb50 422table.prefFeedList td.feedEditCat {
e5d758e3 423 font-weight : bold;
73bdfa53
AD
424 border-width : 0px 0px 1px 0px;
425 border-style : solid;
426 border-color : #88b0f0;
35d33b9d 427 padding-top : 0.5em;
70830c87 428}
f0601b87 429
62ac0cc8 430table.prefFeedList td.feedIcon {
e5d758e3 431 text-align : center;
62ac0cc8
AD
432}
433
434table.prefFeedList td.feedSelect {
e5d758e3 435 text-align : center;
62ac0cc8
AD
436}
437
9c483746
AD
438div.prefFeedCatHolder {
439 height : 250px;
440 overflow : auto;
a349077c 441 border : 1px solid #99d67a;
9c483746
AD
442 margin : 5px 0px 5px 0px;
443}
444
7dc66a61 445a.helpLink {
e5d758e3 446 color : #808080;
7dc66a61
AD
447}
448
449a.helpLink:hover {
e5d758e3 450 color : #4684ff;
7dc66a61
AD
451}
452
1a7572cb 453div.helpResponse {
e5d758e3
AD
454 margin : 10px;
455 background-image : url("images/vgrad_light_rev2.png");
456 background-position : top left;
457 background-repeat : repeat-x;
458 padding : 10px 20px 10px 20px;
459 border : 1px solid #f0f0f0;
7dc66a61
AD
460}
461
442d77f1
AD
462#infoBoxTitle {
463 border-width : 1px 1px 1px 1px;
464 border-style : solid;
465 border-color : #99d67a;
466 background-color : #99d67a;
467 padding : 2px;
468 color : white;
469}
470
471#infoBox {
472 border-width : 1px 1px 1px 1px;
473 border-style : solid;
474 border-color : #99d67a;
475 position : relative;
476 bottom : 2px;
477 right : 2px;
478 padding-bottom : 5px;
479 background-color : #f8fcf5;
480}
481
482/*
6b9bf6c2 483#infoBoxTitle {
e5d758e3 484 border-width : 1px 1px 1px 1px;
ce3bf408
AD
485 border-style : solid;
486 border-color : #88b0f0;
487 background-color : #88b0f0;
488 padding : 2px;
489 color : white;
76332f3c
AD
490}
491
6b9bf6c2 492#infoBox {
e5d758e3 493 border-width : 1px 1px 1px 1px;
ce3bf408
AD
494 border-style : solid;
495 border-color : #88b0f0;
e5d758e3 496 position : relative;
6b9bf6c2
AD
497 bottom : 2px;
498 right : 2px;
1d7bf5a0 499 padding-bottom : 5px;
442d77f1
AD
500 background-color : #f7faff;
501} */
2317ffaa 502
6b9bf6c2
AD
503#infoBoxShadow {
504 background-image : url("images/shadow.png");
91040777 505 left : 25%;
6b9bf6c2 506 top : 30%;
5094b4fc 507 width : 50%;
e5d758e3 508 z-index : 3;
1d7bf5a0 509 position : absolute;
e5d758e3 510 display : none;
442d77f1 511}
2317ffaa 512
c6c3a07f 513div.infoBoxContents {
9c483746 514 padding : 10px;
e5d758e3 515 margin-bottom : 5px;
e9aecd4d 516 font-size : 9pt;
2317ffaa
AD
517}
518
519div.infoBoxContents td {
e9aecd4d 520 font-size : 9pt;
1a7572cb
AD
521}
522
4d1d0a45 523div.infoBoxContents a {
365f95dc 524 color : #527040;
4d1d0a45
AD
525}
526
527div.infoBoxContents a:hover {
528 color : black;
529}
530
c6c3a07f 531div.helpResponse h1, div.infoBoxContents h1 {
0b68215c 532/* border-width : 0px 0px 1px 0px;
e5d758e3
AD
533 border-style : solid;
534 border-color : #c0c0c0; */
535 font-size : 16pt;
7dc66a61
AD
536}
537
c6c3a07f 538div.helpResponse h2, div.infoBoxContents h2 {
0b68215c 539/* border-width : 0px 0px 0px 0px; */
e5d758e3 540 font-size : 12pt;
7dc66a61
AD
541}
542
ea5c8102 543pre {
e5d758e3 544 margin : 5px;
7dc66a61 545}
e2f8f7b4 546
033e47e0 547input.extSearch {
e5d758e3 548 width : 100%;
033e47e0 549}
f5a50b25 550
656f4b6c 551div.firstTab {
a715eb58 552 width : 10px;
6a244e6e
AD
553 float : left;
554}
555
556div.prefsTab:hover {
557 cursor : pointer;
f5a50b25
AD
558}
559
10b443bd
AD
560div.prefsTabSelected:hover {
561 cursor : pointer;
562}
563
656f4b6c
AD
564div.prefsTab {
565 float : left;
566 border-width : 1px 1px 0px 1px;
567 border-color : #88b0f0;
568 border-style : solid;
569 margin : 0px 0px 0px 5px;
570 padding : 3px 5px 3px 5px;
e9aecd4d
AD
571 font-size : 9pt;
572 font-family : "Lucida Grande", Tahoma, sans-serif;
656f4b6c
AD
573 border-collapse : collapse;
574 -moz-border-radius : 3px;
575 min-width : 100px;
576 text-align : center;
1f8274d3 577 cursor : pointer;
6eee47b8
AD
578 position : relative;
579 bottom : -2px;
f5a50b25
AD
580}
581
656f4b6c
AD
582div.prefsTabSelected {
583 float : left;
584 border-width : 1px 1px 0px 1px;
585 border-color : #88b0f0;
586 border-style : solid;
587 margin : 0px 0px 0px 5px;
588 padding : 3px 5px 3px 5px;
589 background-color : #ecf4ff;
e9aecd4d
AD
590 font-size : 9pt;
591 font-family : "Lucida Grande", Tahoma, sans-serif;
656f4b6c
AD
592 border-collapse : collapse;
593 -moz-border-radius : 3px;
594 font-weight : bold;
595 min-width : 100px;
596 text-align : center;
1f8274d3 597 cursor : pointer;
6eee47b8
AD
598 position : relative;
599 bottom : -2px;
600
656f4b6c 601}
ab3d0b99 602
0d32b41e
AD
603div.notice {
604 background : #ffffff;
605 border : 1px solid #88b0f0;
606 width : 50%;
607 padding : 5px;
608 margin : 0px 0px 5px 0px;
609 font-size : 9pt;
610}
611
ab3d0b99 612div.warning {
e5d758e3
AD
613 background : #fff7d5;
614 border : 1px solid #d7c47a;
0d32b41e
AD
615 font-size : 9pt;
616 width : 50%;
3f59e8cd 617 padding : 5px;
c93d8e07 618 margin : 0px 0px 5px 0px;
e6cb77a0
AD
619}
620
0d32b41e 621
9e21a571 622div.warning img, div.notice img, div.error img {
0d32b41e 623 vertical-align : middle;
e5d758e3 624 padding : 5px;
ab3d0b99
AD
625}
626
84916243
AD
627div.error {
628 border : 1px solid #ff0000;
629 background : #ffcccc;
630 padding : 5px;
631 margin : 0px 0px 5px 0px;
e9aecd4d 632 font-size : 9pt;
84916243
AD
633}
634
ab3d0b99 635ul.nomarks {
e5d758e3
AD
636 list-style-type : none;
637 margin : 0px;
638 padding : 10px;
ab3d0b99
AD
639}
640
b1895692 641div.prefHelp, td.prefHelp {
e5d758e3 642 color : gray;
abe4d057 643 padding : 5px;
8cb74804
AD
644}
645
f1cdb8c6 646table.loginForm {
e5d758e3 647 background-color : #ecf4ff;
f1cdb8c6
AD
648}
649
650table.innerLoginForm {
e5d758e3
AD
651 border : 1px solid #88b0f0;
652 padding : 50px;
653 background-color : white;
f1cdb8c6
AD
654}
655
656table.innerLoginForm td {
e5d758e3 657 padding : 3px 3px 5px 3px;
f1cdb8c6 658}
1a7572cb 659
365f95dc
AD
660span.feed_error {
661 color : red;
662}
663
2d1a44af 664span.insensitive, div.insensitive {
e5d758e3 665 color : gray;
bca02305 666}
afb7a1d6 667
d4d6d528
AD
668.insensitive a {
669 color : #4684ff;
670}
671
672.insensitive a:hover {
673 color : black;
674}
675
e9aecd4d
AD
676/* .prefGenericAddBox {
677 font-size : 9pt;
678} */
f557cd78
AD
679
680body.logoutBody {
e5d758e3
AD
681 background-color : #f0f0f0;
682 color : black;
f557cd78
AD
683}
684
685span.logoutWarning {
e5d758e3
AD
686 color : red;
687 font-weight : bold;
f557cd78
AD
688}
689
690div.logoutContent {
e5d758e3
AD
691 width : 600px;
692 border : 1px solid #c0c0c0;
693 background-color : white;
694 margin-left : auto;
695 margin-right : auto;
696 margin-top : 20px;
697 padding : 10px;
f557cd78 698}
d9dde1d6
AD
699
700.small {
e9aecd4d 701 font-size : 9pt;
d9dde1d6 702}
28fa9253
AD
703
704table.innerFeedTable td {
e5d758e3
AD
705 margin : 0px;
706 padding : 0px;
28fa9253 707}
35f3c923
AD
708
709td.selectPrompt {
e9aecd4d 710 font-size : 9pt;
e5d758e3 711 color : gray;
35f3c923 712}
1572afe5 713
8b27182a
AD
714table.headlinesSubToolbar {
715 border-width : 0px 0px 1px 0px;
716 border-style : solid;
717 border-color : #f0f0f0;
44686f2c
AD
718 position : absolute;
719 left : 1px;
720 top : 0px;
721 height : 25px;
722 right : 0px;
723 background-color : white;
8b27182a
AD
724}
725
1572afe5 726table.headlinesSubToolbar td.headlineActions {
e9aecd4d
AD
727 font-size : 9pt;
728 font-family : "Lucida Grande", Tahoma, sans-serif;
e5d758e3 729 color : gray;
4952f4d7 730 padding : 0px 5px 0px 5px;
1572afe5
AD
731}
732
c1c9df00 733table.headlinesSubToolbar td.headlineActionsRTL {
e9aecd4d
AD
734 font-size : 9pt;
735 font-family : "Lucida Grande", Tahoma, sans-serif;
e5d758e3 736 color : gray;
4952f4d7 737 padding : 0px 5px 0px 5px;
c1c9df00
AD
738}
739
1572afe5 740table.headlinesSubToolbar td.headlineTitle {
e9aecd4d
AD
741 font-size : 9pt;
742 font-family : "Lucida Grande", Tahoma, sans-serif;
e5d758e3 743 color : gray;
4952f4d7 744 padding : 0px 5px 0px 5px;
e5d758e3 745 text-align : right;
1572afe5
AD
746}
747
c1c9df00 748table.headlinesSubToolbar td.headlineTitleRTL {
e9aecd4d
AD
749 font-size : 9pt;
750 font-family : "Lucida Grande", Tahoma, sans-serif;
e5d758e3 751 color : gray;
4952f4d7 752 padding : 0px 5px 0px 5px;
e5d758e3 753 text-align : left;
c1c9df00
AD
754}
755
591c396d 756span.contentPreview {
e9aecd4d 757 font-size : 9pt;
e5d758e3
AD
758 color : gray;
759 font-weight : normal;
591c396d 760}
179d6f57 761
0f172fff 762span.contentPreview:hover {
e5d758e3 763 color : #4684ff;
0f172fff
AD
764}
765
283dee70
AD
766table.headlinesList {
767 width : 100%;
768}
769
bd34c528 770table.headlinesList td.hlMarkedPic {
e5d758e3
AD
771 width : 25px;
772 text-align : center;
179d6f57
AD
773}
774
bd34c528 775table.headlinesList td.hlfeed {
e5d758e3 776 text-align : right;
bd34c528
AD
777}
778
67343d9f 779td.hlSelectRow, td.hlUpdPic {
e5d758e3
AD
780 width : 25px;
781 text-align : center;
179d6f57
AD
782}
783
bd34c528 784table.headlinesList td.hlUpdated {
e5d758e3
AD
785 color : gray;
786 text-align : right;
787 width : 100px;
179d6f57
AD
788}
789
7acf5208 790table.headlinesList tr td {
e5d758e3 791 padding : 2px 0px 2px 0px;
7acf5208
AD
792}
793
b810a0f1 794div.postHeader div.postDate {
e5d758e3
AD
795 text-align : right;
796 color : gray;
b810a0f1 797 float : right;
9167e250 798}
36aab70f 799
b810a0f1 800div.postHeader div.postDateRTL {
e5d758e3
AD
801 text-align : left;
802 color : gray;
b810a0f1
AD
803 float : right;
804}
805
99206d5c
AD
806div.postReply span.tagList {
807 color : gray;
99206d5c
AD
808}
809
b810a0f1
AD
810div.postHeader div {
811 padding-bottom : 3px;
e9aecd4d
AD
812 font-size : 10pt;
813 /* font-family : "Lucida Grande", Tahoma, sans-serif; */
ed51e128
AD
814}
815
36aab70f 816#feedUpdateErrors {
e5d758e3 817 display : none;
36aab70f
AD
818}
819
42918a07 820#allEntryTags {
e9aecd4d 821 font-size : 9pt;
e5d758e3
AD
822 border-width : 0px 0px 1px 0px;
823 border-style : solid;
824 border-color : #c0c0c0;
825 padding-bottom : 5px;
826 display : none;
42918a07 827}
13ce14e8 828
070d0d2a 829/*td.hlContent {
e5d758e3
AD
830 overflow : hidden;
831 height : 1em;
832 display : block;
070d0d2a 833} */
4663f9c6
AD
834
835td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
e5d758e3 836 height : 1em;
4663f9c6 837}
386cbf27 838
afad6f38
AD
839td.hlFeed {
840 text-align : right;
841}
842
386cbf27 843div.cdmArticle {
68d871a4
AD
844 border-color : #c0c0c0;
845 border-width : 0px 0px 1px 0px;
846 border-style : solid;
e5d758e3 847 background-color : #fafafa;
68d871a4 848 margin : 0px;
e5d758e3 849 padding : 10px;
386cbf27
AD
850}
851
852div.cdmArticleUnread {
68d871a4
AD
853 border-color : #c0c0c0;
854 border-width : 0px 0px 1px 0px;
855 border-style : solid;
e5d758e3 856 background-color : #fafeff;
68d871a4 857 margin : 0px;
e5d758e3 858 padding : 10px;
386cbf27
AD
859}
860
861div.cdmArticleSelected, div.cdmArticleUnreadSelected {
68d871a4 862 margin : 0px;
e5d758e3
AD
863 padding : 10px;
864 background-color : #fff7d5;
68d871a4
AD
865 border-color : #e7d796;
866 border-width : 0px 0px 1px 0px;
867 border-style : solid;
386cbf27
AD
868}
869
beccbed5
AD
870div.cdmArticleUnread div.cdmHeader a.title,
871div.cdmArticleUnreadSelected div.cdmHeader a.title {
e5d758e3 872 font-weight : bold;
386cbf27
AD
873}
874
875div.cdmHeader {
e5d758e3 876 padding-bottom : 5px;
386cbf27
AD
877}
878
879div.cdmFooter {
e9aecd4d 880 font-size : 9pt;
e5d758e3
AD
881 color : gray;
882 padding-top : 5px;
386cbf27
AD
883}
884
c50e2b30
AD
885div.cdmFooter img.markedPic {
886 width : 16px;
887 height : 16px;
888 float : right;
889}
890
891div.cdmHeader div.articleUpdated {
892 float : right;
893}
894
386cbf27 895div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
e5d758e3 896 margin : 0px;
386cbf27
AD
897}
898
899div.cdmHeader, div.cdmHeader a {
e5d758e3 900 color : gray;
e9aecd4d 901 font-size : 9pt;
386cbf27
AD
902}
903
904div.cdmHeader a:hover {
e5d758e3 905 color : #4684ff;
386cbf27
AD
906}
907
908div.cdmContent {
e5d758e3 909 margin-bottom : 5px;
386cbf27 910}
1e471f3b
AD
911
912a.warning {
e5d758e3 913 color : #f04040;
1e471f3b 914}
a9b0bfd5
AD
915
916img.closeButton {
e5d758e3
AD
917 border-width : 0px;
918 float : right;
a9b0bfd5 919}
1da7e457
AD
920
921span.groupPrompt {
e9aecd4d 922 font-size : 9pt;
e5d758e3 923 color : #4684ff;
1da7e457 924}
9b3e2cc7 925
0979b696
AD
926div.tagCloudContainer {
927/* height : 300px;
928 overflow : auto; */
929 border : 1px solid #99d67a;
930 background-color : white;
931 margin : 5px 0px 5px 0px;
932 padding : 10px;
933 text-align : center;
934}
935
e8dd519b
AD
936ul.feedErrorsList {
937 height : 300px;
938 overflow : auto;
939 list-style-type : none;
365f95dc 940 border : 1px solid #99d67a;
e8dd519b
AD
941 background-color : white;
942 margin : 0px 0px 5px 0px;
943 padding : 0px;
944}
945
9b3e2cc7 946ul.userFeedList {
e5d758e3
AD
947 height : 300px;
948 overflow : auto;
949 list-style-type : none;
442d77f1 950 border : 1px solid #99d67a;
e5d758e3
AD
951 background-color : white;
952 margin : 0px 0px 5px 0px;
953 padding : 0px;
9b3e2cc7 954}
f9cb39ac 955
0fefdacc 956/* #browseBigFeedList li.oddSelected {
e5d758e3
AD
957 border : 1px solid #d0d0f6;
958 background-color : #eaeaff;
959 -moz-border-radius : 5px;
0fefdacc
AD
960} */
961
a4dbc524
AD
962ul.labelTestResults {
963 height : 100px;
964 overflow : auto;
965 list-style-type : none;
966 margin : 0px 0px 5px 0px;
967 padding : 0px;
442d77f1 968 border : 1px solid #99d67a;
a4dbc524
AD
969 background-color : white;
970}
971
673d54ca
AD
972ul.filterTestResults {
973 height : 300px;
974 overflow : auto;
975 list-style-type : none;
976 margin : 0px 0px 5px 0px;
977 padding : 0px;
442d77f1 978 border : 1px solid #99d67a;
673d54ca
AD
979 background-color : white;
980}
981
f9cb39ac 982ul.browseFeedList {
e5d758e3
AD
983 height : 300px;
984 overflow : auto;
985 list-style-type : none;
986 margin : 0px 0px 5px 0px;
987 padding : 0px;
442d77f1 988 border : 1px solid #99d67a;
e5d758e3 989 background-color : white;
b92e6209
AD
990}
991
992ul.browseFeedList li {
e5d758e3
AD
993 margin : 0px;
994 padding : 0px;
f9cb39ac
AD
995}
996
997span.subscribers {
e5d758e3 998 color : #808080;
f9cb39ac
AD
999}
1000
c6232e43 1001div.subscribers {
e5d758e3 1002 color : #808080;
e9aecd4d 1003 font-size : 9pt;
e5d758e3 1004 float : right;
c6232e43
AD
1005}
1006
f9cb39ac 1007input.feedBrowseCB {
e5d758e3 1008 margin-right : 1em;
f9cb39ac 1009}
c6232e43
AD
1010
1011div.browserDetails {
e5d758e3
AD
1012 margin : 5px 5px 5px 5px;
1013 display : none;
1014 padding : 5px;
c6232e43 1015}
c2b2aee0
AD
1016
1017ul.compact {
e5d758e3
AD
1018 list-style-type : none;
1019 margin : 0px;
1020 padding : 0px;
c2b2aee0
AD
1021}
1022
1023ul.compact li {
e5d758e3
AD
1024 margin : 0px;
1025 padding : 0px;
c2b2aee0
AD
1026}
1027
072f1ee2 1028div.browserFeedInfo {
e9aecd4d 1029 font-size : 9pt;
21613c4a 1030/* border : 1px solid #88b0f0;
e5d758e3 1031 background-color : #ecf4ff;
21613c4a
AD
1032 -moz-border-radius : 5px; */
1033 padding : 5px;
072f1ee2
AD
1034}
1035
1036div.browserFeedInfo div.detailsPart {
e5d758e3 1037 margin : 5px 0px 5px 5px;
c2b2aee0 1038}
1a3eb77e
AD
1039
1040div.cdmContent a {
e5d758e3 1041 color : #4684ff;
1a3eb77e
AD
1042}
1043
1044div.cdmContent a:hover {
e5d758e3 1045 color : black;
1a3eb77e
AD
1046}
1047
5f51022a 1048a.cdmToggleLink {
e5d758e3 1049 color : #808080;
e9aecd4d 1050 font-size : 9pt;
5f51022a
AD
1051}
1052
1053a.cdmToggleLink:hover {
e5d758e3 1054 color : #4684ff;
5f51022a
AD
1055}
1056
69654950 1057.noborder {
e5d758e3 1058 border-width : 0px;
69654950 1059}
0ee1d1a0
AD
1060
1061#debug_output {
6b4163cb
AD
1062 position : absolute;
1063 width : 400px;
1064 height : 200px;
1065 right : 20px;
1066 bottom : 20px;
1067 z-index : 999;
e5d758e3
AD
1068 background-color : white;
1069 display : none;
e5d758e3
AD
1070 border : 1px solid #c0c0c0;
1071 overflow : auto;
1072 margin : 0px;
1073 padding : 0px;
1074 list-style-type : none;
0ee1d1a0
AD
1075}
1076
1077#debug_output li {
e5d758e3
AD
1078 margin : 0px;
1079 padding : 0px;
e9aecd4d 1080 font-size : 8pt;
0ee1d1a0 1081}
2055d4a6 1082
5ede560f
AD
1083#dialog_overlay {
1084 background : white;
1085 left : 0;
1086 top : 0;
1087 height : 100%;
1088 width : 100%;
1089 z-index : 2;
1090 opacity : 0.5;
1091 position : absolute;
1092 display : none;
1093}
1094
2055d4a6 1095#overlay {
e5d758e3
AD
1096 background : white;
1097 left : 0;
1098 top : 0;
1099 height : 100%;
1100 width : 100%;
1101 z-index : 100;
1102 position : absolute;
2055d4a6
AD
1103}
1104
1105#overlay_inner {
e5d758e3
AD
1106 font-weight : bold;
1107 text-align : center;
1108 margin : 10px;
2055d4a6 1109}
af106b0e
AD
1110
1111#fatal_error {
e5d758e3
AD
1112 background : white;
1113 left : 0;
1114 top : 0;
1115 height : 100%;
1116 width : 100%;
1117 z-index : 200;
1118 display : none;
1119 position : absolute;
af106b0e
AD
1120}
1121
1122#fatal_error_inner {
e5d758e3
AD
1123 font-weight : bold;
1124 margin : 10px;
1125 color : red;
af106b0e
AD
1126}
1127
1128#fatal_error_msg {
e5d758e3
AD
1129 color : black;
1130 padding : 10px;
1131 font-weight : normal;
42c32916
AD
1132 background-color : #ffcccc;
1133 border : 1px solid #ff0000;
af106b0e 1134}
7e3e8f74 1135
b4c27af7
AD
1136#fatal_error_msg a {
1137 color : red;
1138}
1139
1140#fatal_error_msg a:hover {
1141 color : red;
1142 text-decoration : underline;
1143}
1144
42c32916
AD
1145#fatal_error_msg img {
1146 vertical-align : middle;
1147}
1148
71ad883b 1149#noDaemonWarning {
e5d758e3
AD
1150 position : absolute;
1151 background-color : #ecf4ff;
1152 border : 1px solid #88b0f0;
1153 padding : 10px;
1154 margin : 5px;
1155 z-index : 2;
71ad883b 1156 display : none;
e5d758e3
AD
1157}
1158
1159#qafInput {
1160 width : 100%;
7e3e8f74 1161}
14f69488 1162
79f3553b
AD
1163form {
1164 margin : 0px;
1165 padding : 0px;
1166}
86b682ce
AD
1167
1168#main_toolbar_form {
2df7a749
AD
1169 margin : 0px;
1170 padding : 0px;
1171 display : inline;
86b682ce 1172}
78d5212c
AD
1173
1174div.feedExtInfo {
1175 margin-left : 2em;
1176 font-size : 7pt;
1177 color : gray;
1178 font-weight : normal;
1179}
e8614131
AD
1180
1181span.debugTS {
1182 color : #4684ff;
1183}
0b7cb301
AD
1184
1185#backReqBox {
1186 display : none;
1187}
d48d160c 1188
60452879 1189/*.scriptWarn:before {
d48d160c 1190 content : "Disabled script:";
60452879 1191}*/
d48d160c
AD
1192
1193.scriptWarn {
1194 color : white;
1195 background-color : #903030;
1196 border : 1px solid #601010;
1197 padding : 3px;
1198 font-weight : bold;
5d8ddfed 1199 display : none;
d48d160c 1200}
660c059f 1201
a262b161
AD
1202.objectWarn {
1203 color : gray;
a262b161 1204 font-style: italic;
2271e805 1205 text-align : center;
a262b161
AD
1206}
1207
660c059f
AD
1208table.loginForm2 {
1209 padding : 1em;
1210}
1211
1212table.loginForm2 .loginTop {
1213 border-width : 0px 0px 1px 0px;
1214 border-color : #88b0f0;
1215 border-style : solid;
1216 padding : 0.5em;
1217}
1218
1219table.loginForm2 .loginMiddle {
1220 padding : 3em;
1221}
1222
1223table.loginForm2 .loginBottom {
1224 border-width : 1px 0px 0px 0px;
1225 border-color : #88b0f0;
1226 border-style : solid;
e9aecd4d 1227 font-size : 9pt;
660c059f
AD
1228 text-align : center;
1229 color : #909090;
1230 padding : 0.5em;
1231}
1232
1233table.loginForm2 .loginBottom a {
52db9978
AD
1234 color : gray;
1235}
1236
1237table.loginForm2 .loginBottom a:hover {
1238 color : #4684ff;
660c059f
AD
1239}
1240
104ddfe0 1241table.loginForm2 .loginError {
660c059f
AD
1242 color : red;
1243 margin : 0.5em;
1244}
104ddfe0
AD
1245
1246table.loginForm2 .innerLoginCell {
1247 padding-top : 0.5em;
1248}
1249
8a797376
AD
1250#milestoneDetails {
1251 display : none;
1252}
6b4163cb 1253
33b8cab4
AD
1254div.loadingPrompt {
1255 padding : 1em;
1256 text-align : center;
1257 font-weight : bold;
1258}
1259
9251df44
AD
1260div.whiteBox {
1261 background-color : white;
1262 margin-left : 1px;
abbe0154 1263 text-align : center;
b6adf039 1264 padding : 1em;
9251df44
AD
1265}
1266
6b4163cb
AD
1267/* layout */
1268
1269#header {
1270 position : absolute;
1271 white-space: nowrap;
1272 top : 10px;
1273 left : 15px;
1274 right : 5px;
1275 height : 40px;
1276 color : #4684ff;
e9aecd4d 1277 font-size : 9pt;
6b4163cb
AD
1278}
1279
1280#feeds-holder {
1281 border-width : 1px 1px 1px 0px;
1282 border-style : solid;
1283 border-color : #88b0f0;
1284 top : 50px;
1285 left : 0px;
1286 position : absolute;
1287 width : 260px;
1288 overflow : auto;
9105d728
AD
1289 bottom : 40px;
1290 border-collapse : collapse;
935f235d 1291 height: expression((parseInt(document.documentElement.clientHeight)-40-20-30)+'px');
6b4163cb
AD
1292}
1293
1294#toolbar {
1295 position : absolute;
1296 left : 261px;
9251df44 1297 padding : 5px 10px 5px 10px;
6b4163cb
AD
1298 top : 50px;
1299 right : 0px;
1300 white-space: nowrap;
1301 height : 30px;
1302 background-image : url("images/toolbar.png");
1303 background-position : bottom left;
1304 background-repeat : repeat-x;
e9aecd4d 1305 font-size : 9pt;
6b4163cb
AD
1306}
1307
80e4dc34 1308div.headlines_normal {
6b4163cb
AD
1309 position : absolute;
1310 border-width : 1px 0px 0px 0px;
1311 border-style : solid;
1312 border-color : #88b0f0;
1313 left : 260px;
9105d728 1314 height : 305px;
6b4163cb
AD
1315 top : 85px;
1316 right : 0px;
11befbb2 1317 overflow : hidden;
e9aecd4d 1318 font-size : 9pt;
9105d728 1319 border-collapse : collapse;
935f235d
AD
1320 /* css hack for IE */
1321 width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
6b4163cb
AD
1322}
1323
80e4dc34
AD
1324div.headlines_cdm {
1325 position : absolute;
1326 border-width : 1px 0px 1px 0px;
1327 border-style : solid;
1328 border-color : #88b0f0;
1329 left : 260px;
9105d728 1330 bottom : 40px;
80e4dc34
AD
1331 top : 85px;
1332 right : 0px;
d227b1a5 1333 overflow : hidden;
e9aecd4d 1334 font-size : 9pt;
9105d728 1335 border-collapse : collapse;
935f235d 1336 width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
80e4dc34
AD
1337}
1338
6b4163cb
AD
1339#content-frame {
1340 position : absolute;
586822fd 1341 border-width : 1px 0px 0px 0px;
6b4163cb
AD
1342 border-style : solid;
1343 border-color : #88b0f0;
1344 overflow : auto;
1345 top : 390px;
1346 left : 260px;
9105d728 1347 bottom : 40px;
6b4163cb 1348 right : 0px;
9105d728 1349 border-collapse : collapse;
935f235d 1350 width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
586822fd 1351/* height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px'); */
6b4163cb
AD
1352}
1353
f4fb82c5 1354#footer, #prefFooter {
6b4163cb
AD
1355 position : absolute;
1356 bottom : 0px;
9105d728 1357 height : 20px;
6b4163cb
AD
1358 text-align : center;
1359 color : gray;
e9aecd4d 1360 font-size : 9pt;
6b4163cb
AD
1361 background-image : url("images/footer.png");
1362 background-position : top left;
1363 background-repeat : repeat-x;
1364 background-color : white;
1365 right : 0px;
1366 left : 0px;
1367 padding : 10px;
935f235d
AD
1368 width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');
1369 border-collapse : collapse;
1370 border-width : 1px 0px 0px 0px;
1371 border-style : solid;
1372 border-color : #88b0f0;
1373
6b4163cb
AD
1374}
1375
f4fb82c5 1376#footer a, #prefFooter a {
c2625f8e
AD
1377 color : gray;
1378}
1379
f4fb82c5
AD
1380#footer a:hover, #prefFooter a:hover {
1381 color : black;
1382}
1383
6b4163cb
AD
1384#headlinesContainer {
1385 margin-left : 1px;
1386 background-color : white;
1387}
11befbb2
AD
1388
1389#headlineActionsTop {
1390/* border-width : 0px 0px 1px 0px;
1391 border-style : solid;
1392 border-color : #c0c0c0;
1393 background-color : #fafafa; */
e9aecd4d 1394 font-size : 9pt;
11befbb2
AD
1395}
1396
1397#headlinesInnerContainer {
11befbb2 1398 overflow : auto;
44686f2c
AD
1399 position : absolute;
1400 left : 1px;
1401 right : 0px;
1402 bottom : 0px;
1403 top : 25px;
11befbb2 1404}
3f59e8cd
AD
1405
1406/* preferences layout */
1407
1408#prefHeader {
3f59e8cd 1409 color : #4684ff;
e9aecd4d 1410 font-size : 9pt;
6a244e6e 1411 margin : 10px;
17ec931d 1412 height : 33px;
3f59e8cd
AD
1413}
1414
656f4b6c 1415div.return {
3f59e8cd 1416 float : right;
e9aecd4d 1417 font-size : 9pt;
656f4b6c 1418 margin-right : 10px;
3f59e8cd
AD
1419}
1420
656f4b6c 1421div.return a {
3f59e8cd
AD
1422 color : #4684ff;
1423}
1424
656f4b6c 1425div.return a:hover {
3f59e8cd
AD
1426 color : black;
1427}
1428
3f59e8cd 1429#prefContent {
656f4b6c 1430 clear : left;
f4fb82c5
AD
1431 position : absolute;
1432 bottom : 40px;
1433 top : 75px;
1434 left : 0px;
1435 right : 0px;
3f59e8cd 1436 padding : 1em;
f4fb82c5 1437 overflow : auto;
3f59e8cd
AD
1438 min-height : 300px;
1439 background-image : url("images/prefs-content.png");
1440 background-position : top left;
1441 background-repeat : repeat-x;
656f4b6c
AD
1442 border-width : 1px 0px 0px 0px;
1443 border-color : #88b0f0;
1444 border-style : solid;
525b61a2
AD
1445 height: expression((parseInt(document.documentElement.clientHeight)-75-40)+'px');
1446 width: expression((parseInt(document.documentElement.clientWidth)-25)+'px');
e9aecd4d 1447 font-size : 10pt;
3f59e8cd 1448}
461766f3
AD
1449
1450#userSwitch {
1451 position : absolute;
1452 bottom : 2px;
1453 right : 2px;
1454}
a3656a41
AD
1455
1456a.feedUpdErrLink {
1457 color : #ff0000;
1458 display : block;
1459 margin-bottom : 0.5em;
1460}
67dabe1a
AD
1461
1462.catCtrHasUnread {
1463 font-weight : bold;
1464}
a6fc3ee5
AD
1465
1466.catCtrNoUnread {
1467 display : none;
1468}
c6008b62
AD
1469
1470ul.headlineDropdownMenu {
1471 list-style-type : none;
1472 margin : 0px;
1473 padding : 0px;
1474}
1475
1476ul.headlineDropdownMenu li.top {
1477 float : left;
e6c115b2 1478 width : 9em;
c6008b62
AD
1479 background-image : url("images/down_arrow.png");
1480 background-position : center right;
1481 background-repeat : no-repeat;
e6c115b2 1482 margin : 0px;
c6008b62 1483 cursor : pointer;
e6c115b2
AD
1484 border-width : 1px 1px 1px 1px;
1485 border-color : transparent;
1486 border-style : solid;
1487}
1488
1489ul.headlineDropdownMenu li.top2 {
1490 float : left;
1491}
1492
d420f2ee
AD
1493ul.headlineDropdownMenu li.top3 {
1494 float : left;
1495 margin : 0px;
1496 cursor : pointer;
1497 border-width : 1px 1px 1px 1px;
1498 border-color : transparent;
1499 border-style : solid;
1500}
1501
e6c115b2
AD
1502ul.headlineDropdownMenu li.vsep {
1503 float : left;
1504 margin : 0px 5px 0px 0px;
1505 border-width : 0px 1px 0px 0px;
1506 border-color : #c0c0c0;
1507 border-style : dotted;
1508 color : white;
c6008b62
AD
1509}
1510
1511ul.headlineDropdownMenu li.top:hover {
c6008b62 1512 cursor : pointer;
e6c115b2
AD
1513 border-width : 1px 1px 0px 1px;
1514 border-color : #c0c0c0;
1515 border-style : solid;
c6008b62
AD
1516}
1517
1518ul.headlineDropdownMenu li.top:hover ul {
1519 display : block;
1520}
1521
1522ul.headlineDropdownMenu ul {
1523 list-style-type : none;
1524 position : absolute;
1525 float : none;
1526 margin : 0px;
1527 padding : 0px;
1528 display : none;
1529 background-color : white;
e6c115b2 1530 width : 9em;
c6008b62
AD
1531 z-index : 3;
1532 top : auto;
1533 left : auto;
e6c115b2
AD
1534 border-width : 0px 1px 1px 1px;
1535 border-color : #c0c0c0;
1536 border-style : solid;
1537 margin-left : -1px;
c6008b62
AD
1538}
1539
1540ul.headlineDropdownMenu ul li {
1541 float: none;
e6c115b2
AD
1542 padding : 2px 0px 2px 10px;
1543 color : black;
1544}
1545
1546ul.headlineDropdownMenu ul li:hover {
1547 color : #4684ff;
1548 background-color : #f0f0f0;
c6008b62 1549}
e6c115b2 1550
d9fa39f1
AD
1551#newVersionIcon {
1552 vertical-align : middle;
1553 cursor : pointer;
1554 display : none;
1555}
0d32b41e
AD
1556
1557a.helpLinkPic {
1558 float : right;
1559}
cc17c205
AD
1560
1561a.helpLinkPic img {
1562 border-width : 0px;
1563}
f27de515
AD
1564
1565#fadd_login_container {
1566 display : none;
1567}
e95687b2 1568
be5b75da 1569li.feedCatHolder {
e95687b2
AD
1570 display : inline;
1571}