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