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