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