]> code.citadel.org Git - citadel.git/blob - webcit/static/styles/webcit.css
The enter-message dialog is now contained by a div called '.entmsg'
[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 .message_header .message_subject {
128         font-style: italic;
129         float: left;    
130 }
131
132 .adminlist { list-style: none }
133
134 .customize {
135         background-color: #DDC;
136         color: #004;
137         font-style: italic;
138 }
139
140 .default {
141         font-style: normal;
142         text-decoration: underline;
143 }
144
145 .editednodeinput {
146         background-color: #FFF;
147         border: 1px solid #000;
148         color: #000;
149         height: 17px;
150         width: 150px;
151 }
152
153 .error a:link, .error a:visited, .error a:active {
154         background: none;
155         color: #DC143C;
156         text-decoration: underline;
157 }
158
159 .error strong {
160         background: #FFD700;
161         color: #DC143C;
162         text-decoration: none;
163 }
164
165 .error strong a:link,.error strong a:visited,.error strong a:active {
166         background: #FFD700;
167         color: #DC143C;
168 }
169
170 .errormsg {
171         background: none;
172         color: #A00;
173         font-style: italic;
174         font-weight: 700;
175 }
176
177 .floors_config, .roomops_zap {
178         background-color: #700;
179         border: 0;
180 }
181
182 .imsg {
183         background: none;
184         color: #AAA;
185         font-style: italic;
186         font-weight: 700;
187 }
188
189 .menubar_bg { background-color: red }
190
191 .mimepart div span {
192         display: block;
193         font-style: italic;
194 }
195
196 .mimepart dl dd, .mimepart dl dt {
197         border-top: 1px solid #AAA;
198 }
199
200 .mailbox_summary td {
201         /* border-top: 1px solid #AAA; */
202         white-space: nowrap;
203         overflow: hidden;
204 }
205
206 .mimepart dl dt { font-weight: 700 }
207
208 .roomops_cell_label, .tab_cell_label {
209         background-color: #3E65AF;
210         color: #EABB3A;
211         font-size: 90%;
212         border-radius: 8px 8px 0 0;
213         -webkit-border-radius: 8px 8px 0 0;
214         -moz-border-radius: 8px 8px 0 0;
215         /* behavior: url(/static/styles/PIE.htc); disabled for now; see http://github.com/lojjic/PIE/issues#issue/21 */
216 }
217
218 .selectbox {
219         background-color: #FF8000;
220 }
221
222 .tab_cell, .tab_cell_edit {
223         background-color: #5F84C5;
224         color: #F9FDFB;
225         font-size: 90%;
226         border-radius: 8px 8px 0 0;
227         -webkit-border-radius: 8px 8px 0 0;
228         -moz-border-radius: 8px 8px 0 0;
229         /* behavior: url(/static/styles/PIE.htc); disabled for now; see http://github.com/lojjic/PIE/issues#issue/21 */
230 }
231
232 .tabcontent {
233         background-color: #FEFFFC;
234         border: 2px solid #424B52;
235 }
236
237 .treetitleselectedblured {
238         background-color: menu;
239         color: windowtext;
240 }
241
242 .treetitleselectedfocused {
243         background-color: highlight;
244         color: highlighttext;
245 }
246
247 .warning a:link, .warning a:visited, .warning a:active, .warning {
248         background: none;
249         color: #FF4500;
250 }
251
252 .warning, .warning strong { text-decoration: none }
253
254 .warning a:link,.warning a:visited,.warning a:active {
255         text-decoration: underline;
256 }
257
258 .warning strong {
259         background: #FFD700;
260         color: #FF4500;
261 }
262
263 .warning strong a:link,.warning strong a:visited,.warning strong a:active {
264         background: #FFD700;
265         color: #FF4500;
266 }
267
268 blockquote {
269         background-color: #f5f5f5 !important;
270         color: navy !important;
271 }
272
273 blockquote blockquote {
274         background-color: #ebebeb !important;
275         color: maroon !important;
276 }
277
278 blockquote blockquote blockquote {
279         background-color: #e1e1e1 !important;
280         color: green !important;
281 }
282
283 blockquote blockquote blockquote blockquote {
284         background-color: #d7d7d7 !important;
285         color: purple !important;
286 }
287
288 blockquote blockquote blockquote blockquote blockquote {
289         background-color: #cdcdcd !important;
290         color: teal !important;
291 }
292
293 blockquote pre {
294         margin-left: 1%;
295         margin-right: 1%;
296 }
297
298 div.auto_complete ul {
299         background: #fff;
300         border: 1px solid #888;
301         list-style-type: none;
302 }
303
304 div.auto_complete ul li.selected {
305         background-color: #ffc;
306 }
307
308 div.auto_complete ul strong.highlight { color: #800 }
309
310 table.altern {
311         border-bottom: solid 2px #AAA;
312         border-top: solid 2px #AAA;
313 }
314
315 table.altern .even {
316         background-color: #DDD;
317 }
318
319 td li.frameset,.elements li.frameset {
320         background: none;
321         color: gray;
322         font-weight: lighter;
323 }
324
325 td li.transitional,.elements li.transitional {
326         background: none;
327         color: #696969;
328         font-weight: lighter;
329 }
330
331 ul.adminitems {
332         list-style-type: disc;
333         padding: 0;
334 }
335
336 ul.adminitems li { font-weight: 700 }
337
338 ul.adminitems li span { color: #666 }
339
340 var sub { font-style: normal }
341
342 .calendar { background-color: #204B78 }
343
344 .week_of_year {
345         background-color: #e1e1e1;
346         font-size: 70%; 
347 }
348
349 .day { font-weight: 700 }
350
351 .calout { background-color: #DDDDDD }
352
353 .calday { background-color: #FFFFFF }
354
355 .calweekend { background-color: #EEEECC }
356
357 .caltoday { background-color: #EEEEFF }
358
359 .current_sort_mode { background-color: white }
360
361 #loading { background-color: white }
362
363 /* Message list in mailbox/summaryview */
364 .table-row { background-color: white }
365
366 .table-alt-row { background-color: #DDDDDD }
367
368 /* Links */
369
370 a { text-decoration: none }
371
372 a:active {
373         color: #3E65AF;
374 }
375
376 a:link {
377         color: #2F65DD;
378 }
379
380 a:visited { color: purple}
381
382 #customize a:active, #customize a:link, #customize a:visited {
383         color: black;
384 }
385
386 #important_message, .buttons a:hover, .msgbuttons a:hover, #button li:hover, #online_users li a:hover {
387         background-color: #3E65AF;
388         color: #3E65AF;
389 }
390
391 .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, .send_edit_msg input {
392         background-color: #fbf4ca !important; /* needed for li.activeuser */
393 }
394
395 .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, .send_edit_msg input {
396         border: 1px solid #999;
397         color: #333;
398 }
399
400 .button_link a, .msgbuttons a, input#delbutton,.attachfile, .buttons input, .send_edit_msg input {
401         cursor: pointer;
402         -webkit-border-radius: 8px;
403         -moz-border-radius: 8px;
404         border-radius: 8px;
405         behavior: url(/static/styles/PIE.htc);
406         text-align: center;
407 }
408
409 .button_link a, .attachfile,.buttons input, .send_edit_msg input {
410         font-weight: bold;
411 }
412
413 .msgbuttons a, input#delbutton { font-weight: normal }
414
415 /* Layout */
416
417 * html { overflow: hidden }
418
419 html { overflow: auto }
420
421 body {
422         height: 100%;
423         overflow: hidden;
424         text-align: center;
425         margin-left: 0;
426         padding: 0;
427 }
428
429 #important_message {
430         position: absolute;
431         top: 0; 
432         right: 0;
433         z-index: 4;
434         padding: 3px;
435 }
436
437 #hellomsg, .fmout, .nomsgs {
438         text-align: center;
439 }
440
441 .moreprompt {
442         text-align: center;
443         font-size: 100%;
444         background-color: #004E79;
445         color: #dddddd;
446 }
447
448 .moreprompt_link {
449         color: #dddddd;
450         font-weight: bold;
451 }
452
453 .moreprompt_link:hover {
454         background-color: #3E65AF;
455         color: #3E65AF;
456 }
457
458 #validate { text-align: center }
459
460 #iconbar, #banner, #content, #message_list_hdr, #message_list, #preview_pane  { text-align: left }
461
462 .message_content > div > div { text-align: justify !important }
463
464 /* Please avoid setting heights for any of the mailbox view elements (except summary_view
465  * and resize). In particular, do NOT set any for message_list_hdr as its not good feng shui
466  */
467
468 #message_list_hdr {
469         display: block;
470         top: 0;
471         left: 0;
472         width: 100%;
473         padding-bottom: 0;
474         margin-bottom: 0;
475         background-color: #CCCCCC;
476 }
477
478 #summary_view {
479         height: 100px;
480         overflow-y: scroll;
481         overflow-x: hidden;
482         cursor: pointer;
483 }
484
485 #summary_headers {
486         background-color: white;
487         width: 100%;
488         table-layout: fixed;
489 }
490
491 #summary_headers tr td {
492         overflow-y: hidden;
493         overflow-x: hidden; /* stop long subjects overflowing */
494 }
495
496 .col1 { width: 50% }
497
498 .col2 { width: 30% }
499
500 .col3 { width: 20% }
501
502 .col1, .col2, .col3 {
503         cursor: pointer;
504         text-overflow: ellipsis;
505         -o-text-overflow: ellipsis;
506 }
507
508 .new_message { font-weight: bold; !important }
509
510 #loading { text-align: center}
511
512 #resize_msglist {
513         width: 100%;
514         overflow: hidden;
515         cursor: s-resize;
516         height: 6px;
517 }
518
519 #preview_pane { overflow: auto }
520
521 .ctdlTemplate { display: none }
522
523 #ctdlContextMenu {
524         position: fixed;
525         background-color: white;
526         border: 1px solid black;
527 }
528
529 .draganddrop {
530         position: fixed;
531         display: block;
532         border: 1px solid black;
533         z-index: 65535;
534         background-color: white;
535         text-align: left;
536         opacity: 0.9;
537 }
538
539 .draganddrop > ul {
540         list-style: none;
541         padding-left: 0;
542         margin-left: 0;
543 }
544
545 .hidden { display: none }
546
547 .floor { margin-left: 0px }
548
549 .floor > ul { display: none }
550
551 .floor-expanded > ul{ display: block !important }
552
553 #roomlist > ul {
554         margin: 0;
555         padding: 0;
556 }
557
558 #roomlist > div > ul > li {
559         margin: 0;
560         padding: 0;
561 }
562
563 /* Override to disable list-style-image" */
564 .room a, .room a, .room a:visited, .room a:link { color: #333333 }
565
566 .room-private { list-style-image: url("/static/privatemess_16x.gif") }
567
568 .room-addr { list-style-image: url("/static/viewcontacts_16x.gif") }
569
570 .room-cal { list-style-image: url("/static/calarea_16x.gif") }
571
572 .room-tasks { list-style-image: url("/static/taskmanag_16x.gif") }
573
574 .room-notes { list-style-image: url("/static/storenotes_16x.gif") }
575
576 .room-chat { list-style-image: url("/static/chatrooms_16x.gif") }
577
578 .room-newmsgs { font-weight: bold }
579
580 .room-emphasized { text-decoration: underline }
581
582 #message_list_hdr table { width: 100% }
583
584 .selector_top, .selector_bottom { text-align: center }
585
586 .selector_top p,.selector_bottom p {
587         margin: 0;
588         padding: 2px;
589 }
590
591 .message_header p {
592         margin: 2px 0 2px 0;
593         padding: 0 0 2px 0;
594 }
595
596 .button_link a, .attachfile, .logbuttons input,.buttons input, .send_edit_msg input, .logbutton {
597         margin: 3px;
598         padding: 2px 4px 2px 4px;
599 }
600
601 .msgbuttons a, input#delbutton {
602         margin: 0 3px 0 3px;
603         padding: 2px 4px 2px 4px;
604 }
605
606
607 .mimepart {
608         margin-top: 15px;
609         margin-bottom: 15px;
610         margin-left: 15%;
611         width: 70%;
612         padding: 0;
613 }
614
615 .mimepart img {
616         vertical-align: middle;
617         float: left;
618 }
619
620 .mimepart div {
621         vertical-align: middle;
622         margin: 0 0 15px 0 ;
623         padding: 5px;
624 }
625
626 .mimepart div span { vertical-align: top }
627
628 .mimepart dl {
629         width: 100%;
630         margin-left: 5px;
631         padding: 5px;
632 }
633
634 .mimepart dl dt {
635         width: 30%;
636         float: left;
637         margin: 0 0 0 0;
638         padding: .5em;
639 }
640
641 .mimepart dl dd {
642         float: left;
643         width: 62%;
644         margin: 0;
645         padding: .5em;
646 }
647
648 .mimepart p {
649         margin-top: 1em;
650         margin-bottom: 0;
651         clear: both;
652 }
653
654 .msgbuttons {
655         float: right;
656         visibility: hidden;
657         padding: 2px;
658         font-size: 80%;
659 }
660
661 .buttons a { text-align: center }
662
663 .msgbuttons a span { display: none }
664
665 .message_content {
666         margin: 0;
667         padding: 0.3em;
668         clear: both;
669 }
670
671 .message form div label, .entmsg form div label {
672         display: block;
673         float: left;
674         margin: 0.3em;
675         width: 9em;
676         text-align: right;
677 }
678
679 .message form div input, .message form div select, .entmsg form div input, .entmsg form div select {
680         margin: 0.3em
681 }
682
683 .imgedit {
684         vertical-align: middle
685 }
686
687 .send_edit_msg {
688         float: right;
689         margin-top: 0 ;
690         margin-right: 0;
691         padding: 2px 50px 2px 50px;
692 }
693
694 .edit_msg_table th {
695         text-align: right;
696         padding-right: 5px;
697         color: #333;
698         width: 20%;
699 }
700
701 .edit_msg_table td {
702         width: 40%;
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 -----------*/