* fix issues with room list in firefox 2 (didn't detect console.log properly, again)
[citadel.git] / webcit / static / webcit.css
1 @import url("datepicker.css");
2 @media print {
3         input#toggler, .toolbar { display: none }
4 }
5
6 /* Typography & colors */
7
8 html {  font-size: 100%;}
9
10 body { font-size: 11pt}
11
12 #banner h1 { font-size: 16pt; }
13
14 #banner h2,#banner .titlebar, .address_book_popup_title {
15         font-size: 13pt;
16 }
17
18 #button, #content .msgbuttons a, .button_link a, input#delbutton,.attachfile,.logbuttons input,.buttons input, .buttons a, .customize, .mailbox_summary, .menubar_link, .roomlist_floor, .ib_roomlist_floor, .roomlist_new, .ib_roomlist_new, .roomlist_old, .ib_roomlist_old, #banner ul.room_actions li, #navbar, .selector_top, .selector_bottom, .room_banner .infos,.room_banner .nummsgs,li.search,li.view, .room_actions form select option, .selectbox, #message_list_hdr table, .message_header, ul.adminitems li span, #message_list tr > td {
19         font-size: 10pt;
20 }
21
22 #online_users li {
23         font-size: 8pt;
24 }
25 .marked_row {
26     color: white;
27 }
28
29 /* Color */
30
31 body {
32         background-color: #6C91A6;
33         font-family: "Trebuchet MS", "Verdana", "Bitstream Vera Sans", sans-serif;
34         font-weight: 400;
35 }
36
37 #iconbar, .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 {
38         background-color: #FFF;
39         color: #000;
40 }
41
42 #login_form, #message_list_hdr table, #resize_msglist, .message, .message_header, .vcard_edit_background_alt,.roomops_background_alt 
43  {
44         background-color: #CCC;
45 }
46
47 .box, #online_users li.inactiveuser a {
48         background-color: transparent;
49 }
50
51 .room_banner .infos {
52         cursor: help;
53 }
54
55 .login_message {
56         color: #AD1C00;
57         font-weight: 700;
58         text-transform: uppercase;
59 }
60
61 #iconbar ul li, #room_infos, #address_book_popup,.roomops_cell, .roomops_cell_edit, .mimepart, #ib_logoff {
62         background-color: #F0FFFF;
63         color: #333;
64 }
65
66 #iconbar #button {
67         border: none;
68         list-style: none;
69 }
70
71 #room_infos, #address_book_popup, .mimepart, .room_actions form select {
72         border: 1px solid #333;
73         overflow: hidden;
74 }
75
76
77 .buttons a,.roomlist_floor,.tablabel,.treetitle {
78         color: #000;
79         font-weight: 700;
80 }
81
82 #button li, #ib_logoff {
83         border: none;
84         border-bottom: 2px groove #CCC;
85         border-right: 2px groove #CCC;
86 }
87
88 .logo_citadel a,.logo_citadel img {
89         border: none;
90 }
91
92 .logo,.logo_citadel, #switch, #customize {
93         border: none;
94         border-bottom: 1px solid #AAA;
95 }
96
97 #button li a , #ib_logoff a{
98         color: #000;
99         text-decoration: none;
100 }
101
102 #online_users li {
103         border: none;
104         border-top: 1px solid #AAA;
105 }
106
107 #banner h1,#banner h2,.room_banner .nummsgs,.mimepart div,.required {
108         font-weight: 700;
109 }
110
111 #banner ul.room_actions li.start_page a, #navbar, .selector_top,.selector_bottom {
112         background-color: #022750;
113     border-top: 1px solid black;
114     border-bottom: 1px solid black;
115         color: #FFF;
116 }
117
118 #banner {
119         background-color: #004E79;
120         color: #FFF
121
122 }
123 #banner a {
124         color: #FFF
125 }
126
127 .room_actions form select {
128         cursor: pointer;
129 }
130
131 #content {
132         background-color: #6C91A6;
133         color: #000;
134 }
135
136 #message_list_hdr form input {
137         border: 0;
138 }
139
140 #message_list_hdr select {
141         background-color: #AD1C00;
142         border: 1px solid #6C91A6;
143 }
144
145 #message_list_hdr table {
146         font-style: italic;
147 }
148
149 #resize_msglist {
150         background-image: url(/static/resizegrippy.gif);
151         background-position: center;
152         background-repeat: no-repeat; 
153 }
154
155 #resize_msglist hr {
156         background-color: #999;
157         border: 0;
158         color: #999;
159         height: 3px;
160 }
161
162 .message {
163         border: 1px outset #999;
164         clear: both;
165 }
166
167 .message_header .message_subject {
168         font-style: italic;
169         float: left;    
170 }
171
172 .adminlist {
173         list-style: none;
174 }
175
176 .customize {
177         background-color: #DDC;
178         color: #004;
179         font-style: italic;
180 }
181
182 .default {
183         font-style: normal;
184         text-decoration: underline;
185 }
186
187 .editednodeinput {
188         background-color: #FFF;
189         border: 1px solid #000;
190         color: #000;
191         height: 17px;
192         width: 150px;
193 }
194
195 .error a:link, .error a:visited, .error a:active {
196         background: none;
197         color: #DC143C;
198         text-decoration: underline;
199 }
200
201 .error strong {
202         background: #FFD700;
203         color: #DC143C;
204         text-decoration: none;
205 }
206
207 .error strong a:link,.error strong a:visited,.error strong a:active {
208         background: #FFD700;
209         color: #DC143C;
210 }
211
212 .errormsg {
213         background: none;
214         color: #A00;
215         font-style: italic;
216         font-weight: 700;
217 }
218
219 .floors_config,.roomops_zap {
220         background-color: #700;
221         border: 0;
222 }
223
224 .ib_roomlist_floor, .ib_roomlist_new, .ib_roomlist_old {
225         cursor: pointer;
226 }
227
228 .ib_roomlist_floor, .roomlist_new, .ib_roomlist_new {
229         font-weight: 700;
230 }
231
232 .ib_roomlist_floor {
233         color: #000;
234 }
235
236 .roomlist_new, .ib_roomlist_new {
237         color: #800;
238 }
239
240 .roomlist_old, .ib_roomlist_old {
241         color: #008;
242 }
243
244 .imsg {
245         background: none;
246         color: #AAA;
247         font-style: italic;
248         font-weight: 700;
249 }
250
251 .menubar_bg {
252         background-color: red;
253 }
254
255 .mimepart div span {
256         display: block;
257         font-style: italic;
258 }
259
260 .mimepart dl dd,.mailbox_summary td, .mimepart dl dt {
261         border-top: 1px solid #AAA;
262 }
263
264 .mimepart dl dt {
265         font-weight: 700;
266 }
267
268 .roomops_cell_label,.boxlabel,.tab_cell_label {
269         background-color: #FF7814;
270         color: #FFF;
271         font-weight: 700;
272 }
273
274 .selectbox {
275         background-color: #FF8000;
276 }
277
278 .tab_cell,.tab_cell_edit {
279         background-color: #CCC;
280         font-weight: 700;
281 }
282
283 .tabcontent {
284         background-color: #FFF;
285         border-top: 3px solid #FF7814;
286 }
287
288 .treetitleselectedblured {
289         background-color: menu;
290         color: windowtext;
291 }
292
293 .treetitleselectedfocused {
294         background-color: highlight;
295         color: highlighttext;
296 }
297
298 .warning a:link,.warning a:visited,.warning a:active, .warning {
299         background: none;
300         color: #FF4500;
301 }
302
303 .warning, .warning strong {
304         text-decoration: none;
305 }
306
307 .warning a:link,.warning a:visited,.warning a:active {
308         text-decoration: underline;
309 }
310
311 .warning strong {
312         background: #FFD700;
313         color: #FF4500;
314 }
315
316 .warning strong a:link,.warning strong a:visited,.warning strong a:active {
317         background: #FFD700;
318         color: #FF4500;
319 }
320
321 blockquote {
322         background-color: #f5f5f5 !important;
323         color: navy !important;
324 }
325
326 blockquote blockquote {
327         background-color: #ebebeb !important;
328         color: maroon !important;
329 }
330
331 blockquote blockquote blockquote {
332         background-color: #e1e1e1 !important;
333         color: green !important;
334 }
335
336 blockquote blockquote blockquote blockquote {
337         background-color: #d7d7d7 !important;
338         color: purple !important;
339 }
340
341 blockquote blockquote blockquote blockquote blockquote {
342         background-color: #cdcdcd !important;
343         color: teal !important;
344 }
345
346 blockquote pre {
347         margin-left: 1%;
348         margin-right: 1%;
349 }
350
351 div.auto_complete ul {
352         background: #fff;
353         border: 1px solid #888;
354         list-style-type: none;
355 }
356
357 div.auto_complete ul li.selected {
358         background-color: #ffc;
359 }
360
361 div.auto_complete ul strong.highlight {
362         color: #800;
363 }
364
365
366 table.altern {
367         border-bottom: solid 2px #AAA;
368         border-top: solid 2px #AAA;
369 }
370
371 table.altern .even {
372         background-color: #DDD;
373 }
374
375 td li.frameset,.elements li.frameset {
376         background: none;
377         color: gray;
378         font-weight: lighter;
379 }
380
381 td li.transitional,.elements li.transitional {
382         background: none;
383         color: #696969;
384         font-weight: lighter;
385 }
386
387 ul.adminitems {
388         list-style-type: disc;
389         padding: 0;
390 }
391
392 ul.adminitems li {
393         font-weight: 700;
394 }
395
396 ul.adminitems li span
397 {
398         color: #666;
399 }
400
401 var sub {
402         font-style: normal;
403 }
404
405 .calendar {
406         background-color: #204B78;
407 }
408
409 .day {
410         font-weight: 700;
411 }
412
413 .calout {
414         background-color: #DDDDDD;
415 }
416
417 .calday {
418         background-color: #FFFFFF;
419 }
420
421 .calweekend {
422         background-color: #EEEECC;
423 }
424
425 .current_sort_mode {
426     background-color: white;
427 }
428 .marked_row {
429     background-color: #69aaff !important;
430 }
431 #loading {
432     background-color: white;
433 }
434 /* Message list in mailbox/summaryview */
435 .table-row {
436     background-color: white;
437 }
438 .table-alt-row {
439       background-color: #DDDDDD;
440 }
441 /* Links */
442
443 a {     text-decoration: none; }
444
445 a:active { color: #AD1C00; }
446
447 a:link { color: blue; }
448
449 a:visited { color: purple; }
450
451 #customize a:active, #customize a:link, #customize a:visited { color: black; }
452
453 #important_message, .buttons a:hover, .msgbuttons a:hover, input:hover, #button > li:hover, #online_users li a:hover, #navbar ul li a:hover, #ib_logoff:hover {
454         background-color: #AD1C00;
455         color: #FFF;
456 }
457
458
459
460 .button_link a, input, select, #login_form #uname, #login_form #pname, #wholist li.activeuser a, .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 {
461         background-color: #fbf4ca;
462 }
463
464 .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 {
465         border: 1px solid #999;
466         color: #333;
467 }
468
469
470 .button_link a, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
471         cursor: pointer;
472         -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
473         text-align: center;
474 }
475
476 .button_link a, .attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
477         font-weight: bold;
478 }
479
480 .msgbuttons a, input#delbutton {
481         font-weight: normal;
482 }
483
484
485 /* Layout */
486
487 * html {
488         overflow: hidden;
489 }
490
491 body {
492         height: 100%;
493         overflow: hidden;
494         text-align: center;
495 }
496
497 body, #global {
498         margin: 0;
499         padding: 0;
500 }
501
502 #important_message {
503         position: absolute;
504         top: 0; 
505         right: 0;
506         z-index: 2;
507         padding: 3px;
508 }
509 #hellomsg, .fmout, .nomsgs {
510     text-align: center;
511 }
512 #login_screen, #logout_screen {
513         margin: 0;
514         padding: 3% 6% 3% 6%;
515 }
516 #convlogin, #validate {
517     text-align: center;
518 }
519 #iconbar, #banner, #content, #message_list_hdr, #message_list, #preview_pane  {
520         text-align: left;
521 }
522
523 #iconbar {
524         position: absolute;
525         top: 0;
526         left: 0;
527     bottom: 0;
528         width: 16%;
529     z-index: 0;
530     overflow: auto;
531     overflow-x: hidden !important;
532     
533 }
534
535 #banner {
536         position: absolute;
537         top: 0;
538         left: 16%;
539         width: 84%;
540         height: 18%;
541 }
542
543 #navbar {
544         position: absolute;
545         bottom: 0; 
546         left: 0;
547         width: 100%;
548 }
549
550 #content {
551         position: absolute;
552         top: 18%;
553         left: 16%;
554         width: 84%;
555         height: 82%;
556         overflow: auto;
557 }
558 /* 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 */
559 #message_list_hdr {
560         display: block;
561         top: 0;
562         left: 0;
563         width: 100%;
564     padding-bottom: 0;
565     margin-bottom: 0;
566     background-color: #CCCCCC;
567 }
568
569 #summary_view {
570         height: 20%;
571         overflow: auto;
572         cursor: pointer;
573 }
574 #message_list_body {
575     background-color: white !important;
576 }
577 #message_list_body > tr > td {
578     overflow-y: hidden;
579     overflow-x: hidden; /* stop long subjects overflowing */
580 }
581 .col1 {
582     width: 50%;
583 }
584 .col2 { 
585     width: 30%;
586 }
587 .col3 {
588     width: 20%;
589 }
590 .new_message {
591     font-weight: bold; !important;
592 }
593 #loading {
594     text-align: center;
595 }
596 #resize_msglist {
597         width: 100%;
598         overflow: hidden;
599         cursor: s-resize;
600     height: 1%;
601 }
602
603 #preview_pane {
604         overflow: auto; 
605 }
606
607 .fix_scrollbar_bug {
608         margin-right: 1px;              /* Gecko and other non-broken browsers */
609         width: expression('96%');       /* Only IE6 understands 'expression' - fixes weird scrollbarbug */
610 }
611
612
613
614
615 /* Boxes */
616
617 .box {
618         width: 100%;
619         padding: 0;
620 }
621
622 #content .box {
623         margin: 2% auto 0 auto;
624         width: 95%;
625         text-align: center;
626 }
627
628 .boxlabel, .boxcontent {
629         padding: 5px;
630 }
631
632 .boxlabel {
633         text-align: center;
634 }
635
636 .boxcontent {
637         text-align: left;
638 }
639
640 .ctdlTemplate {
641     display: none;
642 }
643 #ctdlContextMenu {
644     position: fixed;
645     background-color: white;
646     border: 1px solid black;
647 }
648 .draganddrop {
649     position: fixed;
650     display: block;
651     border: 1px solid black;
652     z-index: 65535;
653     background-color: white;
654     text-align: left;
655     opacity: 0.9;
656 }
657 .draganddrop > ul {
658     list-style: none;
659     padding-left: 0;
660     margin-left: 0;
661 }
662 .hidden {
663     display: none;
664 }
665 /* Login */
666
667 #login_screen .login_message, #login_screen .login_image, .login_hello, #login_screen #login_form {
668         display: block;
669         margin: 5px auto 5px auto;
670 }
671
672 #login_screen .login_message, .login_hello, #global center {
673         width: 80%;
674 }
675
676 #login_screen .login_image {
677         width: 135px;
678 }
679
680 #login_screen .login_image img {
681         text-align: center;
682 }
683
684
685 #login_screen #login_form {
686         padding: 10px;
687         width: 330px;
688 }
689
690 #login_form input, #login_form label, #login_form select {
691         display: block;
692         float: left;
693         margin: 6pt;
694 }
695
696 #login_form label, #pname, #uname {
697         width: 130px;
698         text-align: left;
699 }
700
701 #login_form br {
702         clear: left;
703 }
704
705 .login_infos {
706         display: block;
707         margin: 20px auto 0 auto;
708         width: 80% ;
709         text-align: left;
710 }
711
712
713 /* Iconbar */
714
715 .logo, .logo_citadel, #iconbar #button, #switch, #customize, #ib_logoff {
716         margin: 0;
717         padding: 0;
718 }
719
720 .logo, #citlogo, #switch, #customize, #online_users li {
721         text-align: center;
722 }
723
724 #iconbar #button {
725         width: 100%;
726 }
727
728 #button > li, #ib_logoff {
729         margin: 4px 8px 4px 8px;
730         padding: 0;
731     display: block;
732 }
733 #button > li > a, #ib_logoff > a {
734     width: 100%;
735     display: block;
736 }
737
738 #online_users {
739     display: none; /* Hide by default */
740         border: 0;
741         max-height: 200px;
742         overflow: auto;
743     padding-left: 0;
744
745 #online_users li {
746         list-style: none;
747         margin: 0;
748         padding: 2px;
749         white-space: nowrap;
750 }
751
752
753 .ib_roomlist_floor, .ib_roomlist_new, .ib_roomlist_old, .roomlist_floor, .roomlist_new, .roomlist_old {
754         margin: 4px;
755         padding: 0;
756 }
757
758 /* Banner */
759
760 #banner .room_banner {
761         float: left;
762         margin: 0;
763         padding: 0;
764 }
765
766 #banner .room_banner img {
767         float: left;
768         margin: 0 5px 15px 0;
769 }
770
771 #banner h1, #banner h2, #banner .room_banner .infos, #banner .room_banner p {
772         margin: 2px;
773         padding: 0;
774 }
775
776 #room_infos {
777         position: absolute;
778         top: 0;
779         left: 50%;
780         width: 45%;
781         z-index: 10;
782         cursor: pointer;
783         text-align: left;
784         padding: 10px 2px 2px 2px;
785 }
786
787 #room_infos img.close_infos {
788         float: right;
789 }
790
791 #banner ul.room_actions {
792         margin: 0;
793         list-style: none;
794         float: right;
795         text-align: right;
796 }
797
798 #banner ul.room_actions li {
799         white-space: nowrap;
800         display: inline;
801 }
802
803 #banner ul.room_actions li form {
804         margin: 0;
805         padding: 0;
806 }
807
808 #banner ul.room_actions li select, #banner ul.room_actions li input {
809         margin-top: 8px;
810         margin-right: 4px;
811 }
812 #selectpage {
813     display: none !important;
814 }
815
816 /* Navbar */
817
818 #navbar ul, .selector_top, .selector_bottom {
819         width: 100%;
820         margin: 0 auto 0 auto;
821         padding: 0;
822         white-space: nowrap;
823         text-align: center;
824         vertical-align: middle;
825 }
826
827 #navbar ul li {
828         display: inline;
829         list-style: none;
830         vertical-align: middle;
831 }
832
833 #navbar ul li a {
834         padding: 2px 8px 8px 8px;
835         white-space: nowrap;
836  }
837
838 #navbar ul li img {
839         float: none;
840         margin: 0 2px 0 2px;
841 }
842 .floor {
843     margin-left: 0px;
844 }
845 .floor > ul {
846     display: none;
847 }
848 .floor-expanded > ul{
849     display: block !important;
850 }
851 #roomlist > ul {
852     margin: 0;
853     padding: 0;
854 }
855 #roomlist > div > ul > li {
856     margin: 0;
857     padding: 0;
858 }
859 /** Override to disable list-style-image" */
860 .room {
861 }
862 .room-private {
863     list-style-image: url("/static/privatemess_16x.gif");
864 }
865 .room-addr {
866     list-style-image: url("/static/viewcontacts_16x.gif");
867 }
868 .room-cal {
869     list-style-image: url("/static/calarea_16x.gif");
870 }
871 .room-tasks {
872     list-style-image: url("/static/taskmanag_16x.gif");
873 }
874 .room-notes {
875     list-style-image: url("/static/storenotes_16x.gif");
876 }
877 .room-chat {
878     list-style-image: url("/static/chatrooms_16x.gif");
879 }
880 .room-newmsgs {
881     font-weight: bold;
882 }
883 /* Content */
884
885 .boxcontent table {
886         margin: 0;
887         padding: 0;
888 }
889
890 #content table .box {
891         margin: 0;
892         width: 100%;
893         text-align: left;
894 }
895
896 .service, .who_is_online {
897         text-align: center;
898         width: 100%;
899 }
900
901 .service table {
902         margin: 0 auto 0 auto;
903         width: 100%;
904         text-align: left;
905 }
906
907 .instructions {
908         text-align: center;
909 }
910
911 #message_list_hdr table {
912 /*      position: absolute;
913         bottom: 0; 
914         left: 0;
915     top: 0; */
916         width: 100%;    
917 }
918 .selector_top, .selector_bottom {
919         text-align: center;
920 }
921
922 .selector_top p,.selector_bottom p {
923         margin: 0;
924         padding: 2px;
925 }
926
927 .message {
928         margin: 1%;
929         padding: 0;
930 }
931
932 .message_header p {
933         margin: 2px 0 2px 0;
934         padding: 0 0 2px 0;
935 }
936
937 .button_link a, .attachfile, .logbuttons input,.buttons input, .send_edit_msg input, .logbutton {
938         margin: 3px;
939         padding: 2px 4px 2px 4px;
940 }
941
942 .msgbuttons a, input#delbutton {
943         margin: 0 3px 0 3px;
944         padding: 2px 4px 2px 4px;
945 }
946
947
948 .mimepart {
949         margin-top: 15px;
950         margin-bottom: 15px;
951         margin-left: 15%;
952         width: 70%;
953         padding: 0;
954 }
955
956 .mimepart img {
957         vertical-align: middle;
958         float: left;
959 }
960
961 .mimepart div {
962         vertical-align: middle;
963         margin: 0 0 15px 0 ;
964         padding: 5px;
965 }
966
967 .mimepart div span {
968         vertical-align: top;
969 }
970
971 .mimepart dl {
972         width: 100%;
973         margin-left: 5px;
974         padding: 5px;
975 }
976
977 .mimepart dl dt {
978         width: 30%;
979         float: left;
980         margin: 0 0 0 0;
981         padding: .5em;
982 }
983
984 /* hack ie5 mac \*/
985 dt { clear: both; }
986 /* end hack */
987
988 .mimepart dl dd {
989         float: left;
990         width: 62%;
991         margin: 0;
992         padding: .5em;
993 }
994
995 .mimepart p {
996         margin-top: 1em;
997         margin-bottom: 0;
998         clear: both;
999 }
1000
1001 .msgbuttons {
1002         float: right;
1003         visibility: hidden;
1004         padding: 2px;
1005 }
1006
1007 .buttons a {
1008         text-align: center;
1009 }
1010
1011 .msgbuttons a span {
1012         display: none;
1013 }
1014
1015 .message_content {
1016         margin: 0;
1017         padding: 0.3em;
1018         clear: both;
1019 }
1020
1021 .message form div label {
1022         display: block;
1023         float: left;
1024         margin: 0.3em;
1025         width: 9em;
1026         text-align: right;
1027 }
1028
1029 .message form div input, .message form div select {
1030         margin: 0.3em;
1031
1032 }
1033
1034 .imgedit {
1035         vertical-align: middle;
1036 }
1037
1038 .send_edit_msg {
1039         float: right;
1040         margin-top: 0 ;
1041         margin-right: 0;
1042         padding: 2px 50px 2px 50px;
1043 }
1044
1045 .edit_msg_table th {
1046         text-align: right;
1047         padding-right: 5px;
1048         color: #333;
1049         width: 20%;
1050 }
1051
1052 .edit_msg_table td { 
1053         width: 40%;
1054 }
1055
1056 .edit_msg_table #recp_id, .edit_msg_table #cc_id, .edit_msg_table #bcc_id, .edit_msg_table #subject_id  {
1057         width: 98%
1058 }
1059
1060 .note {
1061         font-size: 85%;
1062         margin-left: 10%;
1063 }
1064
1065 .toolbar {
1066         text-align: center;
1067 }
1068
1069 .toolbar img {
1070         float: right;
1071 }
1072
1073 .imsg {
1074         text-align: center;
1075 }
1076 #summary_view > table {
1077     width: 100%;
1078 }
1079 colgroup.entity {
1080         text-align: center;
1081 }
1082
1083 div.auto_complete ul {
1084         margin: 0;
1085         padding: 0;
1086         width: 100%;
1087 }
1088
1089 div.auto_complete ul li {
1090         margin: 0;
1091         padding: 3px;
1092 }
1093
1094 div.auto_complete ul strong.highlight {
1095         margin: 0;
1096         padding: 0;
1097 }
1098
1099 .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  {
1100  width: 100%;
1101 }
1102
1103 #address_book_popup {
1104         position: absolute;
1105         top: 100px;
1106         right: 25px;
1107         width: 320px;
1108         height: auto;
1109         z-index: 100;
1110         display: none;
1111 }
1112
1113 #address_book_popup_container_div {
1114         position: relative;
1115         width: 100%;
1116         height: 100%;
1117 }
1118
1119 #address_book_popup_middle_div {
1120         position: relative;
1121 }
1122
1123 #address_book_inner_div {
1124         margin: 5px;
1125 }
1126
1127 #address_book_inner_div select {
1128         width: 100%;
1129 }
1130
1131 #address_book_inner_div input {
1132         margin: 4px 5px 0 5px;
1133 }
1134
1135 .service .edit_col, .service .host_col {
1136         display: none;
1137 }
1138
1139 .who_is_online .edit_col, .who_is_online .host_col {
1140         display: block;
1141 }
1142
1143 #citlogo {
1144     display: none; /* Overriden later */
1145 }
1146 .sort_ascending, .sort_descending {
1147     background-repeat: no-repeat;
1148     background-position: center right;
1149 }
1150 .sort_ascending {
1151     background-image: url("/static/down_pointer.gif");
1152 }
1153 .sort_descending {
1154     background-image: url("/static/up_pointer.gif");
1155 }
1156 #message_list_hdr > table {
1157     border-collapse: collapse;
1158 }
1159 #message_list_hdr > table > tbody > tr > th {
1160     border-left: 2px solid white;
1161     border-right: 2px solid white;
1162 }
1163 #summary_view > table { 
1164     border-collapse: collapse;
1165 }
1166 th.col1 {
1167     border-left: none !important;
1168 }
1169 th.col3 {
1170     border-right: none !important;
1171 }
1172 /* System Administration Menu */
1173
1174 ul.adminitems {
1175         margin: 15px;
1176         padding: 0;
1177 }
1178
1179 ul.adminitems li {
1180         margin: 0.5em;
1181         padding: 0;
1182 }
1183
1184 ul.adminitems li span {
1185         display: block;
1186 }
1187
1188
1189 /* Room list - Tree Node */
1190
1191 .treetitle, .editednode, .treetitleselectedfocused, .treetitleselectedblured {
1192         padding: 2px;
1193         cursor: default;
1194 }
1195
1196
1197 table.altern {
1198         margin: 0 auto 0 auto;
1199         width: 98%
1200
1201
1202 table.altern tr td {
1203         height: 2em;    
1204
1205
1206 /* Advanced menu */
1207
1208 table.advanced {
1209         margin: 0 auto 0 auto;
1210         width: 96%;
1211         border-collapse: separate;
1212         border-spacing: 15px;
1213
1214
1215 .advanced .boxcontent ul {
1216         margin-left: 4em;
1217 }
1218
1219 .advanced .boxcontent .col1, .advanced .boxcontent .col2 { 
1220         float: left;
1221         width: 33%;
1222 }
1223
1224 .advanced .boxcontent .col2, .advanced .boxcontent .lastcol {
1225         margin-left: 0;
1226         margin-bottom: 4em;
1227 }
1228
1229 /* Site configuration */
1230
1231 #TheTabs {
1232 }
1233
1234 .tabs_background {
1235         margin-top: 0;
1236 }
1237
1238 /* Links and buttons */
1239
1240 .logbuttons, .buttons {
1241         margin: 2px auto 2px auto;
1242         width: 96%;
1243         text-align: center;
1244 }
1245
1246 /* Tabs */
1247
1248 #TheTabs {
1249         margin: 3% auto 0 auto;
1250         width: 94%;
1251 }
1252
1253 ul.tabbed_dialog {
1254         list-style: none;
1255         margin: 3% auto 0 auto;
1256         width: 96%;
1257         padding: 0;
1258         white-space: nowrap;
1259         text-align: center;
1260         vertical-align: middle;
1261 }
1262
1263 ul.tabbed_dialog li {
1264         margin: 0 3% 0 3%;
1265         padding: 4px;
1266         float: left;
1267 }
1268
1269 .tabcontent {
1270         margin: 0 auto 0 auto;
1271         width: 96%;
1272         padding: 10px;
1273         clear: both;
1274 }
1275
1276 .tabcontent_submit {
1277         margin: 0 auto 0 auto;
1278         width: 96%;
1279         padding: 10px;
1280         text-align: center;
1281 }
1282
1283
1284 /* Calendar view */
1285
1286 .calendar {
1287         background-color: #204B78;
1288         margin: 0;
1289         width: 100%;
1290         height: 302px;
1291 }
1292
1293 td.events_of_the_day {
1294         width: 500px;
1295 }
1296
1297 .events_of_the_day dl {
1298         margin: 0;
1299         padding: 0;
1300         position: absolute;
1301         top: 0;
1302         left:0;
1303         width: 500px;
1304 }
1305
1306 .events_of_the_day dl dt {
1307         background-color: #FFFFFF;
1308         margin: 0;
1309         width: 500px;
1310         border: 1px solid #CCC;
1311 }
1312
1313 .events_of_the_day dl dt.hour {
1314         font-size: 16px;
1315 }
1316
1317 .events_of_the_day dl dt.extrahour {
1318         font-size: 8px;
1319 }
1320
1321 .hour_label, .extra_events dl dt {
1322         background-color: #CCCCDD;
1323         vertical-align: middle;
1324         text-align: left;       
1325 }
1326
1327 .hour_events, .extra_events {
1328         background-color: #FFFFFF;
1329         vertical-align: top;
1330         text-align: left;       
1331 }
1332
1333
1334 .extra_events ul {
1335         list-style: none;
1336         margin: 0;
1337         padding: 0;
1338 }
1339
1340 .extra_events ul li {
1341         margin: 4px;
1342 }
1343
1344 .calday, .calout, .calweekend {
1345         width: 14%;
1346         height: 60px;
1347         text-align: left;
1348         vertical-align: top;
1349 }
1350
1351 .event_framed_unread {
1352         filter:alpha(opacity=50);   /* Internet Explorer 6     */
1353         -moz-opacity:0.5;           /* Mozilla 1.6 and prec.   */
1354         opacity: 0.5;               /* CSS3 draft and Mozilla  */
1355         -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
1356         border: solid 1px red;
1357         background-color: yellow;
1358         z-index: 10;
1359         padding: 0 4px 0 4px; 
1360 }
1361
1362 li.event_framed_unread span, a.event_title {
1363         filter:alpha(opacity=100); 
1364         -moz-opacity:1.0;         
1365         opacity: 1.0;
1366         font-size: 11px;     
1367 }
1368
1369 .event_framed_read {
1370         filter:alpha(opacity=50);   /* Internet Explorer 6     */
1371         -moz-opacity:0.5;           /* Mozilla 1.6 and prec.   */
1372         opacity: 0.5;               /* CSS3 draft and Mozilla  */
1373         -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
1374         border: solid 1px red;
1375         background-color: yellow;
1376         z-index: 10;
1377         padding: 0 4px 0 4px; 
1378 }
1379
1380 li.event_framed_read span, a.event_title {
1381         filter:alpha(opacity=100); 
1382         -moz-opacity:1.0;         
1383         opacity: 1.0;
1384         font-size: 11px;     
1385 }
1386
1387 .event_read {
1388 }
1389
1390 li.event_read span, a.event_read_title {
1391         filter:alpha(opacity=100); 
1392         -moz-opacity:1.0;         
1393         opacity: 1.0;
1394         font-size: 11px;     
1395 }
1396
1397 .event_unread {
1398 }
1399
1400 li.event_unread span, a.event_read_title {
1401         filter:alpha(opacity=100); 
1402         -moz-opacity:1.0;         
1403         opacity: 1.0;
1404         font-size: 11px;     
1405 }
1406
1407 .mini_calendar {
1408    color: #fff;
1409 }
1410
1411 .mini_calendar a {
1412    color: #fff;
1413 }
1414
1415 .mini_calendar a:link,.mini_calendar a:visited {
1416    color: #fff;
1417 }
1418
1419 .mini_calendar a:hover,.mini_calendar a:active {
1420    color: #fff;
1421    background-color: #AD1C00;
1422 }
1423
1424 .mini_calendar td a {
1425    color: #fff;
1426 }
1427
1428 .mini_calendar td a:link,.mini_calendar td a:visited {
1429    color: #fff;
1430 }
1431
1432 .mini_calendar td a:hover,.mini_calendar td a:active {
1433    color: #fff;
1434    background-color: #AD1C00;
1435
1436 }
1437
1438 .menudesc {
1439         margin: 4px;
1440         padding: 4px;
1441 }
1442
1443 .roompic {
1444       height: 48px;
1445       width: 48px;
1446       border: none;
1447 }
1448 #navbar ul li a img {
1449       vertical-align: middle;
1450       border: none;
1451 }
1452 .table-row, .table-alt-row {
1453     width: 100%;
1454 }
1455
1456 .stickynote_outer {
1457         position: absolute;
1458         width: 200px;
1459         height: 200px;
1460         border: 1px solid #333;
1461         background-color: #ffff00;
1462         overflow: hidden;
1463 }
1464
1465 .stickynote_titlebar {
1466         position: relative;
1467         width: 100%;
1468         height: 16px;
1469         top: 0px;
1470         left: 0px;
1471         background-color: #888800;
1472         font-size: 6px;     
1473 }
1474
1475 .stickynote_body {
1476         position: relative;
1477         font-family: "Comic Sans MS", "Verdana", "Bitstream Vera Sans", sans-serif;
1478 }
1479
1480 .stickynote_resize {
1481         position: absolute;
1482         background-image: url('resizecorner.png');
1483         height: 16px;
1484         width: 16px;
1485         right: -1px;
1486         bottom: -1px;
1487 }
1488
1489 .stickynote_palette {
1490         position: absolute;
1491         width: 48px;
1492         height: 48px;
1493         top: 16px;
1494         left: 0px;
1495         background-color: #ffffff;
1496         border: 1px solid #333;
1497         display: none;
1498 }
1499
1500 .stickynote_palette table {
1501         margin: 0;
1502         padding: 0;
1503 }
1504
1505 .stickynote_palette td {
1506         width: 16px;
1507         height: 16px;
1508 }
1509
1510 .openid_urlarea {
1511         background: url('openid-small.gif') no-repeat scroll 0pt 50%;
1512         padding-left: 18px;
1513 }