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