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