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