]> git.wh0rd.org Git - tt-rss.git/blob - tt-rss.css
rework feed dialog layouts
[tt-rss.git] / tt-rss.css
1 body {
2         background : white;
3         color : black;
4         margin : 0px;
5         padding : 0px;
6         font-family : "Lucida Grande", Arial, sans-serif;
7 }
8
9 blockquote {
10         margin : 5px 5px 5px 5px;
11         border-width : 0px 0px 0px 4px;
12         border-color : #e0e0e0;
13         border-style : solid;
14         padding : 5px;
15         background-color : #f0f0f0;
16 }
17
18 div.postReply {
19         padding : 0px;
20 }
21
22 div.postReply a {
23         color : #4684ff;
24 }
25
26 div.postReply a:hover {
27         color : black;
28 }
29
30 div.postReply div.postHeader {
31         background : #ecf4ff;
32         /* border : 1px solid #88b0f0; */
33         border-width : 0px 0px 1px 0px;
34         border-style : dotted;
35         border-color : #88b0f0; 
36         margin : 0px 1px 0px 0px;
37         padding : 5px;
38         cursor : move;
39 }
40
41 /* div.postReply > div.postHeader {
42         padding : 5px;
43 } */
44
45 div.postReply div.postContent {
46         padding : 10px;
47         font-size : 14px;
48 }
49
50 div.postReply div.postContent img {
51         border-width : 0px;
52 }
53
54 div.postReply div.postIcon {
55         float : right;
56         border : 0px;
57         margin : 10px 0px 10px 10px;
58 }
59
60 div.postReply div.postEnclosures {
61         margin-top : 1em;
62         color : gray;
63 }
64
65 div.postReply img.tagsPic {
66         width : 16px;
67         height : 16px;
68         vertical-align : middle;
69 }
70
71 div.postReply span.author {
72         font-size : 12px;
73 }
74
75 ul.feedList {
76         list-style-type : none;
77         margin : 5px;
78         padding : 0px 0px 0px 5px;
79         font-size : 12px;
80         font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
81 }
82
83 ul.feedList li.feedCat {
84         margin : 0px;
85         padding : 3px 0px 3px 0px;
86         color : #707070;
87         font-size : 12px;
88 }
89
90 ul.feedList li.feedCat a {
91         color : #707070;
92 }
93
94 ul.feedList li.feedCat a:hover {
95         color : #4684ff;
96 }
97
98 ul.feedList li.feedCatSelected {
99         margin : 0px;
100         padding : 3px 0px 3px 0px;
101         color : #4684ff;
102         font-size : 12px;
103 }
104
105 ul.feedList li.feedCatSelected a {
106         color : #4684ff;
107 }
108
109 ul.feedCatList {
110         list-style-type : none;
111         margin : 0px 0px 0px 15px;
112         padding : 0px;  
113 }
114
115 ul.feedCatList li {
116         margin : 0px;
117         padding : 0px 0px 2px 0px;
118         color : black;
119 }
120
121 ul.feedList > li {
122         padding : 0px 0px 2px 0px;
123 }
124
125 ul.feedCatList img, ul.feedList img {
126         vertical-align : bottom;
127 }
128
129 li.feedUnread, 
130 li.errorUnread, 
131 li.labelUnread, 
132 li.virtUnread,
133 li.tagUnread {
134         font-weight : bold;
135 }
136
137 li.errorSelected a,
138 li.error a,
139 li.errorUnread a,
140 li.errorUnreadSelected a {
141         color : #f04040;
142 }
143
144 li.feedSelected a,
145 li.labelSelected a,
146 li.virtSelected a,
147 li.tagSelected a {
148         color : #4684ff;
149 }
150
151 li.feedUnreadSelected a,
152 li.labelUnreadSelected a,
153 li.virtUnreadSelected a,
154 li.tagUnreadSelected a {
155         color : #4684ff;
156 }
157
158 li.feedUnreadSelected,
159 li.errorUnreadSelected,
160 li.labelUnreadSelected,
161 li.virtUnreadSelected,
162 li.tagUnreadSelected {
163         font-weight : bold;
164 }
165
166 li.feed {
167         display : block;
168 }
169
170 ul.feedList img, img.tinyFeedIcon {
171         margin : 0px 3px 0px 0px;
172         width : 16px;
173         height : 16px;
174         border-width : 0px;
175 }
176
177 h1 {
178         font-size : 18px;
179 }
180
181 h2 {
182         font-size : 16px;
183         font-weight : bold;
184         border-width : 0px 0px 1px 0px;
185         border-style : solid;
186         border-color : #ecf4ff;
187 }
188
189 h3 {
190         font-size : 14px;
191         font-weight : bold;
192         border-width : 0px 0px 1px 0px;
193         border-style : solid;
194         border-color : #ecf4ff;
195 }
196
197 hr {
198         border-width : 0px 0px 1px 0px;
199         border-style : dashed;
200         border-color : #e0e0e0;
201 }
202
203 a {
204         color : black;
205         text-decoration : none;
206 }
207
208 a:hover {
209         color : #4684ff;
210 }
211
212 #piggie {
213         z-index : 999;
214         position : absolute;
215 }
216
217 #iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
218 #iedit_purgintl, #iedit_ulogin, #iedit_ulevel, #iedit_match, #iedit_feed,
219 #iedit_fcat, #iedit_filter_action, #iedit_login, #iedit_pass, #iedit_email,
220 #iedit_parent_feed {
221         width : 100%;
222         padding-left : 2px;
223         background-color : #f0fff0;
224 }
225
226 textarea.iedit {
227         width : 100%;
228 }
229
230 input.iedit {
231         width : 100%;
232         padding-left : 2px;
233 }
234
235 select.iedit {
236         width : 100%;
237 }
238
239 input.editbox {
240         width : 200px;
241         padding-left : 2px;
242 }
243
244 #notify {
245         border-width : 1px;
246         border-style : solid;
247         top : 10px;
248         right : 35%;
249         min-width : 30%;
250         position : absolute;    
251         display : none;
252         float : right;
253         font-size : 12px;
254         z-index : 998;
255         -moz-border-radius : 2px;
256         padding : 5px 5px 5px 5px;
257 }
258
259 #notify img {
260         vertical-align : middle;
261 }
262
263 .notifyProgress {
264         border-color : #d7c47a;
265         background-color : #fff7d5;
266         color : black;
267 }
268
269 .notifyInfo {
270         border-color : #7AD78E;
271         background-color : #D5FFDB;
272         color : black;
273 }
274
275 .notify {
276         border-color : #d7c47a;
277         background-color : #fff7d5;
278         color : black;
279 }
280
281 .notifyError {
282         background-color : #ffcccc;
283         border-color : #ff0000;
284         color : black;
285 }
286
287 .notifyError span:hover {
288         color : red;
289         cursor : pointer;
290 }
291
292 #dispSwitch {
293         font-size : 12px;
294         font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
295         text-align : right;
296         float : right;
297         margin : 5px 5px 0px 0px;
298 }
299
300 #dispSwitch a {
301         color : gray;
302 }
303
304 #dispSwitch a:hover {
305         color : #4684ff;
306 }
307
308 div.expPane {
309         margin : 15px;
310 }
311
312 iframe {
313         border : 0px solid white;
314 }
315
316 iframe.feedsFrameWithActions {
317         width : 100%;
318         height : 90%;
319         margin : 0px;
320         padding : 0px;
321 }
322
323 iframe.feedsFrame {
324         width : 100%;
325         height : 100%;
326         margin : 0px;
327         padding : 0px;
328 }
329
330 iframe.contentFrame, iframe.headlinesFrame {
331         width : 100%;
332         padding : 0px;
333         margin : 0px;
334         height : 100%;
335 }
336
337 /*.button {
338         border : 1px solid #d0d0d0;
339         background-image : url("images/button.png");
340         background-position : top;
341         background-repeat : repeat-x;
342         background-color : white;
343         color : black;  
344 }
345
346 .button:hover {
347         background : white;
348         text-decoration : none;
349         color : black;
350 }
351
352 .disabledButton {
353         border : 1px solid #c0c0c0;
354         background-color : white;
355         color : gray;   
356 }
357
358 a.button {
359         padding : 2px 5px 2px 5px;
360         font-size : small;
361 } */
362
363 .evenUnreadSelected, .evenSelectedUnread, .evenUnreadSelected td,
364         .evenSelectedUnread td {
365         background-color : #fff7d5;
366         font-weight : bold;
367                   border-width : 1px 0px 1px 0px;
368                   border-style : solid;
369                   border-color : #e7d796;
370 }
371
372 .oddUnreadSelected, .oddSelectedUnread, .oddUnreadSelected td,
373         .oddSelectedUnread td {
374         background-color : #fff7d5;
375         font-weight : bold;
376 }
377
378 .evenSelected, .evenSelected td {
379         background-color : #fff7d5;
380                   border-width : 1px 0px 1px 0px;
381                   border-style : solid;
382                   border-color : #e7d796;
383 }
384
385 .oddSelected, .evenSelected td {
386         background-color : #fff7d5;
387 }
388
389 .evenGrayed, .evenGrayed td {
390         background-color : #f0f0f0;
391         color : #909090;
392                   border-width : 1px 0px 1px 0px;
393                   border-style : solid;
394                   border-color : #c0c0c0;
395 }
396
397 .oddGrayed {
398         color : #909090;
399 }
400
401 .even, .even td {
402                   border-width : 1px 0px 1px 0px;
403                   border-style : solid;
404                   border-color : #c0c0c0;
405         background-color : #f0f0f0;
406 }
407
408 .evenUnread, .evenUnread td {
409         background-color : #f0f0f0;
410         font-weight : bold;
411                   border-width : 1px 0px 1px 0px;
412                   border-style : solid;
413                   border-color : #c0c0c0;
414 }
415
416 .oddUnread, .oddUnread td {
417         font-weight : bold;
418 }
419
420 .invisible {
421         display : none;
422 }
423
424 /* preferences */
425
426 tr.title td {
427         border-width : 0px 0px 1px 0px;
428         border-color : #ecf4ff;
429         border-style : solid;
430         color : #4684ff;
431 }
432
433 tr.title td a {
434         color : #4684ff;
435 }
436
437 tr.title td a:hover {
438         color : black;
439 }
440
441 div.feedEditSearch {
442         float : right;
443 }
444
445 table.prefFeedList td.feedEditCat {
446         font-weight : bold;
447         border-width : 0px 0px 1px 0px;
448         border-style : solid;
449         border-color : #88b0f0;
450         padding-top : 0.5em;
451 }
452
453 table.prefFilterList td.filterEditCat {
454         font-weight : bold;
455         border-width : 0px 0px 1px 0px;
456         border-style : solid;
457         border-color : #88b0f0;
458         padding-top : 0.5em;
459 }
460
461 /* oh for the love of... */
462
463 table.prefFilterList tr.even,
464 table.prefFilterList tr.odd,
465 table.prefFilterList tr.evenSelected,
466 table.prefFilterList tr.oddSelected,
467 table.prefLabelList tr.even,
468 table.prefLabelList tr.odd,
469 table.prefLabelList tr.evenSelected,
470 table.prefLabelList tr.oddSelected,
471 table.prefUserList tr.even,
472 table.prefUserList tr.odd,
473 table.prefUserList tr.evenSelected,
474 table.prefUserList tr.oddSelected,
475 table.prefFeedList tr.even,
476 table.prefFeedList tr.odd,
477 table.prefFeedList tr.evenSelected,
478 table.prefFeedList tr.oddSelected
479 {       
480         cursor : pointer;
481 }
482
483 table.prefFilterList tr.even:hover td, 
484 table.prefFilterList tr.odd:hover td,
485 table.prefFilterList tr.evenSelected:hover td, 
486 table.prefFilterList tr.oddSelected:hover td 
487 table.prefLabelList tr.even:hover td, 
488 table.prefLabelList tr.odd:hover td,
489 table.prefLabelList tr.evenSelected:hover td, 
490 table.prefLabelList tr.oddSelected:hover td,
491 table.prefUserList tr.even:hover td, 
492 table.prefUserList tr.odd:hover td,
493 table.prefUserList tr.evenSelected:hover td, 
494 table.prefUserList tr.oddSelected:hover td,
495 table.prefFeedList tr.even:hover td, 
496 table.prefFeedList tr.odd:hover td,
497 table.prefFeedList tr.evenSelected:hover td, 
498 table.prefFeedList tr.oddSelected:hover td
499 {
500         color : #88b0f0;
501 }
502
503 table.prefFeedList td.feedIcon {
504         text-align : center;
505 }
506
507 table.prefFeedList td.feedSelect {
508         text-align : center;
509 }
510
511 div.prefFeedCatHolder {
512         height : 250px;
513         overflow : auto;
514         border : 1px solid #99d67a;
515         margin : 5px 0px 5px 0px;
516         background-color : white;
517 }
518
519 a.helpLink {
520         color : #808080;
521 }
522
523 a.helpLink:hover {
524         color : #4684ff;
525 }
526
527 div.helpResponse {
528         margin : 10px;
529         background-image : url("images/vgrad_light_rev2.png");
530         background-position : top left;
531         background-repeat : repeat-x;
532         padding : 10px 20px 10px 20px;
533         border : 1px solid #f0f0f0;
534 }
535
536 #infoBoxTitle {
537         border-width : 1px 1px 1px 1px;
538         border-style : solid;
539         border-color : #99d67a;
540         background-color : #99d67a;
541         padding : 4px 2px 4px 10px;
542         color : white;
543         font-weight : bold;
544         font-size : 12px;
545 }
546
547 /* shadow stuff from http://www.sixapart.com/pronet/articles/ydsf_-_robust_c.html */
548
549 #infoBox {      
550         border-width : 1px 1px 1px 1px;
551         border-style : solid;
552         border-color : #99d67a;
553         background-color : #f8fcf5;
554         position: relative;
555         overflow : hidden;
556         left : -4px;
557         top : -4px;
558 }
559
560 html>body #infoBox {
561         left : -10px;
562         top : -10px;
563         margin : 0;
564 }
565
566 #infoBoxShadow:before, #infoBoxShadow:after {
567         content : " ";
568         display : block;
569         background : inherit;
570         width : 10px;
571         height : 10px;
572 }
573
574 #infoBoxShadow:before {
575         position : absolute;
576         top : 0;
577         right : 0;
578         margin : -10px 0 0 auto;
579         background-position : right top;
580 }
581
582 #infoBoxShadow:after {
583         margin : -10px 0 0 -10px;
584         background-position : left bottom;
585 }
586
587
588 #infoBoxShadow {
589         background-image : url("images/shadow.png");
590         background-position : bottom right;
591         left : 25%;
592         top : 100px;
593         width : 50%;
594         z-index : 3;
595         position : absolute;
596         display : none;
597         min-width : 600px;
598
599
600 div.infoBoxContents {
601         padding : 10px;
602         margin-bottom : 5px;
603         font-size : 12px;
604 }
605
606 div.infoBoxContents td {
607         font-size : 12px;
608 }
609
610 div.infoBoxContents a {
611         color : #527040;
612 }
613
614 div.infoBoxContents a:hover {
615         color : black;
616 }
617
618 div.helpResponse h1, div.infoBoxContents h1 {
619 /*        border-width : 0px 0px 1px 0px;
620         border-style : solid;
621         border-color : #c0c0c0; */
622         font-size : 18px;
623 }
624
625 div.helpResponse h2, div.infoBoxContents h2 {
626 /*        border-width : 0px 0px 0px 0px; */
627         font-size : 16px;
628 }
629
630 pre {
631         margin : 5px;
632 }
633
634 input.extSearch {
635         width : 100%;
636 }
637
638 div.firstTab {
639         width : 10px;
640         float : left;
641 }
642
643 div.prefsTab:hover {
644         cursor : pointer;
645 }
646
647 div.prefsTabSelected:hover {
648         cursor : pointer;
649 }
650
651 div.prefsTab {
652         float : left;
653         border-width : 1px 1px 0px 1px;
654         border-color : #88b0f0;
655         border-style : solid;
656         margin : 0px 0px 0px 5px;
657         padding : 3px 5px 3px 5px;
658         font-size : 12px;
659         font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
660         border-collapse : collapse;
661         min-width : 100px;
662         text-align : center;
663         cursor : pointer;
664 }
665
666 div.prefsTabSelected {
667         float : left;
668         border-width : 1px 1px 0px 1px;
669         border-color : #88b0f0;
670         border-style : solid;
671         margin : 0px 0px 0px 5px;
672         padding : 3px 5px 3px 5px;
673         background-color : #ecf4ff;
674         font-size : 12px;
675         font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
676         border-collapse : collapse;
677         font-weight : bold;
678         min-width : 100px;
679         text-align : center;
680         cursor : pointer;
681 }
682
683 div.notice {
684         background : #ffffff;
685         border : 1px solid #88b0f0;
686         width : 60%;
687         padding : 5px;
688         margin : 0px 0px 5px 0px;
689         font-size : 12px;
690 }
691
692 div.warning {
693         background : #fff7d5;
694         border : 1px solid #d7c47a;
695         font-size : 12px;
696         width : 60%;
697         padding : 5px;
698         margin : 0px 0px 5px 0px;
699 }
700
701
702 div.warning img, div.notice img, div.error img {
703         vertical-align : middle;
704         padding : 5px;
705 }
706
707 div.error {
708         border : 1px solid #ff0000;
709         background : #ffcccc;
710         padding : 5px;
711         margin : 0px 0px 5px 0px;
712         font-size : 12px;
713 }
714
715 ul.nomarks {
716         list-style-type : none;
717         margin : 0px;
718         padding : 10px; 
719 }
720
721 div.prefHelp, td.prefHelp {
722         color : gray;
723         padding : 5px;
724 }
725
726 table.loginForm {
727         background-color : #ecf4ff;
728 }
729
730 table.innerLoginForm {
731         border : 1px solid #88b0f0;
732         padding : 50px;
733         background-color : white;
734 }
735
736 table.innerLoginForm td {
737         padding : 3px 3px 5px 3px;
738 }
739
740 span.feed_error {
741         color : red;
742 }
743
744 .insensitive {
745         color : gray;
746 }
747
748 .insensitive a {
749         color : #4684ff;
750 }
751
752 .insensitive a:hover {
753         color : black;
754 }
755
756 /* .prefGenericAddBox {
757         font-size : 12px;
758 } */
759
760 body.logoutBody {
761         background-color : #f0f0f0;
762         color : black;
763 }
764
765 span.logoutWarning {
766         color : red;
767         font-weight : bold;
768 }
769
770 div.logoutContent {
771         width : 600px;
772         border : 1px solid #c0c0c0;
773         background-color : white;
774         margin-left : auto;
775         margin-right : auto;
776         margin-top : 20px;
777         padding : 10px;
778 }
779
780 .small {
781         font-size : 12px;
782 }
783
784 table.innerFeedTable td {
785         margin : 0px;
786         padding : 0px;
787 }
788
789 td.selectPrompt {
790         font-size : 12px;
791         color : gray;
792 }
793
794 table.headlinesSubToolbar {
795         border-width : 0px 0px 1px 0px;
796         border-style : solid;
797         border-color : #f0f0f0;
798         position : absolute;
799         left : 0px;
800         top : 0px;
801         height : 25px;
802         right : 0px;
803         background-color : white;
804         font-size : 11px;
805         font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
806         color : gray;
807 }
808
809 input#subtoolbar_search_box {
810         height : 10px;
811         font-size : 9px;
812         vertical-align : middle;
813 }
814
815 table.headlinesSubToolbar td.headlineActions {
816         padding : 0px 5px 0px 5px;
817 }
818
819 table.headlinesSubToolbar td.headlineActionsRTL {
820         padding : 0px 5px 0px 5px;
821 }
822
823 table.headlinesSubToolbar td.headlineTitle {
824         padding : 0px 5px 0px 5px;
825         text-align : right;
826 }
827
828 table.headlinesSubToolbar td.headlineTitleRTL {
829         padding : 0px 5px 0px 5px;
830         text-align : left;
831 }
832
833 span.contentPreview {
834         font-size : 12px;
835         color : gray;
836         font-weight : normal;
837 }
838
839 span.contentPreview:hover {
840         color : #4684ff;
841 }
842
843 table.headlinesList {
844         width : 100%;
845 }
846
847 table.headlinesList td.hlMarkedPic {
848         width : 25px;
849         text-align : center;
850 }
851
852 table.headlinesList td.hlfeed {
853         text-align : right;
854 }
855
856 td.hlSelectRow, td.hlUpdPic {
857         width : 25px;
858         text-align : center;
859 }
860
861 table.headlinesList td.hlUpdated {
862         color : gray;
863         text-align : right;
864         width : 100px;
865         cursor : pointer;
866 }
867
868 table.headlinesList tr td {
869         padding : 2px 0px 2px 0px;
870 }
871
872 div.postHeader div.postDate {
873         text-align : right;
874         color : gray;
875         float : right;
876 }
877
878 div.postHeader div.postDateRTL {
879         text-align : left;
880         color : gray;
881         float : right;
882 }
883
884 div.postReply span.tagList {
885         color : gray;
886 }
887
888 div.postHeader div {
889         padding-bottom : 3px;
890         font-size : 12px;
891         /* font-family : "Lucida Grande", Tahoma, sans-serif; */
892 }
893
894 #feedUpdateErrors {
895         display : none;
896 }
897
898 #allEntryTags {
899         font-size : 12px;
900         border-width : 0px 0px 1px 0px;
901         border-style : solid;
902         border-color : #c0c0c0;
903         padding-bottom : 5px;
904         display : none;
905 }
906
907 /*td.hlContent {
908         overflow : hidden;
909         height : 1em;
910         display : block;
911 } */
912
913 td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
914         height : 1em;
915 }
916
917 td.hlFeed {
918         text-align : right;
919 }
920
921 span.hlFeed, span.hlFeed a {
922         font-size : 12px;
923         color : gray;
924 }
925
926 span.hlFeed a:hover {
927         color : #4684ff;
928 }
929
930 /* div.cdmArticle:hover {
931         background-color : white;
932 } */
933
934 div.cdmAllTags {
935         float : left;
936         background-color : white;
937         border : 1px solid #c0c0c0;
938         display : none;
939         z-index : 3;
940         top : auto;
941         left : auto;
942         right : auto;
943         position : absolute;
944         padding : 10px;
945 }
946
947 span.cdmAllTagsCtr:hover div {
948         display : block;
949 }
950
951 div.cdmArticle {
952         border-color : #a0a0a0;
953         border-width : 0px 0px 1px 0px;
954         border-style : solid;
955         background-color : #f9faff;
956         margin : 0px;
957         color : #505050;
958         /* padding : 10px; */
959         color : black;
960
961 }
962
963 /* div.cdmArticleUnread:hover {
964         background-color : white;
965 } */
966
967 div.cdmArticleUnread {
968         border-color : #a0a0a0;
969         border-width : 0px 0px 1px 0px;
970         border-style : solid;
971         background-color : white;
972         margin : 0px;
973         /* padding : 10px; */
974         color : black;
975 }
976
977 div.cdmArticleSelected, div.cdmArticleUnreadSelected {
978         margin : 0px;
979         background-color : #fff7d5;
980         border-color : #e7d796;
981         border-width : 0px 0px 1px 0px;
982         border-style : solid;
983 }
984
985 div.cdmArticleUnread div.cdmHeader a.title, 
986 div.cdmArticleUnreadSelected div.cdmHeader a.title {
987         font-weight : bold;
988 }
989
990 div.cdmHeader {
991         padding : 5px 5px 10px 5px;
992 }
993
994 div.cdmArticleUnread div.cdmHeader span.titleWrap a {
995         color : black;
996 }
997
998 div.cdmFooter {
999         font-size : 12px;
1000         color : black;
1001         padding : 5px;
1002         color : gray;
1003 /*      background-color : white; */
1004         border-width : 1px 0px 0px 0px;
1005         border-color : #c0c0c0;
1006         border-style : dotted;
1007 }
1008
1009 /*div.cdmArticleSelected div.cdmFooter {
1010         background-color : transparent;
1011 }
1012
1013 div.cdmArticleUnreadSelected div.cdmFooter {
1014         background-color : transparent;
1015 }*/
1016
1017 div.cdmFooter span.s0 {
1018         border-width : 0px 1px 0px 0px;
1019         border-color : #c0c0c0;
1020         border-style : dotted;
1021         padding : 0px 5px 0px 0px;
1022 }
1023
1024 div.cdmFooter span.s1 {
1025         border-width : 0px 1px 0px 0px;
1026         border-color : #c0c0c0;
1027         border-style : dotted;
1028         padding : 0px 5px 0px 5px;
1029 }
1030
1031 div.cdmFooter span.s2 {
1032         padding : 0px 5px 0px 5px;
1033 }
1034
1035 div.cdmFooter img.markedPic, div.cdmFooter img.tagsPic {
1036         width : 16px;
1037         height : 16px;
1038         vertical-align : middle;
1039 }
1040
1041 img.markedPic {
1042         cursor : pointer;
1043 }
1044
1045 div.cdmHeader div.articleUpdated {
1046         float : right;
1047 }
1048
1049 div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
1050         margin : 0px;
1051 }
1052
1053 div.cdmHeader, div.cdmHeader a {
1054         color : #505050;
1055         font-size : 12px;
1056 }
1057
1058 div.cdmHeader a:hover {
1059         color : #4684ff;
1060 }
1061
1062 div.cdmContent {
1063         margin : 0px 15px 5px 15px;
1064 }
1065
1066 div.cdmContent:hover {
1067         cursor : pointer;
1068 }
1069
1070 div.cdmExcerpt {
1071         margin : 0px 15px 5px 15px;
1072 }
1073
1074 div.cdmExcerpt:hover {
1075         cursor : pointer;
1076         color : #88b0f0;
1077 }
1078
1079 div.cdmEnclosures {
1080         margin-top : 1em;
1081         color : gray;
1082 }
1083
1084 a.warning {
1085         color : #f04040;
1086 }
1087
1088 img.closeButton {
1089         border-width : 0px;
1090         float : right;
1091 }
1092
1093 span.groupPrompt {
1094         font-size : 12px;
1095         color : #4684ff;
1096 }
1097
1098 div.tagCloudContainer {
1099 /*      height : 300px;
1100         overflow : auto; */
1101         border : 1px solid #99d67a;
1102         background-color : white;
1103         margin : 5px 0px 5px 0px;
1104         padding : 5px;
1105         text-align : center;
1106 }
1107
1108 ul.feedErrorsList {
1109         height : 300px;
1110         overflow : auto;
1111         list-style-type : none;
1112         border : 1px solid #99d67a;
1113         background-color : white;
1114         margin : 0px 0px 5px 0px;
1115         padding : 0px;
1116 }
1117
1118 ul.userFeedList {
1119         height : 300px;
1120         overflow : auto;
1121         list-style-type : none;
1122         border : 1px solid #99d67a;
1123         background-color : white;
1124         margin : 0px 0px 5px 0px;
1125         padding : 0px;
1126 }
1127
1128 /* #browseBigFeedList li.oddSelected {
1129         border : 1px solid #d0d0f6;
1130         background-color : #eaeaff;
1131         -moz-border-radius : 5px;
1132 } */
1133
1134 /*#browseBigFeedList li {
1135         padding :0px;
1136 }*/
1137
1138 div.labelTestError {
1139         margin : 5px 0px 5px 0px;
1140         color : #f04040;
1141 }
1142
1143 ul.labelTestResults {
1144         height : 100px;
1145         overflow : auto;
1146         list-style-type : none;
1147         margin : 0px 0px 5px 0px;
1148         padding : 0px;
1149         border : 1px solid #99d67a;
1150         background-color : white;
1151 }
1152
1153 ul.filterTestResults {
1154         height : 300px;
1155         overflow : auto;
1156         list-style-type : none;
1157         margin : 0px 0px 5px 0px;
1158         padding : 0px;
1159         border : 1px solid #99d67a;
1160         background-color : white;
1161 }
1162
1163 ul.browseFeedList {
1164         height : 300px;
1165         overflow : auto;
1166         list-style-type : none;
1167         margin : 0px 0px 5px 0px;
1168         padding : 0px;
1169         border : 1px solid #99d67a;
1170         background-color : white;
1171 }
1172
1173 ul.browseFeedList li {
1174         margin : 0px;
1175         padding : 0px;
1176 }
1177
1178 span.subscribers {
1179         color : #808080;
1180 }
1181
1182 div.subscribers {
1183         color : #808080;
1184         font-size : 12px;
1185         float : right;
1186 }
1187
1188 input.feedBrowseCB {
1189         margin-right : 1em;
1190 }
1191
1192 div.browserDetails {
1193         margin : 5px 5px 5px 5px;
1194         padding : 5px;
1195 }
1196
1197 ul.compact {
1198         list-style-type : none;
1199         margin : 0px;
1200         padding : 0px;
1201 }
1202
1203 ul.compact li {
1204         margin : 0px;
1205         padding : 0px;
1206 }
1207
1208 div.browserFeedInfo {
1209         font-size : 12px;
1210 /*      border : 1px solid #88b0f0;
1211         background-color : #ecf4ff;
1212         -moz-border-radius : 5px; */
1213         padding : 5px;
1214 }
1215
1216 div.browserFeedInfo div.detailsPart {
1217         margin : 5px 0px 5px 5px;       
1218 }
1219
1220 div.cdmContent a {
1221         color : #4684ff;
1222 }
1223
1224 div.cdmContent a:hover {
1225         color : black;
1226 }
1227
1228 a.cdmToggleLink {
1229         color : #808080;
1230         font-size : 12px;
1231 }
1232
1233 a.cdmToggleLink:hover {
1234         color : #4684ff;
1235 }
1236
1237 .noborder {
1238         border-width : 0px;
1239 }
1240
1241 #debug_output {
1242         position : absolute;
1243         width : 400px;
1244         height : 200px;
1245         right : 20px;
1246         bottom : 20px;
1247         z-index : 999;
1248         background-color : white;
1249         border : 1px solid #c0c0c0;
1250         overflow : auto;
1251         margin : 0px;
1252         padding : 0px;
1253         list-style-type : none;
1254 }
1255
1256 #debug_output li {
1257         margin : 0px;
1258         padding : 0px;
1259         font-size : 11px;
1260 }
1261
1262 #dialog_overlay {
1263         left : 0;
1264         top : 0;
1265         height : 100%;
1266         width : 100%;
1267         z-index : 2;
1268         position : absolute;
1269         background-image : url("images/shadow_white.png");
1270 }
1271
1272 #overlay {
1273         background : white;
1274         left : 0;
1275         top : 0;
1276         height : 100%;
1277         width : 100%;
1278         z-index : 100;
1279         position : absolute;
1280 }
1281
1282 #overlay_inner {
1283         font-weight : bold;
1284         margin : 10px;
1285 }
1286
1287 #fatal_error {
1288         background : white;
1289         left : 0;
1290         top : 0;
1291         height : 100%;
1292         width : 100%;
1293         z-index : 200;
1294         display : none;
1295         position : absolute;
1296 }
1297
1298 #fatal_error_inner {
1299         font-weight : bold;
1300         margin : 10px;
1301         color : red;
1302 }
1303
1304 #fatal_error_msg {
1305         color : black;
1306         padding : 10px;
1307         font-weight : normal;
1308         background-color : #ffcccc;
1309         border : 1px solid #ff0000;
1310 }
1311
1312 #fatal_error_msg a {
1313         color : red;
1314 }
1315
1316 #fatal_error_msg a:hover {
1317         color : red;
1318         text-decoration : underline;
1319 }
1320
1321 #fatal_error_msg img {
1322         vertical-align : middle;
1323 }
1324
1325 #noDaemonWarning {      
1326         position : absolute;
1327         background-color : #ecf4ff;               
1328         border : 1px solid #88b0f0;
1329         padding : 10px;
1330         margin : 5px;
1331         z-index : 2;
1332         display : none;
1333 }
1334
1335 #qafInput {
1336         width : 100%;
1337 }
1338
1339 form {
1340         margin : 0px;
1341         padding : 0px;
1342 }
1343
1344 #main_toolbar_form {
1345         margin : 0px;
1346         padding : 0px;
1347         display : inline;
1348 }
1349
1350 div.feedExtInfo {
1351         margin-left : 2em;
1352         font-size : 7pt;
1353         color : gray;
1354         font-weight : normal;
1355 }
1356
1357 span.debugTS {
1358         color : #4684ff;
1359 }
1360
1361 #backReqBox {
1362         display : none;
1363 }
1364
1365 /*.scriptWarn:before {
1366         content : "Disabled script:";
1367 }*/
1368
1369 .scriptWarn {
1370         color : white;
1371         background-color : #903030;
1372         border : 1px solid #601010;
1373         padding : 3px;
1374         font-weight : bold;
1375         display : none;
1376 }
1377
1378 .objectWarn {
1379         color : gray;
1380         font-style: italic;
1381         text-align : center;
1382 }
1383
1384 table.loginForm2 {
1385         padding : 1em;
1386 }
1387
1388 table.loginForm2 .loginTop {
1389         border-width : 0px 0px 1px 0px;
1390         border-color : #88b0f0;
1391         border-style : solid;
1392         padding : 0.5em;
1393 }
1394
1395 table.loginForm2 .loginMiddle {
1396         padding : 3em;
1397 }
1398
1399 table.loginForm2 .loginBottom {
1400         border-width : 1px 0px 0px 0px;
1401         border-color : #88b0f0;
1402         border-style : solid;
1403         font-size : 12px;
1404         text-align : center;
1405         color : #909090;
1406         padding : 0.5em;
1407 }
1408
1409 table.loginForm2 .loginBottom a {
1410         color : gray;
1411 }
1412
1413 table.loginForm2 .loginBottom a:hover {
1414         color : #4684ff;
1415 }
1416
1417 table.loginForm2 .loginError {
1418         color : red;
1419         margin : 0.5em;
1420 }
1421
1422 table.loginForm2 .innerLoginCell {
1423         padding-top : 0.5em;
1424 }
1425
1426 #milestoneDetails {
1427         display : none;
1428 }
1429
1430 div.loadingPrompt {
1431         padding : 1em;
1432         text-align : center;
1433         font-weight : bold;
1434 }
1435
1436 div.whiteBox {
1437         background-color : white;
1438         margin-left : 1px;
1439         text-align : center;
1440         padding : 1em;
1441 }
1442
1443 /* layout */
1444
1445 #header {
1446         position : absolute;
1447         white-space: nowrap;
1448         top : 10px;
1449         left : 15px;
1450         right : 5px;
1451         height : 40px;
1452         color : #4684ff;
1453         font-size : 12px;
1454 }
1455
1456 #feeds-holder {
1457         border-width : 1px 1px 0px 0px;
1458         border-style : solid;
1459         border-color : #88b0f0;
1460         top : 50px;
1461         left : 0px;
1462         position : absolute;
1463         width : 260px;
1464         overflow : auto;
1465         bottom : 0px;
1466         border-collapse : collapse;
1467 }
1468
1469 #toolbar {
1470         position : absolute;
1471         left : 261px;
1472         padding : 5px 10px 5px 10px;
1473         top : 50px;
1474         right : 0px;
1475         white-space: nowrap;
1476         height : 30px;
1477         background-image : url("images/toolbar.png");
1478         background-position : bottom left;
1479         background-repeat : repeat-x;
1480         font-size : 12px;
1481 }
1482
1483 div.headlines_normal {
1484         position : absolute;
1485         border-width : 1px 0px 0px 0px;
1486         border-style : solid;
1487         border-color : #88b0f0;
1488         left : 261px;
1489         height : 305px;
1490         top : 85px;
1491         right : 0px;
1492         overflow : hidden;
1493         font-size : 12px;
1494         border-collapse : collapse;
1495 }
1496
1497 div.headlines_cdm {
1498         position : absolute;
1499         border-width : 1px 0px 1px 0px;
1500         border-style : solid;
1501         border-color : #88b0f0;
1502         left : 261px;
1503         bottom : 40px;
1504         top : 85px;
1505         right : 0px;
1506         overflow : hidden;
1507         font-size : 12px;
1508         border-collapse : collapse;
1509 }
1510
1511 #content-frame {
1512         position : absolute;
1513         border-width : 1px 0px 0px 0px;
1514         border-style : solid;
1515         border-color : #88b0f0;
1516         overflow : auto;
1517         top : 390px;
1518         left : 261px;
1519         bottom : 40px;
1520         right : 0px;
1521         border-collapse : collapse;
1522 }
1523
1524 /*#resize-grabber {
1525         position : absolute;
1526         border-width : 1px;
1527         border-style : dotted;
1528         border-color : #88b0f0;
1529         background-color : white;
1530         width : 8px;
1531         height : 8px;
1532         z-index : 20;
1533         right : 20px;
1534         top : 20px;
1535         display : none;
1536         cursor : move;
1537 }*/
1538
1539 #resize-grabber {
1540         height : 5px;
1541         border-width : 0px 0px 1px 0px;
1542         border-style : solid;
1543         border-color : #88b0f0;
1544         background : url("images/resize_horiz.png") top left;
1545         cursor : move;
1546         text-align : center;
1547 }
1548
1549 #footer, #prefFooter {
1550         position : absolute;
1551         bottom : 0px;
1552         height : 20px;
1553         text-align : center;
1554         color : gray;
1555         font-size : 12px;
1556         background-image : url("images/footer.png");
1557         background-position : top left;
1558         background-repeat : repeat-x; 
1559         background-color : white;
1560         right : 0px;
1561         left : 261px;
1562         padding : 10px;
1563         border-collapse : collapse;
1564         border-width : 1px 0px 0px 0px;
1565         border-style : solid;
1566         border-color : #88b0f0;
1567
1568 }
1569
1570 #prefFooter {
1571         left : 0px;
1572 }
1573
1574 #footer a, #prefFooter a {
1575         color : gray;
1576 }
1577
1578 #footer a:hover, #prefFooter a:hover {
1579         color : black;
1580 }
1581
1582 #headlinesContainer {
1583         margin-left : 0px;
1584         background-color : white;
1585 }
1586
1587 #headlineActionsTop {
1588 /*      border-width : 0px 0px 1px 0px;
1589         border-style : solid;
1590         border-color : #c0c0c0;
1591         background-color : #fafafa; */
1592         font-size : 12px;
1593 }
1594
1595 #headlinesInnerContainer {
1596         overflow : auto;
1597         position : absolute;
1598         left : 0px;
1599         right : 0px;
1600         bottom : 0px;
1601         top : 25px; 
1602 }
1603
1604 /* preferences layout */
1605
1606 #prefHeader {
1607         color : #4684ff;
1608         font-size : 12px;
1609         margin : 10px;
1610         height : 33px;
1611 }
1612
1613 div.return {
1614         float : right;
1615         font-size : 12px;
1616         margin-right : 10px;
1617 }
1618
1619 div.return a {
1620         color : #4684ff;
1621 }
1622
1623 div.return a:hover {
1624         color : black;
1625 }
1626
1627 #prefContent {
1628         clear : left;
1629         position : absolute;
1630         bottom : 40px;
1631         top : 75px;
1632         left : 0px;
1633         right : 0px;
1634         padding : 1em;
1635         overflow : auto;
1636         min-height : 300px;
1637         background-image : url("images/prefs-content.png");
1638         background-position : top left;
1639         background-repeat : repeat-x;
1640         border-width : 1px 0px 0px 0px;
1641         border-color : #88b0f0;
1642         border-style : solid;
1643         font-size : 12px;
1644 }
1645
1646 #userSwitch {
1647         position : absolute;
1648         bottom : 2px;
1649         right : 2px;
1650 }
1651
1652 a.feedUpdErrLink {
1653         color : #ff0000;
1654         display : block;
1655         margin-bottom : 0.5em;
1656 }
1657
1658 .catCtrHasUnread {
1659         font-weight : bold;
1660         color : #707070;
1661 }
1662
1663 .catCtrNoUnread {
1664         display : none;
1665 }
1666
1667 ul.headlineDropdownMenu {
1668         list-style-type : none;
1669         margin : 0px;
1670         padding : 0px;
1671 }
1672
1673 ul.headlineDropdownMenu li.top {
1674         float : left;
1675         width : 12em;
1676         background-image : url("images/down_arrow.png");
1677         background-position : center right;
1678         background-repeat : no-repeat;
1679         margin : 0px; 
1680         cursor : pointer;
1681         border-width : 1px 1px 1px 1px;
1682         border-color : transparent;
1683         border-style : solid;
1684 }
1685
1686 ul.headlineDropdownMenu li.top2 {
1687         float : left;
1688 }
1689
1690 ul.headlineDropdownMenu li.top3 {
1691         float : left;
1692         margin : 0px; 
1693         cursor : pointer;
1694         border-width : 1px 1px 1px 1px;
1695         border-color : transparent;
1696         border-style : solid;
1697 }
1698
1699 ul.headlineDropdownMenu li.vsep {
1700         float : left;
1701         margin : 0px 5px 0px 0px;
1702         border-width : 0px 1px 0px 0px;
1703         border-color : #c0c0c0;
1704         border-style : dotted;
1705         color : white;
1706 }
1707
1708 ul.headlineDropdownMenu li.top:hover {
1709         cursor : pointer;
1710         border-width : 1px 1px 1px 1px;
1711         border-color : #c0c0c0;
1712         border-style : solid;
1713 }
1714
1715 ul.headlineDropdownMenu li.top:hover ul {
1716         display : block;
1717 }
1718
1719 ul.headlineDropdownMenu ul {
1720         list-style-type : none;
1721         position : absolute;
1722         float : none;
1723         margin : 0px;
1724         padding : 0px;
1725         display : none;
1726         background-color : white;
1727         width : 12em;
1728         z-index : 3;
1729         top : auto;
1730         left : auto;
1731         border-width : 0px 1px 1px 1px;
1732         border-color : #c0c0c0;
1733         border-style : solid;
1734         margin-left : -1px;
1735 }
1736
1737 ul.headlineDropdownMenu ul li {
1738         float: none;
1739         padding : 2px 0px 2px 10px;
1740         color : black;
1741 }
1742
1743 ul.headlineDropdownMenu ul li:hover {
1744         color : #4684ff;
1745         background-color : #f0f0f0;
1746 }
1747
1748 #newVersionIcon {
1749         vertical-align : middle;
1750         cursor : pointer;
1751 }
1752
1753 a.helpLinkPic {
1754         float : right;
1755 }
1756
1757 a.helpLinkPic img {
1758         border-width : 0px;
1759 }
1760
1761 #fadd_login_container {
1762 }
1763
1764 li.feedCatHolder {
1765         display : inline;
1766 }
1767
1768 table.prefFeedCatList {
1769         background-color : white;
1770 }
1771
1772 /*a[target="_new"], a[target="_blank"] {
1773         border-width : 0px 0px 1px 0px;
1774         border-color : #778899;
1775         border-style : dotted;
1776 }*/
1777
1778 div.autocomplete {
1779         position : absolute;
1780         width : 250px;
1781         background-color : white;
1782         border :1px solid #778899;
1783         margin : 0px;
1784         padding : 0px;
1785 }
1786
1787 div.autocomplete ul {
1788         list-style-type : none;
1789         margin : 0px;
1790         padding : 0px;
1791 }
1792
1793 div.autocomplete ul li.selected { 
1794         background-color : #fff7d5;
1795 }
1796
1797 div.autocomplete ul li {
1798         list-style-type : none;
1799         display : block;
1800         margin : 0;
1801         padding : 2px;
1802         height : 32px;
1803         cursor : pointer;
1804 }
1805
1806 #feedOpToolbar {
1807         float : right;
1808 }
1809
1810 div.topLinks {
1811         float : right;
1812         margin-right : 5px;
1813         color : gray;
1814 }
1815
1816 div.topLinks a {
1817         color : #4684ff;        
1818 }
1819
1820 div.topLinks a:hover {
1821         color : black;
1822 }
1823
1824 div.topLinks a.feedback {
1825         color : #009900;
1826 }
1827
1828 div.dashboard {
1829         margin-left : 3px;
1830 }
1831
1832 a.visibleLink {
1833         color : #4684ff;
1834
1835 }
1836
1837 table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
1838         color : #4684ff;
1839 }
1840
1841 div.cdmFeedTitle {
1842         border-color : #a0a0a0;
1843         border-width : 0px 0px 1px 0px;
1844         border-style : solid;
1845         padding : 5px;
1846 }
1847
1848 table.headlinesList tr.feedTitle td {
1849 /*      text-align : right;
1850         margin-top : 10px; */
1851         padding-left : 5px;
1852 }
1853
1854 td.hlContent, td.hlContentL, td.hlContentH {
1855         cursor : pointer;
1856 }
1857
1858 td.hlContentH a, td.hlContentH span {
1859         color : #00cc00;
1860 }
1861
1862 td.hlContentL a, td.hlContentL span {
1863         color : #909090;
1864         text-decoration : line-through;
1865 }
1866
1867 span.titleWrapH, span.titleWrapH a {
1868         color : #00cc00;
1869 }
1870
1871 span.titleWrapL, span.titleWrapL a {
1872         color : #909090;
1873         text-decoration : line-through;
1874 }
1875
1876 img.hlScorePic {
1877         vertical-align : middle;
1878         width : 16px;
1879         height : 16px;
1880 }
1881
1882 div#hotkey_help_overlay {
1883         position : absolute;
1884         left : 30px;
1885         right : 30px;
1886         top : 30px;
1887         z-index : 999;
1888         color : white;
1889         font-size : 15px;
1890 }
1891
1892 div#hotkey_help_overlay h1 {
1893         text-align : center;
1894 }
1895
1896 div#hotkey_help_overlay ul {
1897         list-style-type : none;
1898         margin : 0px;
1899 }
1900
1901 div#hotkey_help_overlay li {
1902         margin : 0px;
1903 }
1904
1905 div#hotkey_help_overlay p {
1906         text-align : center;
1907 }
1908
1909 div#hotkey_help_overlay td.n {
1910         text-align : right;
1911         font-weight : bold;
1912         width : 6em;
1913         color : #a0ffa0;
1914         padding-right : 5px;
1915 }
1916
1917 div#hotkey_help_overlay td {
1918         vertical-align : top;
1919 }
1920
1921 div#hotkey_help_overlay h1 {
1922         margin : 0px;
1923 }
1924
1925 div#hotkey_help_overlay h2 {
1926         font-size : 16px;
1927         border-width : 0px;
1928         margin : 0.3em 0px 0.3em 0px;
1929         text-align : center;
1930         color : #88b0f0;
1931 }
1932
1933 div#hotkey_help_overlay table.hho td.c1 {
1934         height : 30px;
1935         width : 30px;
1936         background : url("images/c1.png");
1937         background-repeat : no-repeat;
1938
1939 }
1940
1941 div#hotkey_help_overlay table.hho td.c2 {
1942         height : 30px;
1943         width : 30px;
1944         background : url("images/c2.png");
1945         background-repeat : no-repeat;
1946 }
1947
1948 div#hotkey_help_overlay table.hho td.c3 {
1949         height : 30px;
1950         width : 30px;
1951         background : url("images/c3.png");
1952         background-repeat : no-repeat;
1953 }
1954
1955 div#hotkey_help_overlay table.hho td.c4 {
1956         height : 30px;
1957         width : 30px;
1958         background : url("images/c4.png");
1959         background-repeat : no-repeat;
1960 }
1961
1962 div#hotkey_help_overlay table.hho td.top,
1963 div#hotkey_help_overlay table.hho td.left,
1964 div#hotkey_help_overlay table.hho td.right,
1965 div#hotkey_help_overlay table.hho td.bottom,
1966 div#hotkey_help_overlay table.hho td.content {
1967         background : url("images/shadow_dark.png");     
1968 }
1969
1970 div#hotkey_help_overlay table.hho td.top,
1971 div#hotkey_help_overlay table.hho td.bottom {
1972         text-align : center;
1973         font-size : 13px;
1974 }
1975
1976 div.prefKbdHelp {
1977         float : right;
1978         font-size : 12px;
1979         margin-right : 15px;
1980 }
1981
1982 div.prefKbdHelp img {
1983         vertical-align : middle;
1984 }
1985
1986 div#l_progress_o {
1987         width : 200px;
1988         border : 1px solid black;
1989         background-color : white;
1990         margin-top : 10px;
1991 }
1992
1993 div#l_progress_i {
1994         width : 10px;
1995         background-color : #88b0f0;
1996         height : 10px;
1997 }
1998
1999 #content-insert {
2000         background-color : white;
2001         overflow : auto;
2002         position : absolute;
2003         left : 0px;
2004         right : 0px;
2005         bottom : 0px;
2006         top : 6px; 
2007 }
2008
2009 div.dlgSec {
2010         font-size : 14px;
2011         color : gray;
2012         font-weight : bold;
2013         clear : both;
2014         height : 20px;
2015 }
2016
2017 div.dlgSecCont {
2018         position : relative;
2019         left : 150px;
2020         top : -20px;
2021         float : left;
2022         font-size : 12px;
2023         font-weight : medium;
2024         line-height : 200%;
2025 }
2026
2027 div.dlgButtons {
2028         text-align : right;
2029         clear : both;
2030 }
2031
2032 textarea.labelSQL {
2033         font-family : monospace;
2034 }
2035
2036 div#label_test_result {
2037         clear : both;
2038 }