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