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