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