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