1eec5d948407bf3d5c14e710f924321d5e001ef9
[freeside.git] / rt / share / html / NoAuth / css / calendar.css
1 .tooltip{position:relative;z-index:1;}
2 .tooltip:hover{z-index:5;color:#000;}
3 .tooltip span.tip{display: none; text-align:left;}
4
5 div.tooltip:hover span.tip{
6 display:block;
7 position:absolute;
8 top:12px; left:24px; width:350px;
9 border:1px solid #555;
10 background-color:#fff;
11 padding: 4px;
12 font-size: 0.8em;
13 color:#505050;
14 }
15
16 .date {
17   text-align: right;
18   background-color: #f8f8ff;
19   width:100%;
20 }
21
22 .offmonthdate {
23   text-align: right;
24   background-color: #f8f8f8;
25   width:100%;
26 }
27
28 .todaysdate {
29   text-align: right;
30   background-color: #fc6; /*#fad163*/
31   width:100%;
32 }
33
34 table.rtxcalendar {
35     width:100%;
36     border-collapse: collapse;
37     border: 1px solid #d0d0d0;
38     margin-bottom: 6px;
39 }
40
41 table.rtxcalendar td {
42     border: 1px solid #d7d7d7;
43     background: #fff;
44     vertical-align: top;
45     width: 14%;
46 }
47
48 table.rtxcalendar th {
49     border: 1px solid #d7d7d7;
50     background: #eef;
51 }
52 table.rtxcalendar tbody th {
53     border: 1px solid #d7d7d7;
54     background: #eee;
55     font-weight: normal;
56 }
57
58 table.rtxcalendar td.offmonth {
59     background: #f8f8f8;
60     color: #aaa;
61 }
62
63 table.rtxcalendar td.today {
64     background: #ffe; /*#fed;*/
65     border: 1px solid #fc6;
66 }
67
68 table.rtxcalendar td.yesterday {
69     border-right: none;
70 }
71
72 table.rtxcalendar td.aweekago {
73     border-bottom: none;
74 }
75