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