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