Removed the "fix_scrollbarbug" div and all references to it.
[citadel.git] / webcit / static / styles / webcit.css
1 /*
2  * Copyright 2005 - 2010 The Citadel Team
3  * Licensed under the GPL V3
4  */
5
6 /* These stylesheets were split from this one for convenience */
7
8 @import url("login.css");
9 @import url("global.css");
10 @import url("iconbar.css");
11 @import url("banner.css");
12 @import url("navbar.css");
13 @import url("content.css");
14 @import url("box.css");
15
16 @media print {
17         input#toggler, .toolbar { display: none }
18 }
19
20 /* Typography */
21
22 html {font-size: 100%}
23
24 body { font-size: 100%}
25
26 .address_book_popup_title { font-size: 130% }
27
28 #button, #content .msgbuttons a, .button_link a, input#delbutton,.attachfile,.logbuttons input,.buttons input, .buttons a, .customize, .menubar_link, .roomlist_floor, .ib_roomlist_floor, .roomlist_new, .ib_roomlist_new, .roomlist_old, .ib_roomlist_old, #banner ul.room_actions li, .selector_top, .selector_bottom, .banner .infos,li.search,li.view, .room_actions form select option, .selectbox, .message_header, ul.adminitems li span, #message_list tr > td {
29         font-size: 100%;
30 }
31
32 #nummsgs { font-size: 75% }
33
34 #message_list_hdr table { font-size: 80% }
35
36 .mailbox_summary { font-size: 80% }
37
38 #online_users li a { font-size: 80% !important }
39
40 /* Color */
41
42 body {
43         background-color: #6C91A6;
44         font-family: sans-serif;
45 }
46
47 .marked_row { 
48         color: white;
49         background-color: #69aaff !important;
50 }
51
52 .service form div,table.altern .odd, #message_list, .message_content, #roomlist_div,.editednode,.mailbox_summary, .auth_validate, .event_background, .calendar_background, .calendar_view_background, .graphics_background, .messages_background, .paging_background, .preferences_background, .roomops_background, .sieve_background, .siteconfig_background, .smtpqueue_background, .tabs_background, .useredit_background, .userlist_background, .wiki_history_background, .wiki_pagelist_background, .downloads_background, .vcard_edit_background, div.auto_complete, div.auto_complete ul, #summary_view {
53         background-color: #FFF;
54         color: #000;
55 }
56
57 #message_list_hdr table, #resize_msglist, .message, .message_header, .vcard_edit_background_alt,.roomops_background_alt {
58         background-color: #CCC;
59 }
60
61 #online_users li.inactiveuser a { background-color: transparent }
62
63 #room_infos, #address_book_popup,.roomops_cell, .roomops_cell_edit, .mimepart {
64         background-color: #F0FFFF;
65         color: #333;
66
67
68 #online_users:hover { /* separate in order for override */
69         background-color: #F0FFFF !important;
70         color: #333 !important;
71 }
72
73 #room_infos, #address_book_popup, .mimepart, .room_actions form select {
74         border: 1px solid #333;
75         overflow: scroll;
76 }
77
78 .buttons a,.roomlist_floor,.tablabel,.treetitle {
79         color: #000;
80         font-weight: 700;
81 }
82
83 #online_users li {
84         border: none;
85         border-top: 1px solid #AAA;
86 }
87
88 .mimepart div,.required { font-weight: 700 }
89
90 .selector_top,.selector_bottom {
91         background-color: #022750;
92         border-top: 1px solid black;
93         border-bottom: 1px solid black;
94         color: #FFF;
95 }
96
97 #message_list_hdr form input { border: 0 }
98
99 #message_list_hdr select {
100         background-color: #AD1C00;
101         border: 1px solid #6C91A6;
102 }
103
104 #message_list_hdr table { font-style: italic }
105
106 #resize_msglist {
107         background-image: url(/static/resizegrippy.gif);
108         background-position: center;
109         background-repeat: no-repeat; 
110 }
111
112 #resize_msglist hr {
113         background-color: #999;
114         border: 0;
115         color: #999;
116         height: 3px;
117 }
118
119 .message {
120         border: 1px outset #999;
121         clear: both;
122 }
123
124 .message_header .message_subject {
125         font-style: italic;
126         float: left;    
127 }
128
129 .adminlist { list-style: none }
130
131 .customize {
132         background-color: #DDC;
133         color: #004;
134         font-style: italic;
135 }
136
137 .default {
138         font-style: normal;
139         text-decoration: underline;
140 }
141
142 .editednodeinput {
143         background-color: #FFF;
144         border: 1px solid #000;
145         color: #000;
146         height: 17px;
147         width: 150px;
148 }
149
150 .error a:link, .error a:visited, .error a:active {
151         background: none;
152         color: #DC143C;
153         text-decoration: underline;
154 }
155
156 .error strong {
157         background: #FFD700;
158         color: #DC143C;
159         text-decoration: none;
160 }
161
162 .error strong a:link,.error strong a:visited,.error strong a:active {
163         background: #FFD700;
164         color: #DC143C;
165 }
166
167 .errormsg {
168         background: none;
169         color: #A00;
170         font-style: italic;
171         font-weight: 700;
172 }
173
174 .floors_config, .roomops_zap {
175         background-color: #700;
176         border: 0;
177 }
178
179 .imsg {
180         background: none;
181         color: #AAA;
182         font-style: italic;
183         font-weight: 700;
184 }
185
186 .menubar_bg { background-color: red }
187
188 .mimepart div span {
189         display: block;
190         font-style: italic;
191 }
192
193 .mimepart dl dd, .mimepart dl dt {
194         border-top: 1px solid #AAA;
195 }
196
197 .mailbox_summary td {
198         /* border-top: 1px solid #AAA; */
199         white-space: nowrap;
200         overflow: hidden;
201 }
202
203 .mimepart dl dt { font-weight: 700 }
204
205 .roomops_cell_label, .tab_cell_label {
206         background-color: #FF7814;
207         color: #FFF;
208         font-weight: 700;
209 }
210
211 .selectbox { background-color: #FF8000 }
212
213 .tab_cell, .tab_cell_edit {
214         background-color: #CCC;
215         font-weight: 700;
216 }
217
218 .tabcontent {
219         background-color: #FFF;
220         border-top: 3px solid #FF7814;
221 }
222
223 .treetitleselectedblured {
224         background-color: menu;
225         color: windowtext;
226 }
227
228 .treetitleselectedfocused {
229         background-color: highlight;
230         color: highlighttext;
231 }
232
233 .warning a:link, .warning a:visited, .warning a:active, .warning {
234         background: none;
235         color: #FF4500;
236 }
237
238 .warning, .warning strong { text-decoration: none }
239
240 .warning a:link,.warning a:visited,.warning a:active {
241         text-decoration: underline;
242 }
243
244 .warning strong {
245         background: #FFD700;
246         color: #FF4500;
247 }
248
249 .warning strong a:link,.warning strong a:visited,.warning strong a:active {
250         background: #FFD700;
251         color: #FF4500;
252 }
253
254 blockquote {
255         background-color: #f5f5f5 !important;
256         color: navy !important;
257 }
258
259 blockquote blockquote {
260         background-color: #ebebeb !important;
261         color: maroon !important;
262 }
263
264 blockquote blockquote blockquote {
265         background-color: #e1e1e1 !important;
266         color: green !important;
267 }
268
269 blockquote blockquote blockquote blockquote {
270         background-color: #d7d7d7 !important;
271         color: purple !important;
272 }
273
274 blockquote blockquote blockquote blockquote blockquote {
275         background-color: #cdcdcd !important;
276         color: teal !important;
277 }
278
279 blockquote pre {
280         margin-left: 1%;
281         margin-right: 1%;
282 }
283
284 div.auto_complete ul {
285         background: #fff;
286         border: 1px solid #888;
287         list-style-type: none;
288 }
289
290 div.auto_complete ul li.selected {
291         background-color: #ffc;
292 }
293
294 div.auto_complete ul strong.highlight { color: #800 }
295
296 table.altern {
297         border-bottom: solid 2px #AAA;
298         border-top: solid 2px #AAA;
299 }
300
301 table.altern .even {
302         background-color: #DDD;
303 }
304
305 td li.frameset,.elements li.frameset {
306         background: none;
307         color: gray;
308         font-weight: lighter;
309 }
310
311 td li.transitional,.elements li.transitional {
312         background: none;
313         color: #696969;
314         font-weight: lighter;
315 }
316
317 ul.adminitems {
318         list-style-type: disc;
319         padding: 0;
320 }
321
322 ul.adminitems li { font-weight: 700 }
323
324 ul.adminitems li span { color: #666 }
325
326 var sub { font-style: normal }
327
328 .calendar { background-color: #204B78 }
329
330 .week_of_year {
331         background-color: #e1e1e1;
332         font-size: 70%; 
333 }
334
335 .day { font-weight: 700 }
336
337 .calout { background-color: #DDDDDD }
338
339 .calday { background-color: #FFFFFF }
340
341 .calweekend { background-color: #EEEECC }
342
343 .caltoday { background-color: #EEEEFF }
344
345 .current_sort_mode { background-color: white }
346
347 #loading { background-color: white }
348
349 /* Message list in mailbox/summaryview */
350 .table-row { background-color: white }
351
352 .table-alt-row { background-color: #DDDDDD }
353
354 /* Links */
355
356 a { text-decoration: none }
357
358 a:active { color: #AD1C00 }
359
360 a:link { color: blue }
361
362 a:visited { color: purple}
363
364 #customize a:active, #customize a:link, #customize a:visited {
365         color: black;
366 }
367
368 #important_message, .buttons a:hover, .msgbuttons a:hover, #button li:hover, #online_users li a:hover {
369         background-color: #AD1C00;
370         color: #FFF;
371 } /* input:hover as well?? */
372
373 .button_link a, input, select, li.activeuser, .room_actions form select, .room_actions li.search input, .address_book_popup_title, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
374         background-color: #fbf4ca !important; /* needed for li.activeuser */
375 }
376
377 .button_link a, input, select, .room_actions form select, .room_actions li.search input, .address_book_popup_title, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
378         border: 1px solid #999;
379         color: #333;
380 }
381
382 .button_link a, .msgbuttons a, input#delbutton,.attachfile, .buttons input, .send_edit_msg input {
383         cursor: pointer;
384         -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
385         text-align: center;
386 }
387
388 .button_link a, .attachfile,.buttons input, .send_edit_msg input {
389         font-weight: bold;
390 }
391
392 .msgbuttons a, input#delbutton { font-weight: normal }
393
394 /* Layout */
395
396 * html { overflow: hidden }
397
398 html { overflow: auto }
399
400 body {
401         height: 100%;
402         overflow: hidden;
403         text-align: center;
404         margin-left: 0;
405         padding: 0;
406 }
407
408 #important_message {
409         position: absolute;
410         top: 0; 
411         right: 0;
412         z-index: 4;
413         padding: 3px;
414 }
415
416 #hellomsg, .fmout, .nomsgs {
417         text-align: center;
418 }
419
420 .moreprompt {
421         text-align: center;
422         font-size: 100%;
423         background-color: #004E79;
424         color: #dddddd;
425 }
426
427 .moreprompt_link {
428         color: #dddddd;
429         font-weight: bold;
430 }
431
432 .moreprompt_link:hover {
433         background-color: #AD1C00;
434         color: #FFF;
435 }
436
437 #validate { text-align: center }
438
439 #iconbar, #banner, #content, #message_list_hdr, #message_list, #preview_pane  { text-align: left }
440
441 .message_content > div > div { text-align: justify !important }
442
443 /* Please avoid setting heights for any of the mailbox view elements (except summary_view
444  * and resize). In particular, do NOT set any for message_list_hdr as its not good feng shui
445  */
446
447 #message_list_hdr {
448         display: block;
449         top: 0;
450         left: 0;
451         width: 100%;
452         padding-bottom: 0;
453         margin-bottom: 0;
454         background-color: #CCCCCC;
455 }
456
457 #summary_view {
458         height: 100px;
459         overflow-y: scroll;
460         overflow-x: hidden;
461         cursor: pointer;
462 }
463
464 #summary_headers {
465         background-color: white;
466         width: 100%;
467         table-layout: fixed;
468 }
469
470 #summary_headers tr td {
471         overflow-y: hidden;
472         overflow-x: hidden; /* stop long subjects overflowing */
473 }
474
475 .col1 { width: 50% }
476
477 .col2 { width: 30% }
478
479 .col3 { width: 20% }
480
481 .col1, .col2, .col3 {
482         cursor: pointer;
483         text-overflow: ellipsis;
484         -o-text-overflow: ellipsis;
485 }
486
487 .new_message { font-weight: bold; !important }
488
489 #loading { text-align: center}
490
491 #resize_msglist {
492         width: 100%;
493         overflow: hidden;
494         cursor: s-resize;
495         height: 6px;
496 }
497
498 #preview_pane { overflow: auto }
499
500 .ctdlTemplate { display: none }
501
502 #ctdlContextMenu {
503         position: fixed;
504         background-color: white;
505         border: 1px solid black;
506 }
507
508 .draganddrop {
509         position: fixed;
510         display: block;
511         border: 1px solid black;
512         z-index: 65535;
513         background-color: white;
514         text-align: left;
515         opacity: 0.9;
516 }
517
518 .draganddrop > ul {
519         list-style: none;
520         padding-left: 0;
521         margin-left: 0;
522 }
523
524 .hidden { display: none }
525
526 .floor { margin-left: 0px }
527
528 .floor > ul { display: none }
529
530 .floor-expanded > ul{ display: block !important }
531
532 #roomlist > ul {
533         margin: 0;
534         padding: 0;
535 }
536
537 #roomlist > div > ul > li {
538         margin: 0;
539         padding: 0;
540 }
541
542 /* Override to disable list-style-image" */
543 .room a, .room a, .room a:visited, .room a:link { color: #333333 }
544
545 .room-private { list-style-image: url("/static/privatemess_16x.gif") }
546
547 .room-addr { list-style-image: url("/static/viewcontacts_16x.gif") }
548
549 .room-cal { list-style-image: url("/static/calarea_16x.gif") }
550
551 .room-tasks { list-style-image: url("/static/taskmanag_16x.gif") }
552
553 .room-notes { list-style-image: url("/static/storenotes_16x.gif") }
554
555 .room-chat { list-style-image: url("/static/chatrooms_16x.gif") }
556
557 .room-newmsgs { font-weight: bold }
558
559 .room-emphasized { text-decoration: underline }
560
561 #message_list_hdr table { width: 100% }
562
563 .selector_top, .selector_bottom { text-align: center }
564
565 .selector_top p,.selector_bottom p {
566         margin: 0;
567         padding: 2px;
568 }
569
570 .message {
571         margin: 1%;
572         padding: 0;
573 }
574
575 .message_header p {
576         margin: 2px 0 2px 0;
577         padding: 0 0 2px 0;
578 }
579
580 .button_link a, .attachfile, .logbuttons input,.buttons input, .send_edit_msg input, .logbutton {
581         margin: 3px;
582         padding: 2px 4px 2px 4px;
583 }
584
585 .msgbuttons a, input#delbutton {
586         margin: 0 3px 0 3px;
587         padding: 2px 4px 2px 4px;
588 }
589
590
591 .mimepart {
592         margin-top: 15px;
593         margin-bottom: 15px;
594         margin-left: 15%;
595         width: 70%;
596         padding: 0;
597 }
598
599 .mimepart img {
600         vertical-align: middle;
601         float: left;
602 }
603
604 .mimepart div {
605         vertical-align: middle;
606         margin: 0 0 15px 0 ;
607         padding: 5px;
608 }
609
610 .mimepart div span { vertical-align: top }
611
612 .mimepart dl {
613         width: 100%;
614         margin-left: 5px;
615         padding: 5px;
616 }
617
618 .mimepart dl dt {
619         width: 30%;
620         float: left;
621         margin: 0 0 0 0;
622         padding: .5em;
623 }
624
625 .mimepart dl dd {
626         float: left;
627         width: 62%;
628         margin: 0;
629         padding: .5em;
630 }
631
632 .mimepart p {
633         margin-top: 1em;
634         margin-bottom: 0;
635         clear: both;
636 }
637
638 .msgbuttons {
639         float: right;
640         visibility: hidden;
641         padding: 2px;
642         font-size: 80%;
643 }
644
645 .buttons a { text-align: center }
646
647 .msgbuttons a span { display: none }
648
649 .message_content {
650         margin: 0;
651         padding: 0.3em;
652         clear: both;
653 }
654
655 .message form div label {
656         display: block;
657         float: left;
658         margin: 0.3em;
659         width: 9em;
660         text-align: right;
661 }
662
663 .message form div input, .message form div select { margin: 0.3em }
664
665 .imgedit { vertical-align: middle }
666
667 .send_edit_msg {
668         float: right;
669         margin-top: 0 ;
670         margin-right: 0;
671         padding: 2px 50px 2px 50px;
672 }
673
674 .edit_msg_table th {
675         text-align: right;
676         padding-right: 5px;
677         color: #333;
678         width: 20%;
679 }
680
681 .edit_msg_table td { width: 40% }
682
683 .edit_msg_table #recp_id, .edit_msg_table #cc_id, .edit_msg_table #bcc_id, .edit_msg_table #subject_id  {
684         width: 98%
685 }
686
687 .note {
688         font-size: 85%;
689         margin-left: 10%;
690 }
691
692 .toolbar { text-align: center }
693
694 .toolbar img { float: right }
695
696 .imsg { text-align: center }
697
698 colgroup.entity { text-align: center }
699
700 div.auto_complete ul {
701         margin: 0;
702         padding: 0;
703         width: 100%;
704 }
705
706 div.auto_complete ul li {
707         margin: 0;
708         padding: 3px;
709 }
710
711 div.auto_complete ul strong.highlight {
712         margin: 0;
713         padding: 0;
714 }
715
716 .auth_validate, .event_background, .calendar_background, .calendar_view_background, .graphics_background, .messages_background, .paging_background, .preferences_background, .roomops_background, .sieve_background, .siteconfig_background, .smtpqueue_background, .tabs_background, .useredit_background, .userlist_background, .downloads_background, .vcard_edit_background, .vcard_edit_background_alt, .roomops_background_alt, .floors_config, .roomops_zap  {
717  width: 100%;
718 }
719
720 #address_book_popup {
721         position: absolute;
722         top: 100px;
723         right: 25px;
724         width: 320px;
725         height: auto;
726         z-index: 100;
727         display: none;
728 }
729
730 #address_book_popup_container_div {
731         position: relative;
732         width: 100%;
733         height: 100%;
734 }
735
736 #address_book_popup_middle_div { position: relative }
737
738 #address_book_inner_div { margin: 5px }
739
740 #address_book_inner_div select { width: 100% }
741
742 #address_book_inner_div input { margin: 4px 5px 0 5px }
743
744 .service .edit_col, .service .host_col { display: none }
745
746 .who_is_online .edit_col, .who_is_online .host_col { display: block }
747
748 #citlogo { display: none; /* Overriden later */ }
749
750 .sort_ascending, .sort_descending {
751         background-repeat: no-repeat;
752         background-position: center right;
753 }
754
755 .sort_ascending { background-image: url("/static/down_pointer.gif") }
756
757 .sort_descending { background-image: url("/static/up_pointer.gif") }
758
759 #message_list_hdr > table { border-collapse: collapse }
760
761 #message_list_hdr > table > tbody > tr > th {
762         border-left: 2px solid white;
763         border-right: 2px solid white;
764 }
765
766 #summary_view > table { border-collapse: collapse }
767
768 th.col1 { border-left: none !important }
769
770 th.col3 { border-right: none !important }
771
772 /* System Administration Menu */
773
774 ul.adminitems {
775         margin: 15px;
776         padding: 0;
777 }
778
779 ul.adminitems li {
780         margin: 0.5em;
781         padding: 0;
782 }
783
784 ul.adminitems li span { display: block }
785
786
787 /* Room list - Tree Node */
788
789 .treetitle, .editednode, .treetitleselectedfocused, .treetitleselectedblured {
790         padding: 2px;
791         cursor: default;
792 }
793
794 table.altern {
795         margin: 0 auto 0 auto;
796         width: 98%
797
798
799 table.altern tr td {
800         height: 2em;    
801
802
803 /* Advanced menu */
804
805 table.advanced {
806         margin: 0 auto 0 auto;
807         width: 96%;
808         border-collapse: separate;
809         border-spacing: 15px;
810
811
812 .advanced .boxcontent ul { margin-left: 4em }
813
814 .advanced .boxcontent .col1, .advanced .boxcontent .col2 { 
815         float: left;
816         width: 33%;
817 }
818
819 .advanced .boxcontent .col2, .advanced .boxcontent .lastcol {
820         margin-left: 0;
821         margin-bottom: 4em;
822 }
823
824 /* Site configuration */
825
826 .tabs_background { margin-top: 0 }
827
828 /* Links and buttons */
829
830 .logbuttons, .buttons {
831         margin: 2px auto 2px auto;
832         width: 96%;
833         text-align: center;
834 }
835
836 /* Tabs */
837
838 #TheTabs {
839         margin: 3% auto 0 auto;
840         width: 94%;
841 }
842
843 ul.tabbed_dialog {
844         list-style: none;
845         margin: 3% auto 0 auto;
846         width: 96%;
847         padding: 0;
848         white-space: nowrap;
849         text-align: center;
850         vertical-align: middle;
851 }
852
853 ul.tabbed_dialog li {
854         margin: 0 3% 0 3%;
855         padding: 4px;
856         float: left;
857 }
858
859 .tabcontent {
860         margin: 0 auto 0 auto;
861         width: 96%;
862         padding: 10px;
863         clear: both;
864 }
865
866 .tabcontent_submit {
867         margin: 0 auto 0 auto;
868         width: 96%;
869         padding: 10px;
870         text-align: center;
871 }
872
873
874 /* Calendar view */
875
876 .calendar {
877         background-color: #204B78;
878         margin: 0;
879         width: 100%;
880         height: 302px;
881 }
882
883 td.events_of_the_day { width: 500px }
884
885 .events_of_the_day dl {
886         margin: 0;
887         padding: 0;
888         position: absolute;
889         top: 0;
890         left:0;
891         width: 500px;
892 }
893
894 .events_of_the_day dl dt {
895         background-color: #FFFFFF;
896         margin: 0;
897         width: 500px;
898         border: 1px solid #CCC;
899 }
900
901 .events_of_the_day dl dt.hour {
902         /* font-size: 160%; commenting out because we need to line it up with the actual size */
903 }
904
905 .events_of_the_day dl dt.extrahour {
906         /* font-size: 80%; commenting out because we need to line it up with the actual size */
907 }
908
909 .hour_label, .extra_events dl dt {
910         background-color: #CCCCDD;
911         vertical-align: middle;
912         text-align: left;       
913 }
914
915 .hour_events, .extra_events {
916         background-color: #FFFFFF;
917         vertical-align: top;
918         text-align: left;       
919 }
920
921
922 .extra_events ul {
923         list-style: none;
924         margin: 0;
925         padding: 0;
926 }
927
928 .extra_events ul li { margin: 4px }
929
930 .calday, .calout, .calweekend, .caltoday {
931         width: 14%;
932         height: 60px;
933         text-align: left;
934         vertical-align: top;
935 }
936
937 .event_framed_unread {
938         -moz-border-radius: 8px;
939         border: solid 1px red;
940         background-color: yellow;
941         z-index: 10;
942         padding: 0 4px 0 4px; 
943 }
944
945 li.event_framed_unread span, a.event_title { font-size: 100% }
946
947 .event_framed_read {
948         -moz-border-radius: 8px;
949         border: solid 1px red;
950         background-color: yellow;
951         z-index: 10;
952         padding: 0 4px 0 4px; 
953 }
954
955 li.event_framed_read span, a.event_title { font-size: 100% }
956
957 .event_read {}
958
959 li.event_read span, a.event_read_title { font-size: 100% }
960
961 .event_unread {}
962
963 li.event_unread span, a.event_read_title { font-size: 100% }
964
965 .mini_calendar { color: #fff }
966
967 .mini_calendar a { color: #fff }
968
969 .mini_calendar a:link,.mini_calendar a:visited { color: #fff }
970
971 .mini_calendar a:hover,.mini_calendar a:active {
972    color: #fff;
973    background-color: #AD1C00;
974 }
975
976 .mini_calendar td a { color: #fff }
977
978 .mini_calendar td a:link,.mini_calendar td a:visited { color: #fff }
979
980 .mini_calendar td a:hover,.mini_calendar td a:active {
981    color: #fff;
982    background-color: #AD1C00;
983
984 }
985
986 .menudesc {
987         margin: 4px;
988         padding: 4px;
989 }
990
991 .roompic {
992         height: 48px;
993         width: 48px;
994         border: none;
995 }
996
997 .table-row, .table-alt-row { width: 100% }
998
999 .stickynote_outer {
1000         position: absolute;
1001         width: 200px;
1002         height: 200px;
1003         border: 1px solid #333;
1004         background-color: #ffff00;
1005         overflow: hidden;
1006 }
1007
1008 .stickynote_titlebar {
1009         position: relative;
1010         width: 100%;
1011         height: 16px;
1012         top: 0px;
1013         left: 0px;
1014         background-color: #888800;
1015         font-size: 60%;     
1016 }
1017
1018 .stickynote_body {
1019         position: relative;
1020         font-family: "Comic Sans MS", sans-serif;
1021 }
1022
1023 .stickynote_resize {
1024         position: absolute;
1025         background-image: url('resizecorner.png');
1026         height: 16px;
1027         width: 16px;
1028         right: -1px;
1029         bottom: -1px;
1030 }
1031
1032 .stickynote_palette {
1033         position: absolute;
1034         width: 48px;
1035         height: 48px;
1036         top: 16px;
1037         left: 0px;
1038         background-color: #ffffff;
1039         border: 1px solid #333;
1040         display: none;
1041 }
1042
1043 .stickynote_palette table {
1044         margin: 0;
1045         padding: 0;
1046 }
1047
1048 .stickynote_palette td {
1049         width: 16px;
1050         height: 16px;
1051 }
1052
1053 .conftitle {
1054         font-size: 140%;
1055         font-weight: bold;
1056         text-align: center;
1057 }
1058
1059 .confdescr {
1060         font-size: 110%;
1061         text-align: center;
1062 }
1063
1064 #noscript_warning {
1065         position: fixed;
1066         top: 0;
1067         left: 0;
1068         background-color: #FF0000;
1069         color: #FFFFFF;
1070 }
1071
1072 .chatrecv_history_class {
1073         position: absolute;
1074         top: 0;
1075         left: 1%;
1076         width: 74%;
1077         margin-top: 5px;
1078         margin-bottom: 5px;
1079         height: 70%;
1080         background-color: #FFFFFF;
1081         overflow: auto;
1082         border-style: solid;
1083         border-color: #022750;
1084         border-width: 1px;
1085         padding-left: 3px;
1086         padding-right: 3px;
1087 }
1088
1089 .chat_userlist_class {
1090         position: absolute;
1091         top: 0;
1092         right: 1%;
1093         width: 23%;
1094         margin-top: 5px;
1095         margin-bottom: 5px;
1096         height: 70%;
1097         background-color: #FFFFFF;
1098         overflow: auto;
1099         border-style: solid;
1100         border-color: #022750;
1101         border-width: 1px;
1102         padding-left: 3px;
1103         padding-right: 3px;
1104 }
1105
1106 .chatrecv_class { display: none }
1107
1108 .chatsend_class {
1109         position: absolute;
1110         left: 1%;
1111         right: 1%;
1112         height: 28%;
1113         bottom: 0;
1114         margin-top: 5px;
1115         margin-bottom: 5px;
1116         margin-left: auto;
1117         margin-right: auto;
1118         border-style: solid;
1119         border-color: #022750;
1120         border-width: 1px;
1121         padding-left: 3px;
1122         padding-right: 3px;
1123         background-color: #004E79;
1124 }
1125
1126 .chat_myname_class {
1127         font-weight: bold;
1128         color: #ff0000;
1129 }
1130
1131 .chat_notmyname_class {
1132         font-weight: bold;
1133         color: #0000ff;
1134 }
1135
1136 .chat_text_class {}
1137
1138 /*---------- bubble tooltips start -----------*/
1139
1140 a.event_title, a.event_unread, a.event_read {
1141         position:relative;
1142         z-index:24;
1143 }
1144
1145 a.event_title span, a.event_unread span, a.event_read span {
1146         display: none;
1147 }
1148
1149 /* background:; ie hack, something must be changed in a for ie to execute it */
1150
1151 a.event_title:hover, a.event_unread:hover, a.event_read:hover {
1152         z-index:25;
1153         background:;
1154 }
1155
1156 a.event_title:hover span.tooltip, a.event_unread:hover span.tooltip, a.event_read:hover span.tooltip {
1157         display:block;
1158         position:absolute;
1159         top:0px; left:0;
1160         padding: 15px 0 0 0;
1161         width:200px;
1162         text-align: center;
1163 }
1164
1165 a.event_title:hover span.btttop, a.event_unread:hover span.btttop, a.event_read:hover span.btttop {
1166         display: block;
1167         padding: 30px 8px 0;
1168         background: url(/static/bubble.gif) no-repeat top;
1169 }
1170
1171 /* different middle bg for stretch */
1172 a.event_title:hover span.bttmiddle, a.event_unread:hover span.bttmiddle, a.event_read:hover span.bttmiddle {
1173         display: block;
1174         padding: 0 8px; 
1175         background: url(/static/bubble_filler.gif) repeat bottom; 
1176         color: #022750;
1177         font-size: 10px;
1178 }
1179
1180 a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event_read:hover span.bttbottom {
1181         display: block;
1182         padding:3px 8px 10px;
1183         background: url(/static/bubble.gif) no-repeat bottom;
1184 }
1185
1186 /*---------- bubble tooltips end -----------*/