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