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