* cleanup
[citadel.git] / webcit / static / webcit.css
1 /*
2  * Copyright 2005 - 2010 The Citadel Team
3  * Licensed under the GPL V3
4  */
5 @import url("datepicker.css");
6 @media print {
7         input#toggler, .toolbar { display: none }
8 }
9
10 /* Typography & colors */
11
12 html {  font-size: 100%;}
13
14 body { font-size: 100%;}
15
16 #banner h1 { font-size: 160%; }
17
18 #banner h2,#banner .titlebar, .address_book_popup_title {
19         font-size: 130%;
20 }
21
22 #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, .room_banner .infos,.room_banner .nummsgs,li.search,li.view, .room_actions form select option, .selectbox, .message_header, ul.adminitems li span, #message_list tr > td {
23         font-size: 100%;
24 }
25
26 #message_list_hdr table {
27         font-size: 80%;
28 }
29
30 #navbar {
31         font-size: 75%;
32 }
33
34 .mailbox_summary {
35         font-size: 80%;
36 }
37
38 #online_users li a {
39         font-size: 80% !important;
40 }
41 .marked_row {
42         color: white;
43 }
44
45 /* Color */
46
47 body {
48         background-color: #6C91A6;
49         font-family: Bitstream Vera Sans, Tahoma, sans-serif;
50         /* font-weight: 400; */
51 }
52
53 #iconbar_container, .boxcontent,.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 {
54         background-color: #FFF;
55         color: #000;
56 }
57
58 #login_form, #message_list_hdr table, #resize_msglist, .message, .message_header, .vcard_edit_background_alt,.roomops_background_alt {
59         background-color: #CCC;
60 }
61
62 .box, #online_users li.inactiveuser a {
63         background-color: transparent;
64 }
65
66 .room_banner .infos {
67         cursor: help;
68 }
69
70 .login_message {
71         color: #AD1C00;
72         font-weight: 700;
73         text-transform: uppercase;
74 }
75
76 .ib_button, #room_infos, #address_book_popup,.roomops_cell, .roomops_cell_edit, .mimepart, .iconbar_text{
77         background-color: #F0FFFF;
78         color: #333;
79
80 #online_users:hover { /* separate in order for override */
81         background-color: #F0FFFF !important;
82         color: #333 !important;
83 }
84 #iconbar #button {
85         border: none;
86         list-style: none;
87 }
88
89 .ib_button {
90         font-size: 90%;
91 }
92
93 #room_infos, #address_book_popup, .mimepart, .room_actions form select {
94         border: 1px solid #333;
95         overflow: hidden;
96 }
97
98
99 .buttons a,.roomlist_floor,.tablabel,.treetitle {
100         color: #000;
101         font-weight: 700;
102 }
103
104 .ib_button {
105         border: none;
106         border-bottom: 2px groove #CCC;
107         border-right: 2px groove #CCC;
108 }
109
110 .logo_citadel a,.logo_citadel img {
111         border: none;
112 }
113
114 .logo,.logo_citadel, .iconbar_text {
115         border: none;
116         border-bottom: 1px solid #AAA;
117 }
118
119 .ib_button_link, .ib_button_link:visited, .ib_button_link:link, #online_users a {
120         color: #000;
121         text-decoration: none;
122 }
123
124 #online_users li {
125         border: none;
126         border-top: 1px solid #AAA;
127 }
128
129 #banner h1,#banner h2,.room_banner .nummsgs,.mimepart div,.required {
130         font-weight: 700;
131 }
132
133 #banner ul.room_actions li.start_page a, #navbar, .selector_top,.selector_bottom {
134         background-color: #022750;
135         border-top: 1px solid black;
136         border-bottom: 1px solid black;
137         color: #FFF;
138 }
139
140 #banner {
141         background-color: #004E79;
142         color: #FFF;
143         margin: 0;
144         padding: 0;
145 }
146
147 #banner a {
148         color: #FFF
149 }
150
151 .room_actions form select {
152         cursor: pointer;
153 }
154
155 #content {
156         background-color: #6C91A6;
157         color: #000;
158 }
159
160 #message_list_hdr form input {
161         border: 0;
162 }
163
164 #message_list_hdr select {
165         background-color: #AD1C00;
166         border: 1px solid #6C91A6;
167 }
168
169 #message_list_hdr table {
170         font-style: italic;
171 }
172
173 #resize_msglist {
174         background-image: url(/static/resizegrippy.gif);
175         background-position: center;
176         background-repeat: no-repeat; 
177 }
178
179 #resize_msglist hr {
180         background-color: #999;
181         border: 0;
182         color: #999;
183         height: 3px;
184 }
185
186 .message {
187         border: 1px outset #999;
188         clear: both;
189 }
190
191 .message_header .message_subject {
192         font-style: italic;
193         float: left;    
194 }
195
196 .adminlist {
197         list-style: none;
198 }
199
200 .customize {
201         background-color: #DDC;
202         color: #004;
203         font-style: italic;
204 }
205
206 .default {
207         font-style: normal;
208         text-decoration: underline;
209 }
210
211 .editednodeinput {
212         background-color: #FFF;
213         border: 1px solid #000;
214         color: #000;
215         height: 17px;
216         width: 150px;
217 }
218
219 .error a:link, .error a:visited, .error a:active {
220         background: none;
221         color: #DC143C;
222         text-decoration: underline;
223 }
224
225 .error strong {
226         background: #FFD700;
227         color: #DC143C;
228         text-decoration: none;
229 }
230
231 .error strong a:link,.error strong a:visited,.error strong a:active {
232         background: #FFD700;
233         color: #DC143C;
234 }
235
236 .errormsg {
237         background: none;
238         color: #A00;
239         font-style: italic;
240         font-weight: 700;
241 }
242
243 .floors_config, .roomops_zap {
244         background-color: #700;
245         border: 0;
246 }
247
248 .ib_roomlist_floor, .ib_roomlist_new, .ib_roomlist_old {
249         cursor: pointer;
250 }
251
252 .ib_roomlist_floor, .roomlist_new, .ib_roomlist_new {
253         font-weight: 700;
254 }
255
256 .ib_roomlist_floor {
257         color: #000;
258 }
259
260 .roomlist_new, .ib_roomlist_new {
261         color: #800;
262 }
263
264 .roomlist_old, .ib_roomlist_old {
265         color: #008;
266 }
267
268 .imsg {
269         background: none;
270         color: #AAA;
271         font-style: italic;
272         font-weight: 700;
273 }
274
275 .menubar_bg {
276         background-color: red;
277 }
278
279 .mimepart div span {
280         display: block;
281         font-style: italic;
282 }
283
284 .mimepart dl dd, .mimepart dl dt {
285         border-top: 1px solid #AAA;
286 }
287
288 .mailbox_summary td {
289         /* border-top: 1px solid #AAA; */
290         white-space: nowrap;
291         overflow: hidden;
292 }
293
294 .mimepart dl dt {
295         font-weight: 700;
296 }
297
298 .roomops_cell_label,.boxlabel,.tab_cell_label {
299         background-color: #FF7814;
300         color: #FFF;
301         font-weight: 700;
302 }
303
304 .selectbox {
305         background-color: #FF8000;
306 }
307
308 .tab_cell, .tab_cell_edit {
309         background-color: #CCC;
310         font-weight: 700;
311 }
312
313 .tabcontent {
314         background-color: #FFF;
315         border-top: 3px solid #FF7814;
316 }
317
318 .treetitleselectedblured {
319         background-color: menu;
320         color: windowtext;
321 }
322
323 .treetitleselectedfocused {
324         background-color: highlight;
325         color: highlighttext;
326 }
327
328 .warning a:link, .warning a:visited, .warning a:active, .warning {
329         background: none;
330         color: #FF4500;
331 }
332
333 .warning, .warning strong {
334         text-decoration: none;
335 }
336
337 .warning a:link,.warning a:visited,.warning a:active {
338         text-decoration: underline;
339 }
340
341 .warning strong {
342         background: #FFD700;
343         color: #FF4500;
344 }
345
346 .warning strong a:link,.warning strong a:visited,.warning strong a:active {
347         background: #FFD700;
348         color: #FF4500;
349 }
350
351 blockquote {
352         background-color: #f5f5f5 !important;
353         color: navy !important;
354 }
355
356 blockquote blockquote {
357         background-color: #ebebeb !important;
358         color: maroon !important;
359 }
360
361 blockquote blockquote blockquote {
362         background-color: #e1e1e1 !important;
363         color: green !important;
364 }
365
366 blockquote blockquote blockquote blockquote {
367         background-color: #d7d7d7 !important;
368         color: purple !important;
369 }
370
371 blockquote blockquote blockquote blockquote blockquote {
372         background-color: #cdcdcd !important;
373         color: teal !important;
374 }
375
376 blockquote pre {
377         margin-left: 1%;
378         margin-right: 1%;
379 }
380
381 div.auto_complete ul {
382         background: #fff;
383         border: 1px solid #888;
384         list-style-type: none;
385 }
386
387 div.auto_complete ul li.selected {
388         background-color: #ffc;
389 }
390
391 div.auto_complete ul strong.highlight {
392         color: #800;
393 }
394
395 table.altern {
396         border-bottom: solid 2px #AAA;
397         border-top: solid 2px #AAA;
398 }
399
400 table.altern .even {
401         background-color: #DDD;
402 }
403
404 td li.frameset,.elements li.frameset {
405         background: none;
406         color: gray;
407         font-weight: lighter;
408 }
409
410 td li.transitional,.elements li.transitional {
411         background: none;
412         color: #696969;
413         font-weight: lighter;
414 }
415
416 ul.adminitems {
417         list-style-type: disc;
418         padding: 0;
419 }
420
421 ul.adminitems li {
422         font-weight: 700;
423 }
424
425 ul.adminitems li span {
426         color: #666;
427 }
428
429 var sub {
430         font-style: normal;
431 }
432
433 .calendar {
434         background-color: #204B78;
435 }
436
437 .week_of_year {
438         background-color: #e1e1e1;
439         font-size: 70%; 
440 }
441
442 .day {
443         font-weight: 700;
444 }
445
446 .calout {
447         background-color: #DDDDDD;
448 }
449
450 .calday {
451         background-color: #FFFFFF;
452 }
453
454 .calweekend {
455         background-color: #EEEECC;
456 }
457
458 .caltoday {
459         background-color: #EEEEFF;
460 }
461
462 .current_sort_mode {
463         background-color: white;
464 }
465 .marked_row {
466         background-color: #69aaff !important;
467 }
468 #loading {
469         background-color: white;
470 }
471 /* Message list in mailbox/summaryview */
472 .table-row {
473         background-color: white;
474 }
475
476 .table-alt-row {
477         background-color: #DDDDDD;
478 }
479
480 /* Links */
481
482 a {
483         text-decoration: none;
484 }
485
486 a:active {
487         color: #AD1C00;
488 }
489
490 a:link {
491         color: blue;
492 }
493
494 a:visited {
495         color: purple;
496 }
497
498 #customize a:active, #customize a:link, #customize a:visited {
499         color: black;
500 }
501
502 #important_message, .buttons a:hover, .msgbuttons a:hover, #button li:hover, #online_users li a:hover, #navbar ul li a:hover, #ib_logoff:hover {
503         background-color: #AD1C00;
504         color: #FFF;
505 } /* input:hover as well?? */
506
507 .button_link a, input, select, #login_form #uname, #login_form #pname, 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 {
508         background-color: #fbf4ca !important; /* needed for li.activeuser */
509 }
510
511 .button_link a, input, select, #login_form #uname, #login_form #pname, .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 {
512         border: 1px solid #999;
513         color: #333;
514 }
515
516 .button_link a, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
517         cursor: pointer;
518         -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
519         text-align: center;
520 }
521
522 .button_link a, .attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
523         font-weight: bold;
524 }
525
526 .msgbuttons a, input#delbutton {
527         font-weight: normal;
528 }
529
530 /* Layout */
531
532 * html {
533         overflow: hidden;
534 }
535 html {
536         overflow: auto;
537 }
538 body {
539         height: 100%;
540         overflow: hidden;
541         text-align: center;
542 }
543
544 body, #global {
545         margin-left: 0;
546         padding: 0;
547 }
548
549 #global {
550         position: absolute;
551         bottom: 0;
552         top: 0;
553         right: 0;
554         left: 0;
555         overflow-y: auto;
556 }
557
558 #global.scrollable {
559         position: fixed;
560 }
561
562 #important_message {
563         position: absolute;
564         top: 0; 
565         right: 0;
566         z-index: 2;
567         padding: 3px;
568 }
569
570 #hellomsg, .fmout, .nomsgs {
571         text-align: center;
572 }
573
574 .moreprompt {
575         text-align: center;
576         font-size: 100%;
577         background-color: #004E79;
578         color: #dddddd;
579 }
580
581 .moreprompt_link {
582         color: #dddddd;
583         font-weight: bold;
584 }
585
586 .moreprompt_link:hover {
587         background-color: #AD1C00;
588         color: #FFF;
589 }
590
591 #login_screen, #logout_screen {
592         margin: 0;
593         padding: 3% 6% 3% 6%;
594 }
595
596 #convlogin, #validate {
597         text-align: center;
598 }
599
600 #iconbar, #banner, #content, #message_list_hdr, #message_list, #preview_pane  {
601         text-align: left;
602 }
603
604 .message_content > div > div {
605         text-align: justify !important;
606 }
607
608 #iconbar {
609         position: absolute;
610         top: 0;
611         left: 0;
612         bottom: 0;
613         width: 16%;
614         z-index: 0;
615         overflow: auto;
616         overflow-x: hidden !important;
617 }
618
619 #content {
620         position: relative;
621         bottom: 0;
622 }
623
624 /* Please avoid setting heights for any of the mailbox view elements (except summary_view
625  * and resize). In particular, do NOT set any for message_list_hdr as its not good feng shui
626  */
627
628 #message_list_hdr {
629         display: block;
630         top: 0;
631         left: 0;
632         width: 100%;
633         padding-bottom: 0;
634         margin-bottom: 0;
635         background-color: #CCCCCC;
636 }
637
638 #summary_view {
639         height: 100px;
640         overflow-y: scroll;
641         overflow-x: hidden;
642         cursor: pointer;
643 }
644
645 #message_list_body {
646         background-color: white !important;
647 }
648
649 #message_list_body tr td {
650         overflow-y: hidden;
651         overflow-x: hidden; /* stop long subjects overflowing */
652 }
653
654 .col1 {
655         width: 50%;
656 }
657
658 .col2 { 
659         width: 30%;
660 }
661
662 .col3 {
663         width: 20%;
664 }
665
666 .col1, .col2, .col3 {
667         cursor: pointer;
668         text-overflow: ellipsis;
669         -o-text-overflow: ellipsis;
670 }
671
672 .new_message {
673         font-weight: bold; !important;
674 }
675
676 #loading {
677         text-align: center;
678 }
679
680 #resize_msglist {
681         width: 100%;
682         overflow: hidden;
683         cursor: s-resize;
684         height: 6px;
685 }
686
687 #preview_pane {
688         overflow: auto; 
689 }
690
691 .fix_scrollbar_bug {
692         margin-right: 1px;              /* Gecko and other non-broken browsers */
693         width: expression('96%');       /* Only IE6 understands 'expression' - fixes weird scrollbarbug */
694 }
695
696 /* Boxes */
697
698 .box {
699         width: 100%;
700         padding: 0;
701         margin: 0;
702 }
703
704 #content .boxlabel, #global .boxlabel {
705         margin: 0;
706         padding: 0;
707         width: 100%;
708         text-align: center;
709 }
710
711 #content .box {
712         margin: 0;
713         padding: 0;
714         width: 100%;
715         text-align: center;
716 }
717
718 .boxlabel, .boxcontent {
719         margin: 0;
720 }
721
722 .boxlabel {
723         text-align: center;
724         padding: 0;
725 }
726
727 .boxcontent {
728         text-align: left;
729         padding: 5px;
730 }
731
732 .ctdlTemplate {
733         display: none;
734 }
735
736 #ctdlContextMenu {
737         position: fixed;
738         background-color: white;
739         border: 1px solid black;
740 }
741
742 .draganddrop {
743         position: fixed;
744         display: block;
745         border: 1px solid black;
746         z-index: 65535;
747         background-color: white;
748         text-align: left;
749         opacity: 0.9;
750 }
751
752 .draganddrop > ul {
753         list-style: none;
754         padding-left: 0;
755         margin-left: 0;
756 }
757
758 .hidden {
759         display: none;
760 }
761
762 /* Login */
763
764 #login_screen .login_message, #login_screen .login_image, .login_hello, #login_screen #login_form {
765         display: block;
766         margin: 5px auto 5px auto;
767 }
768
769 #login_screen .login_message, .login_hello, #global center {
770         width: 80%;
771 }
772
773 #login_screen .login_image {
774         width: 135px;
775 }
776
777 #login_screen .login_image img {
778         text-align: center;
779 }
780
781 #login_screen #login_form {
782         padding: 10px;
783         width: 330px;
784 }
785
786 #login_form input, #login_form label, #login_form select {
787         display: block;
788         float: left;
789         margin: 6pt;
790 }
791
792 #login_form label, #pname, #uname {
793         width: 130px;
794         text-align: left;
795 }
796
797 #login_form br {
798         clear: left;
799 }
800
801 .login_infos {
802         display: block;
803         margin: 20px auto 0 auto;
804         width: 80%;
805         text-align: left;
806 }
807
808
809 /* Iconbar */
810
811 .logo, .logo_citadel, #iconbar #button, .iconbar_text, .ib_button {
812         margin: 0;
813         padding: 0;
814 }
815
816 .logo, #citlogo, .iconbar_text, #online_users li {
817         text-align: center;
818 }
819
820 .iconbar_text > span {
821         cursor: pointer;
822 }
823
824 #iconbar #button {
825         width: 100%;
826 }
827
828 .ib_button {
829         margin: 4px 8px 4px 8px;
830         padding: 0;
831         display: block;
832 }
833
834 .ib_button_link {
835         /* width: 100%; */
836         display: block;
837 }
838
839 #online_users {
840         display: none; /* Hide by default */
841         border: 0;
842         max-height: 200px;
843         overflow: auto;
844         padding-left: 0;
845
846 #online_users li {
847         list-style: none;
848         margin: 0;
849         padding: 2px;
850         white-space: nowrap;
851 }
852
853
854 .ib_roomlist_floor, .ib_roomlist_new, .ib_roomlist_old, .roomlist_floor, .roomlist_new, .roomlist_old {
855         margin: 4px;
856         padding: 0;
857 }
858
859 /* Banner */
860 #banner .room_banner {
861         display: table-cell;
862         width: 90%;
863 }
864
865 #banner .room_banner img {
866         float: left;
867         margin: 0 5px 15px 0;
868 }
869
870 #banner h1, #banner h2, #banner .room_banner .infos, #banner .room_banner p {
871         margin: 2px;
872         padding: 0;
873 }
874
875 #room_infos {
876         position: absolute;
877         top: 0;
878         left: 50%;
879         width: 45%;
880         z-index: 10;
881         cursor: pointer;
882         text-align: left;
883         padding: 10px 2px 2px 2px;
884 }
885
886 #room_infos img.close_infos {
887         float: right;
888 }
889 #actiondiv {
890         display: table-cell;
891 }
892 #banner ul.room_actions {
893         list-style: none;
894         text-align: left;
895 }
896 #banner ul.room_actions li {
897         white-space: nowrap;
898         display: inline;
899 }
900 #banner ul.room_actions li form {
901         margin: 0;
902         padding: 0;
903 }
904 #banner ul.room_actions li select, #banner ul.room_actions li input {
905         margin-top: 8px;
906         margin-right: 4px;
907 }
908 #selectpage.hidden {
909         display: none !important;
910 }
911
912 /* Navbar */
913
914 #navbar ul, .selector_top, .selector_bottom {
915         width: 100%;
916         margin: 0 auto 0 auto;
917         padding: 0;
918         white-space: nowrap;
919         text-align: center;
920         vertical-align: middle;
921 }
922
923 #navbar ul li {
924         display: inline;
925         list-style: none;
926         vertical-align: middle;
927 }
928
929 #navbar ul li a {
930         padding: 2px 8px 8px 8px;
931         white-space: nowrap;
932  }
933
934 #navbar ul li img {
935         float: none;
936         margin: 0 2px 0 2px;
937 }
938 .floor {
939         margin-left: 0px;
940 }
941 .floor > ul {
942         display: none;
943 }
944 .floor-expanded > ul{
945         display: block !important;
946 }
947 #roomlist > ul {
948         margin: 0;
949         padding: 0;
950 }
951 #roomlist > div > ul > li {
952         margin: 0;
953         padding: 0;
954 }
955 /** Override to disable list-style-image" */
956 .room a, .room a, .room a:visited, .room a:link {
957         color: #333333;
958 }
959 .room-private {
960         list-style-image: url("/static/privatemess_16x.gif");
961 }
962 .room-addr {
963         list-style-image: url("/static/viewcontacts_16x.gif");
964 }
965 .room-cal {
966         list-style-image: url("/static/calarea_16x.gif");
967 }
968 .room-tasks {
969         list-style-image: url("/static/taskmanag_16x.gif");
970 }
971 .room-notes {
972         list-style-image: url("/static/storenotes_16x.gif");
973 }
974 .room-chat {
975         list-style-image: url("/static/chatrooms_16x.gif");
976 }
977 .room-newmsgs {
978         font-weight: bold;
979 }
980 .room-emphasized {
981         text-decoration: underline;
982 }
983 /* Content */
984
985 .boxcontent table {
986         margin: 0;
987         padding: 0;
988 }
989
990 #content table .box {
991         margin: 0;
992         width: 100%;
993         text-align: left;
994 }
995
996 .service, .who_is_online {
997         text-align: center;
998         width: 100%;
999 }
1000
1001 .service table {
1002         margin: 0 auto 0 auto;
1003         width: 100%;
1004         text-align: left;
1005 }
1006
1007 .instructions {
1008         text-align: center;
1009 }
1010
1011 #message_list_hdr table {
1012         width: 100%;    
1013 }
1014 .selector_top, .selector_bottom {
1015         text-align: center;
1016 }
1017
1018 .selector_top p,.selector_bottom p {
1019         margin: 0;
1020         padding: 2px;
1021 }
1022
1023 .message {
1024         margin: 1%;
1025         padding: 0;
1026 }
1027
1028 .message_header p {
1029         margin: 2px 0 2px 0;
1030         padding: 0 0 2px 0;
1031 }
1032
1033 .button_link a, .attachfile, .logbuttons input,.buttons input, .send_edit_msg input, .logbutton {
1034         margin: 3px;
1035         padding: 2px 4px 2px 4px;
1036 }
1037
1038 .msgbuttons a, input#delbutton {
1039         margin: 0 3px 0 3px;
1040         padding: 2px 4px 2px 4px;
1041 }
1042
1043
1044 .mimepart {
1045         margin-top: 15px;
1046         margin-bottom: 15px;
1047         margin-left: 15%;
1048         width: 70%;
1049         padding: 0;
1050 }
1051
1052 .mimepart img {
1053         vertical-align: middle;
1054         float: left;
1055 }
1056
1057 .mimepart div {
1058         vertical-align: middle;
1059         margin: 0 0 15px 0 ;
1060         padding: 5px;
1061 }
1062
1063 .mimepart div span {
1064         vertical-align: top;
1065 }
1066
1067 .mimepart dl {
1068         width: 100%;
1069         margin-left: 5px;
1070         padding: 5px;
1071 }
1072
1073 .mimepart dl dt {
1074         width: 30%;
1075         float: left;
1076         margin: 0 0 0 0;
1077         padding: .5em;
1078 }
1079
1080 /* hack ie5 mac \*/
1081 dt { clear: both; }
1082 /* end hack */
1083
1084 .mimepart dl dd {
1085         float: left;
1086         width: 62%;
1087         margin: 0;
1088         padding: .5em;
1089 }
1090
1091 .mimepart p {
1092         margin-top: 1em;
1093         margin-bottom: 0;
1094         clear: both;
1095 }
1096
1097 .msgbuttons {
1098         float: right;
1099         visibility: hidden;
1100         padding: 2px;
1101 }
1102
1103 .buttons a {
1104         text-align: center;
1105 }
1106
1107 .msgbuttons a span {
1108         display: none;
1109 }
1110
1111 .message_content {
1112         margin: 0;
1113         padding: 0.3em;
1114         clear: both;
1115 }
1116
1117 .message form div label {
1118         display: block;
1119         float: left;
1120         margin: 0.3em;
1121         width: 9em;
1122         text-align: right;
1123 }
1124
1125 .message form div input, .message form div select {
1126         margin: 0.3em;
1127
1128 }
1129
1130 .imgedit {
1131         vertical-align: middle;
1132 }
1133
1134 .send_edit_msg {
1135         float: right;
1136         margin-top: 0 ;
1137         margin-right: 0;
1138         padding: 2px 50px 2px 50px;
1139 }
1140
1141 .edit_msg_table th {
1142         text-align: right;
1143         padding-right: 5px;
1144         color: #333;
1145         width: 20%;
1146 }
1147
1148 .edit_msg_table td { 
1149         width: 40%;
1150 }
1151
1152 .edit_msg_table #recp_id, .edit_msg_table #cc_id, .edit_msg_table #bcc_id, .edit_msg_table #subject_id  {
1153         width: 98%
1154 }
1155
1156 .note {
1157         font-size: 85%;
1158         margin-left: 10%;
1159 }
1160
1161 .toolbar {
1162         text-align: center;
1163 }
1164
1165 .toolbar img {
1166         float: right;
1167 }
1168
1169 .imsg {
1170         text-align: center;
1171 }
1172 #summary_view > table { /* hide from IE6 */
1173         width: 100%;
1174         table-layout: fixed;
1175 }
1176 colgroup.entity {
1177         text-align: center;
1178 }
1179
1180 div.auto_complete ul {
1181         margin: 0;
1182         padding: 0;
1183         width: 100%;
1184 }
1185
1186 div.auto_complete ul li {
1187         margin: 0;
1188         padding: 3px;
1189 }
1190
1191 div.auto_complete ul strong.highlight {
1192         margin: 0;
1193         padding: 0;
1194 }
1195
1196 .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  {
1197  width: 100%;
1198 }
1199
1200 #address_book_popup {
1201         position: absolute;
1202         top: 100px;
1203         right: 25px;
1204         width: 320px;
1205         height: auto;
1206         z-index: 100;
1207         display: none;
1208 }
1209
1210 #address_book_popup_container_div {
1211         position: relative;
1212         width: 100%;
1213         height: 100%;
1214 }
1215
1216 #address_book_popup_middle_div {
1217         position: relative;
1218 }
1219
1220 #address_book_inner_div {
1221         margin: 5px;
1222 }
1223
1224 #address_book_inner_div select {
1225         width: 100%;
1226 }
1227
1228 #address_book_inner_div input {
1229         margin: 4px 5px 0 5px;
1230 }
1231
1232 .service .edit_col, .service .host_col {
1233         display: none;
1234 }
1235
1236 .who_is_online .edit_col, .who_is_online .host_col {
1237         display: block;
1238 }
1239
1240 #citlogo {
1241         display: none; /* Overriden later */
1242 }
1243 .sort_ascending, .sort_descending {
1244         background-repeat: no-repeat;
1245         background-position: center right;
1246 }
1247 .sort_ascending {
1248         background-image: url("/static/down_pointer.gif");
1249 }
1250 .sort_descending {
1251         background-image: url("/static/up_pointer.gif");
1252 }
1253 #message_list_hdr > table {
1254         border-collapse: collapse;
1255 }
1256 #message_list_hdr > table > tbody > tr > th {
1257         border-left: 2px solid white;
1258         border-right: 2px solid white;
1259 }
1260 #summary_view > table { 
1261         border-collapse: collapse;
1262 }
1263 th.col1 {
1264         border-left: none !important;
1265 }
1266 th.col3 {
1267         border-right: none !important;
1268 }
1269 /* System Administration Menu */
1270
1271 ul.adminitems {
1272         margin: 15px;
1273         padding: 0;
1274 }
1275
1276 ul.adminitems li {
1277         margin: 0.5em;
1278         padding: 0;
1279 }
1280
1281 ul.adminitems li span {
1282         display: block;
1283 }
1284
1285
1286 /* Room list - Tree Node */
1287
1288 .treetitle, .editednode, .treetitleselectedfocused, .treetitleselectedblured {
1289         padding: 2px;
1290         cursor: default;
1291 }
1292
1293
1294 table.altern {
1295         margin: 0 auto 0 auto;
1296         width: 98%
1297
1298
1299 table.altern tr td {
1300         height: 2em;    
1301
1302
1303 /* Advanced menu */
1304
1305 table.advanced {
1306         margin: 0 auto 0 auto;
1307         width: 96%;
1308         border-collapse: separate;
1309         border-spacing: 15px;
1310
1311
1312 .advanced .boxcontent ul {
1313         margin-left: 4em;
1314 }
1315
1316 .advanced .boxcontent .col1, .advanced .boxcontent .col2 { 
1317         float: left;
1318         width: 33%;
1319 }
1320
1321 .advanced .boxcontent .col2, .advanced .boxcontent .lastcol {
1322         margin-left: 0;
1323         margin-bottom: 4em;
1324 }
1325
1326 /* Site configuration */
1327
1328 #TheTabs {
1329 }
1330
1331 .tabs_background {
1332         margin-top: 0;
1333 }
1334
1335 /* Links and buttons */
1336
1337 .logbuttons, .buttons {
1338         margin: 2px auto 2px auto;
1339         width: 96%;
1340         text-align: center;
1341 }
1342
1343 /* Tabs */
1344
1345 #TheTabs {
1346         margin: 3% auto 0 auto;
1347         width: 94%;
1348 }
1349
1350 ul.tabbed_dialog {
1351         list-style: none;
1352         margin: 3% auto 0 auto;
1353         width: 96%;
1354         padding: 0;
1355         white-space: nowrap;
1356         text-align: center;
1357         vertical-align: middle;
1358 }
1359
1360 ul.tabbed_dialog li {
1361         margin: 0 3% 0 3%;
1362         padding: 4px;
1363         float: left;
1364 }
1365
1366 .tabcontent {
1367         margin: 0 auto 0 auto;
1368         width: 96%;
1369         padding: 10px;
1370         clear: both;
1371 }
1372
1373 .tabcontent_submit {
1374         margin: 0 auto 0 auto;
1375         width: 96%;
1376         padding: 10px;
1377         text-align: center;
1378 }
1379
1380
1381 /* Calendar view */
1382
1383 .calendar {
1384         background-color: #204B78;
1385         margin: 0;
1386         width: 100%;
1387         height: 302px;
1388 }
1389
1390 td.events_of_the_day {
1391         width: 500px;
1392 }
1393
1394 .events_of_the_day dl {
1395         margin: 0;
1396         padding: 0;
1397         position: absolute;
1398         top: 0;
1399         left:0;
1400         width: 500px;
1401 }
1402
1403 .events_of_the_day dl dt {
1404         background-color: #FFFFFF;
1405         margin: 0;
1406         width: 500px;
1407         border: 1px solid #CCC;
1408 }
1409
1410 .events_of_the_day dl dt.hour {
1411         /* font-size: 160%; commenting out because we need to line it up with the actual size */
1412 }
1413
1414 .events_of_the_day dl dt.extrahour {
1415         /* font-size: 80%; commenting out because we need to line it up with the actual size */
1416 }
1417
1418 .hour_label, .extra_events dl dt {
1419         background-color: #CCCCDD;
1420         vertical-align: middle;
1421         text-align: left;       
1422 }
1423
1424 .hour_events, .extra_events {
1425         background-color: #FFFFFF;
1426         vertical-align: top;
1427         text-align: left;       
1428 }
1429
1430
1431 .extra_events ul {
1432         list-style: none;
1433         margin: 0;
1434         padding: 0;
1435 }
1436
1437 .extra_events ul li {
1438         margin: 4px;
1439 }
1440
1441 .calday, .calout, .calweekend, .caltoday {
1442         width: 14%;
1443         height: 60px;
1444         text-align: left;
1445         vertical-align: top;
1446 }
1447
1448 .event_framed_unread {
1449         filter:alpha(opacity=50);   /* Internet Explorer 6     */
1450         -moz-opacity:0.5;           /* Mozilla 1.6 and prec.   */
1451         opacity: 0.5;               /* CSS3 draft and Mozilla  */
1452         -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
1453         border: solid 1px red;
1454         background-color: yellow;
1455         z-index: 10;
1456         padding: 0 4px 0 4px; 
1457 }
1458
1459 li.event_framed_unread span, a.event_title {
1460         filter:alpha(opacity=100); 
1461         -moz-opacity:1.0;         
1462         opacity: 1.0;
1463         font-size: 100%;     
1464 }
1465
1466 .event_framed_read {
1467         filter:alpha(opacity=50);   /* Internet Explorer 6     */
1468         -moz-opacity:0.5;           /* Mozilla 1.6 and prec.   */
1469         opacity: 0.5;               /* CSS3 draft and Mozilla  */
1470         -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
1471         border: solid 1px red;
1472         background-color: yellow;
1473         z-index: 10;
1474         padding: 0 4px 0 4px; 
1475 }
1476
1477 li.event_framed_read span, a.event_title {
1478         filter:alpha(opacity=100); 
1479         -moz-opacity:1.0;         
1480         opacity: 1.0;
1481         font-size: 100%;  
1482 }
1483
1484 .event_read {
1485 }
1486
1487 li.event_read span, a.event_read_title {
1488         filter:alpha(opacity=100); 
1489         -moz-opacity:1.0;         
1490         opacity: 1.0;
1491         font-size: 100%;     
1492 }
1493
1494 .event_unread {
1495 }
1496
1497 li.event_unread span, a.event_read_title {
1498         filter:alpha(opacity=100); 
1499         -moz-opacity:1.0;         
1500         opacity: 1.0;
1501         font-size: 100%;     
1502 }
1503
1504 .mini_calendar {
1505    color: #fff;
1506 }
1507
1508 .mini_calendar a {
1509    color: #fff;
1510 }
1511
1512 .mini_calendar a:link,.mini_calendar a:visited {
1513    color: #fff;
1514 }
1515
1516 .mini_calendar a:hover,.mini_calendar a:active {
1517    color: #fff;
1518    background-color: #AD1C00;
1519 }
1520
1521 .mini_calendar td a {
1522    color: #fff;
1523 }
1524
1525 .mini_calendar td a:link,.mini_calendar td a:visited {
1526    color: #fff;
1527 }
1528
1529 .mini_calendar td a:hover,.mini_calendar td a:active {
1530    color: #fff;
1531    background-color: #AD1C00;
1532
1533 }
1534
1535 .menudesc {
1536         margin: 4px;
1537         padding: 4px;
1538 }
1539
1540 .roompic {
1541         height: 48px;
1542         width: 48px;
1543         border: none;
1544 }
1545
1546 #navbar ul li a img {
1547       vertical-align: middle;
1548       border: none;
1549 }
1550
1551 .table-row, .table-alt-row {
1552         width: 100%;
1553 }
1554
1555 .stickynote_outer {
1556         position: absolute;
1557         width: 200px;
1558         height: 200px;
1559         border: 1px solid #333;
1560         background-color: #ffff00;
1561         overflow: hidden;
1562 }
1563
1564 .stickynote_titlebar {
1565         position: relative;
1566         width: 100%;
1567         height: 16px;
1568         top: 0px;
1569         left: 0px;
1570         background-color: #888800;
1571         font-size: 60%;     
1572 }
1573
1574 .stickynote_body {
1575         position: relative;
1576         font-family: "Comic Sans MS", sans-serif;
1577 }
1578
1579 .stickynote_resize {
1580         position: absolute;
1581         background-image: url('resizecorner.png');
1582         height: 16px;
1583         width: 16px;
1584         right: -1px;
1585         bottom: -1px;
1586 }
1587
1588 .stickynote_palette {
1589         position: absolute;
1590         width: 48px;
1591         height: 48px;
1592         top: 16px;
1593         left: 0px;
1594         background-color: #ffffff;
1595         border: 1px solid #333;
1596         display: none;
1597 }
1598
1599 .stickynote_palette table {
1600         margin: 0;
1601         padding: 0;
1602 }
1603
1604 .stickynote_palette td {
1605         width: 16px;
1606         height: 16px;
1607 }
1608
1609
1610 .login_using_openid_link {
1611         text-align: center;
1612 }
1613
1614 .openid_urlarea {
1615         background: url('openid-small.gif') no-repeat scroll 0pt 50%;
1616         padding-left: 18px;
1617 }
1618
1619 .conftitle {
1620         font-size: 140%;
1621         font-weight: bold;
1622         text-align: center;
1623 }
1624
1625 .confdescr {
1626         font-size: 110%;
1627         text-align: center;
1628 }
1629
1630 #noscript_warning {
1631         position: fixed;
1632         top: 0;
1633         left: 0;
1634         background-color: #FF0000;
1635         color: #FFFFFF;
1636 }
1637
1638 .chatrecv_history {
1639         position: absolute;
1640         top: 0;
1641         left: 1%;
1642         width: 74%;
1643         margin-top: 5px;
1644         margin-bottom: 5px;
1645         height: 70%;
1646         background-color: #FFFFFF;
1647         overflow: auto;
1648         border-style: solid;
1649         border-color: #022750;
1650         border-width: 1px;
1651         padding-left: 3px;
1652         padding-right: 3px;
1653 }
1654
1655 .chat_userlist {
1656         position: absolute;
1657         top: 0;
1658         right: 1%;
1659         width: 23%;
1660         margin-top: 5px;
1661         margin-bottom: 5px;
1662         height: 70%;
1663         background-color: #FFFFFF;
1664         overflow: auto;
1665         border-style: solid;
1666         border-color: #022750;
1667         border-width: 1px;
1668         padding-left: 3px;
1669         padding-right: 3px;
1670 }
1671
1672 .chatrecv {
1673         display: none;
1674 }
1675
1676 .chatsend {
1677         position: absolute;
1678         left: 1%;
1679         right: 1%;
1680         height: 28%;
1681         bottom: 0;
1682         margin-top: 5px;
1683         margin-bottom: 5px;
1684         margin-left: auto;
1685         margin-right: auto;
1686         border-style: solid;
1687         border-color: #022750;
1688         border-width: 1px;
1689         padding-left: 3px;
1690         padding-right: 3px;
1691         background-color: #004E79;
1692 }
1693
1694 .chat_myname {
1695         font-weight: bold;
1696         color: #ff0000;
1697 }
1698
1699 .chat_notmyname {
1700         font-weight: bold;
1701         color: #0000ff;
1702 }
1703
1704 .chat_text {
1705 }