]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/SchedulerUI.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1101 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / WebServerResources / SchedulerUI.css
1
2 DIV#leftPanel
3 { position: absolute;
4   top: 5.5em;
5   left: 0px;
6   width: 19.25em;
7   bottom: 0px;
8   overflow: hidden; }
9
10 DIV#schedulerTabs
11 { position: absolute;
12   top: 0.5em;
13   left: .2em;
14   right: .2em;
15   height: 14em; }
16
17 DIV#tasksListView
18 { position: absolute;
19   top: 17em;
20   bottom: 0px;
21   left: .2em;
22   right: 0px;
23   padding: 0px;
24   overflow: hidden; }
25
26 DIV#tasksListView H2
27 { font-size: 10pt;
28   margin: 0px;
29   margin-left: .25em;
30   padding: 0px; }
31
32 DIV#tasksListView LABEL
33 { margin: .25em; }
34
35 DIV#calendarSelectorView
36 { top: 0px; }
37
38 DIV#calendarSelectorView
39 { overflow: hidden; }
40
41 DIV#calendarsList
42 { height: 100%;
43   padding: 0px;
44   margin: 0px; }
45
46 DIV.colorBox
47 { display: inline;
48   border: 1px solid #333;
49   font-weight: normal; 
50   margin: 0px;
51   font-size: 80%;
52   width: 1em;
53   height: .75em; }
54
55 UL#tasksList, UL#calendarList
56 { cursor: default;
57   margin: 0px;
58   padding: 0px;
59   border-bottom: 1px solid #fff;
60   border-right: 1px solid #fff;
61   border-top: 2px solid #222;
62   border-left: 2px solid #222;
63   background-color: #fff;
64   -moz-border-top-colors: #9c9a94 #000 transparent;
65   -moz-border-left-colors: #9c9a94 #000 transparent;
66   list-style-type: none;
67   list-style-image: none;
68   overflow: auto;
69   overflow-x: hidden; }
70
71 UL#calendarList
72 { clear: both;
73   height: 10.5em;
74   margin: 0px; }
75
76 UL#calendarList LI
77 { white-space: nowrap; }
78
79 UL#tasksList
80 { position: absolute;
81   top: 2em;
82   left: 0px;
83   right: 0px;
84   bottom: .25em; }
85
86 UL#tasksList LI
87 { white-space: nowrap; }
88
89 UL#tasksList LI.overdue
90 { color: #f00; }
91
92 UL#tasksList LI.duetoday
93 { color: #00f; }
94
95 UL#tasksList LI.completed
96 { text-decoration: line-through;
97   color: #000; }
98
99 UL#tasksList LI.duelater
100 { color: #999; }
101
102 UL#tasksList LI[class~="_selected"].overdue
103 { color: #fff !important;
104   background-color: #f00 !important; }
105
106 UL#tasksList LI[class~="_selected"].duetoday
107 { color: #fff !important;
108   background-color: #00f !important; }
109
110 UL#tasksList LI[class~="_selected"].duelater
111 { color: #fff !important;
112   background-color: #999 !important; }
113
114 DIV#rightPanel
115 { position: absolute;
116   top: 5.5em;
117   left: 19.25em;
118   right: 0px;
119   bottom: 0px;
120   margin: 0px;
121   margin-left: 5px;
122   padding: 0px;
123   overflow: hidden; }
124
125 DIV#eventsListView
126 { display: block;
127   cursor: default;
128   position: absolute;
129   background-color: #fff;
130   top: 2.5em;
131   left: 0px;
132   right: 0px;
133   height: 15.5em;
134   overflow: hidden;
135   overflow-y: auto; }
136
137 DIV#calendarView
138 { position: absolute;
139   background-color: #fff;
140   top: 18em;
141   margin-top: 5px;
142   bottom: 0px;
143   width: 100%;
144   border-top: 1px solid #aaa;
145   border-left: 1px solid #aaa; }
146
147 DIV#calendarView A
148 { text-decoration: none;
149   font: inherit;
150   color: inherit; }
151
152 #verticalDragHandle
153 { cursor: e-resize;
154   top: 7.5em;
155   left: 19.25em;
156   width: 5px;
157   bottom: 0px; }
158
159 #rightDragHandle
160 { cursor: n-resize;
161   top: 18em;
162   left: 0px;
163   right: 0px;
164   height: 5px; }
165
166 #filterPanel
167 { padding-right: .5em; }
168
169 DIV#dateSelectorView
170 { overflow: hidden; }
171
172 #dateSelector
173 { margin: 0px auto;
174   background-color: #fff;
175   border-top: 1px solid #fff; 
176   border-left: 1px solid #fff;
177   border-right: 1px solid #aaa;
178   border-bottom: 1px solid #aaa; }
179
180 #dateSelector > .header
181 { background-color: #efefef;
182   width: 100%;
183   white-space: nowrap;
184   vertical-align: middle;
185   text-align: center;
186   padding: .2em 0px;
187   margin: 0px;
188   border: 0px; }
189
190 #dateSelector > .header A
191 { width: 1em;
192   padding: .4em .2em; }
193
194 #dateSelector > .header #leftArrow
195 { float: left; }
196
197 #dateSelector > .header #rightArrow
198 { float: right; }
199
200 #dateSelector > .header SPAN
201 { cursor: default;
202   font-size: medium;
203   vertical-align: middle;
204   font-weight: bold;
205   border: 1px solid transparent;
206   margin: .5em .2em; }
207
208 #dateSelector > .header SPAN:hover
209 { border-left: 1px solid #fff;
210   border-top: 1px solid #fff;
211   border-right: 1px solid #ccc;
212   border-bottom: 1px solid #ccc; }
213
214 #dateSelector .dayOfWeek
215 { color: #00f; }
216
217 TABLE#dateSelectorTable
218 { padding: 2px; }
219
220 #dateSelector TABLE#dateSelectorTable TD
221 { width: 14%; }
222
223 #dateSelector TABLE#dateSelectorTable TD TABLE TD
224 { width: 100% }
225
226 #dateSelector TABLE,
227 #dateSelector TABLE TABLE
228 { border-collapse: collapse;
229   margin: 0px auto;
230   width: 100%; }
231
232 #dateSelector TABLE TABLE TD
233 { cursor: pointer;
234   margin: 0px;
235   padding: 0px;
236   width: 100%;
237   border: 1px solid #fff; }
238
239 #dateSelector TABLE TABLE TD:hover
240 { color: #f00;
241   border: 1px solid #deebf7; }
242
243 #dateSelector TABLE TABLE TD:hover A
244 { color: #f00; }
245
246 #dateSelector .inactiveDay
247 { color: #dedfde; }
248
249 #dateSelector .dayOfToday
250 { background-color: #deebf7;
251   border: 1px solid #deebf7; }
252
253 #dateSelector TD SPAN
254 { width: 1.5em;
255   height: 1.5em;
256   text-align: center;
257   display: block; }
258
259 #dateSelector TD SPAN A
260 { color: #000;
261   background: inherit;
262   text-decoration: none; }
263
264 #dateSelector TD:active
265 { background-color: #ddd;
266   border: 1px solid #deebf7; }
267
268 TABLE#eventsList
269 { display: block;
270   position: relative;
271   width: 100%; }
272
273 TABLE#eventsList td.headerTitle,
274 TABLE#eventsList td.headerLocation
275 { width: 35%; }
276
277 ._unfocused#dateSelector TD._selected,
278 UL._unfocused > LI._selected,
279 TABLE._unfocused#eventsList TR._selected TD
280
281   background-color: #d4d0c8 !important;;
282   color: #fff !important;;
283 }
284
285 SPAN.dayCellLabel
286 { color: #77a;
287   font-weight: bold; }
288
289 SPAN.daysHeader,
290 SPAN.weeksHeader,
291 SPAN.monthsHeader
292 { display: block;
293   white-space: nowrap;
294   background-color: #d4d0c8;
295   overflow: hidden;
296   width: 100%;
297   margin: 0px;
298   height: 3em;
299   padding: 2px 1.5em;
300 /* HERE  border: 0px;
301  */  border-bottom: 1px solid #ccc; }
302
303 SPAN.daysHeader SPAN,
304 SPAN.weeksHeader SPAN,
305 SPAN.monthsHeader SPAN
306 { display: block;
307   margin: .1em;
308   float: left;
309   width: 18%;
310   padding: 0px;
311   text-align: center;
312   border: 1px solid transparent;
313   vertical-align: top; }
314
315 SPAN.daysHeader A,
316 SPAN.weeksHeader A,
317 SPAN.monthsHeader A
318 { padding: 0px .5em; }
319
320 A.leftNavigationArrow,
321 A.rightNavigationArrow
322 { border: 1px solid transparent;
323   padding: .5em;
324   text-align: center;
325   vertical-align: bottom; }
326
327 A.leftNavigationArrow:hover,
328 A.rightNavigationArrow:hover,
329 SPAN.daysHeader A:hover,
330 SPAN.weeksHeader A:hover,
331 SPAN.monthsHeader A:hover
332 { border-top: 1px solid #fff;
333   border-left: 1px solid #fff;
334   border-bottom: 1px solid #828482;
335   border-right: 1px solid #828482; }
336
337 A.leftNavigationArrow:active,
338 A.rightNavigationArrow:active,
339 SPAN.daysHeader A:active,
340 SPAN.weeksHeader A:active,
341 SPAN.monthsHeader A:active
342 { border-top: 1px solid #828482;
343   border-left: 1px solid #828482;
344   border-bottom: 1px solid #fff;
345   border-right: 1px solid #fff; }
346
347 SPAN.week2, SPAN.month2
348 {
349   font-size: small;
350 }
351
352 SPAN.day2, SPAN.week1, SPAN.month1
353 {
354   font-size: medium;
355 }
356
357 SPAN.day1, SPAN.week0, SPAN.month0
358 {
359   font-size: large;
360 }
361
362 SPAN.day0
363 { font-size: x-large; }
364
365 SPAN.day0, SPAN.week0, SPAN.month0
366 { border-top: 1px solid #828482 !important;
367   border-left: 1px solid #828482 !important;
368   border-bottom: 1px solid #fff !important;
369   border-right: 1px solid #fff !important;
370   background-color: #ddd; }
371
372 A.leftNavigationArrow
373 { position: absolute;
374   display: block;
375   top: .5em;
376   left: .5em; }
377
378 A.rightNavigationArrow
379 { position: absolute;
380   display: block;
381   top: .5em;
382   right: .5em; }
383
384 DIV#calendarHeader,
385 DIV#daysView
386 { position: absolute;
387   left: 0px;
388   right: 0px;
389   padding: 0px;
390   margin: 0px; }
391
392 DIV#daysView
393 { top: 11em;
394   bottom: 0px;
395   margin-left: 1px;
396   border-left: 1px solid #397d94;
397   border-bottom: 1px solid #397d94;
398   border-top: 2px solid #397d94;
399   overflow: auto; }
400
401 DIV#calendarHeader
402 { top: 3.5em;
403   border: 0px;
404   height: 7.5em; }
405
406 DIV#calendarHeader DIV.dayLabels,
407 DIV#calendarHeader DIV.days
408 { position: absolute;
409   margin: 0px;
410   padding: 0px;
411 /* HERE  border: 0px; */
412   border-right: 1px solid #397d94;
413   border-top: 1px solid #397d94;
414   left: 5em;
415   margin-left: 1px;
416   margin-right: 16px;
417   right: 0px;
418   overflow: hidden; }
419
420 DIV#calendarHeader DIV.dayLabels
421 { bottom: 4em;
422   height: 3em; }
423
424 DIV#calendarHeader DIV.dayLabels DIV.day
425 { text-align: center;
426   font-weight: bold;
427   color: #77a;
428   background-color: #e7efef; }
429
430 DIV#calendarHeader SPAN.dayOfWeek
431 { font-size: medium; }
432
433 DIV#calendarHeader DIV.dayLabels
434 { cursor: default; }
435
436 DIV#calendarHeader DIV.days
437 { cursor: pointer;
438   bottom: 0px;
439   height: 4em; }
440
441 DIV#calendarHeader DIV.day
442 { height: 100%;
443   margin: 0px;
444   padding: 0px;
445   margin-right: 1px; }
446
447 DIV#calendarHeader DIV.days DIV.day
448 { overflow: hidden;
449   overflow-y: auto; }
450
451 /* DIV#daysView
452 /*   background-position: top center;
453   background-repeat: no-repeat;
454   background-image: url("/SOGo.woa/WebServerResources/background.jpg");
455  } */
456
457 .menu LI.currentMonth,
458 .menu LI.currentYear
459 { border-top: 1px solid #aaa;
460   border-left: 1px solid #aaa;
461   border-bottom: 1px solid #fff;
462   border-right: 1px solid #fff;
463   background-color: #ccc;
464   color: #222; }
465
466 DIV.eventView
467 { display: block;
468   overflow: hidden;
469   white-space: nowrap;
470   border: 1px solid #000; }
471
472 /* new draggable presentation */
473
474 DIV#daysView DIV.days
475 { position: absolute;
476   margin: 0px;
477   height: 96em;
478   top: 0px;
479   left: 5em;
480   right: 2px; }
481
482 DIV.multicolumnDayView DIV.lastDayUser
483 { border-right: 1px solid #397d94; }
484
485 DIV.monthView
486 { position: absolute;
487   left: .5em;
488   top: 4em;
489   right: 1em;
490   bottom: 1em;
491 /*  border: 0px; HERE */
492   margin: 0px;
493   padding: 0px;
494   min-width: 20em;
495   min-height: 25em; }
496
497 DIV.monthView > DIV,
498 DIV.monthView > DIV.days > DIV
499 { position: absolute;
500   padding: 0px;
501   margin: 0px; }
502
503 DIV.monthView > DIV.headerDay
504 { text-align: center;
505   cursor: default;
506   padding-top: .5em;
507   border-left: 2px solid #397d94 !important;
508   border-top: 2px solid #397d94 !important;
509   top: 0px;
510   color: #397d94;
511   height: 1.5em;
512   font-weight: bold;
513   background-color: #e7efef; }
514
515 DIV.dayOfToday
516 { background-color: #deebf7; }
517
518 DIV.weekEndDay
519 { background-color: #fffbe7; }
520
521 DIV.dayOfAnotherMonth
522 { background-color: #e7efef; }
523
524 DIV.selectedDay
525 { background-color: #ffe79c; }
526
527 DIV.monthView DIV.dayHeader
528 { margin-left: 1em;
529   cursor: pointer;
530   color: #397d94;
531   font-weight: bold; }
532
533 DIV.monthView DIV.days
534 { top: 2em;
535   cursor: pointer;
536   bottom: 0px;
537   left: 0px;
538   right: 0px; }
539
540 DIV.monthView DIV.day
541 { position: absolute;
542   border-left: 2px solid #397d94;
543   border-top: 2px solid #397d94;
544   min-height: 4em;
545   overflow: auto; }
546
547 DIV.weekOf4
548 { height: 25%; }
549
550 DIV.weekOf5
551 { height: 20%; }
552
553 DIV.weekOf6
554 { height: 16.666667%; }
555
556 DIV.monthView DIV.week0of4,
557 DIV.monthView DIV.week0of5,
558 DIV.monthView DIV.week0of6
559 { top: 0px; }
560
561 DIV.monthView DIV.week1of4
562 { top: 25%; }
563
564 DIV.monthView DIV.week2of4
565 { top: 50%; }
566
567 DIV.monthView DIV.week3of4
568 { top: 75%;
569   border-bottom: 2px solid #397d94 !important; }
570
571 DIV.monthView DIV.week1of5
572 { top: 20%; }
573
574 DIV.monthView DIV.week2of5
575 { top: 40%; }
576
577 DIV.monthView DIV.week3of5
578 { top: 60%; }
579
580 DIV.monthView DIV.week4of5
581 { top: 80%;
582   border-bottom: 2px solid #397d94 !important; }
583
584 DIV.monthView DIV.week1of6
585 { top: 16.666667%; }
586
587 DIV.monthView DIV.week2of6
588 { top: 33.333333%; }
589
590 DIV.monthView DIV.week3of6
591 { top: 50%; }
592
593 DIV.monthView DIV.week4of6
594 { top: 66.666667%; }
595
596 DIV.monthView DIV.week5of6
597 { top: 83.333333%;
598   border-bottom: 2px solid #397d94 !important; }
599
600 DIV.monthView DIV.week3
601 { top: 45%; }
602
603 DIV.monthView DIV.week4
604 { top: 60%; }
605
606 DIV.monthView DIV.week5
607 { top: 75%; }
608
609 DIV.monthView DIV.week6
610 { top: 90%; }
611
612 DIV#calendarHeader DIV.day,
613 DIV#daysView DIV.day
614 { position: absolute;
615   border-left: 1px solid #397d94;
616   margin: 0px;
617   padding: 0px;
618   top: 0px; }
619
620 /* DIV#calendarHeader DIV.day1
621 { border-left: 0px; }
622  */
623
624 /* DIV#daysView > DIV.days > DIV.day > DIV.header
625 { position: fixed;
626   top: ;
627   height: 3.5em;
628   padding-top: .5em;
629   border: 0px;
630   border-top: 1px solid #397d94;
631   font-weight: bold;
632   text-align: center;
633   background-color: #e7efef;
634   color: #397d94; } */
635
636 DIV.daysViewFor1Days DIV.day
637 { border-right: 1px solid #397d94;
638   width: 100%; }
639
640 /* DIV#daysView DIV.day
641 { margin-right: 3px; } */
642
643 DIV.monthView DIV.headerDay,
644 DIV.monthView DIV.day,
645 DIV.daysViewFor7Days DIV.day
646 { width: 14.2857%; }
647
648 DIV.monthView DIV.day1,
649 DIV.daysViewFor7Days DIV.day1
650 { left: 0px; }
651
652 DIV.monthView DIV.day2,
653 DIV.daysViewFor7Days DIV.day2
654 { left: 14.2857%; }
655
656 DIV.monthView DIV.day3,
657 DIV.daysViewFor7Days DIV.day3
658 { left: 28.5714%; }
659
660 DIV.monthView DIV.day4,
661 DIV.daysViewFor7Days DIV.day4
662 { left: 42.8571%; }
663
664 DIV.monthView DIV.day5,
665 DIV.daysViewFor7Days DIV.day5
666 { left: 57.1428%; }
667
668 DIV.monthView DIV.day6,
669 DIV.daysViewFor7Days DIV.day6
670 { left: 71.4285%; }
671
672 DIV.monthView DIV.day0
673 { left: 85.7142%;
674   border-right: 2px solid #397d94; }
675
676 DIV.daysViewFor7Days DIV.day0
677 { left: 85.7142%;
678   border-right: 1px solid #397d94; }
679
680 DIV#daysView > DIV.hours
681 { position: absolute;
682   left: 0px;
683   top: 0px;
684   width: 4.5em;
685   height: 95.5em;
686   font-weight: bold;
687   margin: 0px;
688   padding-top: .5em;
689   padding-right: .5em;
690   color: #77a;
691   background-color: #e7efef;
692   text-align: right; }
693
694 DIV#daysView > DIV.hours > DIV.hour
695 { height: 4em; }
696
697 DIV#daysView > DIV.hourLines > DIV.hourLine
698 { position: absolute;
699   height: 1px;
700   left: 0px;
701   right: 0px;
702   padding-left: 1em;
703   margin-right: 2px;
704   border-bottom: 1px solid #397d94; }
705
706 DIV.clickableHourCell
707 { cursor: pointer;
708   width: 100%;
709   height: 4em; }
710
711 DIV.clickableHourCell0
712 { top: 0px; }
713
714 DIV.clickableHourCell1,
715 DIV#daysView > DIV.hourLines > DIV.hourLine0
716 { top: 4em; }
717
718 DIV.clickableHourCell2,
719 DIV#daysView > DIV.hourLines > DIV.hourLine1
720 { top: 8em; }
721
722 DIV.clickableHourCell3,
723 DIV#daysView > DIV.hourLines > DIV.hourLine2
724 { top: 12em; }
725
726 DIV.clickableHourCell4,
727 DIV#daysView > DIV.hourLines > DIV.hourLine3
728 { top: 16em; }
729
730 DIV.clickableHourCell5,
731 DIV#daysView > DIV.hourLines > DIV.hourLine4
732 { top: 20em; }
733
734 DIV.clickableHourCell6,
735 DIV#daysView > DIV.hourLines > DIV.hourLine5
736 { top: 24em; }
737
738 DIV.clickableHourCell7,
739 DIV#daysView > DIV.hourLines > DIV.hourLine6
740 { top: 28em; }
741
742 DIV.clickableHourCell8,
743 DIV#daysView > DIV.hourLines > DIV.hourLine7
744 { top: 32em; }
745
746 DIV.clickableHourCell9,
747 DIV#daysView > DIV.hourLines > DIV.hourLine8
748 { top: 36em; }
749
750 DIV.clickableHourCell10,
751 DIV#daysView > DIV.hourLines > DIV.hourLine9
752 { top: 40em; }
753
754 DIV.clickableHourCell11,
755 DIV#daysView > DIV.hourLines > DIV.hourLine10
756 { top: 44em; }
757
758 DIV.clickableHourCell12,
759 DIV#daysView > DIV.hourLines > DIV.hourLine11
760 { top: 48em; }
761
762 DIV.clickableHourCell13,
763 DIV#daysView > DIV.hourLines > DIV.hourLine12
764 { top: 52em; }
765
766 DIV.clickableHourCell14,
767 DIV#daysView > DIV.hourLines > DIV.hourLine13
768 { top: 56em; }
769
770 DIV.clickableHourCell15,
771 DIV#daysView > DIV.hourLines > DIV.hourLine14
772 { top: 60em; }
773
774 DIV.clickableHourCell16,
775 DIV#daysView > DIV.hourLines > DIV.hourLine15
776 { top: 64em; }
777
778 DIV.clickableHourCell17,
779 DIV#daysView > DIV.hourLines > DIV.hourLine16
780 { top: 68em; }
781
782 DIV.clickableHourCell18,
783 DIV#daysView > DIV.hourLines > DIV.hourLine17
784 { top: 72em; }
785
786 DIV.clickableHourCell19,
787 DIV#daysView > DIV.hourLines > DIV.hourLine18
788 { top: 76em; }
789
790 DIV.clickableHourCell20,
791 DIV#daysView > DIV.hourLines > DIV.hourLine19
792 { top: 80em; }
793
794 DIV.clickableHourCell21,
795 DIV#daysView > DIV.hourLines > DIV.hourLine20
796 { top: 84em; }
797
798 DIV.clickableHourCell22,
799 DIV#daysView > DIV.hourLines > DIV.hourLine21
800 { top: 88em; }
801
802 DIV.clickableHourCell23,
803 DIV#daysView > DIV.hourLines > DIV.hourLine22
804 { top: 92em; }
805
806 DIV#daysView > DIV.hourLines > DIV.hourLine23
807 { top: 96em; }
808
809 DIV#daysView DIV.events
810 { z-index: 2;
811   left: 0px;
812   right: 0px;
813   bottom: 0px;
814   top: 0px; }
815
816 DIV.events > DIV.event
817 { cursor: default;
818   z-index: 1;
819   position: absolute;
820   left: 0px;
821   right: 1px;
822   margin-top: 1px;
823   padding: 1px; }
824
825 DIV[class~="event"]._selected > DIV.eventInside
826 { -moz-opacity: 0.7;
827   opacity: 0.7;
828   filter: alpha(opacity=70); }
829
830 DIV.event > DIV.eventInside
831 { position: absolute;
832   overflow: hidden;
833   top: 1px;
834   bottom: 5px;
835   left: 2px;
836   right: 2px; }
837
838 DIV.shadow
839 { position: absolute;
840   background-color: #000; }
841
842 DIV.shadow1
843 { left: 0px;
844   right: 0px;
845   top: 2px;
846   bottom: 3px;
847   -moz-opacity: 0.1;
848   opacity: 0.1;
849   filter: alpha(opacity=10); }
850
851 DIV.shadow2
852 { left: 1px;
853   right: 1px;
854   top: 1px;
855   bottom: 2px;
856   -moz-opacity: 0.1;
857   opacity: 0.1;
858   filter: alpha(opacity=10); }
859
860 DIV.shadow3
861 { left: 2px;
862   right: 2px;
863   top: 0px;
864   bottom: 3px;
865   -moz-opacity: 0.1;
866   opacity: 0.1;
867   filter: alpha(opacity=10); }
868
869 DIV.shadow4
870 { left: 3px;
871   right: 3px;
872   top: 3px;
873   bottom: 4px;
874   -moz-opacity: 0.4;
875   opacity: 0.4;
876   filter: alpha(opacity=40); }
877
878 DIV.gradient, DIV.text
879 { position: absolute;
880   top: 2px;
881   left: 2px;
882   right: 2px;
883   bottom: 2px;
884   overflow: hidden; }
885
886 DIV.gradient > IMG
887 { height: 100%;
888   width: 100%; }
889
890 DIV#calendarHeader DIV.event,
891 DIV.monthView DIV.event
892 { position: relative;
893   cursor: default;
894   white-space: nowrap;
895   margin-top: 1px;
896   margin-left: 1px;
897   margin-right: 3px;
898   padding: 1px;
899   height: 2em; }
900
901 DIV.event DIV.text
902 { font-size: 92%; }
903
904 DIV#daysView DIV[class~="event"].starts0
905 { top: 0.000000%; }
906
907 DIV#daysView DIV[class~="event"].starts1
908 { top: 1.041667%; }
909
910 DIV#daysView DIV[class~="event"].starts2
911 { top: 2.083333%; }
912
913 DIV#daysView DIV[class~="event"].starts3
914 { top: 3.125000%; }
915
916 DIV#daysView DIV[class~="event"].starts4
917 { top: 4.166667%; }
918
919 DIV#daysView DIV[class~="event"].starts5
920 { top: 5.208333%; }
921
922 DIV#daysView DIV[class~="event"].starts6
923 { top: 6.250000%; }
924
925 DIV#daysView DIV[class~="event"].starts7
926 { top: 7.291667%; }
927
928 DIV#daysView DIV[class~="event"].starts8
929 { top: 8.333333%; }
930
931 DIV#daysView DIV[class~="event"].starts9
932 { top: 9.375000%; }
933
934 DIV#daysView DIV[class~="event"].starts10
935 { top: 10.416667%; }
936
937 DIV#daysView DIV[class~="event"].starts11
938 { top: 11.458333%; }
939
940 DIV#daysView DIV[class~="event"].starts12
941 { top: 12.500000%; }
942
943 DIV#daysView DIV[class~="event"].starts13
944 { top: 13.541667%; }
945
946 DIV#daysView DIV[class~="event"].starts14
947 { top: 14.583333%; }
948
949 DIV#daysView DIV[class~="event"].starts15
950 { top: 15.625000%; }
951
952 DIV#daysView DIV[class~="event"].starts16
953 { top: 16.666667%; }
954
955 DIV#daysView DIV[class~="event"].starts17
956 { top: 17.708333%; }
957
958 DIV#daysView DIV[class~="event"].starts18
959 { top: 18.750000%; }
960
961 DIV#daysView DIV[class~="event"].starts19
962 { top: 19.791667%; }
963
964 DIV#daysView DIV[class~="event"].starts20
965 { top: 20.833333%; }
966
967 DIV#daysView DIV[class~="event"].starts21
968 { top: 21.875000%; }
969
970 DIV#daysView DIV[class~="event"].starts22
971 { top: 22.916667%; }
972
973 DIV#daysView DIV[class~="event"].starts23
974 { top: 23.958333%; }
975
976 DIV#daysView DIV[class~="event"].starts24
977 { top: 25.000000%; }
978
979 DIV#daysView DIV[class~="event"].starts25
980 { top: 26.041667%; }
981
982 DIV#daysView DIV[class~="event"].starts26
983 { top: 27.083333%; }
984
985 DIV#daysView DIV[class~="event"].starts27
986 { top: 28.125000%; }
987
988 DIV#daysView DIV[class~="event"].starts28
989 { top: 29.166667%; }
990
991 DIV#daysView DIV[class~="event"].starts29
992 { top: 30.208333%; }
993
994 DIV#daysView DIV[class~="event"].starts30
995 { top: 31.250000%; }
996
997 DIV#daysView DIV[class~="event"].starts31
998 { top: 32.291667%; }
999
1000 DIV#daysView DIV[class~="event"].starts32
1001 { top: 33.333333%; }
1002
1003 DIV#daysView DIV[class~="event"].starts33
1004 { top: 34.375000%; }
1005
1006 DIV#daysView DIV[class~="event"].starts34
1007 { top: 35.416667%; }
1008
1009 DIV#daysView DIV[class~="event"].starts35
1010 { top: 36.458333%; }
1011
1012 DIV#daysView DIV[class~="event"].starts36
1013 { top: 37.500000%; }
1014
1015 DIV#daysView DIV[class~="event"].starts37
1016 { top: 38.541667%; }
1017
1018 DIV#daysView DIV[class~="event"].starts38
1019 { top: 39.583333%; }
1020
1021 DIV#daysView DIV[class~="event"].starts39
1022 { top: 40.625000%; }
1023
1024 DIV#daysView DIV[class~="event"].starts40
1025 { top: 41.666667%; }
1026
1027 DIV#daysView DIV[class~="event"].starts41
1028 { top: 42.708333%; }
1029
1030 DIV#daysView DIV[class~="event"].starts42
1031 { top: 43.750000%; }
1032
1033 DIV#daysView DIV[class~="event"].starts43
1034 { top: 44.791667%; }
1035
1036 DIV#daysView DIV[class~="event"].starts44
1037 { top: 45.833333%; }
1038
1039 DIV#daysView DIV[class~="event"].starts45
1040 { top: 46.875000%; }
1041
1042 DIV#daysView DIV[class~="event"].starts46
1043 { top: 47.916667%; }
1044
1045 DIV#daysView DIV[class~="event"].starts47
1046 { top: 48.958333%; }
1047
1048 DIV#daysView DIV[class~="event"].starts48
1049 { top: 50.000000%; }
1050
1051 DIV#daysView DIV[class~="event"].starts49
1052 { top: 51.041667%; }
1053
1054 DIV#daysView DIV[class~="event"].starts50
1055 { top: 52.083333%; }
1056
1057 DIV#daysView DIV[class~="event"].starts51
1058 { top: 53.125000%; }
1059
1060 DIV#daysView DIV[class~="event"].starts52
1061 { top: 54.166667%; }
1062
1063 DIV#daysView DIV[class~="event"].starts53
1064 { top: 55.208333%; }
1065
1066 DIV#daysView DIV[class~="event"].starts54
1067 { top: 56.250000%; }
1068
1069 DIV#daysView DIV[class~="event"].starts55
1070 { top: 57.291667%; }
1071
1072 DIV#daysView DIV[class~="event"].starts56
1073 { top: 58.333333%; }
1074
1075 DIV#daysView DIV[class~="event"].starts57
1076 { top: 59.375000%; }
1077
1078 DIV#daysView DIV[class~="event"].starts58
1079 { top: 60.416667%; }
1080
1081 DIV#daysView DIV[class~="event"].starts59
1082 { top: 61.458333%; }
1083
1084 DIV#daysView DIV[class~="event"].starts60
1085 { top: 62.500000%; }
1086
1087 DIV#daysView DIV[class~="event"].starts61
1088 { top: 63.541667%; }
1089
1090 DIV#daysView DIV[class~="event"].starts62
1091 { top: 64.583333%; }
1092
1093 DIV#daysView DIV[class~="event"].starts63
1094 { top: 65.625000%; }
1095
1096 DIV#daysView DIV[class~="event"].starts64
1097 { top: 66.666667%; }
1098
1099 DIV#daysView DIV[class~="event"].starts65
1100 { top: 67.708333%; }
1101
1102 DIV#daysView DIV[class~="event"].starts66
1103 { top: 68.750000%; }
1104
1105 DIV#daysView DIV[class~="event"].starts67
1106 { top: 69.791667%; }
1107
1108 DIV#daysView DIV[class~="event"].starts68
1109 { top: 70.833333%; }
1110
1111 DIV#daysView DIV[class~="event"].starts69
1112 { top: 71.875000%; }
1113
1114 DIV#daysView DIV[class~="event"].starts70
1115 { top: 72.916667%; }
1116
1117 DIV#daysView DIV[class~="event"].starts71
1118 { top: 73.958333%; }
1119
1120 DIV#daysView DIV[class~="event"].starts72
1121 { top: 75.000000%; }
1122
1123 DIV#daysView DIV[class~="event"].starts73
1124 { top: 76.041667%; }
1125
1126 DIV#daysView DIV[class~="event"].starts74
1127 { top: 77.083333%; }
1128
1129 DIV#daysView DIV[class~="event"].starts75
1130 { top: 78.125000%; }
1131
1132 DIV#daysView DIV[class~="event"].starts76
1133 { top: 79.166667%; }
1134
1135 DIV#daysView DIV[class~="event"].starts77
1136 { top: 80.208333%; }
1137
1138 DIV#daysView DIV[class~="event"].starts78
1139 { top: 81.250000%; }
1140
1141 DIV#daysView DIV[class~="event"].starts79
1142 { top: 82.291667%; }
1143
1144 DIV#daysView DIV[class~="event"].starts80
1145 { top: 83.333333%; }
1146
1147 DIV#daysView DIV[class~="event"].starts81
1148 { top: 84.375000%; }
1149
1150 DIV#daysView DIV[class~="event"].starts82
1151 { top: 85.416667%; }
1152
1153 DIV#daysView DIV[class~="event"].starts83
1154 { top: 86.458333%; }
1155
1156 DIV#daysView DIV[class~="event"].starts84
1157 { top: 87.500000%; }
1158
1159 DIV#daysView DIV[class~="event"].starts85
1160 { top: 88.541667%; }
1161
1162 DIV#daysView DIV[class~="event"].starts86
1163 { top: 89.583333%; }
1164
1165 DIV#daysView DIV[class~="event"].starts87
1166 { top: 90.625000%; }
1167
1168 DIV#daysView DIV[class~="event"].starts88
1169 { top: 91.666667%; }
1170
1171 DIV#daysView DIV[class~="event"].starts89
1172 { top: 92.708333%; }
1173
1174 DIV#daysView DIV[class~="event"].starts90
1175 { top: 93.750000%; }
1176
1177 DIV#daysView DIV[class~="event"].starts91
1178 { top: 94.791667%; }
1179
1180 DIV#daysView DIV[class~="event"].starts92
1181 { top: 95.833333%; }
1182
1183 DIV#daysView DIV[class~="event"].starts93
1184 { top: 96.875000%; }
1185
1186 DIV#daysView DIV[class~="event"].starts94
1187 { top: 97.916667%; }
1188
1189 DIV#daysView DIV[class~="event"].starts95
1190 { top: 98.958333%; }
1191
1192 DIV#daysView DIV[class~="event"].starts96
1193 { top: 100.000000%; }
1194
1195 DIV#daysView DIV[class~="event"].lasts0
1196 { height: 0px; }
1197
1198 DIV#daysView DIV[class~="event"].lasts1
1199 { height: 1.041667%; }
1200
1201 DIV#daysView DIV[class~="event"].lasts2
1202 { height: 2.083333%; }
1203
1204 DIV#daysView DIV[class~="event"].lasts3
1205 { height: 3.125000%; }
1206
1207 DIV#daysView DIV[class~="event"].lasts4
1208 { height: 4.166667%; }
1209
1210 DIV#daysView DIV[class~="event"].lasts5
1211 { height: 5.208333%; }
1212
1213 DIV#daysView DIV[class~="event"].lasts6
1214 { height: 6.250000%; }
1215
1216 DIV#daysView DIV[class~="event"].lasts7
1217 { height: 7.291667%; }
1218
1219 DIV#daysView DIV[class~="event"].lasts8
1220 { height: 8.333333%; }
1221
1222 DIV#daysView DIV[class~="event"].lasts9
1223 { height: 9.375000%; }
1224
1225 DIV#daysView DIV[class~="event"].lasts10
1226 { height: 10.416667%; }
1227
1228 DIV#daysView DIV[class~="event"].lasts11
1229 { height: 11.458333%; }
1230
1231 DIV#daysView DIV[class~="event"].lasts12
1232 { height: 12.500000%; }
1233
1234 DIV#daysView DIV[class~="event"].lasts13
1235 { height: 13.541667%; }
1236
1237 DIV#daysView DIV[class~="event"].lasts14
1238 { height: 14.583333%; }
1239
1240 DIV#daysView DIV[class~="event"].lasts15
1241 { height: 15.625000%; }
1242
1243 DIV#daysView DIV[class~="event"].lasts16
1244 { height: 16.666667%; }
1245
1246 DIV#daysView DIV[class~="event"].lasts17
1247 { height: 17.708333%; }
1248
1249 DIV#daysView DIV[class~="event"].lasts18
1250 { height: 18.750000%; }
1251
1252 DIV#daysView DIV[class~="event"].lasts19
1253 { height: 19.791667%; }
1254
1255 DIV#daysView DIV[class~="event"].lasts20
1256 { height: 20.833333%; }
1257
1258 DIV#daysView DIV[class~="event"].lasts21
1259 { height: 21.875000%; }
1260
1261 DIV#daysView DIV[class~="event"].lasts22
1262 { height: 22.916667%; }
1263
1264 DIV#daysView DIV[class~="event"].lasts23
1265 { height: 23.958333%; }
1266
1267 DIV#daysView DIV[class~="event"].lasts24
1268 { height: 25.000000%; }
1269
1270 DIV#daysView DIV[class~="event"].lasts25
1271 { height: 26.041667%; }
1272
1273 DIV#daysView DIV[class~="event"].lasts26
1274 { height: 27.083333%; }
1275
1276 DIV#daysView DIV[class~="event"].lasts27
1277 { height: 28.125000%; }
1278
1279 DIV#daysView DIV[class~="event"].lasts28
1280 { height: 29.166667%; }
1281
1282 DIV#daysView DIV[class~="event"].lasts29
1283 { height: 30.208333%; }
1284
1285 DIV#daysView DIV[class~="event"].lasts30
1286 { height: 31.250000%; }
1287
1288 DIV#daysView DIV[class~="event"].lasts31
1289 { height: 32.291667%; }
1290
1291 DIV#daysView DIV[class~="event"].lasts32
1292 { height: 33.333333%; }
1293
1294 DIV#daysView DIV[class~="event"].lasts33
1295 { height: 34.375000%; }
1296
1297 DIV#daysView DIV[class~="event"].lasts34
1298 { height: 35.416667%; }
1299
1300 DIV#daysView DIV[class~="event"].lasts35
1301 { height: 36.458333%; }
1302
1303 DIV#daysView DIV[class~="event"].lasts36
1304 { height: 37.500000%; }
1305
1306 DIV#daysView DIV[class~="event"].lasts37
1307 { height: 38.541667%; }
1308
1309 DIV#daysView DIV[class~="event"].lasts38
1310 { height: 39.583333%; }
1311
1312 DIV#daysView DIV[class~="event"].lasts39
1313 { height: 40.625000%; }
1314
1315 DIV#daysView DIV[class~="event"].lasts40
1316 { height: 41.666667%; }
1317
1318 DIV#daysView DIV[class~="event"].lasts41
1319 { height: 42.708333%; }
1320
1321 DIV#daysView DIV[class~="event"].lasts42
1322 { height: 43.750000%; }
1323
1324 DIV#daysView DIV[class~="event"].lasts43
1325 { height: 44.791667%; }
1326
1327 DIV#daysView DIV[class~="event"].lasts44
1328 { height: 45.833333%; }
1329
1330 DIV#daysView DIV[class~="event"].lasts45
1331 { height: 46.875000%; }
1332
1333 DIV#daysView DIV[class~="event"].lasts46
1334 { height: 47.916667%; }
1335
1336 DIV#daysView DIV[class~="event"].lasts47
1337 { height: 48.958333%; }
1338
1339 DIV#daysView DIV[class~="event"].lasts48
1340 { height: 50.000000%; }
1341
1342 DIV#daysView DIV[class~="event"].lasts49
1343 { height: 51.041667%; }
1344
1345 DIV#daysView DIV[class~="event"].lasts50
1346 { height: 52.083333%; }
1347
1348 DIV#daysView DIV[class~="event"].lasts51
1349 { height: 53.125000%; }
1350
1351 DIV#daysView DIV[class~="event"].lasts52
1352 { height: 54.166667%; }
1353
1354 DIV#daysView DIV[class~="event"].lasts53
1355 { height: 55.208333%; }
1356
1357 DIV#daysView DIV[class~="event"].lasts54
1358 { height: 56.250000%; }
1359
1360 DIV#daysView DIV[class~="event"].lasts55
1361 { height: 57.291667%; }
1362
1363 DIV#daysView DIV[class~="event"].lasts56
1364 { height: 58.333333%; }
1365
1366 DIV#daysView DIV[class~="event"].lasts57
1367 { height: 59.375000%; }
1368
1369 DIV#daysView DIV[class~="event"].lasts58
1370 { height: 60.416667%; }
1371
1372 DIV#daysView DIV[class~="event"].lasts59
1373 { height: 61.458333%; }
1374
1375 DIV#daysView DIV[class~="event"].lasts60
1376 { height: 62.500000%; }
1377
1378 DIV#daysView DIV[class~="event"].lasts61
1379 { height: 63.541667%; }
1380
1381 DIV#daysView DIV[class~="event"].lasts62
1382 { height: 64.583333%; }
1383
1384 DIV#daysView DIV[class~="event"].lasts63
1385 { height: 65.625000%; }
1386
1387 DIV#daysView DIV[class~="event"].lasts64
1388 { height: 66.666667%; }
1389
1390 DIV#daysView DIV[class~="event"].lasts65
1391 { height: 67.708333%; }
1392
1393 DIV#daysView DIV[class~="event"].lasts66
1394 { height: 68.750000%; }
1395
1396 DIV#daysView DIV[class~="event"].lasts67
1397 { height: 69.791667%; }
1398
1399 DIV#daysView DIV[class~="event"].lasts68
1400 { height: 70.833333%; }
1401
1402 DIV#daysView DIV[class~="event"].lasts69
1403 { height: 71.875000%; }
1404
1405 DIV#daysView DIV[class~="event"].lasts70
1406 { height: 72.916667%; }
1407
1408 DIV#daysView DIV[class~="event"].lasts71
1409 { height: 73.958333%; }
1410
1411 DIV#daysView DIV[class~="event"].lasts72
1412 { height: 75.000000%; }
1413
1414 DIV#daysView DIV[class~="event"].lasts73
1415 { height: 76.041667%; }
1416
1417 DIV#daysView DIV[class~="event"].lasts74
1418 { height: 77.083333%; }
1419
1420 DIV#daysView DIV[class~="event"].lasts75
1421 { height: 78.125000%; }
1422
1423 DIV#daysView DIV[class~="event"].lasts76
1424 { height: 79.166667%; }
1425
1426 DIV#daysView DIV[class~="event"].lasts77
1427 { height: 80.208333%; }
1428
1429 DIV#daysView DIV[class~="event"].lasts78
1430 { height: 81.250000%; }
1431
1432 DIV#daysView DIV[class~="event"].lasts79
1433 { height: 82.291667%; }
1434
1435 DIV#daysView DIV[class~="event"].lasts80
1436 { height: 83.333333%; }
1437
1438 DIV#daysView DIV[class~="event"].lasts81
1439 { height: 84.375000%; }
1440
1441 DIV#daysView DIV[class~="event"].lasts82
1442 { height: 85.416667%; }
1443
1444 DIV#daysView DIV[class~="event"].lasts83
1445 { height: 86.458333%; }
1446
1447 DIV#daysView DIV[class~="event"].lasts84
1448 { height: 87.500000%; }
1449
1450 DIV#daysView DIV[class~="event"].lasts85
1451 { height: 88.541667%; }
1452
1453 DIV#daysView DIV[class~="event"].lasts86
1454 { height: 89.583333%; }
1455
1456 DIV#daysView DIV[class~="event"].lasts87
1457 { height: 90.625000%; }
1458
1459 DIV#daysView DIV[class~="event"].lasts88
1460 { height: 91.666667%; }
1461
1462 DIV#daysView DIV[class~="event"].lasts89
1463 { height: 92.708333%; }
1464
1465 DIV#daysView DIV[class~="event"].lasts90
1466 { height: 93.750000%; }
1467
1468 DIV#daysView DIV[class~="event"].lasts91
1469 { height: 94.791667%; }
1470
1471 DIV#daysView DIV[class~="event"].lasts92
1472 { height: 95.833333%; }
1473
1474 DIV#daysView DIV[class~="event"].lasts93
1475 { height: 96.875000%; }
1476
1477 DIV#daysView DIV[class~="event"].lasts94
1478 { height: 97.916667%; }
1479
1480 DIV#daysView DIV[class~="event"].lasts95
1481 { height: 98.958333%; }
1482
1483 DIV#daysView DIV[class~="event"].lasts96
1484 { height: 100.000000%; }