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