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