]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
use tagwall instead of strip_tags to sanitize RSS content
[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 442 margin : 5px 0px 5px 0px;
df0539c7 443 background-color : white;
9c483746
AD
444}
445
7dc66a61 446a.helpLink {
e5d758e3 447 color : #808080;
7dc66a61
AD
448}
449
450a.helpLink:hover {
e5d758e3 451 color : #4684ff;
7dc66a61
AD
452}
453
1a7572cb 454div.helpResponse {
e5d758e3
AD
455 margin : 10px;
456 background-image : url("images/vgrad_light_rev2.png");
457 background-position : top left;
458 background-repeat : repeat-x;
459 padding : 10px 20px 10px 20px;
460 border : 1px solid #f0f0f0;
7dc66a61
AD
461}
462
442d77f1
AD
463#infoBoxTitle {
464 border-width : 1px 1px 1px 1px;
465 border-style : solid;
466 border-color : #99d67a;
467 background-color : #99d67a;
468 padding : 2px;
469 color : white;
470}
471
472#infoBox {
473 border-width : 1px 1px 1px 1px;
474 border-style : solid;
475 border-color : #99d67a;
476 position : relative;
477 bottom : 2px;
478 right : 2px;
479 padding-bottom : 5px;
480 background-color : #f8fcf5;
481}
482
483/*
6b9bf6c2 484#infoBoxTitle {
e5d758e3 485 border-width : 1px 1px 1px 1px;
ce3bf408
AD
486 border-style : solid;
487 border-color : #88b0f0;
488 background-color : #88b0f0;
489 padding : 2px;
490 color : white;
76332f3c
AD
491}
492
6b9bf6c2 493#infoBox {
e5d758e3 494 border-width : 1px 1px 1px 1px;
ce3bf408
AD
495 border-style : solid;
496 border-color : #88b0f0;
e5d758e3 497 position : relative;
6b9bf6c2
AD
498 bottom : 2px;
499 right : 2px;
1d7bf5a0 500 padding-bottom : 5px;
442d77f1
AD
501 background-color : #f7faff;
502} */
2317ffaa 503
6b9bf6c2
AD
504#infoBoxShadow {
505 background-image : url("images/shadow.png");
91040777 506 left : 25%;
6b9bf6c2 507 top : 30%;
5094b4fc 508 width : 50%;
e5d758e3 509 z-index : 3;
1d7bf5a0 510 position : absolute;
e5d758e3 511 display : none;
442d77f1 512}
2317ffaa 513
c6c3a07f 514div.infoBoxContents {
9c483746 515 padding : 10px;
e5d758e3 516 margin-bottom : 5px;
e9aecd4d 517 font-size : 9pt;
2317ffaa
AD
518}
519
520div.infoBoxContents td {
e9aecd4d 521 font-size : 9pt;
1a7572cb
AD
522}
523
4d1d0a45 524div.infoBoxContents a {
365f95dc 525 color : #527040;
4d1d0a45
AD
526}
527
528div.infoBoxContents a:hover {
529 color : black;
530}
531
c6c3a07f 532div.helpResponse h1, div.infoBoxContents h1 {
0b68215c 533/* border-width : 0px 0px 1px 0px;
e5d758e3
AD
534 border-style : solid;
535 border-color : #c0c0c0; */
536 font-size : 16pt;
7dc66a61
AD
537}
538
c6c3a07f 539div.helpResponse h2, div.infoBoxContents h2 {
0b68215c 540/* border-width : 0px 0px 0px 0px; */
e5d758e3 541 font-size : 12pt;
7dc66a61
AD
542}
543
ea5c8102 544pre {
e5d758e3 545 margin : 5px;
7dc66a61 546}
e2f8f7b4 547
033e47e0 548input.extSearch {
e5d758e3 549 width : 100%;
033e47e0 550}
f5a50b25 551
656f4b6c 552div.firstTab {
a715eb58 553 width : 10px;
6a244e6e
AD
554 float : left;
555}
556
557div.prefsTab:hover {
558 cursor : pointer;
f5a50b25
AD
559}
560
10b443bd
AD
561div.prefsTabSelected:hover {
562 cursor : pointer;
563}
564
656f4b6c
AD
565div.prefsTab {
566 float : left;
567 border-width : 1px 1px 0px 1px;
568 border-color : #88b0f0;
569 border-style : solid;
570 margin : 0px 0px 0px 5px;
571 padding : 3px 5px 3px 5px;
e9aecd4d
AD
572 font-size : 9pt;
573 font-family : "Lucida Grande", Tahoma, sans-serif;
656f4b6c
AD
574 border-collapse : collapse;
575 -moz-border-radius : 3px;
576 min-width : 100px;
577 text-align : center;
1f8274d3 578 cursor : pointer;
6eee47b8
AD
579 position : relative;
580 bottom : -2px;
f5a50b25
AD
581}
582
656f4b6c
AD
583div.prefsTabSelected {
584 float : left;
585 border-width : 1px 1px 0px 1px;
586 border-color : #88b0f0;
587 border-style : solid;
588 margin : 0px 0px 0px 5px;
589 padding : 3px 5px 3px 5px;
590 background-color : #ecf4ff;
e9aecd4d
AD
591 font-size : 9pt;
592 font-family : "Lucida Grande", Tahoma, sans-serif;
656f4b6c
AD
593 border-collapse : collapse;
594 -moz-border-radius : 3px;
595 font-weight : bold;
596 min-width : 100px;
597 text-align : center;
1f8274d3 598 cursor : pointer;
6eee47b8
AD
599 position : relative;
600 bottom : -2px;
601
656f4b6c 602}
ab3d0b99 603
0d32b41e
AD
604div.notice {
605 background : #ffffff;
606 border : 1px solid #88b0f0;
607 width : 50%;
608 padding : 5px;
609 margin : 0px 0px 5px 0px;
610 font-size : 9pt;
611}
612
ab3d0b99 613div.warning {
e5d758e3
AD
614 background : #fff7d5;
615 border : 1px solid #d7c47a;
0d32b41e
AD
616 font-size : 9pt;
617 width : 50%;
3f59e8cd 618 padding : 5px;
c93d8e07 619 margin : 0px 0px 5px 0px;
e6cb77a0
AD
620}
621
0d32b41e 622
9e21a571 623div.warning img, div.notice img, div.error img {
0d32b41e 624 vertical-align : middle;
e5d758e3 625 padding : 5px;
ab3d0b99
AD
626}
627
84916243
AD
628div.error {
629 border : 1px solid #ff0000;
630 background : #ffcccc;
631 padding : 5px;
632 margin : 0px 0px 5px 0px;
e9aecd4d 633 font-size : 9pt;
84916243
AD
634}
635
ab3d0b99 636ul.nomarks {
e5d758e3
AD
637 list-style-type : none;
638 margin : 0px;
639 padding : 10px;
ab3d0b99
AD
640}
641
b1895692 642div.prefHelp, td.prefHelp {
e5d758e3 643 color : gray;
abe4d057 644 padding : 5px;
8cb74804
AD
645}
646
f1cdb8c6 647table.loginForm {
e5d758e3 648 background-color : #ecf4ff;
f1cdb8c6
AD
649}
650
651table.innerLoginForm {
e5d758e3
AD
652 border : 1px solid #88b0f0;
653 padding : 50px;
654 background-color : white;
f1cdb8c6
AD
655}
656
657table.innerLoginForm td {
e5d758e3 658 padding : 3px 3px 5px 3px;
f1cdb8c6 659}
1a7572cb 660
365f95dc
AD
661span.feed_error {
662 color : red;
663}
664
2d1a44af 665span.insensitive, div.insensitive {
e5d758e3 666 color : gray;
bca02305 667}
afb7a1d6 668
d4d6d528
AD
669.insensitive a {
670 color : #4684ff;
671}
672
673.insensitive a:hover {
674 color : black;
675}
676
e9aecd4d
AD
677/* .prefGenericAddBox {
678 font-size : 9pt;
679} */
f557cd78
AD
680
681body.logoutBody {
e5d758e3
AD
682 background-color : #f0f0f0;
683 color : black;
f557cd78
AD
684}
685
686span.logoutWarning {
e5d758e3
AD
687 color : red;
688 font-weight : bold;
f557cd78
AD
689}
690
691div.logoutContent {
e5d758e3
AD
692 width : 600px;
693 border : 1px solid #c0c0c0;
694 background-color : white;
695 margin-left : auto;
696 margin-right : auto;
697 margin-top : 20px;
698 padding : 10px;
f557cd78 699}
d9dde1d6
AD
700
701.small {
e9aecd4d 702 font-size : 9pt;
d9dde1d6 703}
28fa9253
AD
704
705table.innerFeedTable td {
e5d758e3
AD
706 margin : 0px;
707 padding : 0px;
28fa9253 708}
35f3c923
AD
709
710td.selectPrompt {
e9aecd4d 711 font-size : 9pt;
e5d758e3 712 color : gray;
35f3c923 713}
1572afe5 714
8b27182a
AD
715table.headlinesSubToolbar {
716 border-width : 0px 0px 1px 0px;
717 border-style : solid;
718 border-color : #f0f0f0;
44686f2c
AD
719 position : absolute;
720 left : 1px;
721 top : 0px;
722 height : 25px;
723 right : 0px;
724 background-color : white;
8b27182a
AD
725}
726
1572afe5 727table.headlinesSubToolbar td.headlineActions {
e9aecd4d
AD
728 font-size : 9pt;
729 font-family : "Lucida Grande", Tahoma, sans-serif;
e5d758e3 730 color : gray;
4952f4d7 731 padding : 0px 5px 0px 5px;
1572afe5
AD
732}
733
c1c9df00 734table.headlinesSubToolbar td.headlineActionsRTL {
e9aecd4d
AD
735 font-size : 9pt;
736 font-family : "Lucida Grande", Tahoma, sans-serif;
e5d758e3 737 color : gray;
4952f4d7 738 padding : 0px 5px 0px 5px;
c1c9df00
AD
739}
740
1572afe5 741table.headlinesSubToolbar td.headlineTitle {
e9aecd4d
AD
742 font-size : 9pt;
743 font-family : "Lucida Grande", Tahoma, sans-serif;
e5d758e3 744 color : gray;
4952f4d7 745 padding : 0px 5px 0px 5px;
e5d758e3 746 text-align : right;
1572afe5
AD
747}
748
c1c9df00 749table.headlinesSubToolbar td.headlineTitleRTL {
e9aecd4d
AD
750 font-size : 9pt;
751 font-family : "Lucida Grande", Tahoma, sans-serif;
e5d758e3 752 color : gray;
4952f4d7 753 padding : 0px 5px 0px 5px;
e5d758e3 754 text-align : left;
c1c9df00
AD
755}
756
591c396d 757span.contentPreview {
e9aecd4d 758 font-size : 9pt;
e5d758e3
AD
759 color : gray;
760 font-weight : normal;
591c396d 761}
179d6f57 762
0f172fff 763span.contentPreview:hover {
e5d758e3 764 color : #4684ff;
0f172fff
AD
765}
766
283dee70
AD
767table.headlinesList {
768 width : 100%;
769}
770
bd34c528 771table.headlinesList td.hlMarkedPic {
e5d758e3
AD
772 width : 25px;
773 text-align : center;
179d6f57
AD
774}
775
bd34c528 776table.headlinesList td.hlfeed {
e5d758e3 777 text-align : right;
bd34c528
AD
778}
779
67343d9f 780td.hlSelectRow, td.hlUpdPic {
e5d758e3
AD
781 width : 25px;
782 text-align : center;
179d6f57
AD
783}
784
bd34c528 785table.headlinesList td.hlUpdated {
e5d758e3
AD
786 color : gray;
787 text-align : right;
788 width : 100px;
179d6f57
AD
789}
790
7acf5208 791table.headlinesList tr td {
e5d758e3 792 padding : 2px 0px 2px 0px;
7acf5208
AD
793}
794
b810a0f1 795div.postHeader div.postDate {
e5d758e3
AD
796 text-align : right;
797 color : gray;
b810a0f1 798 float : right;
9167e250 799}
36aab70f 800
b810a0f1 801div.postHeader div.postDateRTL {
e5d758e3
AD
802 text-align : left;
803 color : gray;
b810a0f1
AD
804 float : right;
805}
806
99206d5c
AD
807div.postReply span.tagList {
808 color : gray;
99206d5c
AD
809}
810
b810a0f1
AD
811div.postHeader div {
812 padding-bottom : 3px;
e9aecd4d
AD
813 font-size : 10pt;
814 /* font-family : "Lucida Grande", Tahoma, sans-serif; */
ed51e128
AD
815}
816
36aab70f 817#feedUpdateErrors {
e5d758e3 818 display : none;
36aab70f
AD
819}
820
42918a07 821#allEntryTags {
e9aecd4d 822 font-size : 9pt;
e5d758e3
AD
823 border-width : 0px 0px 1px 0px;
824 border-style : solid;
825 border-color : #c0c0c0;
826 padding-bottom : 5px;
827 display : none;
42918a07 828}
13ce14e8 829
070d0d2a 830/*td.hlContent {
e5d758e3
AD
831 overflow : hidden;
832 height : 1em;
833 display : block;
070d0d2a 834} */
4663f9c6
AD
835
836td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
e5d758e3 837 height : 1em;
4663f9c6 838}
386cbf27 839
afad6f38
AD
840td.hlFeed {
841 text-align : right;
842}
843
386cbf27 844div.cdmArticle {
68d871a4
AD
845 border-color : #c0c0c0;
846 border-width : 0px 0px 1px 0px;
847 border-style : solid;
e5d758e3 848 background-color : #fafafa;
68d871a4 849 margin : 0px;
e5d758e3 850 padding : 10px;
386cbf27
AD
851}
852
853div.cdmArticleUnread {
68d871a4
AD
854 border-color : #c0c0c0;
855 border-width : 0px 0px 1px 0px;
856 border-style : solid;
e5d758e3 857 background-color : #fafeff;
68d871a4 858 margin : 0px;
e5d758e3 859 padding : 10px;
386cbf27
AD
860}
861
862div.cdmArticleSelected, div.cdmArticleUnreadSelected {
68d871a4 863 margin : 0px;
e5d758e3
AD
864 padding : 10px;
865 background-color : #fff7d5;
68d871a4
AD
866 border-color : #e7d796;
867 border-width : 0px 0px 1px 0px;
868 border-style : solid;
386cbf27
AD
869}
870
beccbed5
AD
871div.cdmArticleUnread div.cdmHeader a.title,
872div.cdmArticleUnreadSelected div.cdmHeader a.title {
e5d758e3 873 font-weight : bold;
386cbf27
AD
874}
875
876div.cdmHeader {
e5d758e3 877 padding-bottom : 5px;
386cbf27
AD
878}
879
880div.cdmFooter {
e9aecd4d 881 font-size : 9pt;
e5d758e3
AD
882 color : gray;
883 padding-top : 5px;
386cbf27
AD
884}
885
c50e2b30
AD
886div.cdmFooter img.markedPic {
887 width : 16px;
888 height : 16px;
889 float : right;
890}
891
892div.cdmHeader div.articleUpdated {
893 float : right;
894}
895
386cbf27 896div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
e5d758e3 897 margin : 0px;
386cbf27
AD
898}
899
900div.cdmHeader, div.cdmHeader a {
e5d758e3 901 color : gray;
e9aecd4d 902 font-size : 9pt;
386cbf27
AD
903}
904
905div.cdmHeader a:hover {
e5d758e3 906 color : #4684ff;
386cbf27
AD
907}
908
909div.cdmContent {
e5d758e3 910 margin-bottom : 5px;
386cbf27 911}
1e471f3b
AD
912
913a.warning {
e5d758e3 914 color : #f04040;
1e471f3b 915}
a9b0bfd5
AD
916
917img.closeButton {
e5d758e3
AD
918 border-width : 0px;
919 float : right;
a9b0bfd5 920}
1da7e457
AD
921
922span.groupPrompt {
e9aecd4d 923 font-size : 9pt;
e5d758e3 924 color : #4684ff;
1da7e457 925}
9b3e2cc7 926
0979b696
AD
927div.tagCloudContainer {
928/* height : 300px;
929 overflow : auto; */
930 border : 1px solid #99d67a;
931 background-color : white;
932 margin : 5px 0px 5px 0px;
9e6427ab 933 padding : 5px;
0979b696
AD
934 text-align : center;
935}
936
e8dd519b
AD
937ul.feedErrorsList {
938 height : 300px;
939 overflow : auto;
940 list-style-type : none;
365f95dc 941 border : 1px solid #99d67a;
e8dd519b
AD
942 background-color : white;
943 margin : 0px 0px 5px 0px;
944 padding : 0px;
945}
946
9b3e2cc7 947ul.userFeedList {
e5d758e3
AD
948 height : 300px;
949 overflow : auto;
950 list-style-type : none;
442d77f1 951 border : 1px solid #99d67a;
e5d758e3
AD
952 background-color : white;
953 margin : 0px 0px 5px 0px;
954 padding : 0px;
9b3e2cc7 955}
f9cb39ac 956
0fefdacc 957/* #browseBigFeedList li.oddSelected {
e5d758e3
AD
958 border : 1px solid #d0d0f6;
959 background-color : #eaeaff;
960 -moz-border-radius : 5px;
0fefdacc
AD
961} */
962
a4dbc524
AD
963ul.labelTestResults {
964 height : 100px;
965 overflow : auto;
966 list-style-type : none;
967 margin : 0px 0px 5px 0px;
968 padding : 0px;
442d77f1 969 border : 1px solid #99d67a;
a4dbc524
AD
970 background-color : white;
971}
972
673d54ca
AD
973ul.filterTestResults {
974 height : 300px;
975 overflow : auto;
976 list-style-type : none;
977 margin : 0px 0px 5px 0px;
978 padding : 0px;
442d77f1 979 border : 1px solid #99d67a;
673d54ca
AD
980 background-color : white;
981}
982
f9cb39ac 983ul.browseFeedList {
e5d758e3
AD
984 height : 300px;
985 overflow : auto;
986 list-style-type : none;
987 margin : 0px 0px 5px 0px;
988 padding : 0px;
442d77f1 989 border : 1px solid #99d67a;
e5d758e3 990 background-color : white;
b92e6209
AD
991}
992
993ul.browseFeedList li {
e5d758e3
AD
994 margin : 0px;
995 padding : 0px;
f9cb39ac
AD
996}
997
998span.subscribers {
e5d758e3 999 color : #808080;
f9cb39ac
AD
1000}
1001
c6232e43 1002div.subscribers {
e5d758e3 1003 color : #808080;
e9aecd4d 1004 font-size : 9pt;
e5d758e3 1005 float : right;
c6232e43
AD
1006}
1007
f9cb39ac 1008input.feedBrowseCB {
e5d758e3 1009 margin-right : 1em;
f9cb39ac 1010}
c6232e43
AD
1011
1012div.browserDetails {
e5d758e3
AD
1013 margin : 5px 5px 5px 5px;
1014 display : none;
1015 padding : 5px;
c6232e43 1016}
c2b2aee0
AD
1017
1018ul.compact {
e5d758e3
AD
1019 list-style-type : none;
1020 margin : 0px;
1021 padding : 0px;
c2b2aee0
AD
1022}
1023
1024ul.compact li {
e5d758e3
AD
1025 margin : 0px;
1026 padding : 0px;
c2b2aee0
AD
1027}
1028
072f1ee2 1029div.browserFeedInfo {
e9aecd4d 1030 font-size : 9pt;
21613c4a 1031/* border : 1px solid #88b0f0;
e5d758e3 1032 background-color : #ecf4ff;
21613c4a
AD
1033 -moz-border-radius : 5px; */
1034 padding : 5px;
072f1ee2
AD
1035}
1036
1037div.browserFeedInfo div.detailsPart {
e5d758e3 1038 margin : 5px 0px 5px 5px;
c2b2aee0 1039}
1a3eb77e
AD
1040
1041div.cdmContent a {
e5d758e3 1042 color : #4684ff;
1a3eb77e
AD
1043}
1044
1045div.cdmContent a:hover {
e5d758e3 1046 color : black;
1a3eb77e
AD
1047}
1048
5f51022a 1049a.cdmToggleLink {
e5d758e3 1050 color : #808080;
e9aecd4d 1051 font-size : 9pt;
5f51022a
AD
1052}
1053
1054a.cdmToggleLink:hover {
e5d758e3 1055 color : #4684ff;
5f51022a
AD
1056}
1057
69654950 1058.noborder {
e5d758e3 1059 border-width : 0px;
69654950 1060}
0ee1d1a0
AD
1061
1062#debug_output {
6b4163cb
AD
1063 position : absolute;
1064 width : 400px;
1065 height : 200px;
1066 right : 20px;
1067 bottom : 20px;
1068 z-index : 999;
e5d758e3
AD
1069 background-color : white;
1070 display : none;
e5d758e3
AD
1071 border : 1px solid #c0c0c0;
1072 overflow : auto;
1073 margin : 0px;
1074 padding : 0px;
1075 list-style-type : none;
0ee1d1a0
AD
1076}
1077
1078#debug_output li {
e5d758e3
AD
1079 margin : 0px;
1080 padding : 0px;
e9aecd4d 1081 font-size : 8pt;
0ee1d1a0 1082}
2055d4a6 1083
5ede560f
AD
1084#dialog_overlay {
1085 background : white;
1086 left : 0;
1087 top : 0;
1088 height : 100%;
1089 width : 100%;
1090 z-index : 2;
1091 opacity : 0.5;
1092 position : absolute;
1093 display : none;
1094}
1095
2055d4a6 1096#overlay {
e5d758e3
AD
1097 background : white;
1098 left : 0;
1099 top : 0;
1100 height : 100%;
1101 width : 100%;
1102 z-index : 100;
1103 position : absolute;
2055d4a6
AD
1104}
1105
1106#overlay_inner {
e5d758e3
AD
1107 font-weight : bold;
1108 text-align : center;
1109 margin : 10px;
2055d4a6 1110}
af106b0e
AD
1111
1112#fatal_error {
e5d758e3
AD
1113 background : white;
1114 left : 0;
1115 top : 0;
1116 height : 100%;
1117 width : 100%;
1118 z-index : 200;
1119 display : none;
1120 position : absolute;
af106b0e
AD
1121}
1122
1123#fatal_error_inner {
e5d758e3
AD
1124 font-weight : bold;
1125 margin : 10px;
1126 color : red;
af106b0e
AD
1127}
1128
1129#fatal_error_msg {
e5d758e3
AD
1130 color : black;
1131 padding : 10px;
1132 font-weight : normal;
42c32916
AD
1133 background-color : #ffcccc;
1134 border : 1px solid #ff0000;
af106b0e 1135}
7e3e8f74 1136
b4c27af7
AD
1137#fatal_error_msg a {
1138 color : red;
1139}
1140
1141#fatal_error_msg a:hover {
1142 color : red;
1143 text-decoration : underline;
1144}
1145
42c32916
AD
1146#fatal_error_msg img {
1147 vertical-align : middle;
1148}
1149
71ad883b 1150#noDaemonWarning {
e5d758e3
AD
1151 position : absolute;
1152 background-color : #ecf4ff;
1153 border : 1px solid #88b0f0;
1154 padding : 10px;
1155 margin : 5px;
1156 z-index : 2;
71ad883b 1157 display : none;
e5d758e3
AD
1158}
1159
1160#qafInput {
1161 width : 100%;
7e3e8f74 1162}
14f69488 1163
79f3553b
AD
1164form {
1165 margin : 0px;
1166 padding : 0px;
1167}
86b682ce
AD
1168
1169#main_toolbar_form {
2df7a749
AD
1170 margin : 0px;
1171 padding : 0px;
1172 display : inline;
86b682ce 1173}
78d5212c
AD
1174
1175div.feedExtInfo {
1176 margin-left : 2em;
1177 font-size : 7pt;
1178 color : gray;
1179 font-weight : normal;
1180}
e8614131
AD
1181
1182span.debugTS {
1183 color : #4684ff;
1184}
0b7cb301
AD
1185
1186#backReqBox {
1187 display : none;
1188}
d48d160c 1189
60452879 1190/*.scriptWarn:before {
d48d160c 1191 content : "Disabled script:";
60452879 1192}*/
d48d160c
AD
1193
1194.scriptWarn {
1195 color : white;
1196 background-color : #903030;
1197 border : 1px solid #601010;
1198 padding : 3px;
1199 font-weight : bold;
5d8ddfed 1200 display : none;
d48d160c 1201}
660c059f 1202
a262b161
AD
1203.objectWarn {
1204 color : gray;
a262b161 1205 font-style: italic;
2271e805 1206 text-align : center;
a262b161
AD
1207}
1208
660c059f
AD
1209table.loginForm2 {
1210 padding : 1em;
1211}
1212
1213table.loginForm2 .loginTop {
1214 border-width : 0px 0px 1px 0px;
1215 border-color : #88b0f0;
1216 border-style : solid;
1217 padding : 0.5em;
1218}
1219
1220table.loginForm2 .loginMiddle {
1221 padding : 3em;
1222}
1223
1224table.loginForm2 .loginBottom {
1225 border-width : 1px 0px 0px 0px;
1226 border-color : #88b0f0;
1227 border-style : solid;
e9aecd4d 1228 font-size : 9pt;
660c059f
AD
1229 text-align : center;
1230 color : #909090;
1231 padding : 0.5em;
1232}
1233
1234table.loginForm2 .loginBottom a {
52db9978
AD
1235 color : gray;
1236}
1237
1238table.loginForm2 .loginBottom a:hover {
1239 color : #4684ff;
660c059f
AD
1240}
1241
104ddfe0 1242table.loginForm2 .loginError {
660c059f
AD
1243 color : red;
1244 margin : 0.5em;
1245}
104ddfe0
AD
1246
1247table.loginForm2 .innerLoginCell {
1248 padding-top : 0.5em;
1249}
1250
8a797376
AD
1251#milestoneDetails {
1252 display : none;
1253}
6b4163cb 1254
33b8cab4
AD
1255div.loadingPrompt {
1256 padding : 1em;
1257 text-align : center;
1258 font-weight : bold;
1259}
1260
9251df44
AD
1261div.whiteBox {
1262 background-color : white;
1263 margin-left : 1px;
abbe0154 1264 text-align : center;
b6adf039 1265 padding : 1em;
9251df44
AD
1266}
1267
6b4163cb
AD
1268/* layout */
1269
1270#header {
1271 position : absolute;
1272 white-space: nowrap;
1273 top : 10px;
1274 left : 15px;
1275 right : 5px;
1276 height : 40px;
1277 color : #4684ff;
e9aecd4d 1278 font-size : 9pt;
6b4163cb
AD
1279}
1280
1281#feeds-holder {
1282 border-width : 1px 1px 1px 0px;
1283 border-style : solid;
1284 border-color : #88b0f0;
1285 top : 50px;
1286 left : 0px;
1287 position : absolute;
1288 width : 260px;
1289 overflow : auto;
9105d728
AD
1290 bottom : 40px;
1291 border-collapse : collapse;
935f235d 1292 height: expression((parseInt(document.documentElement.clientHeight)-40-20-30)+'px');
6b4163cb
AD
1293}
1294
1295#toolbar {
1296 position : absolute;
1297 left : 261px;
9251df44 1298 padding : 5px 10px 5px 10px;
6b4163cb
AD
1299 top : 50px;
1300 right : 0px;
1301 white-space: nowrap;
1302 height : 30px;
1303 background-image : url("images/toolbar.png");
1304 background-position : bottom left;
1305 background-repeat : repeat-x;
e9aecd4d 1306 font-size : 9pt;
6b4163cb
AD
1307}
1308
80e4dc34 1309div.headlines_normal {
6b4163cb
AD
1310 position : absolute;
1311 border-width : 1px 0px 0px 0px;
1312 border-style : solid;
1313 border-color : #88b0f0;
1314 left : 260px;
9105d728 1315 height : 305px;
6b4163cb
AD
1316 top : 85px;
1317 right : 0px;
11befbb2 1318 overflow : hidden;
e9aecd4d 1319 font-size : 9pt;
9105d728 1320 border-collapse : collapse;
935f235d
AD
1321 /* css hack for IE */
1322 width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
6b4163cb
AD
1323}
1324
80e4dc34
AD
1325div.headlines_cdm {
1326 position : absolute;
1327 border-width : 1px 0px 1px 0px;
1328 border-style : solid;
1329 border-color : #88b0f0;
1330 left : 260px;
9105d728 1331 bottom : 40px;
80e4dc34
AD
1332 top : 85px;
1333 right : 0px;
d227b1a5 1334 overflow : hidden;
e9aecd4d 1335 font-size : 9pt;
9105d728 1336 border-collapse : collapse;
935f235d 1337 width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
80e4dc34
AD
1338}
1339
6b4163cb
AD
1340#content-frame {
1341 position : absolute;
586822fd 1342 border-width : 1px 0px 0px 0px;
6b4163cb
AD
1343 border-style : solid;
1344 border-color : #88b0f0;
1345 overflow : auto;
1346 top : 390px;
1347 left : 260px;
9105d728 1348 bottom : 40px;
6b4163cb 1349 right : 0px;
9105d728 1350 border-collapse : collapse;
935f235d 1351 width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
586822fd 1352/* height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px'); */
6b4163cb
AD
1353}
1354
f4fb82c5 1355#footer, #prefFooter {
6b4163cb
AD
1356 position : absolute;
1357 bottom : 0px;
9105d728 1358 height : 20px;
6b4163cb
AD
1359 text-align : center;
1360 color : gray;
e9aecd4d 1361 font-size : 9pt;
6b4163cb
AD
1362 background-image : url("images/footer.png");
1363 background-position : top left;
1364 background-repeat : repeat-x;
1365 background-color : white;
1366 right : 0px;
1367 left : 0px;
1368 padding : 10px;
935f235d
AD
1369 width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');
1370 border-collapse : collapse;
1371 border-width : 1px 0px 0px 0px;
1372 border-style : solid;
1373 border-color : #88b0f0;
1374
6b4163cb
AD
1375}
1376
f4fb82c5 1377#footer a, #prefFooter a {
c2625f8e
AD
1378 color : gray;
1379}
1380
f4fb82c5
AD
1381#footer a:hover, #prefFooter a:hover {
1382 color : black;
1383}
1384
6b4163cb
AD
1385#headlinesContainer {
1386 margin-left : 1px;
1387 background-color : white;
1388}
11befbb2
AD
1389
1390#headlineActionsTop {
1391/* border-width : 0px 0px 1px 0px;
1392 border-style : solid;
1393 border-color : #c0c0c0;
1394 background-color : #fafafa; */
e9aecd4d 1395 font-size : 9pt;
11befbb2
AD
1396}
1397
1398#headlinesInnerContainer {
11befbb2 1399 overflow : auto;
44686f2c
AD
1400 position : absolute;
1401 left : 1px;
1402 right : 0px;
1403 bottom : 0px;
1404 top : 25px;
11befbb2 1405}
3f59e8cd
AD
1406
1407/* preferences layout */
1408
1409#prefHeader {
3f59e8cd 1410 color : #4684ff;
e9aecd4d 1411 font-size : 9pt;
6a244e6e 1412 margin : 10px;
17ec931d 1413 height : 33px;
3f59e8cd
AD
1414}
1415
656f4b6c 1416div.return {
3f59e8cd 1417 float : right;
e9aecd4d 1418 font-size : 9pt;
656f4b6c 1419 margin-right : 10px;
3f59e8cd
AD
1420}
1421
656f4b6c 1422div.return a {
3f59e8cd
AD
1423 color : #4684ff;
1424}
1425
656f4b6c 1426div.return a:hover {
3f59e8cd
AD
1427 color : black;
1428}
1429
3f59e8cd 1430#prefContent {
656f4b6c 1431 clear : left;
f4fb82c5
AD
1432 position : absolute;
1433 bottom : 40px;
1434 top : 75px;
1435 left : 0px;
1436 right : 0px;
3f59e8cd 1437 padding : 1em;
f4fb82c5 1438 overflow : auto;
3f59e8cd
AD
1439 min-height : 300px;
1440 background-image : url("images/prefs-content.png");
1441 background-position : top left;
1442 background-repeat : repeat-x;
656f4b6c
AD
1443 border-width : 1px 0px 0px 0px;
1444 border-color : #88b0f0;
1445 border-style : solid;
525b61a2
AD
1446 height: expression((parseInt(document.documentElement.clientHeight)-75-40)+'px');
1447 width: expression((parseInt(document.documentElement.clientWidth)-25)+'px');
e9aecd4d 1448 font-size : 10pt;
3f59e8cd 1449}
461766f3
AD
1450
1451#userSwitch {
1452 position : absolute;
1453 bottom : 2px;
1454 right : 2px;
1455}
a3656a41
AD
1456
1457a.feedUpdErrLink {
1458 color : #ff0000;
1459 display : block;
1460 margin-bottom : 0.5em;
1461}
67dabe1a
AD
1462
1463.catCtrHasUnread {
1464 font-weight : bold;
1465}
a6fc3ee5
AD
1466
1467.catCtrNoUnread {
1468 display : none;
1469}
c6008b62
AD
1470
1471ul.headlineDropdownMenu {
1472 list-style-type : none;
1473 margin : 0px;
1474 padding : 0px;
1475}
1476
1477ul.headlineDropdownMenu li.top {
1478 float : left;
e6c115b2 1479 width : 9em;
c6008b62
AD
1480 background-image : url("images/down_arrow.png");
1481 background-position : center right;
1482 background-repeat : no-repeat;
e6c115b2 1483 margin : 0px;
c6008b62 1484 cursor : pointer;
e6c115b2
AD
1485 border-width : 1px 1px 1px 1px;
1486 border-color : transparent;
1487 border-style : solid;
1488}
1489
1490ul.headlineDropdownMenu li.top2 {
1491 float : left;
1492}
1493
d420f2ee
AD
1494ul.headlineDropdownMenu li.top3 {
1495 float : left;
1496 margin : 0px;
1497 cursor : pointer;
1498 border-width : 1px 1px 1px 1px;
1499 border-color : transparent;
1500 border-style : solid;
1501}
1502
e6c115b2
AD
1503ul.headlineDropdownMenu li.vsep {
1504 float : left;
1505 margin : 0px 5px 0px 0px;
1506 border-width : 0px 1px 0px 0px;
1507 border-color : #c0c0c0;
1508 border-style : dotted;
1509 color : white;
c6008b62
AD
1510}
1511
1512ul.headlineDropdownMenu li.top:hover {
c6008b62 1513 cursor : pointer;
e6c115b2
AD
1514 border-width : 1px 1px 0px 1px;
1515 border-color : #c0c0c0;
1516 border-style : solid;
c6008b62
AD
1517}
1518
1519ul.headlineDropdownMenu li.top:hover ul {
1520 display : block;
1521}
1522
1523ul.headlineDropdownMenu ul {
1524 list-style-type : none;
1525 position : absolute;
1526 float : none;
1527 margin : 0px;
1528 padding : 0px;
1529 display : none;
1530 background-color : white;
e6c115b2 1531 width : 9em;
c6008b62
AD
1532 z-index : 3;
1533 top : auto;
1534 left : auto;
e6c115b2
AD
1535 border-width : 0px 1px 1px 1px;
1536 border-color : #c0c0c0;
1537 border-style : solid;
1538 margin-left : -1px;
c6008b62
AD
1539}
1540
1541ul.headlineDropdownMenu ul li {
1542 float: none;
e6c115b2
AD
1543 padding : 2px 0px 2px 10px;
1544 color : black;
1545}
1546
1547ul.headlineDropdownMenu ul li:hover {
1548 color : #4684ff;
1549 background-color : #f0f0f0;
c6008b62 1550}
e6c115b2 1551
d9fa39f1
AD
1552#newVersionIcon {
1553 vertical-align : middle;
1554 cursor : pointer;
1555 display : none;
1556}
0d32b41e
AD
1557
1558a.helpLinkPic {
1559 float : right;
1560}
cc17c205
AD
1561
1562a.helpLinkPic img {
1563 border-width : 0px;
1564}
f27de515
AD
1565
1566#fadd_login_container {
1567 display : none;
1568}
e95687b2 1569
be5b75da 1570li.feedCatHolder {
e95687b2
AD
1571 display : inline;
1572}
1ac0baf4 1573
df0539c7
AD
1574table.prefFeedCatList {
1575 background-color : white;
1576}