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