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