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