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