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