Numerous style changes to the 'edit message' dialog. The save,
[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 .msgbuttons a, .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, .msgbuttons 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, .msgbuttons a, 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, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input {
402         border: 1px solid #999;
403         color: #333;
404 }
405
406 .button_link a, .msgbuttons 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 .msgbuttons a, 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 .msgbuttons a, 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         visibility: hidden;
663         padding: 2px;
664         font-size: 80%;
665 }
666
667 .buttons a { text-align: center }
668
669 .msgbuttons a span { display: none }
670
671 .message_content {
672         margin: 0;
673         padding: 0.3em;
674         clear: both;
675 }
676
677 .message form div label, .entmsg form div label {
678         display: block;
679         float: left;
680         margin: 0.3em;
681         width: 9em;
682         text-align: right;
683 }
684
685 .message form div input, .message form div select, .entmsg form div input, .entmsg form div select {
686         margin: 0.3em
687 }
688
689 .imgedit {
690         vertical-align: middle
691 }
692
693 .edit_msg_table th {
694         text-align: right;
695         padding: 0px;
696         padding-right: 5px;
697         color: #333;
698         width: 20%;
699 }
700
701 .edit_msg_table td {
702         padding: 0px;
703 }
704
705 .edit_msg_table #recp_id, .edit_msg_table #cc_id, .edit_msg_table #bcc_id, .edit_msg_table #subject_id  {
706         width: 98%;
707 }
708
709 .note {
710         font-size: 85%;
711         margin-left: 10%;
712 }
713
714 .toolbar { text-align: center }
715
716 .toolbar img { float: right }
717
718 .imsg { text-align: center }
719
720 colgroup.entity { text-align: center }
721
722 div.auto_complete ul {
723         margin: 0;
724         padding: 0;
725         width: 100%;
726 }
727
728 div.auto_complete ul li {
729         margin: 0;
730         padding: 3px;
731 }
732
733 div.auto_complete ul strong.highlight {
734         margin: 0;
735         padding: 0;
736 }
737
738 .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 {
739         width: 100%;
740 }
741
742 #address_book_popup {
743         position: absolute;
744         top: 100px;
745         right: 25px;
746         width: 320px;
747         height: auto;
748         z-index: 100;
749         display: none;
750         -webkit-box-shadow: #666 0px 2px 3px;
751         -moz-box-shadow: #666 0px 2px 3px;
752         box-shadow: #666 0px 2px 3px;
753         behavior: url(/static/styles/PIE.htc);
754 }
755
756 #address_book_popup_container_div {
757         position: relative;
758         width: 100%;
759         height: 100%;
760 }
761
762 #address_book_popup_middle_div { position: relative }
763
764 #address_book_inner_div { margin: 5px }
765
766 #address_book_inner_div select { width: 100% }
767
768 #address_book_inner_div input { margin: 4px 5px 0 5px }
769
770 .service .edit_col, .service .host_col { display: none }
771
772 .who_is_online .edit_col, .who_is_online .host_col { display: block }
773
774 #citlogo { display: none; /* Overriden later */ }
775
776 .sort_ascending, .sort_descending {
777         background-repeat: no-repeat;
778         background-position: center right;
779 }
780
781 .sort_ascending { background-image: url("/static/down_pointer.gif") }
782
783 .sort_descending { background-image: url("/static/up_pointer.gif") }
784
785 #message_list_hdr > table { border-collapse: collapse }
786
787 #message_list_hdr > table > tbody > tr > th {
788         border-left: 2px solid white;
789         border-right: 2px solid white;
790 }
791
792 #summary_view > table { border-collapse: collapse }
793
794 th.col1 { border-left: none !important }
795
796 th.col3 { border-right: none !important }
797
798 /* System Administration Menu */
799
800 ul.adminitems {
801         margin: 15px;
802         padding: 0;
803 }
804
805 ul.adminitems li {
806         margin: 0.5em;
807         padding: 0;
808 }
809
810 ul.adminitems li span { display: block }
811
812
813 /* Room list - Tree Node */
814
815 .treetitle, .editednode, .treetitleselectedfocused, .treetitleselectedblured {
816         padding: 2px;
817         cursor: default;
818 }
819
820 table.altern {
821         margin: 0 auto 0 auto;
822         width: 98%
823
824
825 table.altern tr td {
826         height: 2em;    
827
828
829 /* Advanced menu */
830
831 table.advanced {
832         margin: 0 auto 0 auto;
833         width: 96%;
834         border-collapse: separate;
835         border-spacing: 15px;
836
837
838 .advanced .boxcontent ul { margin-left: 4em }
839
840 .advanced .boxcontent .col1, .advanced .boxcontent .col2 { 
841         float: left;
842         width: 33%;
843 }
844
845 .advanced .boxcontent .col2, .advanced .boxcontent .lastcol {
846         margin-left: 0;
847         margin-bottom: 4em;
848 }
849
850 /* Site configuration */
851
852 .tabs_background { margin-top: 0 }
853
854 /* Links and buttons */
855
856 .logbuttons, .buttons {
857         margin: 2px auto 2px auto;
858         width: 96%;
859         text-align: center;
860 }
861
862 /* Tabs */
863
864 #TheTabs {
865         margin: 3% auto 0 auto;
866         width: 94%;
867 }
868
869 ul.tabbed_dialog {
870         list-style: none;
871         margin: 3% auto 0 auto;
872         width: 96%;
873         padding: 0;
874         white-space: nowrap;
875         text-align: center;
876         vertical-align: middle;
877 }
878
879 ul.tabbed_dialog li {
880         margin: 0 3% 0 3%;
881         padding: 4px;
882         float: left;
883 }
884
885 .tabcontent {
886         margin: 0 auto 0 auto;
887         width: 96%;
888         padding: 10px;
889         clear: both;
890 }
891
892 .tabcontent_submit {
893         margin: 0 auto 0 auto;
894         width: 96%;
895         padding: 10px;
896         text-align: center;
897 }
898
899
900 /* Calendar view */
901
902 .calendar {
903         background-color: #204B78;
904         margin: 0;
905         width: 100%;
906         height: 302px;
907 }
908
909 td.events_of_the_day { width: 500px }
910
911 .events_of_the_day dl {
912         margin: 0;
913         padding: 0;
914         position: absolute;
915         top: 0;
916         left:0;
917         width: 500px;
918 }
919
920 .events_of_the_day dl dt {
921         background-color: #FFFFFF;
922         margin: 0;
923         width: 500px;
924         border: 1px solid #CCC;
925 }
926
927 .events_of_the_day dl dt.hour {
928         /* font-size: 160%; commenting out because we need to line it up with the actual size */
929 }
930
931 .events_of_the_day dl dt.extrahour {
932         /* font-size: 80%; commenting out because we need to line it up with the actual size */
933 }
934
935 .hour_label, .extra_events dl dt {
936         background-color: #CCCCDD;
937         vertical-align: middle;
938         text-align: left;       
939 }
940
941 .hour_events, .extra_events {
942         background-color: #FFFFFF;
943         vertical-align: top;
944         text-align: left;       
945 }
946
947
948 .extra_events ul {
949         list-style: none;
950         margin: 0;
951         padding: 0;
952 }
953
954 .extra_events ul li { margin: 4px }
955
956 .calday, .calout, .calweekend, .caltoday {
957         width: 14%;
958         height: 60px;
959         text-align: left;
960         vertical-align: top;
961 }
962
963 .event_framed_unread {
964         -webkit-border-radius: 8px;
965         -moz-border-radius: 8px;
966         border-radius: 8px;
967         behavior: url(/static/styles/PIE.htc);
968         border: solid 1px red;
969         background-color: yellow;
970         z-index: 10;
971         padding: 0 4px 0 4px; 
972 }
973
974 li.event_framed_unread span, a.event_title { font-size: 100% }
975
976 .event_framed_read {
977         -webkit-border-radius: 8px;
978         -moz-border-radius: 8px;
979         border-radius: 8px;
980         behavior: url(/static/styles/PIE.htc);
981         border: solid 1px red;
982         background-color: yellow;
983         z-index: 10;
984         padding: 0 4px 0 4px; 
985 }
986
987 li.event_framed_read span, a.event_title { font-size: 100% }
988
989 .event_read {}
990
991 li.event_read span, a.event_read_title { font-size: 100% }
992
993 .event_unread {}
994
995 li.event_unread span, a.event_read_title { font-size: 100% }
996
997 .mini_calendar { color: #fff }
998
999 .mini_calendar a { color: #fff }
1000
1001 .mini_calendar a:link,.mini_calendar a:visited { color: #fff }
1002
1003 .mini_calendar a:hover,.mini_calendar a:active {
1004    color: #3E65AF;
1005    background-color: #3E65AF;
1006 }
1007
1008 .mini_calendar td a { color: #fff }
1009
1010 .mini_calendar td a:link,.mini_calendar td a:visited { color: #fff }
1011
1012 .mini_calendar td a:hover,.mini_calendar td a:active {
1013    color: #3E65AF;
1014    background-color: #3E65AF;
1015
1016 }
1017
1018 .menudesc {
1019         margin: 4px;
1020         padding: 4px;
1021 }
1022
1023 .roompic {
1024         height: 48px;
1025         width: 48px;
1026         border: none;
1027 }
1028
1029 .table-row, .table-alt-row { width: 100% }
1030
1031 .stickynote_outer {
1032         position: absolute;
1033         width: 200px;
1034         height: 200px;
1035         border: 1px solid #333;
1036         background-color: #ffff00;
1037         overflow: hidden;
1038         -webkit-box-shadow: #666 0px 2px 3px;
1039         -moz-box-shadow: #666 0px 2px 3px;
1040         box-shadow: #666 0px 2px 3px;
1041         behavior: url(/static/styles/PIE.htc);
1042 }
1043
1044 .stickynote_titlebar {
1045         position: relative;
1046         width: 100%;
1047         height: 16px;
1048         top: 0px;
1049         left: 0px;
1050         background-color: #888800;
1051         font-size: 60%;     
1052 }
1053
1054 .stickynote_body {
1055         position: relative;
1056         font-family: "Comic Sans MS", sans-serif;
1057 }
1058
1059 .stickynote_resize {
1060         position: absolute;
1061         background-image: url('resizecorner.png');
1062         height: 16px;
1063         width: 16px;
1064         right: -1px;
1065         bottom: -1px;
1066 }
1067
1068 .stickynote_palette {
1069         position: absolute;
1070         width: 48px;
1071         height: 48px;
1072         top: 16px;
1073         left: 0px;
1074         background-color: #ffffff;
1075         border: 1px solid #333;
1076         display: none;
1077 }
1078
1079 .stickynote_palette table {
1080         margin: 0;
1081         padding: 0;
1082 }
1083
1084 .stickynote_palette td {
1085         width: 16px;
1086         height: 16px;
1087 }
1088
1089 .conftitle {
1090         font-size: 140%;
1091         font-weight: bold;
1092         text-align: center;
1093 }
1094
1095 .confdescr {
1096         font-size: 110%;
1097         text-align: center;
1098 }
1099
1100 #noscript_warning {
1101         position: fixed;
1102         top: 0;
1103         left: 0;
1104         background-color: #FF0000;
1105         color: #FFFFFF;
1106 }
1107
1108 .chatrecv_history_class {
1109         position: absolute;
1110         top: 0;
1111         left: 1%;
1112         width: 74%;
1113         margin-top: 5px;
1114         margin-bottom: 5px;
1115         height: 70%;
1116         background-color: #FFFFFF;
1117         overflow: auto;
1118         border-style: solid;
1119         border-color: #022750;
1120         border-width: 1px;
1121         padding-left: 3px;
1122         padding-right: 3px;
1123 }
1124
1125 .chat_userlist_class {
1126         position: absolute;
1127         top: 0;
1128         right: 1%;
1129         width: 23%;
1130         margin-top: 5px;
1131         margin-bottom: 5px;
1132         height: 70%;
1133         background-color: #FFFFFF;
1134         overflow: auto;
1135         border-style: solid;
1136         border-color: #022750;
1137         border-width: 1px;
1138         padding-left: 3px;
1139         padding-right: 3px;
1140 }
1141
1142 .chatrecv_class { display: none }
1143
1144 .chatsend_class {
1145         position: absolute;
1146         left: 1%;
1147         right: 1%;
1148         height: 28%;
1149         bottom: 0;
1150         margin-top: 5px;
1151         margin-bottom: 5px;
1152         margin-left: auto;
1153         margin-right: auto;
1154         border-style: solid;
1155         border-color: #022750;
1156         border-width: 1px;
1157         padding-left: 3px;
1158         padding-right: 3px;
1159         background-color: #004E79;
1160 }
1161
1162 .chat_myname_class {
1163         font-weight: bold;
1164         color: #ff0000;
1165 }
1166
1167 .chat_notmyname_class {
1168         font-weight: bold;
1169         color: #0000ff;
1170 }
1171
1172 .chat_text_class {}
1173
1174 /*---------- bubble tooltips start -----------*/
1175
1176 a.event_title, a.event_unread, a.event_read {
1177         position:relative;
1178         z-index:24;
1179 }
1180
1181 a.event_title span, a.event_unread span, a.event_read span {
1182         display: none;
1183 }
1184
1185 /* background:; ie hack, something must be changed in a for ie to execute it */
1186
1187 a.event_title:hover, a.event_unread:hover, a.event_read:hover {
1188         z-index:25;
1189         background:;
1190 }
1191
1192 a.event_title:hover span.tooltip, a.event_unread:hover span.tooltip, a.event_read:hover span.tooltip {
1193         display:block;
1194         position:absolute;
1195         top:0px; left:0;
1196         padding: 15px 0 0 0;
1197         width:200px;
1198         text-align: center;
1199 }
1200
1201 a.event_title:hover span.btttop, a.event_unread:hover span.btttop, a.event_read:hover span.btttop {
1202         display: block;
1203         padding: 30px 8px 0;
1204         background: url(/static/bubble.gif) no-repeat top;
1205 }
1206
1207 /* different middle bg for stretch */
1208 a.event_title:hover span.bttmiddle, a.event_unread:hover span.bttmiddle, a.event_read:hover span.bttmiddle {
1209         display: block;
1210         padding: 0 8px; 
1211         background: url(/static/bubble_filler.gif) repeat bottom; 
1212         color: #022750;
1213         font-size: 10px;
1214 }
1215
1216 a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event_read:hover span.bttbottom {
1217         display: block;
1218         padding:3px 8px 10px;
1219         background: url(/static/bubble.gif) no-repeat bottom;
1220 }
1221
1222 /*---------- bubble tooltips end -----------*/