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