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