1 /* The main calendar widget. DIV containing a table. */
6 border-top: 2px solid
#fff;
7 border-right: 2px solid
#000;
8 border-bottom: 2px solid
#000;
9 border-left: 2px solid
#fff;
14 font-family: tahoma
,verdana
,sans-serif
;
18 border-top: 1px solid
#000;
19 border-right: 1px solid
#fff;
20 border-bottom: 1px solid
#fff;
21 border-left: 1px solid
#000;
26 font-family: tahoma
,verdana
,sans-serif
;
29 /* Header part -- contains navigation buttons and day names. */
31 .calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
34 border-top: 1px solid
#fff;
35 border-right: 1px solid
#000;
36 border-bottom: 1px solid
#000;
37 border-left: 1px solid
#fff;
41 background: transparent url
(menuarrow.gif) no-repeat
100% 100%;
44 .calendar thead .title { /* This holds the current "month, year" */
47 border: 1px solid
#000;
53 .calendar thead .headrow { /* Row <TR> containing navigation buttons */
56 .calendar thead .daynames { /* Row <TR> containing the day names */
59 .calendar thead .name { /* Cells <TD> containing the day names */
60 border-bottom: 1px solid
#000;
66 .calendar thead .weekend { /* How a weekend day name shows in header */
70 .calendar thead .hilite { /* How do the buttons in header appear when hover */
71 border-top: 2px solid
#fff;
72 border-right: 2px solid
#000;
73 border-bottom: 2px solid
#000;
74 border-left: 2px solid
#fff;
76 background-color: #d8e0e4;
79 .calendar thead .active { /* Active (pressed) buttons in header */
80 padding: 2px 0px 0px 2px;
81 border-top: 1px solid
#000;
82 border-right: 1px solid
#fff;
83 border-bottom: 1px solid
#fff;
84 border-left: 1px solid
#000;
85 background-color: #b8c0c4;
88 /* The body part -- contains all the days in month. */
90 .calendar tbody .day { /* Cells <TD> containing month days dates */
93 padding: 2px 4px 2px 2px;
95 .calendar tbody .day.othermonth {
99 .calendar tbody .day.othermonth.oweekend {
103 .calendar table .wn {
104 padding: 2px 3px 2px 2px;
105 border-right: 1px solid
#000;
109 .calendar tbody .rowhilite td {
113 .calendar tbody .rowhilite td.wn {
117 .calendar tbody td.hilite { /* Hovered cells <TD> */
118 padding: 1px 3px 1px 1px;
120 border-color: #fff #000 #000 #fff;
123 .calendar tbody td.active { /* Active (pressed) cells <TD> */
124 padding: 2px 2px 0px 2px;
126 border-color: #000 #fff #fff #000;
129 .calendar tbody td.selected { /* Cell showing selected date */
131 padding: 2px 2px 0px 2px;
133 border-color: #000 #fff #fff #000;
137 .calendar tbody td.weekend { /* Cells showing weekend days */
141 .calendar tbody td.today { /* Cell showing today date */
146 .calendar tbody .disabled { color: #999; }
148 .calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
152 .calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
156 /* The footer part -- status bar and "Close" button */
158 .calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
161 .calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
164 border: 1px solid
#000;
170 .calendar tfoot .hilite { /* Hover style for buttons in footer */
171 border-top: 1px solid
#fff;
172 border-right: 1px solid
#000;
173 border-bottom: 1px solid
#000;
174 border-left: 1px solid
#fff;
179 .calendar tfoot .active { /* Active (pressed) style for buttons in footer */
180 padding: 2px 0px 0px 2px;
181 border-top: 1px solid
#000;
182 border-right: 1px solid
#fff;
183 border-bottom: 1px solid
#fff;
184 border-left: 1px solid
#000;
187 /* Combo boxes (menus that display months/years for direct selection) */
196 border-top: 1px solid
#fff;
197 border-right: 1px solid
#000;
198 border-bottom: 1px solid
#000;
199 border-left: 1px solid
#fff;
205 .calendar
.combo
.label
,
206 .calendar .combo .label-IEfix {
211 .calendar .combo .label-IEfix {
215 .calendar .combo .active {
218 border-top: 1px solid
#000;
219 border-right: 1px solid
#fff;
220 border-bottom: 1px solid
#fff;
221 border-left: 1px solid
#000;
224 .calendar .combo .hilite {
230 border-top: 1px solid
#000;
233 background-color: #e8f0f4;
236 .calendar td
.time
.hour
,
237 .calendar td
.time
.minute
,
238 .calendar td.time .ampm {
239 padding: 0px 3px 0px 4px;
240 border: 1px solid
#889;
242 background-color: #fff;
245 .calendar td.time .ampm {
249 .calendar td.time .colon {
250 padding: 0px 2px 0px 3px;
254 .calendar td.time span.hilite {
256 background-color: #667;
260 .calendar td.time span.active {
262 background-color: #000;