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