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