* Now attempting to fix the final few rendering problems in Internet Explorer. Testi...
[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 }
694
695 /* Boxes */
696
697 .box {
698         width: 100%;
699         padding: 0;
700         margin: 0;
701 }
702
703 #content .boxlabel, #global .boxlabel {
704         margin: 0;
705         padding: 0;
706         width: 100%;
707         text-align: center;
708 }
709
710 #content .box {
711         margin: 0;
712         padding: 0;
713         width: 100%;
714         text-align: center;
715 }
716
717 .boxlabel, .boxcontent {
718         margin: 0;
719 }
720
721 .boxlabel {
722         text-align: center;
723         padding: 0;
724 }
725
726 .boxcontent {
727         text-align: left;
728         padding: 5px;
729 }
730
731 .ctdlTemplate {
732         display: none;
733 }
734
735 #ctdlContextMenu {
736         position: fixed;
737         background-color: white;
738         border: 1px solid black;
739 }
740
741 .draganddrop {
742         position: fixed;
743         display: block;
744         border: 1px solid black;
745         z-index: 65535;
746         background-color: white;
747         text-align: left;
748         opacity: 0.9;
749 }
750
751 .draganddrop > ul {
752         list-style: none;
753         padding-left: 0;
754         margin-left: 0;
755 }
756
757 .hidden {
758         display: none;
759 }
760
761 /* Login */
762
763 #login_screen .login_message, #login_screen .login_image, .login_hello, #login_screen #login_form {
764         display: block;
765         margin: 5px auto 5px auto;
766 }
767
768 #login_screen .login_message, .login_hello, #global center {
769         width: 80%;
770 }
771
772 #login_screen .login_image {
773         width: 135px;
774 }
775
776 #login_screen .login_image img {
777         text-align: center;
778 }
779
780 #login_screen #login_form {
781         padding: 10px;
782         width: 330px;
783 }
784
785 #login_form input, #login_form label, #login_form select {
786         display: block;
787         float: left;
788         margin: 6pt;
789 }
790
791 #login_form label, #pname, #uname {
792         width: 130px;
793         text-align: left;
794 }
795
796 #login_form br {
797         clear: left;
798 }
799
800 .login_infos {
801         display: block;
802         margin: 20px auto 0 auto;
803         width: 80%;
804         text-align: left;
805 }
806
807
808 /* Iconbar */
809
810 .logo, .logo_citadel, #iconbar #button, .iconbar_text, .ib_button {
811         margin: 0;
812         padding: 0;
813 }
814
815 .logo, #citlogo, .iconbar_text, #online_users li {
816         text-align: center;
817 }
818
819 .iconbar_text > span {
820         cursor: pointer;
821 }
822
823 #iconbar #button {
824         width: 100%;
825 }
826
827 .ib_button {
828         margin: 4px 8px 4px 8px;
829         padding: 0;
830         display: block;
831 }
832
833 .ib_button_link {
834         /* width: 100%; */
835         display: block;
836 }
837
838 #online_users {
839         display: none; /* Hide by default */
840         border: 0;
841         max-height: 200px;
842         overflow: auto;
843         padding-left: 0;
844
845 #online_users li {
846         list-style: none;
847         margin: 0;
848         padding: 2px;
849         white-space: nowrap;
850 }
851
852
853 .ib_roomlist_floor, .ib_roomlist_new, .ib_roomlist_old, .roomlist_floor, .roomlist_new, .roomlist_old {
854         margin: 4px;
855         padding: 0;
856 }
857
858 /* Banner */
859 #banner .room_banner {
860         display: table-cell;
861         width: 90%;
862 }
863
864 #banner .room_banner img {
865         float: left;
866         margin: 0 5px 15px 0;
867 }
868
869 #banner h1, #banner h2, #banner .room_banner .infos, #banner .room_banner p {
870         margin: 2px;
871         padding: 0;
872 }
873
874 #room_infos {
875         position: absolute;
876         top: 0;
877         left: 50%;
878         width: 45%;
879         z-index: 10;
880         cursor: pointer;
881         text-align: left;
882         padding: 10px 2px 2px 2px;
883 }
884
885 #room_infos img.close_infos {
886         float: right;
887 }
888 #actiondiv {
889         display: table-cell;
890 }
891 #banner ul.room_actions {
892         list-style: none;
893         text-align: left;
894 }
895 #banner ul.room_actions li {
896         white-space: nowrap;
897         display: inline;
898 }
899 #banner ul.room_actions li form {
900         margin: 0;
901         padding: 0;
902 }
903 #banner ul.room_actions li select, #banner ul.room_actions li input {
904         margin-top: 8px;
905         margin-right: 4px;
906 }
907 #selectpage.hidden {
908         display: none !important;
909 }
910
911 /* Navbar */
912
913 #navbar ul, .selector_top, .selector_bottom {
914         width: 100%;
915         margin: 0 auto 0 auto;
916         padding: 0;
917         white-space: nowrap;
918         text-align: center;
919         vertical-align: middle;
920 }
921
922 #navbar ul li {
923         display: inline;
924         list-style: none;
925         vertical-align: middle;
926 }
927
928 #navbar ul li a {
929         padding: 2px 8px 8px 8px;
930         white-space: nowrap;
931  }
932
933 #navbar ul li img {
934         float: none;
935         margin: 0 2px 0 2px;
936 }
937 .floor {
938         margin-left: 0px;
939 }
940 .floor > ul {
941         display: none;
942 }
943 .floor-expanded > ul{
944         display: block !important;
945 }
946 #roomlist > ul {
947         margin: 0;
948         padding: 0;
949 }
950 #roomlist > div > ul > li {
951         margin: 0;
952         padding: 0;
953 }
954 /** Override to disable list-style-image" */
955 .room a, .room a, .room a:visited, .room a:link {
956         color: #333333;
957 }
958 .room-private {
959         list-style-image: url("/static/privatemess_16x.gif");
960 }
961 .room-addr {
962         list-style-image: url("/static/viewcontacts_16x.gif");
963 }
964 .room-cal {
965         list-style-image: url("/static/calarea_16x.gif");
966 }
967 .room-tasks {
968         list-style-image: url("/static/taskmanag_16x.gif");
969 }
970 .room-notes {
971         list-style-image: url("/static/storenotes_16x.gif");
972 }
973 .room-chat {
974         list-style-image: url("/static/chatrooms_16x.gif");
975 }
976 .room-newmsgs {
977         font-weight: bold;
978 }
979 .room-emphasized {
980         text-decoration: underline;
981 }
982 /* Content */
983
984 .boxcontent table {
985         margin: 0;
986         padding: 0;
987 }
988
989 #content table .box {
990         margin: 0;
991         width: 100%;
992         text-align: left;
993 }
994
995 .service, .who_is_online {
996         text-align: center;
997         width: 100%;
998 }
999
1000 .service table {
1001         margin: 0 auto 0 auto;
1002         width: 100%;
1003         text-align: left;
1004 }
1005
1006 .instructions {
1007         text-align: center;
1008 }
1009
1010 #message_list_hdr table {
1011         width: 100%;    
1012 }
1013 .selector_top, .selector_bottom {
1014         text-align: center;
1015 }
1016
1017 .selector_top p,.selector_bottom p {
1018         margin: 0;
1019         padding: 2px;
1020 }
1021
1022 .message {
1023         margin: 1%;
1024         padding: 0;
1025 }
1026
1027 .message_header p {
1028         margin: 2px 0 2px 0;
1029         padding: 0 0 2px 0;
1030 }
1031
1032 .button_link a, .attachfile, .logbuttons input,.buttons input, .send_edit_msg input, .logbutton {
1033         margin: 3px;
1034         padding: 2px 4px 2px 4px;
1035 }
1036
1037 .msgbuttons a, input#delbutton {
1038         margin: 0 3px 0 3px;
1039         padding: 2px 4px 2px 4px;
1040 }
1041
1042
1043 .mimepart {
1044         margin-top: 15px;
1045         margin-bottom: 15px;
1046         margin-left: 15%;
1047         width: 70%;
1048         padding: 0;
1049 }
1050
1051 .mimepart img {
1052         vertical-align: middle;
1053         float: left;
1054 }
1055
1056 .mimepart div {
1057         vertical-align: middle;
1058         margin: 0 0 15px 0 ;
1059         padding: 5px;
1060 }
1061
1062 .mimepart div span {
1063         vertical-align: top;
1064 }
1065
1066 .mimepart dl {
1067         width: 100%;
1068         margin-left: 5px;
1069         padding: 5px;
1070 }
1071
1072 .mimepart dl dt {
1073         width: 30%;
1074         float: left;
1075         margin: 0 0 0 0;
1076         padding: .5em;
1077 }
1078
1079 /* hack ie5 mac \*/
1080 dt { clear: both; }
1081 /* end hack */
1082
1083 .mimepart dl dd {
1084         float: left;
1085         width: 62%;
1086         margin: 0;
1087         padding: .5em;
1088 }
1089
1090 .mimepart p {
1091         margin-top: 1em;
1092         margin-bottom: 0;
1093         clear: both;
1094 }
1095
1096 .msgbuttons {
1097         float: right;
1098         visibility: hidden;
1099         padding: 2px;
1100 }
1101
1102 .buttons a {
1103         text-align: center;
1104 }
1105
1106 .msgbuttons a span {
1107         display: none;
1108 }
1109
1110 .message_content {
1111         margin: 0;
1112         padding: 0.3em;
1113         clear: both;
1114 }
1115
1116 .message form div label {
1117         display: block;
1118         float: left;
1119         margin: 0.3em;
1120         width: 9em;
1121         text-align: right;
1122 }
1123
1124 .message form div input, .message form div select {
1125         margin: 0.3em;
1126
1127 }
1128
1129 .imgedit {
1130         vertical-align: middle;
1131 }
1132
1133 .send_edit_msg {
1134         float: right;
1135         margin-top: 0 ;
1136         margin-right: 0;
1137         padding: 2px 50px 2px 50px;
1138 }
1139
1140 .edit_msg_table th {
1141         text-align: right;
1142         padding-right: 5px;
1143         color: #333;
1144         width: 20%;
1145 }
1146
1147 .edit_msg_table td { 
1148         width: 40%;
1149 }
1150
1151 .edit_msg_table #recp_id, .edit_msg_table #cc_id, .edit_msg_table #bcc_id, .edit_msg_table #subject_id  {
1152         width: 98%
1153 }
1154
1155 .note {
1156         font-size: 85%;
1157         margin-left: 10%;
1158 }
1159
1160 .toolbar {
1161         text-align: center;
1162 }
1163
1164 .toolbar img {
1165         float: right;
1166 }
1167
1168 .imsg {
1169         text-align: center;
1170 }
1171
1172 colgroup.entity {
1173         text-align: center;
1174 }
1175
1176 div.auto_complete ul {
1177         margin: 0;
1178         padding: 0;
1179         width: 100%;
1180 }
1181
1182 div.auto_complete ul li {
1183         margin: 0;
1184         padding: 3px;
1185 }
1186
1187 div.auto_complete ul strong.highlight {
1188         margin: 0;
1189         padding: 0;
1190 }
1191
1192 .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  {
1193  width: 100%;
1194 }
1195
1196 #address_book_popup {
1197         position: absolute;
1198         top: 100px;
1199         right: 25px;
1200         width: 320px;
1201         height: auto;
1202         z-index: 100;
1203         display: none;
1204 }
1205
1206 #address_book_popup_container_div {
1207         position: relative;
1208         width: 100%;
1209         height: 100%;
1210 }
1211
1212 #address_book_popup_middle_div {
1213         position: relative;
1214 }
1215
1216 #address_book_inner_div {
1217         margin: 5px;
1218 }
1219
1220 #address_book_inner_div select {
1221         width: 100%;
1222 }
1223
1224 #address_book_inner_div input {
1225         margin: 4px 5px 0 5px;
1226 }
1227
1228 .service .edit_col, .service .host_col {
1229         display: none;
1230 }
1231
1232 .who_is_online .edit_col, .who_is_online .host_col {
1233         display: block;
1234 }
1235
1236 #citlogo {
1237         display: none; /* Overriden later */
1238 }
1239 .sort_ascending, .sort_descending {
1240         background-repeat: no-repeat;
1241         background-position: center right;
1242 }
1243 .sort_ascending {
1244         background-image: url("/static/down_pointer.gif");
1245 }
1246 .sort_descending {
1247         background-image: url("/static/up_pointer.gif");
1248 }
1249 #message_list_hdr > table {
1250         border-collapse: collapse;
1251 }
1252 #message_list_hdr > table > tbody > tr > th {
1253         border-left: 2px solid white;
1254         border-right: 2px solid white;
1255 }
1256 #summary_view > table { 
1257         border-collapse: collapse;
1258 }
1259 th.col1 {
1260         border-left: none !important;
1261 }
1262 th.col3 {
1263         border-right: none !important;
1264 }
1265 /* System Administration Menu */
1266
1267 ul.adminitems {
1268         margin: 15px;
1269         padding: 0;
1270 }
1271
1272 ul.adminitems li {
1273         margin: 0.5em;
1274         padding: 0;
1275 }
1276
1277 ul.adminitems li span {
1278         display: block;
1279 }
1280
1281
1282 /* Room list - Tree Node */
1283
1284 .treetitle, .editednode, .treetitleselectedfocused, .treetitleselectedblured {
1285         padding: 2px;
1286         cursor: default;
1287 }
1288
1289
1290 table.altern {
1291         margin: 0 auto 0 auto;
1292         width: 98%
1293
1294
1295 table.altern tr td {
1296         height: 2em;    
1297
1298
1299 /* Advanced menu */
1300
1301 table.advanced {
1302         margin: 0 auto 0 auto;
1303         width: 96%;
1304         border-collapse: separate;
1305         border-spacing: 15px;
1306
1307
1308 .advanced .boxcontent ul {
1309         margin-left: 4em;
1310 }
1311
1312 .advanced .boxcontent .col1, .advanced .boxcontent .col2 { 
1313         float: left;
1314         width: 33%;
1315 }
1316
1317 .advanced .boxcontent .col2, .advanced .boxcontent .lastcol {
1318         margin-left: 0;
1319         margin-bottom: 4em;
1320 }
1321
1322 /* Site configuration */
1323
1324 #TheTabs {
1325 }
1326
1327 .tabs_background {
1328         margin-top: 0;
1329 }
1330
1331 /* Links and buttons */
1332
1333 .logbuttons, .buttons {
1334         margin: 2px auto 2px auto;
1335         width: 96%;
1336         text-align: center;
1337 }
1338
1339 /* Tabs */
1340
1341 #TheTabs {
1342         margin: 3% auto 0 auto;
1343         width: 94%;
1344 }
1345
1346 ul.tabbed_dialog {
1347         list-style: none;
1348         margin: 3% auto 0 auto;
1349         width: 96%;
1350         padding: 0;
1351         white-space: nowrap;
1352         text-align: center;
1353         vertical-align: middle;
1354 }
1355
1356 ul.tabbed_dialog li {
1357         margin: 0 3% 0 3%;
1358         padding: 4px;
1359         float: left;
1360 }
1361
1362 .tabcontent {
1363         margin: 0 auto 0 auto;
1364         width: 96%;
1365         padding: 10px;
1366         clear: both;
1367 }
1368
1369 .tabcontent_submit {
1370         margin: 0 auto 0 auto;
1371         width: 96%;
1372         padding: 10px;
1373         text-align: center;
1374 }
1375
1376
1377 /* Calendar view */
1378
1379 .calendar {
1380         background-color: #204B78;
1381         margin: 0;
1382         width: 100%;
1383         height: 302px;
1384 }
1385
1386 td.events_of_the_day {
1387         width: 500px;
1388 }
1389
1390 .events_of_the_day dl {
1391         margin: 0;
1392         padding: 0;
1393         position: absolute;
1394         top: 0;
1395         left:0;
1396         width: 500px;
1397 }
1398
1399 .events_of_the_day dl dt {
1400         background-color: #FFFFFF;
1401         margin: 0;
1402         width: 500px;
1403         border: 1px solid #CCC;
1404 }
1405
1406 .events_of_the_day dl dt.hour {
1407         /* font-size: 160%; commenting out because we need to line it up with the actual size */
1408 }
1409
1410 .events_of_the_day dl dt.extrahour {
1411         /* font-size: 80%; commenting out because we need to line it up with the actual size */
1412 }
1413
1414 .hour_label, .extra_events dl dt {
1415         background-color: #CCCCDD;
1416         vertical-align: middle;
1417         text-align: left;       
1418 }
1419
1420 .hour_events, .extra_events {
1421         background-color: #FFFFFF;
1422         vertical-align: top;
1423         text-align: left;       
1424 }
1425
1426
1427 .extra_events ul {
1428         list-style: none;
1429         margin: 0;
1430         padding: 0;
1431 }
1432
1433 .extra_events ul li {
1434         margin: 4px;
1435 }
1436
1437 .calday, .calout, .calweekend, .caltoday {
1438         width: 14%;
1439         height: 60px;
1440         text-align: left;
1441         vertical-align: top;
1442 }
1443
1444 .event_framed_unread {
1445         filter:alpha(opacity=50);   /* Internet Explorer 6     */
1446         -moz-opacity:0.5;           /* Mozilla 1.6 and prec.   */
1447         opacity: 0.5;               /* CSS3 draft and Mozilla  */
1448         -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
1449         border: solid 1px red;
1450         background-color: yellow;
1451         z-index: 10;
1452         padding: 0 4px 0 4px; 
1453 }
1454
1455 li.event_framed_unread span, a.event_title {
1456         filter:alpha(opacity=100); 
1457         -moz-opacity:1.0;         
1458         opacity: 1.0;
1459         font-size: 100%;     
1460 }
1461
1462 .event_framed_read {
1463         filter:alpha(opacity=50);   /* Internet Explorer 6     */
1464         -moz-opacity:0.5;           /* Mozilla 1.6 and prec.   */
1465         opacity: 0.5;               /* CSS3 draft and Mozilla  */
1466         -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
1467         border: solid 1px red;
1468         background-color: yellow;
1469         z-index: 10;
1470         padding: 0 4px 0 4px; 
1471 }
1472
1473 li.event_framed_read span, a.event_title {
1474         filter:alpha(opacity=100); 
1475         -moz-opacity:1.0;         
1476         opacity: 1.0;
1477         font-size: 100%;  
1478 }
1479
1480 .event_read {
1481 }
1482
1483 li.event_read span, a.event_read_title {
1484         filter:alpha(opacity=100); 
1485         -moz-opacity:1.0;         
1486         opacity: 1.0;
1487         font-size: 100%;     
1488 }
1489
1490 .event_unread {
1491 }
1492
1493 li.event_unread span, a.event_read_title {
1494         filter:alpha(opacity=100); 
1495         -moz-opacity:1.0;         
1496         opacity: 1.0;
1497         font-size: 100%;     
1498 }
1499
1500 .mini_calendar {
1501    color: #fff;
1502 }
1503
1504 .mini_calendar a {
1505    color: #fff;
1506 }
1507
1508 .mini_calendar a:link,.mini_calendar a:visited {
1509    color: #fff;
1510 }
1511
1512 .mini_calendar a:hover,.mini_calendar a:active {
1513    color: #fff;
1514    background-color: #AD1C00;
1515 }
1516
1517 .mini_calendar td a {
1518    color: #fff;
1519 }
1520
1521 .mini_calendar td a:link,.mini_calendar td a:visited {
1522    color: #fff;
1523 }
1524
1525 .mini_calendar td a:hover,.mini_calendar td a:active {
1526    color: #fff;
1527    background-color: #AD1C00;
1528
1529 }
1530
1531 .menudesc {
1532         margin: 4px;
1533         padding: 4px;
1534 }
1535
1536 .roompic {
1537         height: 48px;
1538         width: 48px;
1539         border: none;
1540 }
1541
1542 #navbar ul li a img {
1543       vertical-align: middle;
1544       border: none;
1545 }
1546
1547 .table-row, .table-alt-row {
1548         width: 100%;
1549 }
1550
1551 .stickynote_outer {
1552         position: absolute;
1553         width: 200px;
1554         height: 200px;
1555         border: 1px solid #333;
1556         background-color: #ffff00;
1557         overflow: hidden;
1558 }
1559
1560 .stickynote_titlebar {
1561         position: relative;
1562         width: 100%;
1563         height: 16px;
1564         top: 0px;
1565         left: 0px;
1566         background-color: #888800;
1567         font-size: 60%;     
1568 }
1569
1570 .stickynote_body {
1571         position: relative;
1572         font-family: "Comic Sans MS", sans-serif;
1573 }
1574
1575 .stickynote_resize {
1576         position: absolute;
1577         background-image: url('resizecorner.png');
1578         height: 16px;
1579         width: 16px;
1580         right: -1px;
1581         bottom: -1px;
1582 }
1583
1584 .stickynote_palette {
1585         position: absolute;
1586         width: 48px;
1587         height: 48px;
1588         top: 16px;
1589         left: 0px;
1590         background-color: #ffffff;
1591         border: 1px solid #333;
1592         display: none;
1593 }
1594
1595 .stickynote_palette table {
1596         margin: 0;
1597         padding: 0;
1598 }
1599
1600 .stickynote_palette td {
1601         width: 16px;
1602         height: 16px;
1603 }
1604
1605
1606 .login_using_openid_link {
1607         text-align: center;
1608 }
1609
1610 .openid_urlarea {
1611         background: url('openid-small.gif') no-repeat scroll 0pt 50%;
1612         padding-left: 18px;
1613 }
1614
1615 .conftitle {
1616         font-size: 140%;
1617         font-weight: bold;
1618         text-align: center;
1619 }
1620
1621 .confdescr {
1622         font-size: 110%;
1623         text-align: center;
1624 }
1625
1626 #noscript_warning {
1627         position: fixed;
1628         top: 0;
1629         left: 0;
1630         background-color: #FF0000;
1631         color: #FFFFFF;
1632 }
1633
1634 .chatrecv_history {
1635         position: absolute;
1636         top: 0;
1637         left: 1%;
1638         width: 74%;
1639         margin-top: 5px;
1640         margin-bottom: 5px;
1641         height: 70%;
1642         background-color: #FFFFFF;
1643         overflow: auto;
1644         border-style: solid;
1645         border-color: #022750;
1646         border-width: 1px;
1647         padding-left: 3px;
1648         padding-right: 3px;
1649 }
1650
1651 .chat_userlist {
1652         position: absolute;
1653         top: 0;
1654         right: 1%;
1655         width: 23%;
1656         margin-top: 5px;
1657         margin-bottom: 5px;
1658         height: 70%;
1659         background-color: #FFFFFF;
1660         overflow: auto;
1661         border-style: solid;
1662         border-color: #022750;
1663         border-width: 1px;
1664         padding-left: 3px;
1665         padding-right: 3px;
1666 }
1667
1668 .chatrecv {
1669         display: none;
1670 }
1671
1672 .chatsend {
1673         position: absolute;
1674         left: 1%;
1675         right: 1%;
1676         height: 28%;
1677         bottom: 0;
1678         margin-top: 5px;
1679         margin-bottom: 5px;
1680         margin-left: auto;
1681         margin-right: auto;
1682         border-style: solid;
1683         border-color: #022750;
1684         border-width: 1px;
1685         padding-left: 3px;
1686         padding-right: 3px;
1687         background-color: #004E79;
1688 }
1689
1690 .chat_myname {
1691         font-weight: bold;
1692         color: #ff0000;
1693 }
1694
1695 .chat_notmyname {
1696         font-weight: bold;
1697         color: #0000ff;
1698 }
1699
1700 .chat_text {
1701 }