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