]> code.citadel.org Git - citadel.git/blob - webcit/static/webcit.css
Updated stylesheet
[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 #EEE;
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: 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         margin-left: 5px;
860         padding: 5px;
861 }
862
863 .mimepart dl dt {
864         width: 30%;
865         float: left;
866         margin: 0 0 0 0;
867         padding: .5em;
868 }
869
870 /* hack ie5 mac \*/
871 dt { clear: both; }
872 /* end hack */
873
874 .mimepart dl dd {
875         float: left;
876         width: 62%;
877         margin: 0;
878         padding: .5em;
879 }
880
881 .mimepart p {
882         margin-top: 1em;
883         margin-bottom: 0;
884         clear: both;
885 }
886
887 .msgbuttons {
888         float: right;
889         visibility: hidden;
890         padding: 2px;
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         width: 20%;
936 }
937
938 .edit_msg_table td { 
939         width: 40%;
940 }
941
942 .edit_msg_table #recp_id, .edit_msg_table #cc_id, .edit_msg_table #bcc_id, .edit_msg_table #subject_id  {
943         width: 98%
944 }
945
946 .mailbox_summary tr {
947         width: 100%;
948 }
949
950 .note {
951         font-size: 85%;
952         margin-left: 10%;
953 }
954
955 .toolbar {
956         text-align: center;
957 }
958
959 .toolbar img {
960         float: right;
961 }
962
963 .imsg {
964         text-align: center;
965 }
966
967 colgroup.entity {
968         text-align: center;
969 }
970
971 div.auto_complete ul {
972         margin: 0;
973         padding: 0;
974         width: 100%;
975 }
976
977 div.auto_complete ul li {
978         margin: 0;
979         padding: 3px;
980 }
981
982 div.auto_complete ul strong.highlight {
983         margin: 0;
984         padding: 0;
985 }
986
987 .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  {
988  width: 100%;
989 }
990
991 #address_book_popup {
992         position: absolute;
993         top: 100px;
994         right: 25px;
995         width: 320px;
996         height: auto;
997         z-index: 100;
998         display: none;
999 }
1000
1001 #address_book_popup_container_div {
1002         position: relative;
1003         width: 100%;
1004         height: 100%;
1005 }
1006
1007 #address_book_popup_middle_div {
1008         position: relative;
1009 }
1010
1011 #address_book_inner_div {
1012         margin: 5px;
1013 }
1014
1015 #address_book_inner_div select {
1016         width: 100%;
1017 }
1018
1019 #address_book_inner_div input {
1020         margin: 4px 5px 0 5px;
1021 }
1022
1023 .service .edit_col, .service .host_col {
1024         display: none;
1025 }
1026
1027 .who_is_online .edit_col, .who_is_online .host_col {
1028         display: block;
1029 }
1030
1031
1032 /* System Administration Menu */
1033
1034 ul.adminitems {
1035         margin: 15px;
1036         padding: 0;
1037 }
1038
1039 ul.adminitems li {
1040         margin: 0.5em;
1041         padding: 0;
1042 }
1043
1044 ul.adminitems li span {
1045         display: block;
1046 }
1047
1048
1049 /* Room list - Tree Node */
1050
1051 .treetitle, .editednode, .treetitleselectedfocused, .treetitleselectedblured {
1052         padding: 2px;
1053         cursor: default;
1054 }
1055
1056
1057 table.altern {
1058         margin: 0 auto 0 auto;
1059         width: 98%
1060
1061
1062 table.altern tr td {
1063         height: 2em;    
1064
1065
1066 /* Advanced menu */
1067
1068 table.advanced {
1069         margin: 0 auto 0 auto;
1070         width: 96%;
1071         border-collapse: separate;
1072         border-spacing: 15px;
1073
1074
1075 .advanced .boxcontent ul {
1076         margin-left: 4em;
1077 }
1078
1079 .advanced .boxcontent .col1, .advanced .boxcontent .col2 { 
1080         float: left;
1081         width: 33%;
1082 }
1083
1084 .advanced .boxcontent .col2, .advanced .boxcontent .lastcol {
1085         margin-left: 0;
1086         margin-bottom: 4em;
1087 }
1088
1089 /* Site configuration */
1090
1091 #TheTabs {
1092 }
1093
1094 .tabs_background {
1095         margin-top: 0;
1096 }
1097
1098 /* Links and buttons */
1099
1100 .send_edit_msg {
1101         margin: 0 15px 0 0;
1102 }
1103
1104 .logbuttons, .buttons {
1105         margin: 2px auto 2px auto;
1106         width: 96%;
1107         text-align: center;
1108 }
1109
1110 /* Tabs */
1111
1112 #TheTabs {
1113         margin: 3% auto 0 auto;
1114         width: 94%;
1115 }
1116
1117 ul.tabbed_dialog {
1118         list-style: none;
1119         margin: 3% auto 0 auto;
1120         width: 96%;
1121         padding: 0;
1122         white-space: nowrap;
1123         text-align: center;
1124         vertical-align: middle;
1125 }
1126
1127 ul.tabbed_dialog li {
1128         margin: 0 3% 0 3%;
1129         padding: 4px;
1130         float: left;
1131 }
1132
1133 .tabcontent {
1134         margin: 0 auto 0 auto;
1135         width: 96%;
1136         padding: 10px;
1137         clear: both;
1138 }
1139
1140 .tabcontent_submit {
1141         margin: 0 auto 0 auto;
1142         width: 50%;
1143         padding: 10px;
1144         text-align: center;
1145 }
1146
1147
1148 /* Calendar view */
1149
1150 .calendar {
1151         background-color: #204B78;
1152         margin: 0;
1153         width: 100%;
1154         height: 302px;
1155 }
1156
1157 td.events_of_the_day {
1158         width: 500px;
1159 }
1160
1161 .events_of_the_day dl {
1162         margin: 0;
1163         padding: 0;
1164         position: absolute;
1165         top: 0;
1166         left:0;
1167         width: 500px;
1168 }
1169
1170 .events_of_the_day dl dt {
1171         background-color: #FFFFFF;
1172         margin: 0;
1173         width: 500px;
1174         border: 1px solid #CCC;
1175 }
1176
1177 .events_of_the_day dl dt.hour {
1178         font-size: 16px;
1179 }
1180
1181 .events_of_the_day dl dt.extrahour {
1182         font-size: 8px;
1183 }
1184
1185 .hour_label, .extra_events dl dt {
1186         background-color: #CCCCDD;
1187         vertical-align: middle;
1188         text-align: left;       
1189 }
1190
1191 .hour_events, .extra_events {
1192         background-color: #FFFFFF;
1193         vertical-align: top;
1194         text-align: left;       
1195 }
1196
1197
1198 .extra_events ul {
1199         list-style: none;
1200         margin: 0;
1201         padding: 0;
1202 }
1203
1204 .extra_events ul li {
1205         margin: 4px;
1206 }
1207
1208 .calday, .calout, .calweekend {
1209         width: 14%;
1210         height: 60px;
1211         text-align: left;
1212         vertical-align: top;
1213 }
1214
1215 .event {
1216         filter:alpha(opacity=50);   /* Internet Explorer 6     */
1217         -moz-opacity:0.5;           /* Mozilla 1.6 and prec.   */
1218         opacity: 0.5;               /* CSS3 and Mozilla  */
1219         -moz-border-radius: 8px;    /* CSS3 and Mozilla  */
1220         border: solid 1px red;
1221         background-color: yellow;
1222         z-index: 10;
1223         padding: 0 4px 0 4px; 
1224 }
1225
1226 li.event span, a.event_title {
1227         filter:alpha(opacity=100); 
1228         -moz-opacity:1.0;         
1229         opacity: 1.0;
1230         font-size: 11px;     
1231 }
1232
1233 .mini_calendar {
1234    color: #fff;
1235 }
1236
1237 .mini_calendar a {
1238    color: #fff;
1239 }
1240
1241 .mini_calendar a:link,.mini_calendar a:visited {
1242    color: #fff;
1243 }
1244
1245 .mini_calendar a:hover,.mini_calendar a:active {
1246    color: #fff;
1247    background-color: #AD1C00;
1248 }
1249
1250 .mini_calendar td a {
1251    color: #fff;
1252 }
1253
1254 .mini_calendar td a:link,.mini_calendar td a:visited {
1255    color: #fff;
1256 }
1257
1258 .mini_calendar td a:hover,.mini_calendar td a:active {
1259    color: #fff;
1260    background-color: #AD1C00;
1261
1262 }
1263
1264 .menudesc {
1265         margin: 4px;
1266         padding: 4px;
1267 }
1268