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