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