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