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