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