]> code.citadel.org Git - citadel.git/blob - webcit/static/webcit.css
* Cleaned up the look of the 'more' link in the new BBS view
[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, .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 .week_of_year {
439         background-color: #e1e1e1;
440         font-size: 70%; 
441 }
442
443 .day {
444         font-weight: 700;
445 }
446
447 .calout {
448         background-color: #DDDDDD;
449 }
450
451 .calday {
452         background-color: #FFFFFF;
453 }
454
455 .calweekend {
456         background-color: #EEEECC;
457 }
458
459 .caltoday {
460         background-color: #EEEEFF;
461 }
462
463 .current_sort_mode {
464     background-color: white;
465 }
466 .marked_row {
467     background-color: #69aaff !important;
468 }
469 #loading {
470     background-color: white;
471 }
472 /* Message list in mailbox/summaryview */
473 .table-row {
474     background-color: white;
475 }
476 .table-alt-row {
477       background-color: #DDDDDD;
478 }
479 /* Links */
480
481 a {     text-decoration: none; }
482
483 a:active { color: #AD1C00; }
484
485 a:link { color: blue; }
486
487 a:visited { color: purple; }
488
489 #customize a:active, #customize a:link, #customize a:visited { color: black; }
490
491 #important_message, .buttons a:hover, .msgbuttons a:hover, #button li:hover, #online_users li a:hover, #navbar ul li a:hover, #ib_logoff:hover {
492         background-color: #AD1C00;
493         color: #FFF;
494 } /* input:hover as well?? */
495
496
497
498 .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 {
499         background-color: #fbf4ca !important; /* needed for li.activeuser */
500 }
501
502 .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 {
503         border: 1px solid #999;
504         color: #333;
505 }
506
507
508 .button_link a, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
509         cursor: pointer;
510         -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
511         text-align: center;
512 }
513
514 .button_link a, .attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
515         font-weight: bold;
516 }
517
518 .msgbuttons a, input#delbutton {
519         font-weight: normal;
520 }
521
522
523 /* Layout */
524
525 * html {
526         overflow: hidden;
527 }
528 html {
529     overflow: auto;
530 }
531 body {
532         height: 100%;
533         overflow: hidden;
534         text-align: center;
535 }
536
537 body, #global {
538         margin-left: 0;
539         padding: 0;
540 }
541
542 #global {
543     position: absolute;
544     bottom: 0;
545     top: 0;
546     right: 0;
547     left: 0;
548     overflow-y: auto;
549 }
550 #global.scrollable {
551     position: fixed;
552 }
553 #important_message {
554         position: absolute;
555         top: 0; 
556         right: 0;
557         z-index: 2;
558         padding: 3px;
559 }
560 #hellomsg, .fmout, .nomsgs {
561     text-align: center;
562 }
563
564 .moreprompt {
565         text-align: center;
566         font-size: 150%;
567 }
568
569 #login_screen, #logout_screen {
570         margin: 0;
571         padding: 3% 6% 3% 6%;
572 }
573 #convlogin, #validate {
574     text-align: center;
575 }
576 #iconbar, #banner, #content, #message_list_hdr, #message_list, #preview_pane  {
577         text-align: left;
578 }
579 .message_content > div > div {
580     text-align: justify !important;
581 }
582 #iconbar {
583         position: absolute;
584         top: 0;
585         left: 0;
586     bottom: 0;
587         width: 16%;
588     z-index: 0;
589     overflow: auto;
590     overflow-x: hidden !important;
591     
592 }
593
594 #content {
595 /*      position: absolute;
596         top: 18%;
597         left: 16%;
598         width: 84%;
599         height: 82%;
600         overflow: auto; */
601     position: relative;
602     bottom: 0;
603 }
604 /* 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 */
605 #message_list_hdr {
606         display: block;
607         top: 0;
608         left: 0;
609         width: 100%;
610     padding-bottom: 0;
611     margin-bottom: 0;
612     background-color: #CCCCCC;
613 }
614
615 #summary_view {
616         height: 100px;
617         overflow-y: scroll;
618     overflow-x: hidden;
619         cursor: pointer;
620 }
621 #message_list_body {
622     background-color: white !important;
623 }
624 #message_list_body tr td {
625     overflow-y: hidden;
626     overflow-x: hidden; /* stop long subjects overflowing */
627 }
628 .col1 {
629     width: 50%;
630 }
631 .col2 { 
632     width: 30%;
633 }
634 .col3 {
635     width: 20%;
636 }
637 .col1, .col2, .col3 {
638     cursor: pointer;
639     text-overflow: ellipsis;
640     -o-text-overflow: ellipsis;
641 }
642 .new_message {
643     font-weight: bold; !important;
644 }
645 #loading {
646     text-align: center;
647 }
648 #resize_msglist {
649         width: 100%;
650         overflow: hidden;
651         cursor: s-resize;
652     height: 6px;
653 }
654
655 #preview_pane {
656         overflow: auto; 
657 }
658
659 .fix_scrollbar_bug {
660         margin-right: 1px;              /* Gecko and other non-broken browsers */
661         width: expression('96%');       /* Only IE6 understands 'expression' - fixes weird scrollbarbug */
662 }
663
664
665
666
667 /* Boxes */
668
669 .box {
670         width: 100%;
671         padding: 0;
672         margin: 0;
673 }
674
675 #content .boxlabel, #global .boxlabel {
676         margin: 0;
677         padding: 0;
678         width: 100%;
679         text-align: center;
680 }
681
682 #content .box {
683         margin: 0;
684         padding: 0;
685         width: 100%;
686         text-align: center;
687 }
688
689 .boxlabel, .boxcontent {
690         margin: 0;
691 }
692
693 .boxlabel {
694         text-align: center;
695         padding: 0;
696 }
697
698 .boxcontent {
699         text-align: left;
700         padding: 5px;
701 }
702
703 .ctdlTemplate {
704     display: none;
705 }
706 #ctdlContextMenu {
707     position: fixed;
708     background-color: white;
709     border: 1px solid black;
710 }
711 .draganddrop {
712     position: fixed;
713     display: block;
714     border: 1px solid black;
715     z-index: 65535;
716     background-color: white;
717     text-align: left;
718     opacity: 0.9;
719 }
720 .draganddrop > ul {
721     list-style: none;
722     padding-left: 0;
723     margin-left: 0;
724 }
725 .hidden {
726     display: none;
727 }
728 /* Login */
729
730 #login_screen .login_message, #login_screen .login_image, .login_hello, #login_screen #login_form {
731         display: block;
732         margin: 5px auto 5px auto;
733 }
734
735 #login_screen .login_message, .login_hello, #global center {
736         width: 80%;
737 }
738
739 #login_screen .login_image {
740         width: 135px;
741 }
742
743 #login_screen .login_image img {
744         text-align: center;
745 }
746
747
748 #login_screen #login_form {
749         padding: 10px;
750         width: 330px;
751 }
752
753 #login_form input, #login_form label, #login_form select {
754         display: block;
755         float: left;
756         margin: 6pt;
757 }
758
759 #login_form label, #pname, #uname {
760         width: 130px;
761         text-align: left;
762 }
763
764 #login_form br {
765         clear: left;
766 }
767
768 .login_infos {
769         display: block;
770         margin: 20px auto 0 auto;
771         width: 80% ;
772         text-align: left;
773 }
774
775
776 /* Iconbar */
777
778 .logo, .logo_citadel, #iconbar #button, .iconbar_text, .ib_button {
779         margin: 0;
780         padding: 0;
781 }
782
783 .logo, #citlogo, .iconbar_text, #online_users li {
784         text-align: center;
785 }
786
787 .iconbar_text > span {
788     cursor: pointer;
789 }
790 #iconbar #button {
791         width: 100%;
792 }
793
794 .ib_button {
795         margin: 4px 8px 4px 8px;
796         padding: 0;
797     display: block;
798 }
799 .ib_button_link {
800     /* width: 100%; */
801     display: block;
802 }
803
804 #online_users {
805     display: none; /* Hide by default */
806         border: 0;
807         max-height: 200px;
808         overflow: auto;
809     padding-left: 0;
810
811 #online_users li {
812         list-style: none;
813         margin: 0;
814         padding: 2px;
815         white-space: nowrap;
816 }
817
818
819 .ib_roomlist_floor, .ib_roomlist_new, .ib_roomlist_old, .roomlist_floor, .roomlist_new, .roomlist_old {
820         margin: 4px;
821         padding: 0;
822 }
823
824 /* Banner */
825 #banner .room_banner {
826     display: table-cell;
827     width: 90%;
828 }
829
830 #banner .room_banner img {
831         float: left;
832         margin: 0 5px 15px 0;
833 }
834
835 #banner h1, #banner h2, #banner .room_banner .infos, #banner .room_banner p {
836         margin: 2px;
837         padding: 0;
838 }
839
840 #room_infos {
841         position: absolute;
842         top: 0;
843         left: 50%;
844         width: 45%;
845         z-index: 10;
846         cursor: pointer;
847         text-align: left;
848         padding: 10px 2px 2px 2px;
849 }
850
851 #room_infos img.close_infos {
852         float: right;
853 }
854 #actiondiv {
855         display: table-cell;
856 }
857 #banner ul.room_actions {
858         list-style: none;
859         text-align: left;
860 }
861 #banner ul.room_actions li {
862         white-space: nowrap;
863         display: inline;
864 }
865 #banner ul.room_actions li form {
866         margin: 0;
867         padding: 0;
868 }
869 #banner ul.room_actions li select, #banner ul.room_actions li input {
870         margin-top: 8px;
871         margin-right: 4px;
872 }
873 #selectpage.hidden {
874     display: none !important;
875 }
876
877 /* Navbar */
878
879 #navbar ul, .selector_top, .selector_bottom {
880         width: 100%;
881         margin: 0 auto 0 auto;
882         padding: 0;
883         white-space: nowrap;
884         text-align: center;
885         vertical-align: middle;
886 }
887
888 #navbar ul li {
889         display: inline;
890         list-style: none;
891         vertical-align: middle;
892 }
893
894 #navbar ul li a {
895         padding: 2px 8px 8px 8px;
896         white-space: nowrap;
897  }
898
899 #navbar ul li img {
900         float: none;
901         margin: 0 2px 0 2px;
902 }
903 .floor {
904     margin-left: 0px;
905 }
906 .floor > ul {
907     display: none;
908 }
909 .floor-expanded > ul{
910     display: block !important;
911 }
912 #roomlist > ul {
913     margin: 0;
914     padding: 0;
915 }
916 #roomlist > div > ul > li {
917     margin: 0;
918     padding: 0;
919 }
920 /** Override to disable list-style-image" */
921 .room a, .room a, .room a:visited, .room a:link {
922     color: #333333;
923 }
924 .room-private {
925     list-style-image: url("/static/privatemess_16x.gif");
926 }
927 .room-addr {
928     list-style-image: url("/static/viewcontacts_16x.gif");
929 }
930 .room-cal {
931     list-style-image: url("/static/calarea_16x.gif");
932 }
933 .room-tasks {
934     list-style-image: url("/static/taskmanag_16x.gif");
935 }
936 .room-notes {
937     list-style-image: url("/static/storenotes_16x.gif");
938 }
939 .room-chat {
940     list-style-image: url("/static/chatrooms_16x.gif");
941 }
942 .room-newmsgs {
943     font-weight: bold;
944 }
945 .room-emphasized {
946     text-decoration: underline;
947 }
948 /* Content */
949
950 .boxcontent table {
951         margin: 0;
952         padding: 0;
953 }
954
955 #content table .box {
956         margin: 0;
957         width: 100%;
958         text-align: left;
959 }
960
961 .service, .who_is_online {
962         text-align: center;
963         width: 100%;
964 }
965
966 .service table {
967         margin: 0 auto 0 auto;
968         width: 100%;
969         text-align: left;
970 }
971
972 .instructions {
973         text-align: center;
974 }
975
976 #message_list_hdr table {
977 /*      position: absolute;
978         bottom: 0; 
979         left: 0;
980     top: 0; */
981         width: 100%;    
982 }
983 .selector_top, .selector_bottom {
984         text-align: center;
985 }
986
987 .selector_top p,.selector_bottom p {
988         margin: 0;
989         padding: 2px;
990 }
991
992 .message {
993         margin: 1%;
994         padding: 0;
995 }
996
997 .message_header p {
998         margin: 2px 0 2px 0;
999         padding: 0 0 2px 0;
1000 }
1001
1002 .button_link a, .attachfile, .logbuttons input,.buttons input, .send_edit_msg input, .logbutton {
1003         margin: 3px;
1004         padding: 2px 4px 2px 4px;
1005 }
1006
1007 .msgbuttons a, input#delbutton {
1008         margin: 0 3px 0 3px;
1009         padding: 2px 4px 2px 4px;
1010 }
1011
1012
1013 .mimepart {
1014         margin-top: 15px;
1015         margin-bottom: 15px;
1016         margin-left: 15%;
1017         width: 70%;
1018         padding: 0;
1019 }
1020
1021 .mimepart img {
1022         vertical-align: middle;
1023         float: left;
1024 }
1025
1026 .mimepart div {
1027         vertical-align: middle;
1028         margin: 0 0 15px 0 ;
1029         padding: 5px;
1030 }
1031
1032 .mimepart div span {
1033         vertical-align: top;
1034 }
1035
1036 .mimepart dl {
1037         width: 100%;
1038         margin-left: 5px;
1039         padding: 5px;
1040 }
1041
1042 .mimepart dl dt {
1043         width: 30%;
1044         float: left;
1045         margin: 0 0 0 0;
1046         padding: .5em;
1047 }
1048
1049 /* hack ie5 mac \*/
1050 dt { clear: both; }
1051 /* end hack */
1052
1053 .mimepart dl dd {
1054         float: left;
1055         width: 62%;
1056         margin: 0;
1057         padding: .5em;
1058 }
1059
1060 .mimepart p {
1061         margin-top: 1em;
1062         margin-bottom: 0;
1063         clear: both;
1064 }
1065
1066 .msgbuttons {
1067         float: right;
1068         visibility: hidden;
1069         padding: 2px;
1070 }
1071
1072 .buttons a {
1073         text-align: center;
1074 }
1075
1076 .msgbuttons a span {
1077         display: none;
1078 }
1079
1080 .message_content {
1081         margin: 0;
1082         padding: 0.3em;
1083         clear: both;
1084 }
1085
1086 .message form div label {
1087         display: block;
1088         float: left;
1089         margin: 0.3em;
1090         width: 9em;
1091         text-align: right;
1092 }
1093
1094 .message form div input, .message form div select {
1095         margin: 0.3em;
1096
1097 }
1098
1099 .imgedit {
1100         vertical-align: middle;
1101 }
1102
1103 .send_edit_msg {
1104         float: right;
1105         margin-top: 0 ;
1106         margin-right: 0;
1107         padding: 2px 50px 2px 50px;
1108 }
1109
1110 .edit_msg_table th {
1111         text-align: right;
1112         padding-right: 5px;
1113         color: #333;
1114         width: 20%;
1115 }
1116
1117 .edit_msg_table td { 
1118         width: 40%;
1119 }
1120
1121 .edit_msg_table #recp_id, .edit_msg_table #cc_id, .edit_msg_table #bcc_id, .edit_msg_table #subject_id  {
1122         width: 98%
1123 }
1124
1125 .note {
1126         font-size: 85%;
1127         margin-left: 10%;
1128 }
1129
1130 .toolbar {
1131         text-align: center;
1132 }
1133
1134 .toolbar img {
1135         float: right;
1136 }
1137
1138 .imsg {
1139         text-align: center;
1140 }
1141 #summary_view > table { /* hide from IE6 */
1142     width: 100%;
1143     table-layout: fixed;
1144 }
1145 colgroup.entity {
1146         text-align: center;
1147 }
1148
1149 div.auto_complete ul {
1150         margin: 0;
1151         padding: 0;
1152         width: 100%;
1153 }
1154
1155 div.auto_complete ul li {
1156         margin: 0;
1157         padding: 3px;
1158 }
1159
1160 div.auto_complete ul strong.highlight {
1161         margin: 0;
1162         padding: 0;
1163 }
1164
1165 .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  {
1166  width: 100%;
1167 }
1168
1169 #address_book_popup {
1170         position: absolute;
1171         top: 100px;
1172         right: 25px;
1173         width: 320px;
1174         height: auto;
1175         z-index: 100;
1176         display: none;
1177 }
1178
1179 #address_book_popup_container_div {
1180         position: relative;
1181         width: 100%;
1182         height: 100%;
1183 }
1184
1185 #address_book_popup_middle_div {
1186         position: relative;
1187 }
1188
1189 #address_book_inner_div {
1190         margin: 5px;
1191 }
1192
1193 #address_book_inner_div select {
1194         width: 100%;
1195 }
1196
1197 #address_book_inner_div input {
1198         margin: 4px 5px 0 5px;
1199 }
1200
1201 .service .edit_col, .service .host_col {
1202         display: none;
1203 }
1204
1205 .who_is_online .edit_col, .who_is_online .host_col {
1206         display: block;
1207 }
1208
1209 #citlogo {
1210     display: none; /* Overriden later */
1211 }
1212 .sort_ascending, .sort_descending {
1213     background-repeat: no-repeat;
1214     background-position: center right;
1215 }
1216 .sort_ascending {
1217     background-image: url("/static/down_pointer.gif");
1218 }
1219 .sort_descending {
1220     background-image: url("/static/up_pointer.gif");
1221 }
1222 #message_list_hdr > table {
1223     border-collapse: collapse;
1224 }
1225 #message_list_hdr > table > tbody > tr > th {
1226     border-left: 2px solid white;
1227     border-right: 2px solid white;
1228 }
1229 #summary_view > table { 
1230     border-collapse: collapse;
1231 }
1232 th.col1 {
1233     border-left: none !important;
1234 }
1235 th.col3 {
1236     border-right: none !important;
1237 }
1238 /* System Administration Menu */
1239
1240 ul.adminitems {
1241         margin: 15px;
1242         padding: 0;
1243 }
1244
1245 ul.adminitems li {
1246         margin: 0.5em;
1247         padding: 0;
1248 }
1249
1250 ul.adminitems li span {
1251         display: block;
1252 }
1253
1254
1255 /* Room list - Tree Node */
1256
1257 .treetitle, .editednode, .treetitleselectedfocused, .treetitleselectedblured {
1258         padding: 2px;
1259         cursor: default;
1260 }
1261
1262
1263 table.altern {
1264         margin: 0 auto 0 auto;
1265         width: 98%
1266
1267
1268 table.altern tr td {
1269         height: 2em;    
1270
1271
1272 /* Advanced menu */
1273
1274 table.advanced {
1275         margin: 0 auto 0 auto;
1276         width: 96%;
1277         border-collapse: separate;
1278         border-spacing: 15px;
1279
1280
1281 .advanced .boxcontent ul {
1282         margin-left: 4em;
1283 }
1284
1285 .advanced .boxcontent .col1, .advanced .boxcontent .col2 { 
1286         float: left;
1287         width: 33%;
1288 }
1289
1290 .advanced .boxcontent .col2, .advanced .boxcontent .lastcol {
1291         margin-left: 0;
1292         margin-bottom: 4em;
1293 }
1294
1295 /* Site configuration */
1296
1297 #TheTabs {
1298 }
1299
1300 .tabs_background {
1301         margin-top: 0;
1302 }
1303
1304 /* Links and buttons */
1305
1306 .logbuttons, .buttons {
1307         margin: 2px auto 2px auto;
1308         width: 96%;
1309         text-align: center;
1310 }
1311
1312 /* Tabs */
1313
1314 #TheTabs {
1315         margin: 3% auto 0 auto;
1316         width: 94%;
1317 }
1318
1319 ul.tabbed_dialog {
1320         list-style: none;
1321         margin: 3% auto 0 auto;
1322         width: 96%;
1323         padding: 0;
1324         white-space: nowrap;
1325         text-align: center;
1326         vertical-align: middle;
1327 }
1328
1329 ul.tabbed_dialog li {
1330         margin: 0 3% 0 3%;
1331         padding: 4px;
1332         float: left;
1333 }
1334
1335 .tabcontent {
1336         margin: 0 auto 0 auto;
1337         width: 96%;
1338         padding: 10px;
1339         clear: both;
1340 }
1341
1342 .tabcontent_submit {
1343         margin: 0 auto 0 auto;
1344         width: 96%;
1345         padding: 10px;
1346         text-align: center;
1347 }
1348
1349
1350 /* Calendar view */
1351
1352 .calendar {
1353         background-color: #204B78;
1354         margin: 0;
1355         width: 100%;
1356         height: 302px;
1357 }
1358
1359 td.events_of_the_day {
1360         width: 500px;
1361 }
1362
1363 .events_of_the_day dl {
1364         margin: 0;
1365         padding: 0;
1366         position: absolute;
1367         top: 0;
1368         left:0;
1369         width: 500px;
1370 }
1371
1372 .events_of_the_day dl dt {
1373         background-color: #FFFFFF;
1374         margin: 0;
1375         width: 500px;
1376         border: 1px solid #CCC;
1377 }
1378
1379 .events_of_the_day dl dt.hour {
1380         /* font-size: 160%; commenting out because we need to line it up with the actual size */
1381 }
1382
1383 .events_of_the_day dl dt.extrahour {
1384         /* font-size: 80%; commenting out because we need to line it up with the actual size */
1385 }
1386
1387 .hour_label, .extra_events dl dt {
1388         background-color: #CCCCDD;
1389         vertical-align: middle;
1390         text-align: left;       
1391 }
1392
1393 .hour_events, .extra_events {
1394         background-color: #FFFFFF;
1395         vertical-align: top;
1396         text-align: left;       
1397 }
1398
1399
1400 .extra_events ul {
1401         list-style: none;
1402         margin: 0;
1403         padding: 0;
1404 }
1405
1406 .extra_events ul li {
1407         margin: 4px;
1408 }
1409
1410 .calday, .calout, .calweekend, .caltoday {
1411         width: 14%;
1412         height: 60px;
1413         text-align: left;
1414         vertical-align: top;
1415 }
1416
1417 .event_framed_unread {
1418         filter:alpha(opacity=50);   /* Internet Explorer 6     */
1419         -moz-opacity:0.5;           /* Mozilla 1.6 and prec.   */
1420         opacity: 0.5;               /* CSS3 draft and Mozilla  */
1421         -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
1422         border: solid 1px red;
1423         background-color: yellow;
1424         z-index: 10;
1425         padding: 0 4px 0 4px; 
1426 }
1427
1428 li.event_framed_unread span, a.event_title {
1429         filter:alpha(opacity=100); 
1430         -moz-opacity:1.0;         
1431         opacity: 1.0;
1432         font-size: 100%;     
1433 }
1434
1435 .event_framed_read {
1436         filter:alpha(opacity=50);   /* Internet Explorer 6     */
1437         -moz-opacity:0.5;           /* Mozilla 1.6 and prec.   */
1438         opacity: 0.5;               /* CSS3 draft and Mozilla  */
1439         -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
1440         border: solid 1px red;
1441         background-color: yellow;
1442         z-index: 10;
1443         padding: 0 4px 0 4px; 
1444 }
1445
1446 li.event_framed_read span, a.event_title {
1447         filter:alpha(opacity=100); 
1448         -moz-opacity:1.0;         
1449         opacity: 1.0;
1450         font-size: 100%;  
1451 }
1452
1453 .event_read {
1454 }
1455
1456 li.event_read span, a.event_read_title {
1457         filter:alpha(opacity=100); 
1458         -moz-opacity:1.0;         
1459         opacity: 1.0;
1460         font-size: 100%;     
1461 }
1462
1463 .event_unread {
1464 }
1465
1466 li.event_unread span, a.event_read_title {
1467         filter:alpha(opacity=100); 
1468         -moz-opacity:1.0;         
1469         opacity: 1.0;
1470         font-size: 100%;     
1471 }
1472
1473 .mini_calendar {
1474    color: #fff;
1475 }
1476
1477 .mini_calendar a {
1478    color: #fff;
1479 }
1480
1481 .mini_calendar a:link,.mini_calendar a:visited {
1482    color: #fff;
1483 }
1484
1485 .mini_calendar a:hover,.mini_calendar a:active {
1486    color: #fff;
1487    background-color: #AD1C00;
1488 }
1489
1490 .mini_calendar td a {
1491    color: #fff;
1492 }
1493
1494 .mini_calendar td a:link,.mini_calendar td a:visited {
1495    color: #fff;
1496 }
1497
1498 .mini_calendar td a:hover,.mini_calendar td a:active {
1499    color: #fff;
1500    background-color: #AD1C00;
1501
1502 }
1503
1504 .menudesc {
1505         margin: 4px;
1506         padding: 4px;
1507 }
1508
1509 .roompic {
1510       height: 48px;
1511       width: 48px;
1512       border: none;
1513 }
1514 #navbar ul li a img {
1515       vertical-align: middle;
1516       border: none;
1517 }
1518 .table-row, .table-alt-row {
1519     width: 100%;
1520 }
1521
1522 .stickynote_outer {
1523         position: absolute;
1524         width: 200px;
1525         height: 200px;
1526         border: 1px solid #333;
1527         background-color: #ffff00;
1528         overflow: hidden;
1529 }
1530
1531 .stickynote_titlebar {
1532         position: relative;
1533         width: 100%;
1534         height: 16px;
1535         top: 0px;
1536         left: 0px;
1537         background-color: #888800;
1538         font-size: 60%;     
1539 }
1540
1541 .stickynote_body {
1542         position: relative;
1543         font-family: "Comic Sans MS", sans-serif;
1544 }
1545
1546 .stickynote_resize {
1547         position: absolute;
1548         background-image: url('resizecorner.png');
1549         height: 16px;
1550         width: 16px;
1551         right: -1px;
1552         bottom: -1px;
1553 }
1554
1555 .stickynote_palette {
1556         position: absolute;
1557         width: 48px;
1558         height: 48px;
1559         top: 16px;
1560         left: 0px;
1561         background-color: #ffffff;
1562         border: 1px solid #333;
1563         display: none;
1564 }
1565
1566 .stickynote_palette table {
1567         margin: 0;
1568         padding: 0;
1569 }
1570
1571 .stickynote_palette td {
1572         width: 16px;
1573         height: 16px;
1574 }
1575
1576
1577 .login_using_openid_link {
1578         text-align: center;
1579 }
1580
1581 .openid_urlarea {
1582         background: url('openid-small.gif') no-repeat scroll 0pt 50%;
1583         padding-left: 18px;
1584 }
1585
1586 .conftitle {
1587         font-size: 140%;
1588         font-weight: bold;
1589         text-align: center;
1590 }
1591
1592 .confdescr {
1593         font-size: 110%;
1594         text-align: center;
1595 }
1596
1597 #noscript_warning {
1598         position: fixed;
1599         top: 0;
1600         left: 0;
1601         background-color: #FF0000;
1602         color: #FFFFFF;
1603 }