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