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