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