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