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